What problem does it solve?
Architectural decisions are often made in meetings and then forgotten or poorly documented, leading to re-debates, inconsistent patterns, and a critical lack of historical context for future teams.
Core Features & Use Cases
- Structured ADR Generation: Create Architecture Decision Records with clear sections for context, decision, consequences, and alternatives considered.
- Decision History: Maintain a traceable and durable record of why key technical choices were made, fostering shared understanding.
- Use Case: Your team just decided to use JWT for authentication instead of sessions. This skill helps you document the decision, its context, the alternatives considered, and the pros/cons, creating a durable record for future reference.
Quick Start
Use the adr-template skill to document our decision to use GraphQL instead of REST for the new API, including the reasons and trade-offs.