get-shit-done-cc 1.4.8 → 1.4.9

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.
@@ -7,7 +7,7 @@ argument-hint: "[phase]"
7
7
  <objective>
8
8
  Help the user articulate their vision for a phase through collaborative thinking.
9
9
 
10
- Purpose: Understand HOW the user imagines this phase working — what it looks like, what's essential, what's out of scope. You're a thinking partner helping them crystallize their vision, not an interviewer gathering technical requirements.
10
+ Purpose: Understand HOW the user imagines this phase working — what it looks like, what's essential. You're a thinking partner helping them crystallize their vision, not an interviewer gathering technical requirements.
11
11
 
12
12
  Output: {phase}-CONTEXT.md capturing the user's vision for the phase
13
13
  </objective>
@@ -36,7 +36,6 @@ Phase number: $ARGUMENTS (required)
36
36
  - Use AskUserQuestion: "How do you imagine this working?" with interpretation options
37
37
  - Use AskUserQuestion to follow their thread — probe what excites them
38
38
  - Use AskUserQuestion to sharpen the core — what's essential for THIS phase
39
- - Use AskUserQuestion to find boundaries — what's explicitly out of scope
40
39
  - Use AskUserQuestion for decision gate (ready / ask more / let me add context)
41
40
  - Create CONTEXT.md capturing their vision
42
41
  5. Offer next steps (research or plan the phase)
@@ -55,6 +54,6 @@ User is the visionary, you are the builder:
55
54
 
56
55
  - Phase validated against roadmap
57
56
  - Vision gathered through collaborative thinking (not interrogation)
58
- - CONTEXT.md captures: how it works, what's essential, what's out of scope
57
+ - CONTEXT.md captures: how it works, what's essential
59
58
  - User knows next steps (research or plan the phase)
60
59
  </success_criteria>
@@ -24,11 +24,7 @@ Context budget: ~15% orchestrator, 100% fresh per subagent.
24
24
 
25
25
  <execution_context>
26
26
  @~/.claude/get-shit-done/workflows/execute-phase.md
27
- @~/.claude/get-shit-done/workflows/execute-plan.md
28
27
  @~/.claude/get-shit-done/templates/subagent-task-prompt.md
29
- @~/.claude/get-shit-done/templates/summary.md
30
- @~/.claude/get-shit-done/references/checkpoints.md
31
- @~/.claude/get-shit-done/references/tdd.md
32
28
  </execution_context>
33
29
 
34
30
  <context>
@@ -32,17 +32,6 @@ Template for `.planning/phases/XX-name/{phase}-CONTEXT.md` - captures the user's
32
32
 
33
33
  </essential>
34
34
 
35
- <boundaries>
36
- ## What's Out of Scope
37
-
38
- [Explicit exclusions for this phase. What are we NOT building? Where does this phase end and the next begin?]
39
-
40
- - [Not doing X - that's Phase Y]
41
- - [Not including Z - deferred]
42
- - [Explicitly excluding W]
43
-
44
- </boundaries>
45
-
46
35
  <specifics>
47
36
  ## Specific Ideas
48
37
 
@@ -91,16 +80,6 @@ The main thing is seeing their active projects and what needs attention. Think o
91
80
 
92
81
  </essential>
93
82
 
94
- <boundaries>
95
- ## What's Out of Scope
96
-
97
- - Team features (shared dashboards, permissions) - that's a future milestone
98
- - Analytics/reporting - just show what needs attention, not graphs
99
- - Customizable layouts - keep it simple, one good layout
100
- - Mobile optimization - desktop first for now
101
-
102
- </boundaries>
103
-
104
83
  <specifics>
105
84
  ## Specific Ideas
106
85
 
@@ -119,14 +119,7 @@ Use AskUserQuestion:
119
119
  - question: "What's the most important part of this phase?"
120
120
  - options: Key aspects they've mentioned + "All equally important" + "Something else"
121
121
 
122
- **4. Find boundaries:**
123
-
124
- Use AskUserQuestion:
125
- - header: "Scope"
126
- - question: "What's explicitly out of scope for this phase?"
127
- - options: Things that might be tempting + "Nothing specific" + "Let me list them"
128
-
129
- **5. Capture specifics (optional):**
122
+ **4. Capture specifics (optional):**
130
123
 
131
124
  If they seem to have specific ideas, use AskUserQuestion:
132
125
  - header: "Specifics"
@@ -138,8 +131,9 @@ CRITICAL — What NOT to ask:
138
131
  - Codebase patterns (you read the code)
139
132
  - Success metrics (too corporate)
140
133
  - Constraints they didn't mention (don't interrogate)
134
+ - What's out of scope (implicit from roadmap)
141
135
 
142
- **6. Decision gate:**
136
+ **5. Decision gate:**
143
137
 
144
138
  Use AskUserQuestion:
145
139
  - header: "Ready?"
@@ -170,7 +164,6 @@ Populate template sections with VISION context (not technical analysis):
170
164
 
171
165
  - `<vision>`: How the user imagines this working
172
166
  - `<essential>`: What must be nailed in this phase
173
- - `<boundaries>`: What's explicitly out of scope
174
167
  - `<specifics>`: Any particular look/feel/behavior mentioned
175
168
  - `<notes>`: Any other context gathered
176
169
 
@@ -191,9 +184,6 @@ Created: .planning/phases/${PHASE}-${SLUG}/${PHASE}-CONTEXT.md
191
184
  ## Essential
192
185
  [What must be nailed]
193
186
 
194
- ## Boundaries
195
- [What's out of scope]
196
-
197
187
  ---
198
188
 
199
189
  ## ▶ Next Up
@@ -240,7 +230,7 @@ Confirm: "Committed: docs(${PHASE}): capture phase context"
240
230
 
241
231
  - Phase validated against roadmap
242
232
  - Vision gathered through collaborative thinking (not interrogation)
243
- - User's imagination captured: how it works, what's essential, what's out of scope
233
+ - User's imagination captured: how it works, what's essential
244
234
  - CONTEXT.md created in phase directory
245
235
  - CONTEXT.md committed to git
246
236
  - User knows next steps (typically: research or plan the phase)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
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"