design-consistency-check

Validates Value Streams, Sequence Diagrams, and Data Models for inconsistencies and generates a discrepancy report with remediation suggestions.

5|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tikazyq/agentic-spec-forge --skill design-consistency-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-consistency-check
Source: https://github.com/tikazyq/agentic-spec-forge/tree/main/AGENTIC_SPEC_FORGE/spec_stage_skill/design/design-consistency-check
Command: npx skills add https://github.com/tikazyq/agentic-spec-forge --skill design-consistency-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical issue of inconsistencies between different design artifacts (Value Streams, Sequence Diagrams, Data Models), preventing errors and ensuring a cohesive design.

Core Features & Use Cases

  • Cross-Artifact Validation: Verifies that value_path in Value Streams accurately maps to corresponding elements in Sequence Diagrams and Data Models.
  • Inconsistency Reporting: Generates a clear list of discrepancies and provides actionable suggestions for correction.
  • Use Case: Before a design review or constraint acceptance, run this check to identify and fix any mismatches between how a feature is described and how its data flow and structure are defined, saving significant rework later.

Quick Start

Run the design consistency check on all design artifacts in the design directory.

Frequently Asked Questions about design-consistency-check

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

FAQPage Schema
How do I validate consistency between Value Streams, Sequence Diagrams, and Data Models?

To validate consistency, this check verifies that value paths in Value Streams accurately map to corresponding elements in Sequence Diagrams and Data Models, generating a report of discrepancies and remediation recommendations.

What is cross-artifact validation for design artifacts?

Cross-artifact validation verifies alignment between Value Streams, Sequence Diagrams, and Data Models. It identifies mismatches in value paths and data flow to ensure cohesive design and prevent structural errors.

Why do my Sequence Diagrams not match my Data Models and Value Streams?

Sequence Diagrams, Data Models, and Value Streams mismatch when value paths are incorrectly mapped. Running an automated consistency check identifies these specific discrepancies and provides actionable correction suggestions.

When do I need to run a design consistency check?

Run a design consistency check before design reviews or constraint acceptance to identify and fix mismatches. It ensures high artifact integrity and alignment, saving significant rework later in the development lifecycle.

Can I check value path alignment across all design artifacts in my directory?

Yes, you can check value path alignment across all design artifacts in the design directory. It scans Value Streams, Sequence Diagrams, and Data Models to output a clear list of discrepancies and corrections.