Immutable. This exact content is served forever at /api/v1/blob/c792a65f29add5f5.
---
name: cad-execute
description: "Execute all plans in a phase - one cad-executor per plan, atomic commit per task, slim per-phase SUMMARY"
argument-hint: "[phase number]"
allowed-tools:
- Read
- Write
- Edit
- Bash
- Grep
- Glob
- AskUserQuestion
- Task
---
<objective>
Execute every plan in a phase with Cadence's guarantees: protected-branch
guard before the first dispatch, one cad-executor per plan, one atomic
conventional commit per task, deviations recorded, a slim SUMMARY.md at the
end. Sequential by default - parallel worktree execution only when config
opts in.
</objective>
<execution_context>
@${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/execute.md
</execution_context>
<process>
Execute end-to-end.
</process>