What problem does it solve? Significant technical decisions get made in conversations and then forgotten, leaving future readers with no record of why a choice was made. This Skill captures the reasoning behind hard-to-reverse decisions in a structured, numbered Decision Record (DR) file that outlives the conversation. ## Core Features & Use Cases - Guided information gathering: Asks one topic at a time for essentials (title, context, options, decision) and optional depth fields (forces, consequences, metadata like status and decision-makers). - Automatic DR file management: Locates or creates the DR directory (docs/decisions/, adr/, or .decisions/), assigns the next sequence number, and derives a kebab-case filename like DR-0003-use-postgresql-as-primary-datastore.md. - Template-based writing with supersede handling: Fills a Markdown template using the Y-Statement decision format, links related DRs, and updates superseded records with a back-reference. - Use Case: After a team debate about adopting PostgreSQL over MongoDB, invoke the skill to produce DR-0003-use-postgresql-as-primary-datastore.md with considered options, pros and cons, and the final Y-Statement decision. ## Quick Start Ask the AI to log a decision record for the database choice we just made, titled "Use PostgreSQL as primary datastore".