Commit edf4fc8
Prefer Claude's Plan Mode over built-in planning when available (#2)
* Initial plan
* Prefer Claude's Plan Mode for planning, fall back to built-in process
Updated the planning workflow to prefer Claude's native Plan Mode
(available in Claude Code) when creating implementation plans. When
Plan Mode is not available (Cursor, Codex, OpenCode, etc.), falls
back to the plugin's built-in planning process.
Key changes:
- using-superpowers: Flow graph routes to writing-plans skill
(with Plan Mode preference) instead of blocking Plan Mode
- writing-plans: New Plan Mode Detection section with instructions
for using Claude's Plan Mode and saving output as a plan document
- brainstorming: Updated handoff to mention Plan Mode preference
The plan output format remains unchanged regardless of planning
method, ensuring downstream skills (alignment-check, executing-plans,
subagent-driven-development) continue to work correctly.
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
* Fix: use consistent possessive form "Claude's Plan Mode" in flow graph
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
* Address review feedback: fix flow graph dead-end and bullet capitalization
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>1 parent 268b0a0 commit edf4fc8
3 files changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
20 | 38 | | |
21 | 39 | | |
22 | 40 | | |
| |||
0 commit comments