gsd-validate-phase

Validate phase plans for execution, verification, documentation, and commit status.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/giovannimnz/gsd-caveman-hermes --skill gsd-validate-phase-giovannimnz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/giovannimnz/gsd-caveman-hermes/tree/main/skills/gsd-validate-phase
Command: npx skills add https://github.com/giovannimnz/gsd-caveman-hermes --skill gsd-validate-phase-giovannimnz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill resolve o desafio de assegurar que uma fase de um projeto GSD Hermes esteja completa e pronta antes de avançar, evitando retrabalho e gargalos de qualidade.

Core Features & Use Cases

  • Phase load and plan integrity checks to ensure all plans exist and are well-formed.
  • Per-plan validation ensuring Executed, Verified, Documented, and Committed statuses before phase progression.
  • Phase gate validation and generation of a concise, actionable phase report for stakeholders.
  • Use Case: Prior to a release, validate Phase 1 completely to prevent pipeline failures later.

Quick Start

Inicie a validação da fase com o fluxo GSD Hermes para confirmar que todos os planos foram executados, verificados, documentados e commitados.

Frequently Asked Questions about gsd-validate-phase

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

FAQPage Schema
How do I validate that all plans in a project phase are executed and committed?

To validate plans in a project phase, load the phase file and enumerate each plan to check its execution, verification, documentation, and commit status. This process ensures end-to-end quality gates are passed before proceeding to the next phase.

What is phase validation in a phase-based workflow?

Phase validation in a phase-based workflow is a quality gate mechanism that verifies every plan within a phase has been executed, verified, documented, and committed. It prevents pipeline failures by generating a consolidated validation report before progression.

How do I check phase completion status before a release?

Check phase completion status by loading the phase file to run gate validations on all enumerated plans. The validation confirms executed, verified, documented, and committed statuses, emitting a concise actionable report for stakeholders.

Does phase validation work with GSD Hermes planning files?

Yes, phase validation works directly with GSD Hermes planning files. It loads phase files like .planning/phases/phase-N.md to enumerate plans and validate their execution, verification, documentation, and commit statuses.

Why does phase progression fail when some plans are not documented?

Phase progression fails when plans lack documentation because validation enforces strict quality gates. The validation process checks that all plans have executed, verified, documented, and committed statuses to prevent gaps before moving to the next phase.

Can I generate a validation report for phase plans without manual checks?

Yes, you can automatically generate a validation report for phase plans. The validation process loads the phase file, enumerates all plans, runs gate validations, and emits a consolidated report detailing execution, verification, documentation, and commit statuses.