What problem does it solve?
This skill enables rigorous research and formal documentation of architectural decisions by producing Architecture Decision Records (ADRs) based on MADR 4.0.
Core Features & Use Cases
- Research-driven ADRs: Produces structured documentation for complex technical choices.
- MADR 4.0 alignment: Uses MADR 4.0 templates and aligns with ARC42 guidance to ensure consistency.
- Collaborative decision-making: Treats the user as CTO to validate scope, options, and decisions.
- Versioned history and traceability: Links ADRs to architecture vision and design questions for evolutionary architecture.
Quick Start
To create a new ADR, run the ADR script with a descriptive title and then complete the sections prepared by the template. Example:
ADR_PATH=$(bash .claude/commands/adr/scripts/create-adr.sh "Should we adopt MADR 4.0 for architecture decisions?")
Then open the generated file at $ADR_PATH to fill in Context, Decision Drivers, Options, and Outcome.