What problem does it solve?
It prevents design regressions by detecting when the same entity, item, formula, or constant is defined inconsistently across multiple GDD documents, so downstream architecture work doesn’t get poisoned by contradictory assumptions.
Core Features & Use Cases
- Grep-first cross-document scan: Loads the authoritative entity registry once, then searches only relevant GDD sections by registered names instead of fully rereading every document.
- Conflict vs. stale vs. unverifiable classification: Produces actionable conflict reports for resolution, flags stale registry entries, and marks unverifiable mentions that lack comparable attributes.
- Targeted deep investigation: For any detected conflict, performs a precise section read to confirm which document is authoritative (registry source) and what exactly diverged.
Quick Start
Run the consistency-check skill to scan all registered entities against all GDDs by asking: "Run /consistency-check with no arguments."