What problem does it solve? Significant technical decisions often lose their rationale over time, leaving future team members guessing why a framework, database, or pattern was chosen. This Skill produces structured Architecture Decision Records that preserve the context, decision, and consequences of architectural choices. ## Core Features & Use Cases - Nygard-Format ADRs: Generates numbered ADRs with status, context, decision, and consequences sections following Michael Nygard's lightweight template. - Decision Lifecycle Tracking: Supports status transitions from Proposed to Accepted, Deprecated, or Superseded by another ADR. - Quality Checklist: Verifies each ADR has a descriptive title, active-voice decision statement, and honest trade-off analysis. - Use Case: When choosing PostgreSQL over MongoDB for order data, use this Skill to document the constraints, team expertise, and trade-offs so the reasoning survives team turnover. ## Quick Start Create an ADR documenting the decision to adopt React for the frontend, including context and consequences.