What problem does it solve?
The ADR skill provides a consistent, discoverable process for capturing and recording important architecture decisions and their context so teams avoid knowledge gaps and can audit design choices over time.
Core Features & Use Cases
- MADR Template: Standardized template for writing clear decision records including context, decision, consequences, and references.
- Indexing & Lifecycle: Guidance for sequential numbering, accepted/proposed/deprecated statuses, and an index file that tracks ADRs.
- Use Case: Engineering teams introducing a new service design can create an ADR to justify architecture choices, link related ADRs, and preserve decision traceability for reviews and audits.
Quick Start
Copy the MADR template into docs/adr/0005-your-title.md, fill in the template sections with context, decision, and consequences, and add an entry in the ADR index with the status and date.