Command Claude Code
Approve a draft and enter BUILD.
Command Claude Code
Approve a draft and enter BUILD.
Command Claude Code
Mark a task BLOCKED (shortcut for build task --status=BLOCKED).
Command Claude Code
Record outcome of a build task.
Command Claude Code
Run structural coherence check on a draft.
Command Claude Code
Mark a task DONE (shortcut for build task --status=DONE).
Command Claude Code
Scaffold a new DRAFT.md for a phase task.
Command Claude Code
Scaffold a SESSION handoff doc with machine facts pre-filled.
Command Claude Code
Mark a task NEEDSCONTEXT (shortcut for build task --status=NEEDSCONTEXT).
Command Claude Code
Show CADENCE's next suggested action.
Command Claude Code
Replay the freshest session handoff + live context (read-only).
Command Claude Code
Divergent→convergent ideation dialogue that lands survivors as Praxis recommendations.
Command Claude Code
Close the loop and write SUMMARY.
Command Claude Code
End-of-session handoff — reconcile memory + docs, write a SESSION handoff doc, commit & push so another LLM can resume cleanly.
Hook Claude Code
Runs when a session starts, executing cadence-host-claude-code.cjs via node with --cadence. From thomas-powers-jr/cadence.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing cadence-host-claude-code.cjs via node with --cadence (2 commands). From thomas-powers-jr/cadence.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, MultiEdit, Edit, Write, MultiEdit and NotebookEdit tool calls, executing cadence-host-claude-code.cjs via node with --cadence (2 commands). From thomas-powers-jr/cadence.
Hook Claude Code
Runs after a tool call finishes for Write, Edit, MultiEdit, Edit, Write, MultiEdit, NotebookEdit and Skill tool calls, executing cadence-host-claude-code.cjs via node with --cadence (3 commands). From thomas-powers-jr/cadence.
Hook Claude Code
Runs when the agent finishes a response, executing cadence-host-claude-code.cjs via node with --cadence. From thomas-powers-jr/cadence.
Hook Claude Code
Runs when a subagent finishes, executing cadence-host-claude-code.cjs via node with --cadence. From thomas-powers-jr/cadence.
Hook Claude Code
Runs when a subagent starts, executing cadence-host-claude-code.cjs via node with --cadence. From thomas-powers-jr/cadence.
Settings file Claude Code
Agent settings declaring 7 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse).
Skill Claude CodeCodex
Orchestrate a full CADENCE phase build end-to-end — worktree isolation, wave-based subagent dispatch from the approved DRAFT, an independent reviewer per task, main-thread re-verification of every completion claim, a whole-branch review, the single-commit settle, and a PR carrying its changeset. Use when a DRAFT is…
Skill Claude CodeCodex
Land a branch through cadence's protected-main pipeline — local preflight, commit hygiene, push, PR, ci-success babysitting with the known-flake protocol, consent-gated squash merge, and post-merge sync. Use when work is ready to land, the user says "land this", "open a PR", "merge when green", or a PR is sitting on…
Skill Claude CodeCodex
Cut and verify a CADENCE release end-to-end — inventory unreleased phases, audit changesets, lockstep version bump, a full doc-sync verification pass (automated doc tests + manual stale-version-reference sweep), release PR, operator-triggered Release workflow, and independent npm/tag/GitHub verification. Use when the…