832 B
832 B
description, agent, model
| description | agent | model |
|---|---|---|
| Execute the latest approved plan | builder | github-copilot/gpt-5.4 |
Execute the latest approved plan for: $ARGUMENTS
- Read the latest matching
plans/<slug>note withStatus: approved. - Create or update
executions/<slug>withStatus: in_progressbefore changing code. - Delegate implementation to
coder, verification totester, review toreviewer, and docs or memory updates tolibrarianwhere appropriate. - Follow the plan exactly. If the plan is contradictory, missing a dependency, or fails verification twice, stop, capture evidence, set the execution note to blocked, and send the work back to
planner. - Finish by updating the execution note to
Status: doneorStatus: blockedand summarizing what changed.
Do not create a commit unless the user explicitly asks.