What problem does it solve? Important technical decisions often go undocumented, making it impossible to understand later why a technology or approach was chosen. This Skill generates standardized Architecture Decision Records (ADRs) so decisions, alternatives, and trade-offs are captured and traceable. ## Core Features & Use Cases - MADR-Formatted ADRs: Generates ADR files with standardized sections covering context, decision, consequences, alternatives, implementation, and validation. - Automatic Numbering and Naming: Scans existing ADRs to assign the next sequential number and produces kebab-case filenames like ADR-001-jwt-authentication.md. - Status Lifecycle Management: Tracks ADR status (Proposed, Accepted, Deprecated, Superseded) and maintains an adr/README.md index listing all records. - Use Case: While designing a reporting feature, you decide to adopt JWT for authentication. Run the Skill with the title and spec slug to produce a complete ADR comparing JWT against session-based auth and doing nothing, stored under .kiro/specs/<spec-slug>/adr/. ## Quick Start Ask the AI to generate an ADR titled "Adopt JWT for authentication" for the spec slug google-ad-report using the sdd-adr skill.