What problem does it solve? Architectural decisions made during planning and analysis often get buried in context files, making them invisible to future contributors and causing repeated re-debate. This Skill captures those binding decisions as numbered, immutable ADRs with a machine-readable index and provenance links back to their source evidence. ## Core Features & Use Cases - Decision Extraction: Identify binding decisions in .context/ plans, findings, and analyses and convert them into numbered ADRs under docs/ADR/ with schema-validated frontmatter. - Index & Coverage Automation: Regenerate docs/ADR/index.yaml and scan context files for decision indicators lacking ADR coverage. - Supersession Workflow: Replace reversed decisions without editing history by marking old ADRs as superseded and linking new ones. - Use Case: After a finding recommends adopting SQLite over PostgreSQL, create an ADR with status: proposed, link the source finding in context:, and regenerate the index so the decision is discoverable. ## Quick Start Ask the agent to extract the decision from a context file and create an ADR, then regenerate the ADR index.