Validation Pipeline

Execute structured validation pipelines for requirements, code, and artifacts.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/aquariuscook/Agent_Modus_Map --skill validation-pipeline-aquariuscook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Validation Pipeline
Source: https://github.com/aquariuscook/Agent_Modus_Map/tree/main/.claude/skills/validation-pipeline
Command: npx skills add https://github.com/aquariuscook/Agent_Modus_Map --skill validation-pipeline-aquariuscook

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rigorous validation of requirements, code, and artifacts, ensuring adherence to quality standards through structured steps, gate enforcement, and detailed reporting.

Core Features & Use Cases

  • Structured Validation: Executes predefined pipelines of checks sequentially.
  • Gate Enforcement: Halts execution on critical failures unless overridden.
  • Scored Reporting: Provides detailed, scored reports on validation outcomes.
  • Use Case: Validate a new set of user stories against defined quality criteria, ensuring they are testable, unambiguous, and complete before development begins.

Quick Start

Run the validation pipeline on the requirements document located at docs/requirements.md.

Frequently Asked Questions about Validation Pipeline

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

FAQPage Schema
How do I automate requirements validation before development begins?

Automate requirements validation by running a structured pipeline that sequentially executes predefined checks on your requirements document to ensure they are testable, unambiguous, and complete.

What is a quality gate in a validation pipeline?

A quality gate in a validation pipeline is an enforcement mechanism that halts sequential execution upon encountering critical failures unless explicitly overridden, ensuring strict adherence to quality standards.

Can I generate JSON reports for code and artifact validation?

Yes, you can generate detailed JSON or markdown reports for code and artifact validation, which include per-step scoring and weighted score rollups for comprehensive quality tracking.

How do I enforce sequential step execution for quality checks?

Enforce sequential step execution for quality checks by utilizing a structured validation pipeline that processes predefined checks in order and tracks weighted scoring across each step.

Does the validation pipeline support weighted score rollups?

Yes, the validation pipeline supports weighted score rollups, allowing a 13-step requirements validation process to aggregate per-step scores into a final detailed markdown or JSON report.