Проверка согласованности между GDD-документами

documentation

consistency-check is a Claude Code skill that scans all GDD files for cross-document inconsistencies — the same entity with different stats, the same item with conflicting values, or the same formula with mismatched variables across multiple documents. It follows a grep-first approach: loads the entity registry from `design/registry/entities.yaml`, builds four lookup tables (entities, items, formulas, constants), then targets only the GDD sections mentioning registered names instead of reading every file in full. Four run modes are supported: `full`, `since-last-review`, `entity:<name>`, and `item:<name>`. The output is a conflict report with severity classification and optional registry corrections. Designed for game designers who need to validate GDD consistency before running architecture generation or a full cross-review.