requirement-consistency-check

Validate boundary consistency between target documents and reference materials.

52|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill requirement-consistency-check
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requirement-consistency-check
Source: https://github.com/ZTE-AICloud/Co-OmniSpec/tree/main/skills/requirement-consistency-check
Command: npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill requirement-consistency-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a procedural approach for validating the boundary consistency between requirement documents and reference materials. It defines three consistency dimensions, a code-reading strategy, and a severity scale to support systematic reviews in spec_review, design_scope_check, and detail_design_review.

Core Features & Use Cases

  • Three consistency dimensions: Scope creep detection, requirement coverage, and semantic alignment.
  • Code-reading strategy: Determines business-scene ownership by analyzing package structure and class-level commentary, without inspecting method bodies.
  • Severity-based issue taxonomy: Blocking, warning, and info annotations to guide remediation.

Quick Start

Provide a target specification and its reference materials, then request a boundary-consistency assessment.

Frequently Asked Questions about requirement-consistency-check

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

FAQPage Schema
How do I check requirement consistency between a specification and reference materials?▼

Requirement consistency is validated by comparing target documents against reference materials to detect scope creep, coverage gaps, and semantic mismatches across three consistency dimensions.

How does the code-reading strategy identify business-scene ownership during a design review?▼

The code-reading strategy identifies business-scene ownership by analyzing package structure and class-level commentary, intentionally bypassing method body inspection to focus on architectural boundaries.

What is the best way to detect scope creep in a detail design review?▼

Scope creep detection is performed as one of three consistency dimensions, comparing target design documents against reference specifications to flag out-of-bounds additions and coverage gaps.

How are consistency issues categorized for remediation during a spec review?▼

Consistency issues are categorized using a severity-based taxonomy that assigns blocking, warning, and info annotations to guide the prioritization and remediation of detected mismatches.

Can I use this approach to validate requirement coverage without inspecting method bodies?▼

Yes, requirement coverage is validated by analyzing package structures and class-level commentary, ensuring boundary alignment without requiring deep inspection of method implementations.

What are the limitations of using boundary consistency checks for semantic alignment?▼

Boundary consistency checks rely on package structure and class commentary rather than method bodies, meaning deep logic mismatches inside methods may not be detected during semantic alignment.