What problem does it solve?
architecture-decision helps teams capture and standardize major technical choices by producing complete Architecture Decision Records (ADRs) with context, alternatives, consequences, engine-specific compatibility, and cross-references to GDD requirements.
Core Features & Use Cases
- ADR authoring with guardrails: Uses engine reference docs, post-cutoff change checks, and an architecture registry to prevent contradictory decisions.
- Interactive collaboration and validation: Guides users through assumptions, validates the drafted ADR with an engine specialist (when configured), and runs a strategic technical director review gate.
- Retrofit mode for existing ADRs: Detects missing ADR sections and appends only absent content without modifying existing text, then re-validates coverage.
- Registry and dependency synchronization: Optionally updates
docs/registry/architecture.yaml after explicit approval, and checks GDD naming consistency before writing.
Quick Start
Run architecture-decision with a title like: event-system-architecture --review lean.