From f71465c047480e8c7bdf027d78feb888f8d6fde6 Mon Sep 17 00:00:00 2001 From: Sheldon Finlay Date: Fri, 27 Mar 2026 08:39:42 -0400 Subject: [PATCH] fix: plan skill flows into /agent-loop:run when user confirms --- skills/plan/SKILL.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/skills/plan/SKILL.md b/skills/plan/SKILL.md index 7fccb0f..6be75d0 100644 --- a/skills/plan/SKILL.md +++ b/skills/plan/SKILL.md @@ -179,10 +179,8 @@ Show the user a summary: ### Step 8: Wait for Feedback -Let the user review and adjust. They might: -- Ask to split a story further -- Ask to reorder priorities -- Ask to add/remove stories -- Ask to change acceptance criteria +Ask the user: +> **Ready to start?** I can begin implementing now, or you can adjust the plan first. -Make the requested changes, then re-present the summary. +- If the user confirms (yes, go, start, implement, etc.) → invoke `/agent-loop:run` to begin the loop immediately +- If they want changes (split a story, reorder, add/remove, change criteria) → make the changes, re-present the summary, and ask again