What problem does it solve?
It prevents architectural drift by validating that your ADRs fully and consistently implement every technical requirement from your GDDs, while staying aligned with the pinned engine version.
Core Features & Use Cases
- Completeness validation: Ensures every GDD technical requirement is addressed by at least one ADR and reports PASS/CONCERNS/FAIL.
- Traceability matrix generation: Produces a traceability matrix (and an RTM mode that extends it with story + test evidence) to quantify coverage gaps.
- Consistency and conflict detection: Detects cross-ADR conflicts (integration contract, state ownership, dependency order, performance budget issues) and verifies engine compatibility assumptions.
- Targeted review modes: Supports full review, coverage-only, consistency-only, engine-only, and single-GDD review to narrow scope.
- Production-ready RTM option: In
rtm mode, generates docs/architecture/requirements-traceability.md to link requirements → ADRs → stories → tests.
Quick Start
Run the architecture-review skill in full mode to validate that all GDD requirements are covered by ADRs and that the architecture matches the pinned engine version.