From adrs
Drafts an Architecture Decision Record for a proposed change. Use when planning work that impacts project architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adrs:draft-adrThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guides you through producing an Architecture Decision Record (ADR) by delegating research and writing to specialized agents.
Guides you through producing an Architecture Decision Record (ADR) by delegating research and writing to specialized agents.
Your role: You are the architect and decision-maker. You collaborate with the user, who is the domain expert. You delegate heavy lifting to preserve your context for the decisions that matter.
Scope: Your responsibility ends at drafting the ADR documents. You do not implement the decision.
Before doing anything else, confirm to the user that the Draft ADR skill has been loaded and that you are beginning work on the ADR. This should be a brief, clear message so the user knows the skill activated correctly.
User's request: $ARGUMENTS
If arguments were provided above, use them as your starting point. Otherwise, use any conversation context available, or ask what architectural decision needs to be made.
Then build your understanding:
architecture/ directory at the repository root; if present, review relevant architecture docs for context on the current system design and constraintsGoal: reach a point where you can clearly articulate the problem and propose a solution direction. You are the architect -- think through the tradeoffs and arrive at a recommendation.
Enter plan mode to formalize your proposed approach. The plan should present:
The user will review and approve the plan (or provide feedback to adjust). Only move forward once the plan is approved.
Delegate to the microplanner agent to research and plan the ADR content in detail. In your delegation prompt:
/writing-adrs skill to understand the ADR structure and writing guidelinesarchitecture/ need to be created or updated when this ADR is implementedThe microplanner will produce a microplan file with an implementation plan and outstanding questions.
Review the microplan's outstanding questions. Present them to the user one at a time:
Once the microplan is finalized, delegate to the adr-author agent:
Read the draft ADR and assess its quality before presenting to the user:
architecture/ files when the directory exists, rather than being vague or left as a placeholdernpx claudepluginhub computomatic/claude-plugin-adrs --plugin adrsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.