cad-execute · git:20260710.606e628 · 2026-07-10 · sha256 bd099ad318747fbe

cad-execute git:20260710.606e628A

Immutable. This exact content is served forever at /api/v1/blob/bd099ad318747fbe.

---
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>
@$HOME/.claude/cadence-core/workflows/execute.md
</execution_context>

<process>
Execute end-to-end.
</process>