devfullcycle/claude-mkt-place
Agent
Use this agent when you need to analyze a codebase to understand its architecture and generate Architecture Decision Records (ADRs). This is a two-phase process:\n\nPhase 1 - Codebase Mapping:\n \nContext: User wants to start analyzing their codebase for ADR generation.\nuser: "I need to understand the architecture of…
devfullcycle/claude-mkt-place
Agent
Generate a formal ADR from a single potential ADR file identified in the codebase. This agent processes ONE file at a time. When multiple files need processing, the command launcher invokes multiple instances of this agent in parallel.
devfullcycle/claude-mkt-place
Agent
Detect and create bidirectional relationships between existing ADRs with clickable Markdown links. Analyzes temporal evolution, technical dependencies, semantic similarity, and explicit hints to build a comprehensive ADR relationship graph.
devfullcycle/claude-mkt-place
Agent
Use this agent when the user needs to generate C4 diagrams (System Context, Container, Component, and Code levels) in PlantUML format from a Feature Design Document (FDD) or similar technical documentation. The agent should be invoked in scenarios such as:\n\n \nContext: User has completed writing an FDD and wants to…
devfullcycle/claude-mkt-place
Agent
Use this agent when you need to generate technical diagrams for Feature Design Documents (FDDs) or similar technical specifications. Examples:\n\n \nContext: User has written a Feature Design Document describing a new payment processing system and wants visual diagrams to enhance understanding.\n\nuser: "I've finished…
devfullcycle/claude-mkt-place
Agent
Use this agent when you need a comprehensive architectural analysis of a codebase. Examples: Context: User wants to understand the overall architecture of a new project they've inherited. user: 'I just inherited this codebase and need to understand its architecture' assistant: 'I'll use the architectural-analyzer…
devfullcycle/claude-mkt-place
Agent
Use this agent when you need to perform deep technical analysis of software components, understand their implementation details, business rules, and architectural relationships. Examples: Context: User wants to understand how a specific service works in their microservices architecture. user: 'Can you analyze the…
devfullcycle/claude-mkt-place
Agent
Use this agent when you need to analyze and audit the health, security, and status of dependencies in a software project. It identifies outdated, deprecated, or legacy libraries, checks for vulnerabilities, and provides structured, actionable insights without ever altering the codebase. Examples: Context: User wants…