| name | execute-plan |
| argument-hint | approved Execution Packet or plan reference |
| description | Execute an approved multi-task plan through native project workflow gates. |
Execute Plan
Default Flow Position
- Steps:
implement + verify + self-review + completion gate
- Consumes: approved Execution Packet from
/plan-feature
- Scope: complex, architecture-changing, governor-changing, or multi-task work
Procedure Overview
- Read
AGENTS.md and docs/ai/shared/skills/execute-plan.md.
- Confirm the Execution Packet contains Goal, Scope, Success Criteria,
Selected Approach, Architecture Impact, Task List, Verification Gates, and
Review Gates.
- Record workflow state with
update_workflow_state(...).
- Execute each task in dependency order, invoking the mapped implementation
skill when available.
- Run each task's Verification Gates before marking it complete.
- Run Review Gates. Governor-changing work defaults to cross-tool review by
the other harness (Claude-implemented work โ Codex review), with
self-structured or human:<handle> fallback when the reviewing tool is
unavailable.
- Update the ledger to
stage="complete" only after verification and review
are satisfied.
Read docs/ai/shared/skills/execute-plan.md for the full procedure.