consistency-check

Validates DAE artifacts for schema correctness and cross-artifact consistency with read-only error reports.

134|9|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/swingerman/disciplined-agentic-engineering --skill consistency-check-swingerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/swingerman/disciplined-agentic-engineering/tree/main/engineer/skills/consistency-check
Command: npx skills add https://github.com/swingerman/disciplined-agentic-engineering --skill consistency-check-swingerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill detects mismatches and schema issues across Disciplined Agentic Engineering (DAE) artifacts so your specifications, acceptance criteria, and verification checkpoints stay aligned.

Core Features & Use Cases

  • Cross-artifact validation (read-only): Scans related DAE files and reports inconsistencies with precise locations and a suggested next fix skill, without mutating anything.
  • Feature-scope and project-scope checks: Runs either per-feature auditing or broader project invariants, supporting CI gates and pre-transition verification.
  • Handoff and verification integrity checks: Validates checkpoint-to-handoff completeness and plan-to-validation-method references to reduce semantic drift.

Quick Start

Run consistency-check for a single feature by asking the agent: execute /engineer.consistency-check <slug>.

Frequently Asked Questions about consistency-check

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

FAQPage Schema
How do I validate cross-artifact consistency in DAE specifications?

To validate DAE artifact consistency, run a read-only audit that checks schema correctness and cross-artifact references. It scans CHARTER.md and feature directories, reporting errors and warnings with precise locations and suggested fix skills.

What is cross-artifact schema auditing for Disciplined Agentic Engineering?

Cross-artifact schema auditing is a read-only validation process for DAE files. It enforces identifier, numbering, spec, and handoff completeness rules to detect mismatches and ensure your acceptance criteria and verification checkpoints stay aligned.

Can I use spec validation as a CI gate for pipeline transitions?

Yes, you can use spec validation as a CI gate before pipeline transitions. The audit supports both feature-scoped and project-scoped checks, verifying handoff completeness and plan-to-validation-method references to prevent semantic drift.

How do I check handoff verification completeness for a single feature?

To check handoff completeness for a single feature, execute a feature-scoped audit on the features/NNN-slug directory. This validates checkpoint-to-handoff completeness and reports any missing or mismatched verification data.

Does consistency-check modify files when reporting schema errors?

Consistency-check does not modify files; it operates strictly as a read-only validation tool. It reports errors first, followed by warnings, providing exact locations and suggesting the appropriate next fix skill without mutating any artifacts.