consistency-check

Compare GDD entries against the entity registry to identify cross-document inconsistencies.

Updated Feb 8, 2024
One-click install
npx skills add https://github.com/kay6198835/Game-RPG --skill consistency-check-kay6198835
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/kay6198835/Game-RPG/tree/main/.claude/skills/consistency-check
Command: npx skills add https://github.com/kay6198835/Game-RPG --skill consistency-check-kay6198835

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify cross-document inconsistencies by comparing GDD entries with the entity registry.

Core Features & Use Cases

  • Grep-first comparison scans GDDs for references to registered entities, items, formulas, and constants, minimizing full document reads.
  • Multi-entity checks detects mismatches across entities, items, formulas, and constants, and notes unverifiable references.
  • Structured reporting produces a conflict report with suggested resolutions and supports pipeline integration before architecture work.

Quick Start

Run the consistency-check to scan registered GDDs for conflicts against the entity registry.

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 in game design docs?

To detect cross-document inconsistencies in game design docs, compare registered GDD entries against a central entity registry. This validation process scans design artifacts for conflicting references and outputs a structured conflict report.

What is a grep-first validation workflow for GDDs?

A grep-first validation workflow for GDDs minimizes full document reads by scanning design artifacts for registered entities, items, formulas, and constants. It efficiently identifies mismatches and unverifiable references across multiple documents.

Can I run a targeted consistency check for a specific entity or item?

Yes, you can run targeted consistency checks for specific entities or items using queries like entity:<name> or item:<name>. This limits the grep comparison to specific registry entries across your design artifacts.

Does consistency-check work without external dependencies or components?

Yes, consistency-check operates without external dependencies. It runs independently to compare GDD entries against your entity registry, requiring no additional components to generate its structured conflict report.

What does the structured conflict report include for resolving registry discrepancies?

The structured conflict report includes detected mismatches across entities, items, formulas, and constants, alongside potential registry gaps. It provides actionable suggested resolutions and notes unverifiable references to fix discrepancies before architecture work.