Palanx

Validate Phase — Testing skill for Claude Code

Testing community

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

Terminal
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 Repository