architecture-decision-records
ADR methodology, templates, decision capture workflows, and architectural governance patterns
npx skills add cosmicstack-labs/mercury-agent-skills --skill architecture-decision-records --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Architecture Decision Records Capture architectural decisions systematically so your team understands not just what was decided, but why — and what alternatives were considered. ## Core Principles ### 1. Decisions Are More Important Than Diagrams A diagram shows the current architecture. An ADR explains *why* it is that way. When someone asks "why did we do it this way?" the ADR is the answer. ### 2. Capture Context, Not Just Conclusions Every architectural decision exists in a web of constraints, tradeoffs, and alternatives. If you only record the conclusion, future engineers will wonder if you considered the obvious alternative — and they might reverse it without understanding why the original choice was made. ### 3. Lightweight Is Sustainable An ADR doesn't need to be a 10-page document. A structured 1-page record is infinitely better than nothing. If the process is heavy, people won't follow it. ### 4. Accept and Track Superseded Decisions Architecture evolves. An ADR that gets superseded is a success — it means the system adapted. Old ADRs remain valuable as historical records of the team's thinking. --- ## ADR Maturity Model | Level | Capture | Storage | Review | Enforcemen
- Core Principles
- 1. Decisions Are More Important Than Diagrams
- 2. Capture Context, Not Just Conclusions
- 3. Lightweight Is Sustainable
- 4. Accept and Track Superseded Decisions
- ADR Maturity Model
- Actionable Guidance
- The Standard ADR Template
- The Lightweight ADR Template
- ADR Workflow
- Storing ADRs with Code
- ADR Index Template
- Advanced ADR Patterns
- Architecture Governance Patterns
Create the ADR file mkdir -p docs/adr/ cp templates/adr-template.md docs/adr/ADR-043-use-graphql-for-public-api.md ADR naming convention Use leading zeros for sorting: ADR-001, ADR-002, ..., ADR-043 Run ADR linting in CI npx adr-lint docs/adr/ Example output: adr-tools (command-line) Install
What does the architecture-decision-records skill do?
ADR methodology, templates, decision capture workflows, and architectural governance patterns
How do I install it?
Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill architecture-decision-records --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From cosmicstack-labs/mercury-agent-skills, a repository with 364 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.