@tekyzinc/gsd-t 2.0.0 → 2.0.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
@@ -17,7 +17,7 @@ A methodology for reliable, parallelizable development using Claude Code with op
17
17
  npx @tekyzinc/gsd-t install
18
18
  ```
19
19
 
20
- This installs 22 GSD-T commands + 3 utility commands to `~/.claude/commands/` and the global CLAUDE.md to `~/.claude/CLAUDE.md`. Works on Windows, Mac, and Linux.
20
+ This installs 23 GSD-T commands + 3 utility commands to `~/.claude/commands/` and the global CLAUDE.md to `~/.claude/CLAUDE.md`. Works on Windows, Mac, and Linux.
21
21
 
22
22
  ### Start Using It
23
23
 
@@ -92,6 +92,7 @@ This will replace changed command files, back up your CLAUDE.md if customized, a
92
92
  | `/user:gsd-t-help` | List all commands with descriptions |
93
93
  | `/user:gsd-t-help {cmd}` | Detailed help for specific command |
94
94
  | `/user:gsd-t-prompt` | Help formulate your idea before committing |
95
+ | `/user:gsd-t-brainstorm` | Creative exploration and idea generation |
95
96
 
96
97
  ### Project Initialization
97
98
 
@@ -14,6 +14,7 @@ Display the full command reference:
14
14
  GETTING STARTED
15
15
  ───────────────────────────────────────────────────────────────────────────────
16
16
  prompt Help formulate your idea before committing to a command
17
+ brainstorm Creative exploration, rethinking, and idea generation
17
18
  init Initialize GSD-T structure in current project
18
19
  project New project → requirements → milestone roadmap
19
20
  feature Major feature → impact analysis → milestones
@@ -112,6 +113,13 @@ Use these when user asks for help on a specific command:
112
113
  - **Files**: None (conversational only)
113
114
  - **Use when**: You have a vague idea and need help articulating it
114
115
 
116
+ ### brainstorm
117
+ - **Summary**: Creative exploration, rethinking, and idea generation
118
+ - **Auto-invoked**: No
119
+ - **Files**: Optional save to `.gsd-t/brainstorm-{date}.md`
120
+ - **Use when**: You want to explore ideas, challenge assumptions, or break out of tunnel vision
121
+ - **Modes**: Ideation, Enhancement, Rethink, Unstuck, Blue Sky
122
+
115
123
  ### init
116
124
  - **Summary**: Initialize GSD-T directory structure in current project
117
125
  - **Auto-invoked**: No
@@ -65,6 +65,7 @@ GSD-T reads all state files and tells you exactly where you left off.
65
65
  | `/user:gsd-t-help` | List all commands with descriptions |
66
66
  | `/user:gsd-t-help {cmd}` | Detailed help for specific command |
67
67
  | `/user:gsd-t-prompt` | Help formulate your idea before committing |
68
+ | `/user:gsd-t-brainstorm` | Creative exploration and idea generation |
68
69
 
69
70
  ### Project Initialization
70
71
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tekyzinc/gsd-t",
3
- "version": "2.0.0",
4
- "description": "GSD-T: Contract-Driven Development for Claude Code — 26 slash commands with impact analysis, test sync, and milestone archival",
3
+ "version": "2.0.1",
4
+ "description": "GSD-T: Contract-Driven Development for Claude Code — 27 slash commands with impact analysis, test sync, and milestone archival",
5
5
  "author": "Tekyz, Inc.",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -13,7 +13,7 @@
13
13
  ```
14
14
  PROJECT or FEATURE or SCAN
15
15
  └── MILESTONE (major deliverable)
16
- └── PARTITION → DISCUSS → PLAN → EXECUTE → INTEGRATE → VERIFY
16
+ └── PARTITION → DISCUSS → PLAN → IMPACT → EXECUTE → TEST-SYNC → INTEGRATE → VERIFY → COMPLETE
17
17
  ```
18
18
 
19
19
  - **Project**: Full greenfield project → decomposed into milestones
@@ -29,6 +29,7 @@ PROJECT or FEATURE or SCAN
29
29
  |---------|---------|
30
30
  | `/user:gsd-t-help` | List all commands or get detailed help |
31
31
  | `/user:gsd-t-prompt` | Help formulate your idea before committing |
32
+ | `/user:gsd-t-brainstorm` | Creative exploration and idea generation |
32
33
  | `/user:gsd-t-project` | Full project → milestone roadmap |
33
34
  | `/user:gsd-t-feature` | Major feature → impact analysis + milestones |
34
35
  | `/user:gsd-t-scan` | Deep codebase analysis → techdebt.md |