get-shit-done-cc 1.5.29 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -842,10 +842,15 @@ Present completion with next steps:
842
842
 
843
843
  **Phase 1: [Phase Name]** — [Goal from ROADMAP.md]
844
844
 
845
- `/gsd:plan-phase 1`
845
+ `/gsd:discuss-phase 1` — gather context and clarify approach
846
846
 
847
847
  <sub>`/clear` first → fresh context window</sub>
848
848
 
849
+ ---
850
+
851
+ **Also available:**
852
+ - `/gsd:plan-phase 1` — skip discussion, plan directly
853
+
849
854
  ───────────────────────────────────────────────────────────────
850
855
  ```
851
856
 
@@ -887,7 +892,7 @@ Present completion with next steps:
887
892
  - [ ] STATE.md initialized
888
893
  - [ ] REQUIREMENTS.md traceability updated
889
894
  - [ ] Phase directories created → **committed**
890
- - [ ] User knows next step is `/gsd:plan-phase 1`
895
+ - [ ] User knows next step is `/gsd:discuss-phase 1`
891
896
 
892
897
  **Atomic commits:** Each phase commits its artifacts immediately. If context is lost, artifacts persist.
893
898
 
@@ -419,7 +419,13 @@ Wait for user response.
419
419
 
420
420
  ## 13. Present Final Status
421
421
 
422
- ```
422
+ Route to `<offer_next>`.
423
+
424
+ </process>
425
+
426
+ <offer_next>
427
+ Output this markdown directly (not as a code block):
428
+
423
429
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
424
430
  GSD ► PHASE {X} PLANNED ✓
425
431
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
@@ -440,20 +446,18 @@ Verification: {Passed | Passed with override | Skipped}
440
446
 
441
447
  **Execute Phase {X}** — run all {N} plans
442
448
 
443
- `/gsd:execute-phase {X}`
449
+ /gsd:execute-phase {X}
444
450
 
445
- <sub>`/clear` first → fresh context window</sub>
451
+ <sub>/clear first → fresh context window</sub>
446
452
 
447
453
  ───────────────────────────────────────────────────────────────
448
454
 
449
455
  **Also available:**
450
- - `cat .planning/phases/{phase-dir}/*-PLAN.md` — review plans
451
- - `/gsd:plan-phase {X} --research` — re-research first
456
+ - cat .planning/phases/{phase-dir}/*-PLAN.md — review plans
457
+ - /gsd:plan-phase {X} --research — re-research first
452
458
 
453
459
  ───────────────────────────────────────────────────────────────
454
- ```
455
-
456
- </process>
460
+ </offer_next>
457
461
 
458
462
  <success_criteria>
459
463
  - [ ] .planning/ directory validated
@@ -193,14 +193,14 @@ Check if `{phase}-CONTEXT.md` exists in phase directory.
193
193
 
194
194
  **Phase {N}: {Name}** — {Goal from ROADMAP.md}
195
195
 
196
- `/gsd:plan-phase {phase}`
196
+ `/gsd:discuss-phase {phase}` — gather context and clarify approach
197
197
 
198
198
  <sub>`/clear` first → fresh context window</sub>
199
199
 
200
200
  ---
201
201
 
202
202
  **Also available:**
203
- - `/gsd:discuss-phase {phase}` — gather context first
203
+ - `/gsd:plan-phase {phase}` — skip discussion, plan directly
204
204
  - `/gsd:list-phase-assumptions {phase}` — see Claude's assumptions
205
205
 
206
206
  ---
@@ -266,15 +266,15 @@ Read ROADMAP.md to get the next phase's name and goal.
266
266
 
267
267
  **Phase {Z+1}: {Name}** — {Goal from ROADMAP.md}
268
268
 
269
- `/gsd:plan-phase {Z+1}`
269
+ `/gsd:discuss-phase {Z+1}` — gather context and clarify approach
270
270
 
271
271
  <sub>`/clear` first → fresh context window</sub>
272
272
 
273
273
  ---
274
274
 
275
275
  **Also available:**
276
+ - `/gsd:plan-phase {Z+1}` — skip discussion, plan directly
276
277
  - `/gsd:verify-work {Z}` — user acceptance test before continuing
277
- - `/gsd:discuss-phase {Z+1}` — gather context first
278
278
 
279
279
  ---
280
280
  ```
@@ -323,21 +323,12 @@ Ready to plan the next milestone.
323
323
 
324
324
  ## ▶ Next Up
325
325
 
326
- **Discuss Next Milestone** — figure out what to build next
326
+ **Start Next Milestone** — questioning research requirements → roadmap
327
327
 
328
- `/gsd:discuss-milestone`
328
+ `/gsd:new-milestone`
329
329
 
330
330
  <sub>`/clear` first → fresh context window</sub>
331
331
 
332
- ---
333
-
334
- **Next milestone flow:**
335
- 1. `/gsd:discuss-milestone` — thinking partner, creates context file
336
- 2. `/gsd:new-milestone` — update PROJECT.md with new goals
337
- 3. `/gsd:research-project` — (optional) research ecosystem
338
- 4. `/gsd:define-requirements` — scope what to build
339
- 5. `/gsd:create-roadmap` — plan how to build it
340
-
341
332
  ---
342
333
  ```
343
334
 
@@ -9,14 +9,15 @@ allowed-tools:
9
9
  - Grep
10
10
  - Edit
11
11
  - Write
12
+ - Task
12
13
  ---
13
14
 
14
15
  <objective>
15
16
  Validate built features through conversational testing with persistent state.
16
17
 
17
- Purpose: Confirm what Claude built actually works from user's perspective. One test at a time, plain text responses, no interrogation.
18
+ Purpose: Confirm what Claude built actually works from user's perspective. One test at a time, plain text responses, no interrogation. When issues are found, automatically diagnose, plan fixes, and prepare for execution.
18
19
 
19
- Output: {phase}-UAT.md tracking all test results, gaps logged for /gsd:plan-phase --gaps
20
+ Output: {phase}-UAT.md tracking all test results. If issues found: diagnosed gaps, verified fix plans ready for /gsd:execute-phase
20
21
  </objective>
21
22
 
22
23
  <execution_context>
@@ -43,7 +44,13 @@ Phase: $ARGUMENTS (optional)
43
44
  - Wait for plain text response
44
45
  - "yes/y/next" = pass, anything else = issue (severity inferred)
45
46
  6. Update UAT.md after each response
46
- 7. On completion: commit, present summary, offer next steps
47
+ 7. On completion: commit, present summary
48
+ 8. If issues found:
49
+ - Spawn parallel debug agents to diagnose root causes
50
+ - Spawn gsd-planner in --gaps mode to create fix plans
51
+ - Spawn gsd-plan-checker to verify fix plans
52
+ - Iterate planner ↔ checker until plans pass (max 3)
53
+ - Present ready status with `/clear` then `/gsd:execute-phase`
47
54
  </process>
48
55
 
49
56
  <anti_patterns>
@@ -51,9 +58,153 @@ Phase: $ARGUMENTS (optional)
51
58
  - Don't ask severity — infer from description
52
59
  - Don't present full checklist upfront — one test at a time
53
60
  - Don't run automated tests — this is manual user validation
54
- - Don't fix issues during testing — log as gaps for /gsd:plan-phase --gaps
61
+ - Don't fix issues during testing — log as gaps, diagnose after all tests complete
55
62
  </anti_patterns>
56
63
 
64
+ <offer_next>
65
+ Output this markdown directly (not as a code block). Route based on UAT results:
66
+
67
+ | Status | Route |
68
+ |--------|-------|
69
+ | All tests pass + more phases | Route A (next phase) |
70
+ | All tests pass + last phase | Route B (milestone complete) |
71
+ | Issues found + fix plans ready | Route C (execute fixes) |
72
+ | Issues found + planning blocked | Route D (manual intervention) |
73
+
74
+ ---
75
+
76
+ **Route A: All tests pass, more phases remain**
77
+
78
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
79
+ GSD ► PHASE {Z} VERIFIED ✓
80
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
81
+
82
+ **Phase {Z}: {Name}**
83
+
84
+ {N}/{N} tests passed
85
+ UAT complete ✓
86
+
87
+ ───────────────────────────────────────────────────────────────
88
+
89
+ ## ▶ Next Up
90
+
91
+ **Phase {Z+1}: {Name}** — {Goal from ROADMAP.md}
92
+
93
+ /gsd:discuss-phase {Z+1} — gather context and clarify approach
94
+
95
+ <sub>/clear first → fresh context window</sub>
96
+
97
+ ───────────────────────────────────────────────────────────────
98
+
99
+ **Also available:**
100
+ - /gsd:plan-phase {Z+1} — skip discussion, plan directly
101
+ - /gsd:execute-phase {Z+1} — skip to execution (if already planned)
102
+
103
+ ───────────────────────────────────────────────────────────────
104
+
105
+ ---
106
+
107
+ **Route B: All tests pass, milestone complete**
108
+
109
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
110
+ GSD ► PHASE {Z} VERIFIED ✓
111
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
112
+
113
+ **Phase {Z}: {Name}**
114
+
115
+ {N}/{N} tests passed
116
+ Final phase verified ✓
117
+
118
+ ───────────────────────────────────────────────────────────────
119
+
120
+ ## ▶ Next Up
121
+
122
+ **Audit milestone** — verify requirements, cross-phase integration, E2E flows
123
+
124
+ /gsd:audit-milestone
125
+
126
+ <sub>/clear first → fresh context window</sub>
127
+
128
+ ───────────────────────────────────────────────────────────────
129
+
130
+ **Also available:**
131
+ - /gsd:complete-milestone — skip audit, archive directly
132
+
133
+ ───────────────────────────────────────────────────────────────
134
+
135
+ ---
136
+
137
+ **Route C: Issues found, fix plans ready**
138
+
139
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
140
+ GSD ► PHASE {Z} ISSUES FOUND ⚠
141
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
142
+
143
+ **Phase {Z}: {Name}**
144
+
145
+ {N}/{M} tests passed
146
+ {X} issues diagnosed
147
+ Fix plans verified ✓
148
+
149
+ ### Issues Found
150
+
151
+ {List issues with severity from UAT.md}
152
+
153
+ ───────────────────────────────────────────────────────────────
154
+
155
+ ## ▶ Next Up
156
+
157
+ **Execute fix plans** — run diagnosed fixes
158
+
159
+ /gsd:execute-phase {Z}
160
+
161
+ <sub>/clear first → fresh context window</sub>
162
+
163
+ ───────────────────────────────────────────────────────────────
164
+
165
+ **Also available:**
166
+ - cat .planning/phases/{phase_dir}/*-PLAN.md — review fix plans
167
+ - /gsd:plan-phase {Z} --gaps — regenerate fix plans
168
+
169
+ ───────────────────────────────────────────────────────────────
170
+
171
+ ---
172
+
173
+ **Route D: Issues found, planning blocked**
174
+
175
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
176
+ GSD ► PHASE {Z} BLOCKED ✗
177
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
178
+
179
+ **Phase {Z}: {Name}**
180
+
181
+ {N}/{M} tests passed
182
+ Fix planning blocked after {X} iterations
183
+
184
+ ### Unresolved Issues
185
+
186
+ {List blocking issues from planner/checker output}
187
+
188
+ ───────────────────────────────────────────────────────────────
189
+
190
+ ## ▶ Next Up
191
+
192
+ **Manual intervention required**
193
+
194
+ Review the issues above and either:
195
+ 1. Provide guidance for fix planning
196
+ 2. Manually address blockers
197
+ 3. Accept current state and continue
198
+
199
+ ───────────────────────────────────────────────────────────────
200
+
201
+ **Options:**
202
+ - /gsd:plan-phase {Z} --gaps — retry fix planning with guidance
203
+ - /gsd:discuss-phase {Z} — gather more context before replanning
204
+
205
+ ───────────────────────────────────────────────────────────────
206
+ </offer_next>
207
+
57
208
  <success_criteria>
58
209
  - [ ] UAT.md created with tests from SUMMARY.md
59
210
  - [ ] Tests presented one at a time with expected behavior
@@ -61,5 +212,8 @@ Phase: $ARGUMENTS (optional)
61
212
  - [ ] Severity inferred, never asked
62
213
  - [ ] Batched writes: on issue, every 5 passes, or completion
63
214
  - [ ] Committed on completion
64
- - [ ] Clear next steps based on results
215
+ - [ ] If issues: parallel debug agents diagnose root causes
216
+ - [ ] If issues: gsd-planner creates fix plans from diagnosed gaps
217
+ - [ ] If issues: gsd-plan-checker verifies fix plans (max 3 iterations)
218
+ - [ ] Ready for `/gsd:execute-phase` when complete
65
219
  </success_criteria>
@@ -167,18 +167,12 @@ All 4 phases shipped
167
167
 
168
168
  ## ▶ Next Up
169
169
 
170
- **Plan v1.1** — Enhanced features and optimizations
170
+ **Start v1.1** — questioning research → requirements → roadmap
171
171
 
172
- `/gsd:discuss-milestone`
172
+ `/gsd:new-milestone`
173
173
 
174
174
  <sub>`/clear` first → fresh context window</sub>
175
175
 
176
- ---
177
-
178
- **Also available:**
179
- - `/gsd:new-milestone` — create directly if scope is clear
180
- - Review accomplishments before moving on
181
-
182
176
  ---
183
177
  ```
184
178
 
@@ -16,8 +16,9 @@ Don't interrogate. Collaborate. Don't follow a script. Follow the thread.
16
16
 
17
17
  By the end of questioning, you need enough clarity to write a PROJECT.md that downstream phases can act on:
18
18
 
19
- - **research-project** needs: what domain to research, what the user already knows, what unknowns exist
20
- - **create-roadmap** needs: clear enough vision to decompose into phases, what "done" looks like
19
+ - **Research** needs: what domain to research, what the user already knows, what unknowns exist
20
+ - **Requirements** needs: clear enough vision to scope v1 features
21
+ - **Roadmap** needs: clear enough vision to decompose into phases, what "done" looks like
21
22
  - **plan-phase** needs: specific requirements to break into tasks, context for implementation choices
22
23
  - **execute-phase** needs: success criteria to verify against, the "why" behind requirements
23
24
 
@@ -52,7 +52,7 @@ Explicitly excluded. Documented to prevent scope creep.
52
52
 
53
53
  ## Traceability
54
54
 
55
- Which phases cover which requirements. Updated by create-roadmap.
55
+ Which phases cover which requirements. Updated during roadmap creation.
56
56
 
57
57
  | Requirement | Phase | Status |
58
58
  |-------------|-------|--------|
@@ -97,9 +97,9 @@ Which phases cover which requirements. Updated by create-roadmap.
97
97
  - Anti-features from research belong here with warnings
98
98
 
99
99
  **Traceability:**
100
- - Empty initially, populated by create-roadmap
100
+ - Empty initially, populated during roadmap creation
101
101
  - Each requirement maps to exactly one phase
102
- - Unmapped requirements = roadmap gap (error in create-roadmap)
102
+ - Unmapped requirements = roadmap gap
103
103
 
104
104
  **Status Values:**
105
105
  - Pending: Not started
@@ -151,7 +151,7 @@ Phases with standard patterns (skip research-phase):
151
151
 
152
152
  **Implications for Roadmap:**
153
153
  - This is the most important section
154
- - Directly informs create-roadmap workflow
154
+ - Directly informs roadmap creation
155
155
  - Be explicit about phase suggestions and rationale
156
156
  - Include research flags for each suggested phase
157
157
 
@@ -162,9 +162,9 @@ Phases with standard patterns (skip research-phase):
162
162
  - MEDIUM = community consensus, multiple sources agree
163
163
  - LOW = single source or inference
164
164
 
165
- **Integration with create-roadmap:**
166
- - This file is loaded as @context in create-roadmap
165
+ **Integration with roadmap creation:**
166
+ - This file is loaded as context during roadmap creation
167
167
  - Phase suggestions here become starting point for roadmap
168
- - Research flags inform detect_research_needs step
168
+ - Research flags inform phase planning
169
169
 
170
170
  </guidelines>
@@ -528,7 +528,7 @@ Archive requirements and prepare for fresh requirements in next milestone.
528
528
  ✅ REQUIREMENTS.md deleted (fresh one needed for next milestone)
529
529
  ```
530
530
 
531
- **Important:** The next milestone workflow starts with `/gsd:define-requirements` to create a fresh REQUIREMENTS.md. PROJECT.md's Validated section carries the cumulative record across milestones.
531
+ **Important:** The next milestone workflow starts with `/gsd:new-milestone` which includes requirements definition. PROJECT.md's Validated section carries the cumulative record across milestones.
532
532
 
533
533
  </step>
534
534
 
@@ -681,21 +681,12 @@ Tag: v[X.Y]
681
681
 
682
682
  ## ▶ Next Up
683
683
 
684
- **Discuss Next Milestone** — figure out what to build next
684
+ **Start Next Milestone** — questioning research requirements → roadmap
685
685
 
686
- `/gsd:discuss-milestone`
686
+ `/gsd:new-milestone`
687
687
 
688
688
  <sub>`/clear` first → fresh context window</sub>
689
689
 
690
- ---
691
-
692
- **Next milestone flow:**
693
- 1. `/gsd:discuss-milestone` — thinking partner, creates context file
694
- 2. `/gsd:new-milestone` — update PROJECT.md with new goals
695
- 3. `/gsd:research-project` — (optional) research ecosystem
696
- 4. `/gsd:define-requirements` — scope what to build
697
- 5. `/gsd:create-roadmap` — plan how to build it
698
-
699
690
  ---
700
691
  ```
701
692
 
@@ -754,6 +745,6 @@ Milestone completion is successful when:
754
745
  - [ ] STATE.md updated with fresh project reference
755
746
  - [ ] Git tag created (v[X.Y])
756
747
  - [ ] Milestone commit made (includes archive files and deletion)
757
- - [ ] User knows next steps (starting with /gsd:define-requirements)
748
+ - [ ] User knows next step (/gsd:new-milestone)
758
749
 
759
750
  </success_criteria>
@@ -164,10 +164,13 @@ git commit -m "docs({phase}): add root causes from diagnosis"
164
164
  </step>
165
165
 
166
166
  <step name="report_results">
167
- **Report diagnosis results:**
167
+ **Report diagnosis results and hand off:**
168
168
 
169
+ Display:
169
170
  ```
170
- ## Diagnosis Complete
171
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
172
+ GSD ► DIAGNOSIS COMPLETE
173
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
171
174
 
172
175
  | Gap (Truth) | Root Cause | Files |
173
176
  |-------------|------------|-------|
@@ -175,26 +178,13 @@ git commit -m "docs({phase}): add root causes from diagnosis"
175
178
  | Reply button positioned correctly | CSS flex order incorrect | ReplyButton.tsx |
176
179
  | Delete removes comment | API missing auth header | api/comments.ts |
177
180
 
178
- Debug sessions saved to ${DEBUG_DIR}/
181
+ Debug sessions: ${DEBUG_DIR}/
179
182
 
180
- ---
181
-
182
- Next steps:
183
- - `/gsd:plan-phase {phase} --gaps` — Create fix plans from diagnosed gaps
184
- - Review debug sessions for details
183
+ Proceeding to plan fixes...
185
184
  ```
186
- </step>
187
185
 
188
- <step name="offer_next">
189
- **Offer gap closure:**
190
-
191
- ```
192
- Root causes identified. Ready to plan fixes?
193
-
194
- `/gsd:plan-phase {phase} --gaps`
195
-
196
- The fix plans will use diagnosed root causes for targeted fixes.
197
- ```
186
+ Return to verify-work orchestrator for automatic planning.
187
+ Do NOT offer manual next steps - verify-work handles the rest.
198
188
  </step>
199
189
 
200
190
  </process>
@@ -239,5 +229,5 @@ The fix plans will use diagnosed root causes for targeted fixes.
239
229
  - [ ] Root causes collected from all agents
240
230
  - [ ] UAT.md gaps updated with artifacts and missing
241
231
  - [ ] Debug sessions saved to ${DEBUG_DIR}/
242
- - [ ] User knows next steps (plan-phase --gaps)
232
+ - [ ] Hand off to verify-work for automatic planning
243
233
  </success_criteria>