What problem does it solve? Teams lose the reasoning behind architectural choices over time, leaving future engineers guessing why a database, framework, or pattern was chosen. This Skill captures the context, decision, and consequences of significant technical choices in a durable, standardized document. ## Core Features & Use Cases - Three Industry Formats: Generates ADRs in MADR (structured options comparison), Nygard (minimal Context/Decision/Consequences), or Y-Statement (single-paragraph) formats. - Automatic Numbering and Naming: Scans your docs/adr/ directory to assign the next sequential number and enforces the NNN-kebab-case-title.md naming convention. - Multilingual Generation: Detects the user's language (English, Portuguese, Spanish) and writes all section headers and content in that language. - Use Case: After deciding to adopt Redis for session storage, ask the agent to record it — it produces ADR-003 with decision drivers, considered options, honest trade-offs, and supersession links. ## Quick Start Ask the agent to write an ADR for a decision your team already made, such as using PostgreSQL as the primary database.