diff --git a/skills/writing-plans/SKILL.md b/skills/writing-plans/SKILL.md index f74605bf..b2304cd1 100644 --- a/skills/writing-plans/SKILL.md +++ b/skills/writing-plans/SKILL.md @@ -152,15 +152,25 @@ If you find issues, fix them inline. No need to re-review — just fix and move ## Execution Handoff -After saving the plan, offer execution choice: +After saving and self-reviewing the plan, link it for your human partner +to read. If they have already explicitly supplied an execution method, ask +them to review the plan and confirm it captures what they want; wait for that +review before implementation, then use the preserved method. Otherwise, ask +them to review the plan and choose an execution method before implementation. -**"Plan complete and saved to `docs/superpowers/plans/.md`. Two execution options:** +**When no execution method has already been supplied:** + +**"Plan complete and saved to `docs/superpowers/plans/.md`. Please review the plan. Two execution options:** **1. Subagent-Driven (recommended)** - I dispatch a fresh subagent per task, review between tasks, fast iteration **2. Inline Execution** - Execute tasks in this session using executing-plans, batch execution with checkpoints -**Which approach?"** +**Does the plan capture what you want, and which approach should we use?"** + +**When an execution method has already been supplied:** + +**"Plan complete and saved to `docs/superpowers/plans/.md`. Please review the plan. Does it capture what you want?"** **If Subagent-Driven chosen:** - **REQUIRED SUB-SKILL:** Use superpowers:subagent-driven-development