gsd-validate-phase

Audit completed phase validation coverage and generate missing test files.

Updated May 22, 2026
One-click install
npx skills add https://github.com/yusaduymaz/loexai --skill gsd-validate-phase-yusaduymaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-validate-phase
Source: https://github.com/yusaduymaz/loexai/tree/main/.codex/skills/gsd-validate-phase
Command: npx skills add https://github.com/yusaduymaz/loexai --skill gsd-validate-phase-yusaduymaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill audits a completed phase to find missing validation coverage, reconstructs validation artifacts when needed, and fills gaps without breaking the workflow gates.

Core Features & Use Cases

  • Gap Audit: Reviews an existing phase for missing checks, incomplete validation notes, and untested behavior.
  • Artifact Reconstruction: Rebuilds validation context from available summaries when a dedicated validation document does not yet exist.
  • Test Generation: Produces or updates test files alongside the validation record so the phase can be verified end to end.
  • Use Case: A team finishes a delivery phase but realizes validation evidence is incomplete, and this Skill restores the missing documentation and test coverage.

Quick Start

Ask the skill to audit the last completed phase and generate the missing validation documentation and test files.

Frequently Asked Questions about gsd-validate-phase

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

FAQPage Schema
How do I audit a completed workflow phase for missing validation coverage?

Phase validation gap audits identify missing checks, incomplete validation notes, and untested behavior in completed phases. The audit reviews existing phase artifacts and traces them strictly to ensure workflow gate preservation while documenting missing evidence.

What is artifact reconstruction for phase validation?

Artifact reconstruction for phase validation rebuilds validation context from available phase summaries when a dedicated validation document does not exist. It restores missing documentation by tracing available artifacts strictly to preserve workflow gates.

How do I generate test files for previously completed work?

Generate test files for previously completed work by auditing the phase for untested behavior and reconstructing validation artifacts. The process produces or updates test files alongside an updated VALIDATION.md record to verify the phase end to end.

Can I fill phase validation gaps without breaking workflow gates?

You can fill phase validation gaps without breaking workflow gates by applying strict artifact tracing during reconstruction. This approach preserves workflow-gate integrity while updating validation documentation and generating tests for the completed phase.

What is the best way to update VALIDATION.md for incomplete phase evidence?

The best way to update VALIDATION.md for incomplete phase evidence is to audit the phase, reconstruct missing validation context from summaries, and generate test files. This outputs an updated validation record with end-to-end verification coverage.

When do I need to reconstruct validation artifacts from summaries?

You need to reconstruct validation artifacts from summaries when a dedicated validation document does not exist for a completed phase but workflow gate evidence is required. This rebuilds validation context and fills documentation gaps without altering completed work.