What problem does it solve?
architecture-decision helps you document major technical decisions in a consistent Architecture Decision Record (ADR) format, including context, alternatives, dependencies, and consequences so teams can build and review implementations with shared understanding.
Core Features & Use Cases
- ADR authoring with engine-aware compatibility: Loads engine reference docs, flags post-cutoff risks, and includes a structured Engine Compatibility section.
- Collaborative, gate-based workflow: Guides assumptions, coordinates engine-specialist and technical-director reviews (depending on review mode), and performs GDD sync checks.
- Retrofit existing ADRs safely: Adds only missing required sections (never modifies existing content) when converting older ADRs into the required template.
- Architecture registry integration (optional): Proposes new stances to append to
docs/registry/architecture.yaml after the ADR is written, with explicit user approval.
Quick Start
Ask the skill to create an ADR by running: invoke architecture-decision with the title for your decision, for example "event-system-architecture".