SubagentStop
25Hook
Runs when a subagent finishes, executing subagent-trace.mjs via node. From crenshawdev/cadence.
Hook
Runs when a subagent finishes, executing subagent-trace.mjs via node. From crenshawdev/cadence.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Internal role contract, preloaded into every cad-assumptions-analyzer rung agent. Not a user command.
Skill Claude CodeCodex
Pre-ship traceability audit - every requirement traced to a phase, plan and verification, orphan detection both directions, a FAIL gate before shipping.
Skill Claude CodeCodex
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 Cadence itself.
Skill Claude CodeCodex
Configure Cadence's config.json - workflow toggles, routing stakes, and interactive cross-model review provider setup.
Skill Claude CodeCodex
Gather phase context before planning - codebase assumptions, locked decisions, falsifiable acceptance criteria - in one pass.
Skill Claude CodeCodex
Find a completed phase's requirements with no failing-capable test coverage and generate tests to close the gaps, in the project's own framework.
Skill Claude CodeCodex
Systematic debugging - hypothesis and symptom tracked in a state file that survives /clear, with a user-gated second-model consult at dead ends.
Skill Claude CodeCodex
Adversarial refute-then-adjudicate pass over one load-bearing decision - a CONTEXT D-NN line or a PROJECT Key Decisions row - with per-objection rulings.
Skill Claude CodeCodex
Verify docs claims against the live codebase - paths, commands, symbols, config keys - each reported accurate, stale or unverifiable. Reports; it does not rewrite docs.
Skill Claude CodeCodex
Execute a phase's plans - a subagent per plan, an atomic commit per task, a slim per-phase SUMMARY.
Skill Claude CodeCodex
Internal role contract, preloaded into every cad-executor rung agent. Not a user command.
Skill Claude CodeCodex
Planning-health check - .planning's core docs present, the STATE cursor, ROADMAP and REQUIREMENTS parseable and consistent. Not a traceability audit (that is /cad-audit).
Skill Claude CodeCodex
Cadence's own help - the command reference for every /cad- skill, grouped by cluster; pass a command name for just that entry.
Skill Claude CodeCodex
Land finished work - report git state, then ask the mechanism (push / MR or PR / tag / leave local). Never decides how you publish.
Skill Claude CodeCodex
Cut a milestone - audit that nothing was dropped, tag when the project tags, prune completed phases from the roadmap, evolve PROJECT and refresh REQUIREMENTS.
Skill Claude CodeCodex
Ranked delete-list over code that works and should not exist - reinvented stdlib, one-implementation abstractions, dead flexibility, config nobody sets.
Skill Claude CodeCodex
Initialize a project through deep questioning - PROJECT.md, REQUIREMENTS.md, a phased ROADMAP.md and .planning/ state.
Skill Claude CodeCodex
Pause work cleanly - a WIP commit of in-flight changes plus a STATE cursor set to paused with a one-line resume pointer (/cad-progress resumes it).
Skill Claude CodeCodex
CRUD phases in ROADMAP - add, insert, remove, edit, with remove/insert renumbering the following phases, their .planning dirs and every phase reference.
Skill Claude CodeCodex
Internal role contract, preloaded into every cad-plan-checker rung agent. Not a user command.
Skill Claude CodeCodex
On-demand adversarial plan review of a phase PLAN.md before code - for a hand-written, imported or just-edited plan (/cad-plan fires this itself).
Skill Claude CodeCodex
Create an executable phase plan (PLAN.md) - planner subagent, optional check gate, plan review trigger.