cad-verify · git:20260805.6a63445 · 2026-08-05 · sha256 a9779f30afa5de95
cad-verify git:20260805.6a63445A
Immutable. This exact content is served forever at /api/v1/blob/a9779f30afa5de95.
---
name: cad-verify
description: "Verify a completed phase by conversational UAT - a persistent checklist that survives /clear, plus cross-phase and goal-backward passes"
argument-hint: "[phase] [--sweep] [--deep]"
allowed-tools:
- Read
- Write
- Edit
- Bash
- Grep
- Glob
- AskUserQuestion
- Task
---
<objective>
Walk the user through a phase's acceptance criteria one item at a time,
recording pass/fail/skip in a persistent .planning/phases/<N>/UAT.md.
Results survive /clear and session ends - re-run to resume at the first
untested item. Failures are diagnosed and routed through the normal
Cadence flow (user-approved atomic fix commit, or /cad-plan for
phase-sized gaps) - no internal auto-fixer loop. `--sweep` scans every
phase's UAT file and reports what is still outstanding. `--deep` spawns
cad-verifier for a goal-backward check of what the code actually delivers.
</objective>
<execution_context>
@${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/verify.md
@${CLAUDE_PLUGIN_ROOT}/cadence-core/templates/UAT.md
</execution_context>
<process>
Execute end-to-end.
</process>