What problem does it solve? Documenting architectural decisions is often skipped or done inconsistently, leaving teams without a record of why technical choices were made. This Skill guides you through a structured interview and produces a properly formatted MADR Architecture Decision Record. ## Core Features & Use Cases - Interactive Interview: Collects title, status, context, decision drivers, options, rationale, and consequences through a questionnaire tool. - Automatic ADR Directory Detection: Finds existing ADR directories in the project or lets you specify a custom path. - MADR-Compliant Output: Generates files following the NNNN-short-title.md naming convention with automatic sequence numbering. - Use Case: After deciding to adopt PostgreSQL over MongoDB, run this Skill to record the context, considered options, trade-offs, and rationale as a permanent, numbered ADR in your repository. ## Quick Start Create a new architecture decision record documenting why we chose PostgreSQL as our database.