What problem does it solve? Keeping architecture decisions documented consistently is hard: numbering drifts, formats vary, and index files go stale. This Skill standardizes the creation of Architecture Decision Records so every decision follows the same DT-XXXX numbering, MADR-lite structure, and English prose conventions. ## Core Features & Use Cases - Sequential ADR numbering: Reads docs/ADR/INDEX.md to determine the next available DT-XXXX number with no gaps. - MADR-lite template: Generates Context, Decision, Consequences, and References sections with status fields (Proposed, Accepted, Deprecated, Superseded). - Index maintenance: Updates the ADR ledger table in docs/ADR/INDEX.md and produces a conventional commit message. - Use Case: After deciding to adopt a new state management approach in a Tauri/Svelte app, ask the assistant to record the decision; it creates docs/ADR/DT-0007-adopt-x-state-management.md and updates the index. ## Quick Start Ask the assistant to create an ADR documenting your latest architecture decision, for example by saying: create an ADR for adopting tauri-plugin-serialport for serial communication.