What problem does it solve? Engineering teams lose the reasoning behind structural decisions over time, leading to repeated debates and conventions whose rationale no one remembers. This Skill enforces a disciplined ADR workflow so durable decisions are recorded once, cited everywhere, and never restated inline. ## Core Features & Use Cases - ADR authoring workflow: Copy the template, number sequentially, fill Context/Decision/Alternatives/Consequences, and index the record in docs/decisions/README.md. - Superseding decisions: Mark old ADRs as superseded without rewriting them, keeping an append-only decision history. - Citation discipline: Skills and CLAUDE.md cite ADR numbers instead of restating rationale, with a layered-router rule that keeps CLAUDE.md free of artifact references. - Use Case: When introducing a new state-management library, use this Skill to write ADR-NNN capturing the rejected alternatives, then update the repo-conventions citation table to point at it. ## Quick Start Ask the assistant to propose a new ADR for the structural decision you are making, for example: draft an ADR documenting why the project uses localStorage-based auth tokens instead of session cookies.