consistency-check

Scan CDDs against the entity registry to detect cross-document inconsistencies.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill consistency-check-negentropy-laby
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/consistency-check
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill consistency-check-negentropy-laby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans all CDDs against the entity registry to detect cross-document inconsistencies, helping keep game and product documentation aligned.

Core Features & Use Cases

  • Grep-first consistency checks across design documents using the entity registry.
  • Generates conflict reports and flags registry drift for review and potential updates.
  • Applicable after creating or updating CDDs, or on-demand for specific entities, schemas, or configurations.

Quick Start

Run the consistency-check to validate CDD integrity against the registry and related documents.

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 across CDDs?▼

To detect cross-document inconsistencies across CDDs, run a grep-first consistency checker that scans all design documents against the entity registry to report conflicts and flag stale registry entries.

What is a grep-first consistency check for design documents?▼

A grep-first consistency check is a validation method that scans all CDDs for entity registry entries to detect cross-document inconsistencies, generating conflict reports and flagging registry drift for review.

When should I run a consistency validation on my entity registry?▼

You should run consistency validation after authoring or updating CDDs, or before holistic reviews, ensuring game and product documentation remains aligned with the entity registry.

Can I use consistency-check for both game and product CDDs?▼

Yes, the consistency checker applies to both game and product CDDs, loading the entities.yaml file to validate design integrity and optionally flag stale registry entries for updates.

How do I validate specific entities or schemas in my CDDs?▼

You can validate specific entities, schemas, or configurations by running an on-demand consistency check that greps your CDDs against the loaded entity registry to identify mismatches.

What is the best way to keep design documentation aligned with the registry?▼

The best way to keep design documentation aligned is using a grep-first consistency checker that scans CDDs against the entity registry, generating conflict reports and flagging stale entries for updates.