mirror of
https://github.com/obra/superpowers.git
synced 2026-04-23 09:59:05 +08:00
Fix brainstorming-to-planning handoff using EnterPlanMode instead of writing-plans
EnterPlanMode's system prompt guidance fires every turn while skill content loaded early in conversation fades in context. Three fixes: - Add EnterPlanMode to using-superpowers red flags table (refreshed every turn) - Make brainstorming handoff imperative: invoke Skill tool, not EnterPlanMode - Update writing-plans description to explicitly say "not EnterPlanMode" - Reorder: plan first (while context is fresh), worktree second (for implementation)
This commit is contained in:
@@ -73,6 +73,7 @@ These thoughts mean STOP—you're rationalizing:
|
||||
| "I'll just do this one thing first" | Check BEFORE doing anything. |
|
||||
| "This feels productive" | Undisciplined action wastes time. Skills prevent this. |
|
||||
| "I know what that means" | Knowing the concept ≠ using the skill. Invoke it. |
|
||||
| "I should use EnterPlanMode / plan mode" | If a loaded skill specifies the next step, follow the skill. EnterPlanMode is a platform default — skills override defaults. |
|
||||
|
||||
## Skill Priority
|
||||
|
||||
|
||||
Reference in New Issue
Block a user