consistency-check

Detect cross-document inconsistencies between GDD entries and registry data.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/solace-ill/vector-flow --skill consistency-check-solace-ill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/solace-ill/vector-flow/tree/main/.claude/skills/consistency-check
Command: npx skills add https://github.com/solace-ill/vector-flow --skill consistency-check-solace-ill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Consistency Check skill scans all GDDs against the entity registry to detect cross-document inconsistencies: same entity with different stats, same item with different values, the same formula with different variables. It uses a grep-first approach to minimize full document reads and surfaces conflicts for remediation.

Core Features & Use Cases

  • Grep-first conflict detection across design documents and registry
  • Phase-based deep investigation for conflicts only
  • Outputs a structured consistency report with actionable resolutions

Quick Start

Run the consistency-check skill to validate all GDDs against the registry and surface any conflicts that require updates.

Frequently Asked Questions about consistency-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect cross-document inconsistencies between my game design documents and the entity registry?

Detect cross-document inconsistencies by running a consistency check that greps relevant lines from design GDDs and builds lookup maps from registry YAML files to surface stat conflicts, stale entries, and unverifiable references.

What is the best way to validate GDD entries against entity, item, and formula registries?

The best way to validate GDD entries is using a grep-first conflict detection approach that scans design markdown files against registry data, producing a structured consistency report with actionable resolutions for any mismatched variables or values.

Can I run a consistency check targeting a specific entity or item scope?

Yes, you can run a consistency check targeting specific scope using modes like entity:<name> or item:<name>, alongside full checks or since-last-review modes to limit validation to relevant design GDDs and registry entries.

How does grep-first conflict detection work for design document data integrity?

Grep-first conflict detection works by minimizing full document reads, extracting only relevant lines from GDDs and registry YAML files to build lookup maps, then performing phase-based deep investigation only on the conflicts found.

What types of conflicts does a GDD consistency check report?

A GDD consistency check reports same entities with different stats, same items with different values, same formulas with different variables, stale registry entries, and unverifiable references across design documents.

Do I need dependencies or external components to run a game design document consistency check?

No dependencies or external components are required to run a game design document consistency check; it operates directly on in-scope design GDD markdown files and registry YAML data to validate data integrity.