validate-checkpoint

Validate VibeFlow workflow checkpoints and generate JSON reports with exit codes.

8|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/hardness1020/VibeFlow --skill validate-checkpoint
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: validate-checkpoint
Source: https://github.com/hardness1020/VibeFlow/tree/main/.claude/skills/validate-checkpoint
Command: npx skills add https://github.com/hardness1020/VibeFlow --skill validate-checkpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Checkpoint readiness in the VibeFlow docs-first workflow is enforced automatically, preventing progression with incomplete artifacts.

Core Features & Use Cases

  • Orchestrates PRD, Discovery, SPECs, ADRs, and OP-NOTES validations.
  • Generates structured JSON reports and clear pass/fail statuses.
  • Guides stage gates with actionable warnings and exit codes.

Quick Start

Invoke the validator to verify the current project’s checkpoint readiness.

Frequently Asked Questions about validate-checkpoint

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

FAQPage Schema
How do I automate checkpoint validation for PRD and SPECs in a docs-first workflow?▼

The mechanism works by coordinating script execution across all workflow stages like PRD, Discovery, and SPECs, then collecting results into structured JSON reports with pass/fail statuses and exit codes to enforce guardrails.

What is the best way to enforce workflow guardrails and prevent progression with incomplete artifacts?▼

Enforcing workflow guardrails is achieved by validating checkpoint readiness across all stages, yielding actionable warnings and exit codes that prevent progression when artifacts are incomplete or unlinked within the docs-first workflow.

Does checkpoint validation generate JSON reports for automated stage gating decisions?▼

Yes, checkpoint validation generates structured JSON reports containing collected results and clear pass/fail statuses. These reports provide actionable warnings and exit codes to directly drive automated gating decisions for the next workflow stage.

How do I validate ADRs and OP-NOTES readiness before moving to the next project stage?▼

You validate ADRs and OP-NOTES readiness by invoking the validator to check artifact completeness, linkage, and criteria compliance across the project. It orchestrates these checks to verify overall checkpoint readiness before stage progression.

Can I use checkpoint validation scripts across all VibeFlow docs-first stages?▼

Yes, you can use checkpoint validation across all VibeFlow docs-first stages including PRD, DISCOVERY, SPECs, ADRs, and OP-NOTES. The validator applies uniformly to ensure artifacts meet defined criteria before passing stage gates.