consistency-analysis

Detect inconsistencies, gaps, and conflicts across specification documents.

1|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill consistency-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-analysis
Source: https://github.com/datamaker-kr/synapse-claude-marketplace/tree/main/plugins/speckit-helper/skills/consistency-analysis
Command: npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill consistency-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies inconsistencies, gaps, and conflicts across your specification documents, ensuring everything from requirements to tasks and data models are perfectly aligned.

Core Features & Use Cases

  • Detects inconsistencies: Finds conflicting information between different documents (e.g., spec vs. tasks).
  • Identifies gaps: Flags missing traceability between requirements and tasks.
  • Ensures alignment: Verifies that plans, data models, and contracts match the specification.
  • Use Case: Before starting development, run this skill to ensure all requirements in spec.md are covered by tasks in tasks.md, and that data models in data-model.md are consistent with API contracts.

Quick Start

Analyze the attached specification documents for any inconsistencies or gaps.

Frequently Asked Questions about consistency-analysis

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

FAQPage Schema
How do I check for inconsistencies and gaps across specification documents?

To check for inconsistencies across specification documents, perform a read-only cross-document analysis that evaluates requirement coverage, task traceability, data model consistency, and contract alignment to output a structured report with categorized findings and severity levels.

What is cross-document traceability analysis for software specifications?

Cross-document traceability analysis is the process of verifying that requirements in spec.md are fully covered by tasks in tasks.md and that data models in data-model.md match API contracts, ensuring end-to-end specification completeness before development.

How do I detect conflicting information between spec and task documents?

Detect conflicting information between spec and task documents by running an automated conflict detection analysis that flags contradictory statements, identifies missing traceability links, and categorizes findings by severity level in a structured report.

When do I need to run a specification consistency and alignment check?

You need to run a specification consistency and alignment check before starting development to ensure all requirements in spec.md are covered by tasks in tasks.md, and that plans, data models, and contracts are perfectly aligned and complete.

What types of rule categories are evaluated during a gap analysis?

A gap analysis evaluates documents against eight rule categories: requirement coverage, task traceability, plan alignment, data model consistency, contract coverage, constitution compliance, duplication detection, and ambiguity detection.

Does consistency analysis modify the specification documents it reviews?

No, consistency analysis performs a read-only cross-document analysis that outputs a structured report with categorized findings and severity levels, ensuring your original specification documents remain unmodified during the review process.