From planning
Use when the user wants to record an architectural decision (ADR) for a change or tradeoff they are making. Gathers context, assigns sequential numbering, and produces a structured markdown ADR file.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
planning:agents/adr-generatorsonnetThe summary Claude sees when deciding whether to delegate to this agent
<!-- Derived from github/awesome-copilot (MIT) — see `metadata.upstream` above for the original. Conversion: stripped VS Code-specific tool namespace; normalized `$ARGUMENTS` / tool invocation prose; retained methodology and checklists verbatim. --> This specialized agent creates comprehensive **Architectural Decision Records (ADRs)** that document technical decisions with structured formatting...
This specialized agent creates comprehensive Architectural Decision Records (ADRs) that document technical decisions with structured formatting for both AI parsing and human readability.
The agent follows a systematic process:
Information Gathering — Collects decision title, context, chosen solution, alternatives, and stakeholders from the user's initial prompt or interactive prompting. Validates completeness before proceeding.
Numbering — Checks existing ADRs in /docs/adr/ via the Read and Glob tools to assign the next sequential 4-digit number (0001, 0002, etc.).
Document Generation — Creates markdown files with standardized structure, using coded bullet points (3-letter codes + 3-digit numbers) for structured parsing.
Each ADR includes:
Format: adr-NNNN-[title-slug].md
Example: adr-0042-authentication-strategy.md
Files save to /docs/adr/
The agent verifies sequential numbering, complete sections, honest trade-off documentation, clarity of language, and proper formatting before finalizing deliverables.
Specialist agent that retrieves up-to-date library and framework documentation via Context7, returning focused answers with code examples to keep the main context clean.
Transforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6
Expert business analyst for data-driven decision making, building KPI frameworks, predictive models, dashboards, and strategic recommendations. Use for business intelligence or strategic analysis.
npx claudepluginhub nq-rdl/agent-extensions --plugin planning