get-shit-done-cc 1.2.2 → 1.2.3

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.
@@ -3,9 +3,9 @@ description: Gather context for next milestone through adaptive questioning
3
3
  ---
4
4
 
5
5
  <objective>
6
- Use adaptive questioning to gather comprehensive milestone context before creating a new milestone.
6
+ Help you figure out what to build in the next milestone through collaborative thinking.
7
7
 
8
- Purpose: After completing a milestone, discuss the scope and focus of the next milestone before diving into phase creation. Builds understanding of goals, constraints, priorities, and lessons learned.
8
+ Purpose: After completing a milestone, explore what features you want to add, improve, or fix. Features first scope and phases derive from what you want to build.
9
9
  Output: Context gathered, then routes to /gsd:new-milestone
10
10
  </objective>
11
11
 
@@ -28,10 +28,9 @@ Output: Context gathered, then routes to /gsd:new-milestone
28
28
  1. Verify previous milestone complete (or acknowledge active milestone)
29
29
  2. Present context from previous milestone (accomplishments, phase count)
30
30
  3. Follow discuss-milestone.md workflow:
31
- - Ask about milestone theme/focus
32
- - Ask about scope (estimated phases)
33
- - Ask about constraints and priorities
34
- - Ask about lessons from previous milestone
31
+ - Ask: "What do you want to add, improve, or fix?"
32
+ - Dig into features they mention
33
+ - Help them articulate what matters most
35
34
  - Present decision gate (ready / ask more / let me add context)
36
35
  4. Hand off to /gsd:new-milestone with gathered context
37
36
  </process>
@@ -67,11 +67,11 @@ Usage: `/gsd:create-roadmap`
67
67
  ### Phase Planning
68
68
 
69
69
  **`/gsd:discuss-phase <number>`**
70
- Gather phase context through adaptive questioning before planning.
70
+ Help articulate your vision for a phase before planning.
71
71
 
72
- - Builds understanding of objectives, constraints, risks
73
- - Creates CONTEXT.md in phase directory
74
- - Use before planning unfamiliar or complex phases
72
+ - Captures how you imagine this phase working
73
+ - Creates CONTEXT.md with your vision, essentials, and boundaries
74
+ - Use when you have ideas about how something should look/feel
75
75
 
76
76
  Usage: `/gsd:discuss-phase 2`
77
77
 
@@ -86,10 +86,10 @@ Comprehensive ecosystem research for niche/complex domains.
86
86
  Usage: `/gsd:research-phase 3`
87
87
 
88
88
  **`/gsd:list-phase-assumptions <number>`**
89
- Surface Claude's assumptions about a phase before planning.
89
+ See what Claude is planning to do before it starts.
90
90
 
91
- - Shows what Claude thinks about technical approach, scope, risks
92
- - Enables early course correction before planning begins
91
+ - Shows Claude's intended approach for a phase
92
+ - Lets you course-correct if Claude misunderstood your vision
93
93
  - No files created - conversational output only
94
94
 
95
95
  Usage: `/gsd:list-phase-assumptions 3`
@@ -141,10 +141,10 @@ Result: Creates Phase 7.1
141
141
  ### Milestone Management
142
142
 
143
143
  **`/gsd:discuss-milestone`**
144
- Gather context for next milestone through adaptive questioning.
144
+ Figure out what you want to build in the next milestone.
145
145
 
146
- - Reviews previous milestone accomplishments
147
- - Asks about scope, constraints, priorities for next milestone
146
+ - Reviews what shipped in previous milestone
147
+ - Helps you identify features to add, improve, or fix
148
148
  - Routes to /gsd:new-milestone when ready
149
149
 
150
150
  Usage: `/gsd:discuss-milestone`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
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"