Validate Phase — Testing skill for Claude Code
Run a phase's acceptance gates and the closure test; flip status to done only on a clean pass.
How to install Validate Phase
Installs to ~/.claude/skills/palanx-claude-belay-validate-phase/SKILL.md
mkdir -p ~/.claude/skills/palanx-claude-belay-validate-phase && curl -fsSL https://raw.githubusercontent.com/Palanx/Claude-Belay/HEAD/commands/validate-phase.md -o ~/.claude/skills/palanx-claude-belay-validate-phase/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Validate Phase does
description: Run a phase's acceptance gates and the closure test; flip status to done only on a clean pass argument-hint:
/validate-phase
**Purpose:** the deterministic gate at the end of a phase (P3). Generation may be wrong; this step is where wrong is caught. Only a clean pass may set `done` — a phase marked `done` is load-bearing for every phase that depends on it.
**Arguments:** `$1` — the phase id. Required.
**Preconditions:** `docs/phases/$1/spec.md` and `notes.md
Alternatives in Testing
- Pua — Use when the user invokes /pua or asks for PUA mode, try-harder/retry help, change-approach coaching, completi 19.5k ★
- Deliver — Delivery phase - Review, validate, and test with multi-AI quality assurance 2.8k ★
- Test Skill — Test a skill with 3 prompts to validate quality 339 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
CR Agents
Brute-force AI method for technical work. Personas anchored to experts in their fields run as Claude Code sub-
Create Uat Plan
Generate a human-readable User Acceptance Test plan from a completed spec, so a person can validate behavior w
Dsh Verify
The quality gate for agent-built web apps. Real-browser acceptance checks — CLI, MCP (Claude Code / Cursor / C
Phased Engineering Pipeline
Claude Code skill for building software with AI agents: seven roles, vertical-slice phases, deterministic chec
Validate Module
Run complete two-agent validation on module+tests (contract extraction + test validation). Binary pass/fail wi
Validate Vault
Run a full validation of the HQ vault. Check every test and report results as PASS/FAIL with specifics.
Related Agents
Sprint
Coordinate increment structure, waves, gates, status, and closure
Acceptance Checker.Agent
Maps implementation and tests to task acceptance criteria, identifies remaining gaps, and provides a clear don
QA Validator
Use this agent when a story has been completed and moved to 'Review' status and needs validation against accep