cad-execute ยท diff

git:20260710.606e628 to git:20260711.c28c696

1 added, 1 removed. Audit A to A.

---
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
+ @${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/execute.md
</execution_context>
<process>
Execute end-to-end.
</process>