Commit 6079cd2
fix(skills): restore worktree step in brainstorming workflow
The brainstorming skill never invoked using-git-worktrees despite
writing-plans expecting to run in a worktree "created by brainstorming
skill" and using-git-worktrees listing brainstorming as a caller.
This was unintentionally dropped during workflow simplification
(8e38ab8, 7f2ee61) and remained missing after v5.0.0 rework.
Changes to skills/brainstorming/SKILL.md:
- Checklist: insert step 7 (Set up worktree) between design doc and
writing-plans
- Process flow diagram: add worktree node with correct edges
- Terminal state note: update skill whitelist to include
using-git-worktrees
- After the Design: add Workspace isolation section, adjust
Implementation prohibition from "any other skill" to
"any implementation skill (frontend-design, mcp-builder, etc.)"
Changes to skills/using-git-worktrees/SKILL.md:
- Integration: fix stale "Phase 4" reference to "Step 7"
Closes #574
Ref #1861 parent 5ef73d2 commit 6079cd2
2 files changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
133 | 141 | | |
134 | 142 | | |
135 | 143 | | |
136 | | - | |
| 144 | + | |
137 | 145 | | |
138 | 146 | | |
139 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments