gsd-cc 1.1.0 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-cc",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Get Shit Done on Claude Code — structured AI development with your Max plan",
5
5
  "author": "Philipp Briese (https://github.com/0ui-labs)",
6
6
  "homepage": "https://github.com/0ui-labs/GSD-CC#readme",
@@ -50,10 +50,19 @@ IF .gsd/auto.lock exists:
50
50
  ### No Project
51
51
  ```
52
52
  IF .gsd/ does not exist:
53
- Ask: "No project found. Do you know what you want to build, or do you
54
- want to explore your idea first?"
55
- If they have a clear idea → delegate to /gsd-cc-seed
56
- → If they're unsure, have a vague idea, or want to brainstorm → delegate to /gsd-cc-ideate
53
+ Present three starting points:
54
+
55
+ "No project found. How do you want to start?
56
+
57
+ 1) I have a vague idea or a problem — let's explore it together
58
+ 2) I know what I want to build — let's plan it
59
+ 3) I have an existing concept document — import it
60
+
61
+ Or just describe what's on your mind."
62
+
63
+ → "1" or signals uncertainty → delegate to /gsd-cc-ideate
64
+ → "2" or clear project description → delegate to /gsd-cc-seed
65
+ → "3" or mentions a document/file/spec → delegate to /gsd-cc-ingest
57
66
  → If they just describe their project → delegate to /gsd-cc-seed with their description
58
67
  ```
59
68