do-execute
Installation
SKILL.md
Execute an approved plan through six phases: scope → implement → polish → review → verify → finalize.
Entry Gate
No approved plan in context → run do-plan first. Never begin execution when planning is incomplete. Never edit the plan file for status tracking.
"Approved" means explicit user confirmation after Plan is ready for execution. — not the readiness declaration itself. If the user has not confirmed, stop and ask. See do-plan Readiness Declaration for approval definition.
Depth
Classify at entry. Depth controls fanout per phase, not which phases run — all six always execute.
| Level | Behavior |
|---|---|
focused |
Main thread handles all phases inline — no subagent dispatch |
standard |
Subagent dispatch per phase |
deep |
Subagent dispatch per phase with expanded fanout |