workflow-validator

Validate Spec-Kit-Plus phase outputs with A-F grading and gate progression.

5|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow --skill workflow-validator-wania-kazmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-validator
Source: https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow/tree/main/.claude/skills/workflow-validator
Command: npx skills add https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow --skill workflow-validator-wania-kazmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a strict quality gate that validates the outputs of every phase in the Spec-Kit workflow, preventing progression with incomplete or low-quality results and producing actionable feedback.

Core Features & Use Cases

  • Enforces post-phase quality gates with automatic grading (A-F) and detailed reports.
  • Generates per-phase validations at .specify/validations/phase-N-report.md.
  • Integrates with phase progression to gate next steps until approved.
  • Provides remediation guidance and traceable decisions for each phase.

Quick Start

Run the Quality Gate Teacher after a phase completes and then review the generated .specify/validations/phase-N-report.md. If the phase is APPROVED, proceed to the next phase.

Frequently Asked Questions about workflow-validator

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

FAQPage Schema
How do I automate workflow validation for phase outputs in Spec-Kit?

Workflow validation is automated by applying strict quality checks across each Spec-Kit phase, generating a detailed phase report with grading (A-F) to enforce progression only upon approval. It validates outputs from INIT through GAP ANALYSIS to prevent incomplete results.

What is a quality gate validator and how does it work with phase progression?

A quality gate validator acts as an automated checkpoint that grades phase outputs from A to F and gates subsequent workflow steps. It ensures phase progression is blocked until the current phase meets strict quality standards and receives an approval status.

How do I generate a validation report for a completed workflow phase?

To generate a validation report, run the quality gate validator after a phase completes. It automatically produces a detailed markdown report at .specify/validations/phase-N-report.md containing grading, traceable decisions, and remediation guidance for that specific phase.

Does the Spec-Kit workflow validator require any external dependencies?

No external dependencies are required to run the workflow validator. It operates independently within the Spec-Kit-Plus environment to enforce guardrail gating, throughput validation, and report generation across all workflow phases.

What happens when a phase output fails quality checks in Spec-Kit workflows?

When a phase output fails quality checks, the validator blocks progression to the next phase and generates actionable remediation guidance. The phase report provides traceable decisions and a failing grade to indicate specific quality gaps requiring fixes.

When do I need to run quality gate validation in a Spec-Kit workflow?

Quality gate validation should be run immediately after any workflow phase completes, from INIT through GAP ANALYSIS and subsequent phases. This ensures each phase output meets strict quality standards before proceeding to the next workflow stage.