What problem does it solve?
This Skill streamlines the process of documenting architectural decisions by writing, validating, and committing Architecture Decision Records (ADRs) in the standardized MADR 4.0.0 format.
Core Features & Use Cases
- ADR Creation: Generates complete ADRs with mandatory sections (frontmatter, context, options, decision, consequences).
- Validation: Ensures ADRs adhere to the MADR 4.0.0 format and specific phrasing rules.
- Commit & Indexing: Commits ADRs to
docs/decisions/ and updates the decision index.
- Supersede Flow: Manages the process of superseding existing ADRs with new ones.
- Use Case: When a team decides to adopt a new database technology, this skill can be used to formally document the decision, the options considered, and the rationale behind the choice.
Quick Start
Use the adr-writer skill to write an ADR for adopting a new caching strategy.