What problem does it solve?
It helps you reliably document significant technical decisions as Architecture Decision Records (ADRs), including context, alternatives, and consequences, so teams can build consistently and avoid contradictory architecture over time.
Core Features & Use Cases
- Guided ADR authoring: Produces a complete ADR in the expected format with Status, Date, Engine Compatibility, Dependencies, and Consequences.
- Engine-context grounded writing: Reads engine reference docs and flags knowledge gaps and domain-specific risks before drafting.
- Collaborative gate reviews: Validates the draft via an engine specialist and then a technical director for architectural coherence.
- Retrofit existing ADRs: Detects missing mandatory sections in an existing ADR file and appends only what’s absent (never overwriting existing content).
- Registry + coverage follow-ups: Optionally updates an architecture registry and guides next steps for remaining priority ADRs and GDD work.
Quick Start
Run architecture-decision with a short title like event-system-architecture to create a new ADR for that decision.