get-shit-done-cc 1.5.30 → 1.6.1

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.
@@ -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
 
@@ -77,6 +77,57 @@ You're ahead of the latest release (development version?).
77
77
  STOP here if ahead.
78
78
  </step>
79
79
 
80
+ <step name="show_changes_and_confirm">
81
+ **If update available**, fetch and show what's new BEFORE updating:
82
+
83
+ 1. Fetch changelog (same as fetch_changelog step)
84
+ 2. Extract entries between installed and latest versions
85
+ 3. Display preview and ask for confirmation:
86
+
87
+ ```
88
+ ## GSD Update Available
89
+
90
+ **Installed:** 1.5.10
91
+ **Latest:** 1.5.15
92
+
93
+ ### What's New
94
+ ────────────────────────────────────────────────────────────
95
+
96
+ ## [1.5.15] - 2026-01-20
97
+
98
+ ### Added
99
+ - Feature X
100
+
101
+ ## [1.5.14] - 2026-01-18
102
+
103
+ ### Fixed
104
+ - Bug fix Y
105
+
106
+ ────────────────────────────────────────────────────────────
107
+
108
+ ⚠️ **Note:** The installer performs a clean install of GSD folders:
109
+ - `~/.claude/commands/gsd/` will be wiped and replaced
110
+ - `~/.claude/get-shit-done/` will be wiped and replaced
111
+ - `~/.claude/agents/gsd-*` files will be replaced
112
+
113
+ Your custom files in other locations are preserved:
114
+ - Custom commands in `~/.claude/commands/your-stuff/` ✓
115
+ - Custom agents not prefixed with `gsd-` ✓
116
+ - Custom hooks ✓
117
+ - Your CLAUDE.md files ✓
118
+
119
+ If you've modified any GSD files directly, back them up first.
120
+ ```
121
+
122
+ Use AskUserQuestion:
123
+ - Question: "Proceed with update?"
124
+ - Options:
125
+ - "Yes, update now"
126
+ - "No, cancel"
127
+
128
+ **If user cancels:** STOP here.
129
+ </step>
130
+
80
131
  <step name="run_update">
81
132
  Run the update:
82
133
 
@@ -93,63 +144,18 @@ rm -f ~/.claude/cache/gsd-update-check.json
93
144
  ```
94
145
  </step>
95
146
 
96
- <step name="fetch_changelog">
97
- Fetch changelog from GitHub:
98
-
99
- Use WebFetch tool with:
100
- - URL: `https://raw.githubusercontent.com/glittercowboy/get-shit-done/main/CHANGELOG.md`
101
- - Prompt: "Extract all version entries with their dates and changes. Return the raw markdown for each version section."
102
-
103
- **If fetch fails:**
104
- Fall back to local:
105
- ```bash
106
- cat ~/.claude/get-shit-done/CHANGELOG.md 2>/dev/null
107
- ```
108
- </step>
109
-
110
- <step name="extract_changes">
111
- From the changelog, extract entries between:
112
- - **From:** installed version (exclusive)
113
- - **To:** latest version (inclusive)
114
-
115
- Parse each `## [X.Y.Z]` section and collect all versions in the range.
116
- </step>
117
-
118
147
  <step name="display_result">
119
- Format beautiful output:
148
+ Format completion message (changelog was already shown in confirmation step):
120
149
 
121
150
  ```
122
151
  ╔═══════════════════════════════════════════════════════════╗
123
152
  ║ GSD Updated: v1.5.10 → v1.5.15 ║
124
153
  ╚═══════════════════════════════════════════════════════════╝
125
154
 
126
- ✨ What's New
127
- ────────────────────────────────────────────────────────────
128
-
129
- ## [1.5.15] - 2026-01-20
130
-
131
- ### Added
132
- - Feature X
133
- - Feature Y
134
-
135
- ## [1.5.14] - 2026-01-18
136
-
137
- ### Fixed
138
- - Bug in feature A
139
-
140
- ────────────────────────────────────────────────────────────
141
-
142
155
  ⚠️ Restart Claude Code to pick up the new commands.
143
156
 
144
157
  [View full changelog](https://github.com/glittercowboy/get-shit-done/blob/main/CHANGELOG.md)
145
158
  ```
146
-
147
- **Key elements:**
148
- - Box header with version transition
149
- - All changelog entries in the range
150
- - **BREAKING:** changes surfaced prominently
151
- - Restart reminder (critical for picking up new commands)
152
- - Link to full changelog
153
159
  </step>
154
160
 
155
161
  </process>
@@ -158,8 +164,9 @@ Format beautiful output:
158
164
  - [ ] Installed version read correctly
159
165
  - [ ] Latest version checked via npm
160
166
  - [ ] Update skipped if already current
167
+ - [ ] Changelog fetched and displayed BEFORE update
168
+ - [ ] Clean install warning shown
169
+ - [ ] User confirmation obtained
161
170
  - [ ] Update executed successfully
162
- - [ ] Changelog fetched (remote or local fallback)
163
- - [ ] Changes between versions displayed
164
171
  - [ ] Restart reminder shown
165
172
  </success_criteria>
@@ -61,6 +61,150 @@ Phase: $ARGUMENTS (optional)
61
61
  - Don't fix issues during testing — log as gaps, diagnose after all tests complete
62
62
  </anti_patterns>
63
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
+
64
208
  <success_criteria>
65
209
  - [ ] UAT.md created with tests from SUMMARY.md
66
210
  - [ ] Tests presented one at a time with expected behavior
@@ -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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.5.30",
3
+ "version": "1.6.1",
4
4
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.",
5
5
  "bin": {
6
6
  "get-shit-done-cc": "bin/install.js"
@@ -1,145 +0,0 @@
1
- ---
2
- name: gsd:create-roadmap
3
- description: Create roadmap with phases for the project
4
- allowed-tools:
5
- - Read
6
- - Write
7
- - Bash
8
- - AskUserQuestion
9
- - Glob
10
- - Task
11
- ---
12
-
13
- <!--
14
- DEPRECATED: This command is now integrated into /gsd:new-project
15
-
16
- The unified /gsd:new-project flow includes roadmap creation as Phase 8,
17
- using the gsd-roadmapper agent for heavy lifting.
18
-
19
- This standalone command is kept for users who want to:
20
- - Recreate roadmap after significant scope changes
21
- - Create roadmap for a project initialized before this integration
22
- - Replace an existing roadmap
23
-
24
- For new projects, use /gsd:new-project instead.
25
-
26
- Deprecated: 2026-01-16
27
- -->
28
-
29
- <objective>
30
- Create project roadmap with phase breakdown.
31
-
32
- Roadmaps define what work happens in what order. Phases map to requirements.
33
-
34
- **Note:** For new projects, `/gsd:new-project` includes roadmap creation. Use this command to recreate roadmap later.
35
- </objective>
36
-
37
- <execution_context>
38
- @~/.claude/get-shit-done/workflows/create-roadmap.md
39
- @~/.claude/get-shit-done/templates/roadmap.md
40
- @~/.claude/get-shit-done/templates/state.md
41
- </execution_context>
42
-
43
- <context>
44
- @.planning/PROJECT.md
45
- @.planning/config.json
46
- @.planning/REQUIREMENTS.md
47
- @.planning/research/SUMMARY.md (if exists)
48
- </context>
49
-
50
- <process>
51
-
52
- <step name="validate">
53
- ```bash
54
- # Verify project exists
55
- [ -f .planning/PROJECT.md ] || { echo "ERROR: No PROJECT.md found. Run /gsd:new-project first."; exit 1; }
56
-
57
- # Verify requirements exist
58
- [ -f .planning/REQUIREMENTS.md ] || { echo "ERROR: No REQUIREMENTS.md found. Run /gsd:define-requirements first."; exit 1; }
59
- ```
60
- </step>
61
-
62
- <step name="check_existing">
63
- Check if roadmap already exists:
64
-
65
- ```bash
66
- [ -f .planning/ROADMAP.md ] && echo "ROADMAP_EXISTS" || echo "NO_ROADMAP"
67
- ```
68
-
69
- **If ROADMAP_EXISTS:**
70
- Use AskUserQuestion:
71
- - header: "Roadmap exists"
72
- - question: "A roadmap already exists. What would you like to do?"
73
- - options:
74
- - "View existing" - Show current roadmap
75
- - "Replace" - Create new roadmap (will overwrite)
76
- - "Cancel" - Keep existing roadmap
77
-
78
- If "View existing": `cat .planning/ROADMAP.md` and exit
79
- If "Cancel": Exit
80
- If "Replace": Continue with workflow
81
- </step>
82
-
83
- <step name="create_roadmap">
84
- Follow the create-roadmap.md workflow starting from identify_phases step.
85
-
86
- The workflow handles:
87
- - Loading requirements
88
- - Phase identification mapped to requirements
89
- - Requirement coverage validation (no orphaned requirements)
90
- - Research flags for each phase
91
- - Confirmation gates (respecting config mode)
92
- - ROADMAP.md creation with requirement mappings
93
- - STATE.md initialization
94
- - REQUIREMENTS.md traceability update
95
- - Phase directory creation
96
- - Git commit
97
- </step>
98
-
99
- <step name="done">
100
- ```
101
- Roadmap created:
102
- - Roadmap: .planning/ROADMAP.md
103
- - State: .planning/STATE.md
104
- - [N] phases defined
105
-
106
- ---
107
-
108
- ## ▶ Next Up
109
-
110
- **Phase 1: [Name]** — [Goal from ROADMAP.md]
111
-
112
- `/gsd:discuss-phase 1` — gather context and clarify approach
113
-
114
- <sub>`/clear` first → fresh context window</sub>
115
-
116
- ---
117
-
118
- **Also available:**
119
- - `/gsd:plan-phase 1` — skip discussion, plan directly
120
- - Review roadmap
121
-
122
- ---
123
- ```
124
- </step>
125
-
126
- </process>
127
-
128
- <output>
129
- - `.planning/ROADMAP.md`
130
- - `.planning/STATE.md`
131
- - `.planning/phases/XX-name/` directories
132
- </output>
133
-
134
- <success_criteria>
135
- - [ ] PROJECT.md validated
136
- - [ ] REQUIREMENTS.md validated
137
- - [ ] All v1 requirements mapped to phases (no orphans)
138
- - [ ] Success criteria derived for each phase (2-5 observable behaviors)
139
- - [ ] Success criteria cross-checked against requirements (gaps resolved)
140
- - [ ] ROADMAP.md created with phases, requirement mappings, and success criteria
141
- - [ ] STATE.md initialized
142
- - [ ] REQUIREMENTS.md traceability section updated
143
- - [ ] Phase directories created
144
- - [ ] Changes committed
145
- </success_criteria>