What problem does it solve?
In a design workflow, this skill detects inconsistencies between the GDDs and the entity registry, such as the same entity attribute value differing across documents or the same item value not aligning across sources. It uses a Grep-first approach to minimize full-file scans and focuses on only the sections that mention registry entries.
Core Features & Use Cases
- Grep-based cross-document validation: quickly locate mismatches by pattern matching without reading entire documents.
- Conflict classification and triage: categorize discrepancies into concrete types (conflicts, stale registry, unverifiable references) to guide fixes.
- Workflow integration: supports inspection modes like full, since-last-review, and targeted checks by entity or item, plus guidance for when to align registry with source GDDs.
- Audit-ready reports: outputs structured findings to help decide which document should be the source of truth and when to update the registry.
Quick Start
Run the consistency-check to compare the GDDs with the registry and report cross-document conflicts.