What problem does it solve?
This Skill addresses the chaos of AI-driven development by ensuring critical architectural decisions are documented, tracked, and resolved before implementation, preventing scope creep and ensuring alignment.
Core Features & Use Cases
- ADR Creation & Management: Facilitates the drafting, linking, and resolution of Architecture Decision Records (ADRs).
- Decision Gating: ADRs act as mandatory gates, blocking spec implementation until they are approved.
- Scope Determination: Helps differentiate between Global (Platform Repo) and Local (Component Repo) ADRs.
- Use Case: When a new feature requires a decision about how to handle cross-cutting concerns like authentication, use this Skill to create an ADR, get it reviewed, and ensure all dependent specs are updated upon its approval.
Quick Start
Use the adr skill to create a new ADR for an idempotency strategy decision.