cad-planner-max
The `max` rung of `cad-planner`. Dispatched by the routing seam (`bin/route.mjs`) when the effort ladder resolves this rung; identical contract, different reasoning depth.
$ npx -y skills add crenshawdev/cadence --agent claude-codeShips with cadence. Installing the plugin gets this agent.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
The `max` rung of `cad-planner`. Dispatched by the routing seam (`bin/route.mjs`) when the effort ladder resolves this rung; identical contract, different reasoning depth.
The failure that costs you is the one that looks like success: generated code that is present, plausible, and wired to nothing. Cadence is a planning and execution system for Claude Code built around refusing to let that pass.
Repo: crenshawdev/cadence
Other agents on cadence.
- cad-assumptions-analyzer-high
The `high` rung of `cad-assumptions-analyzer`. Dispatched by the routing seam (`bin/route.mjs`) when the effort ladder resolves this rung; identical contract, different reasoning depth.
Open agent - cad-assumptions-analyzer
Studies the codebase for a single phase and returns structured, evidence-backed assumptions a planner would otherwise have to guess. Spawned by cad-context.
Open agent - cad-executor-xhigh
The `xhigh` rung of `cad-executor`. Dispatched by the routing seam (`bin/route.mjs`) when the effort ladder resolves this rung; identical contract, different reasoning depth.
Open agent - cad-executor
Executes a Cadence PLAN.md task-by-task with one atomic conventional commit per task, records deviations, and returns a structured report. Spawned by cad-execute or cad-task. Never writes STATE.md.
Open agent - cad-plan-checker-high
The `high` rung of `cad-plan-checker`. Dispatched by the routing seam (`bin/route.mjs`) when the effort ladder resolves this rung; identical contract, different reasoning depth.
Open agent - cad-plan-checker-medium
The `medium` rung of `cad-plan-checker`. Dispatched by the routing seam (`bin/route.mjs`) when the effort ladder resolves this rung; identical contract, different reasoning depth.
Open agent

