get-shit-done-cc 1.2.0 → 1.2.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.
package/README.md CHANGED
@@ -14,6 +14,18 @@ _Warning: Not for people who enjoy inconsistent and sloppy results._
14
14
 
15
15
  ---
16
16
 
17
+ ## Installation
18
+
19
+ ```bash
20
+ npx get-shit-done-cc
21
+ ```
22
+
23
+ That's it. Works on Mac, Windows, and Linux.
24
+
25
+ Verify: `/gsd:help`
26
+
27
+ ---
28
+
17
29
  ## Why I Built This
18
30
 
19
31
  I'm a solo developer. I don't write code — Claude Code does.
@@ -174,18 +186,6 @@ Not for people who enjoy inconsistent and sloppy results.
174
186
 
175
187
  ---
176
188
 
177
- ## Installation
178
-
179
- ```bash
180
- npx get-shit-done-cc
181
- ```
182
-
183
- That's it. Works on Mac, Windows, and Linux.
184
-
185
- Verify: `/gsd:help`
186
-
187
- ---
188
-
189
189
  ## License
190
190
 
191
191
  MIT License. See [LICENSE](LICENSE) for details.
@@ -53,15 +53,14 @@ Let them talk. Then follow the conversation arc from `questioning.md`:
53
53
 
54
54
  Be a thinking partner, not an interviewer. Help them discover and articulate their vision.
55
55
 
56
- When you feel you understand it, offer the decision gate:
57
-
58
- ```
59
- Header: "Ready?"
60
- Options:
61
- 1. "Create PROJECT.md" - Finalize
62
- 2. "Ask more questions" - I'll dig deeper
63
- 3. "Let me add context" - User shares more
64
- ```
56
+ When you feel you understand it, use AskUserQuestion:
57
+
58
+ - header: "Ready?"
59
+ - question: "Ready to create PROJECT.md, or explore more?"
60
+ - options (ALL THREE REQUIRED):
61
+ - "Create PROJECT.md" - Finalize and continue
62
+ - "Ask more questions" - I'll dig deeper
63
+ - "Let me add context" - You have more to share
65
64
 
66
65
  If "Ask more questions" → check coverage gaps from `questioning.md` → ask naturally → return to gate.
67
66
  Loop until "Create PROJECT.md" selected.
@@ -90,16 +90,14 @@ If gaps remain, weave questions naturally into the conversation. Don't suddenly
90
90
  </coverage_check>
91
91
 
92
92
  <decision_gate>
93
- When you feel you understand the vision, offer the choice:
94
-
95
- ```
96
- Header: "Ready?"
97
- Question: "Ready to create PROJECT.md, or explore more?"
98
- Options (ALL THREE REQUIRED):
99
- 1. "Create PROJECT.md" - Finalize and continue
100
- 2. "Ask more questions" - I'll dig into areas we haven't covered
101
- 3. "Let me add context" - You have more to share
102
- ```
93
+ When you feel you understand the vision, use AskUserQuestion:
94
+
95
+ - header: "Ready?"
96
+ - question: "Ready to create PROJECT.md, or explore more?"
97
+ - options (ALL THREE REQUIRED):
98
+ - "Create PROJECT.md" - Finalize and continue
99
+ - "Ask more questions" - I'll dig into areas we haven't covered
100
+ - "Let me add context" - You have more to share
103
101
 
104
102
  If "Ask more questions" → identify gaps from coverage check → ask naturally → return to gate.
105
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.2.0",
3
+ "version": "1.2.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"