What problem does it solve?
It helps teams document significant technical decisions so future developers can understand the context, alternatives, and consequences behind the architecture choices.
Core Features & Use Cases
- ADR authoring workflow: Guides creation of an Architecture Decision Record with consistent sections, including engine compatibility, dependencies, and validation criteria.
- Retrofit mode for legacy ADRs: Detects missing required sections in an existing ADR, adds only absent content, and never modifies existing sections.
- Engine-context verification: Loads engine reference material, flags post-cutoff knowledge risk, and (when configured) validates engine-specific correctness via specialist review.
- Architecture registry updates (optional & gated): Proposes new stances and asks for explicit approval before updating the architecture registry.
- GDD sync checks (before write approval): Scans referenced GDDs to warn if names/interfaces would mismatch what the ADR will introduce.
Quick Start
Run architecture-decision with a short title like event-system-architecture and let it draft the ADR with engine context and dependencies.