cad-adopt
Initialize .planning/ from a repo that already exists - PROJECT.md, REQUIREMENTS.md and a remaining-work ROADMAP.md derived from the code and the git history
Verify a completed phase by conversational UAT - a persistent checklist that survives /clear, plus cross-phase and goal-backward passes
$ npx -y skills add crenshawdev/cadence --skill cad-verify --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cad-verifyContext preview
The summary Claude sees to decide when to auto-load this skill.
Verify a completed phase by conversational UAT - a persistent checklist that survives /clear, plus cross-phase and goal-backward passes
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 </execution_context>
<process> Execute end-to-end. </process>
Appearance is cheap. Verification is the work. Cadence is for developers using Claude Code on software they will still own after the session ends. Claude can write a convincing plan, produce working code, and tell you the job is finished.
Repo: crenshawdev/cadence
Initialize .planning/ from a repo that already exists - PROJECT.md, REQUIREMENTS.md and a remaining-work ROADMAP.md derived from the code and the git history
Internal role contract, preloaded into every cad-assumptions-analyzer rung agent. Not a user command.
Pre-ship traceability audit - every requirement traced to a phase, plan and verification, orphan detection both directions, a FAIL gate before shipping
Capture a phase-linked todo, a seed idea for a future milestone, or a note, without losing your place - .planning/CAPTURE.md, or --cadence for friction with…
Configure Cadence's config.json - workflow toggles, the per-role model and effort interview, and interactive cross-model review provider setup
Gather phase context before planning - codebase assumptions, locked decisions, falsifiable acceptance criteria - in one pass