What problem does it solve? Teams lose track of why significant technical decisions were made, making it hard to onboard new members, review past choices, or avoid repeating mistakes. This Skill provides structured templates and workflows for capturing the context, options, and consequences of architectural decisions. ## Core Features & Use Cases - Multiple ADR Templates: Includes MADR standard format, lightweight ADR, Y-Statement, deprecation, and RFC-style templates for different decision types. - Lifecycle Management: Covers ADR statuses (Proposed, Accepted, Deprecated, Superseded, Rejected), directory structure, index maintenance, and adr-tools automation commands. - Review Process: Provides checklists for pre-submission, review, and post-acceptance steps to ensure decisions are properly vetted. - Use Case: When choosing between PostgreSQL and MongoDB for a new service, use this Skill to write an ADR documenting decision drivers, considered options with pros and cons, the final rationale, and consequences for future maintainers. ## Quick Start Write an architecture decision record for adopting Redis as our caching layer, including the context, considered alternatives, and consequences.