get-shit-done-cc 1.3.18 → 1.3.19

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.
@@ -195,18 +195,28 @@ If "adjust": Ask what to change, revise, present again.
195
195
  </step>
196
196
 
197
197
  <step name="update_roadmap">
198
- Update `.planning/ROADMAP.md` with new milestone:
198
+ Write new milestone details to `.planning/ROADMAP.md`.
199
199
 
200
- **Add to Milestones section (if exists):**
200
+ **File to update:** `.planning/ROADMAP.md`
201
+
202
+ The main ROADMAP.md file holds full phase details for the active milestone. Archive files in `milestones/` are created only when a milestone ships (via `/gsd:complete-milestone`).
203
+
204
+ **Process:**
205
+
206
+ **1. Update Milestones section:**
207
+
208
+ Add the new milestone to the milestones list. Completed milestones show as links to their archive files, new milestone shows as in-progress.
201
209
 
202
210
  ```markdown
203
211
  ## Milestones
204
212
 
205
- - ✅ **v1.0 [Previous]** - Phases 1-9 (shipped YYYY-MM-DD)
213
+ - ✅ **v1.0 [Previous]** - [link to milestones/v1.0-ROADMAP.md] (Phases 1-9, shipped YYYY-MM-DD)
206
214
  - 🚧 **v[X.Y] [Name]** - Phases [N]-[M] (in progress)
207
215
  ```
208
216
 
209
- **Add to Phases section:**
217
+ **2. Add full phase details:**
218
+
219
+ Write complete phase sections for all phases in this milestone. Each phase gets full details including goal, dependencies, research assessment, and plan placeholders.
210
220
 
211
221
  ```markdown
212
222
  ### 🚧 v[X.Y] [Name] (In Progress)
@@ -222,7 +232,6 @@ Update `.planning/ROADMAP.md` with new milestone:
222
232
  **Plans**: TBD
223
233
 
224
234
  Plans:
225
-
226
235
  - [ ] [N]-01: TBD (run /gsd:plan-phase [N] to break down)
227
236
 
228
237
  #### Phase [N+1]: [Name]
@@ -233,15 +242,14 @@ Plans:
233
242
  **Plans**: TBD
234
243
 
235
244
  Plans:
236
-
237
245
  - [ ] [N+1]-01: TBD
238
246
 
239
- [... continue for all phases ...]
247
+ [... continue for all phases in this milestone ...]
240
248
  ```
241
249
 
242
- **Update Progress table:**
250
+ **3. Update Progress table:**
243
251
 
244
- Add new phases with milestone column:
252
+ Add rows for all new phases with milestone attribution.
245
253
 
246
254
  ```markdown
247
255
  | Phase | Milestone | Plans | Status | Completed |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.3.18",
3
+ "version": "1.3.19",
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"