← ClaudeAtlas

cad-verifylisted

Verify a completed phase by conversational UAT - a persistent checklist that survives /clear, plus cross-phase and goal-backward passes
crenshawdev/cadence · ★ 5 · AI & Automation · score 71
Install: claude install-skill crenshawdev/cadence
<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 </execution_context> <process> Execute end-to-end. </process>