factory-coherence-validation

Detect semantic misalignments across software development lifecycle artifacts.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/e2its/myrmion-AI-factory --skill factory-coherence-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factory-coherence-validation
Source: https://github.com/e2its/myrmion-AI-factory/tree/main/.claude/skills/factory-coherence-validation
Command: npx skills add https://github.com/e2its/myrmion-AI-factory --skill factory-coherence-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standard SDLC pipeline gates only validate artifact status and iteration freshness, but miss silent semantic misalignments between interdependent deliverables. These gaps lead to broken downstream work, rework, and undetected scope drift when agents consume incoherent upstream artifacts.

Core Features & Use Cases

  • Scope-Based Traceability Checks: Runs configurable check sets tailored to BLUEPRINT, IMPLEMENT, and QA agent workflow stages to validate only relevant artifact pairs.
  • Cross-Artifact Gap Detection: Catches critical misalignments like missing component coverage for Gherkin scenarios, mismatched data schemas between user journeys and design docs, orphaned test cases, and unresolved upstream contract dependencies.
  • Increment and Slice Plan Validation: Ensures incremental slicing strategies have well-formed increment plans and slice maps, with mandatory RDR compliance for capability-value slicing.
  • Use Case: When a BLUEPRINT agent runs the --approve command for a new feature, CVP validates that all spec scenarios map to design components, all user journey data fields exist in the data model, and all contract endpoints have corresponding test cases before marking the feature as approved.

Quick Start

Use the factory-coherence-validation skill to run a full cross-artifact coherence check for feature ID FEAT-456 before the QA agent runs its final verification gate.

Frequently Asked Questions about factory-coherence-validation

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

FAQPage Schema
How do I validate traceability between SDLC artifacts to prevent scope drift?

Cross-artifact traceability validation checks interdependent SDLC deliverables like spec, design, and test cases for semantic misalignments. It enforces scope consistency and maps scenarios to components to prevent broken downstream work and undetected scope drift.

Why does my standard pipeline status gate miss semantic misalignments between design and test cases?

Standard pipeline gates only validate artifact status and iteration freshness, missing silent semantic misalignments. Cross-artifact coherence checking catches missing component coverage for Gherkin scenarios, orphaned test cases, and unresolved upstream contract dependencies that standard gates fail to detect.

How do I check if all spec scenarios map to design components before approving a feature?

Run a scope-based traceability check for the BLUEPRINT workflow stage to validate that all spec scenarios map to design components. This mandatory coherence check also verifies user journey data fields exist in the data model before marking the feature as approved.

What is cross-artifact coherence checking in software development lifecycle pipelines?

Cross-artifact coherence checking is the process of detecting and blocking silent semantic misalignments between interdependent SDLC artifacts. It validates traceability across spec, design, test, implementation, and QA deliverable chains to enforce data schema alignment and end-to-end traceability.

Does cross-artifact validation work for incremental slicing strategies and slice plans?

Yes, coherence validation ensures incremental slicing strategies have well-formed increment plans and slice maps. It enforces mandatory RDR compliance for capability-value slicing to verify increment and slice plan integrity before downstream agent workflows consume them.

Can I run coherence checks across BLUEPRINT, IMPLEMENT, and QA agent workflow stages?

Yes, traceability validation runs configurable check sets tailored specifically for BLUEPRINT, IMPLEMENT, and QA agent workflow stages. It validates only the relevant artifact pairs for each stage to ensure end-to-end traceability and upstream contract resolution.