@tekyzinc/gsd-t 2.13.3 → 2.14.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to GSD-T are documented here. Updated with each release.
4
4
 
5
+ ## [2.14.0] - 2026-02-12
6
+
7
+ ### Added
8
+ - `/user:gsd-t` smart router command — describe what you need in plain language, auto-routes to the correct GSD-T command
9
+ - Intent classification routes to: quick, feature, project, debug, scan, brainstorm, milestone, wave, status, resume, backlog-add, and more
10
+ - Total commands: 36 GSD-T + 3 utility = 39
11
+
12
+ ## [2.13.4] - 2026-02-12
13
+
14
+ ### Added
15
+ - Auto-invoked status column on all command tables in README and GSD-T-README (Manual / In wave)
16
+ - `[auto]` markers on wave-invoked commands in `gsd-t-help` main listing
17
+ - Section headers in `gsd-t-help` now show Manual or Auto label
18
+
5
19
  ## [2.13.3] - 2026-02-12
6
20
 
7
21
  ### Changed
package/README.md CHANGED
@@ -18,7 +18,7 @@ A methodology for reliable, parallelizable development using Claude Code with op
18
18
  npx @tekyzinc/gsd-t install
19
19
  ```
20
20
 
21
- This installs 35 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
+ This installs 36 GSD-T commands + 3 utility commands to `~/.claude/commands/` and the global CLAUDE.md to `~/.claude/CLAUDE.md`. Works on Windows, Mac, and Linux.
22
22
 
23
23
  ### Start Using It
24
24
 
@@ -89,74 +89,80 @@ This will replace changed command files, back up your CLAUDE.md if customized, a
89
89
 
90
90
  ## Commands Reference
91
91
 
92
+ ### Smart Router
93
+
94
+ | Command | Purpose | Auto |
95
+ |---------|---------|------|
96
+ | `/user:gsd-t {request}` | Describe what you need → auto-routes to the right command | Manual |
97
+
92
98
  ### Help & Onboarding
93
99
 
94
- | Command | Purpose |
95
- |---------|---------|
96
- | `/user:gsd-t-help` | List all commands with descriptions |
97
- | `/user:gsd-t-help {cmd}` | Detailed help for specific command |
98
- | `/user:gsd-t-prompt` | Help formulate your idea before committing |
99
- | `/user:gsd-t-brainstorm` | Creative exploration and idea generation |
100
+ | Command | Purpose | Auto |
101
+ |---------|---------|------|
102
+ | `/user:gsd-t-help` | List all commands with descriptions | Manual |
103
+ | `/user:gsd-t-help {cmd}` | Detailed help for specific command | Manual |
104
+ | `/user:gsd-t-prompt` | Help formulate your idea before committing | Manual |
105
+ | `/user:gsd-t-brainstorm` | Creative exploration and idea generation | Manual |
100
106
 
101
107
  ### Project Initialization
102
108
 
103
- | Command | Purpose |
104
- |---------|---------|
105
- | `/user:gsd-t-setup` | Generate or restructure project CLAUDE.md |
106
- | `/user:gsd-t-init` | Initialize GSD-T structure in project |
107
- | `/user:gsd-t-init-scan-setup` | Full onboarding: git + init + scan + setup in one |
108
- | `/user:gsd-t-project` | Full project → milestone roadmap |
109
- | `/user:gsd-t-feature` | Major feature → impact analysis + milestones |
110
- | `/user:gsd-t-scan` | Deep codebase analysis → techdebt.md |
111
- | `/user:gsd-t-promote-debt` | Convert techdebt items to milestones |
112
- | `/user:gsd-t-populate` | Auto-populate docs from existing codebase |
109
+ | Command | Purpose | Auto |
110
+ |---------|---------|------|
111
+ | `/user:gsd-t-setup` | Generate or restructure project CLAUDE.md | Manual |
112
+ | `/user:gsd-t-init` | Initialize GSD-T structure in project | Manual |
113
+ | `/user:gsd-t-init-scan-setup` | Full onboarding: git + init + scan + setup in one | Manual |
114
+ | `/user:gsd-t-project` | Full project → milestone roadmap | Manual |
115
+ | `/user:gsd-t-feature` | Major feature → impact analysis + milestones | Manual |
116
+ | `/user:gsd-t-scan` | Deep codebase analysis → techdebt.md | Manual |
117
+ | `/user:gsd-t-promote-debt` | Convert techdebt items to milestones | Manual |
118
+ | `/user:gsd-t-populate` | Auto-populate docs from existing codebase | Manual |
113
119
 
114
120
  ### Milestone Workflow
115
121
 
116
- | Command | Purpose | Auto-Invoked |
117
- |---------|---------|--------------|
118
- | `/user:gsd-t-milestone` | Define new milestone | No |
122
+ | Command | Purpose | Auto |
123
+ |---------|---------|------|
124
+ | `/user:gsd-t-milestone` | Define new milestone | Manual |
119
125
  | `/user:gsd-t-partition` | Decompose into domains + contracts | In wave |
120
126
  | `/user:gsd-t-discuss` | Multi-perspective design exploration | In wave |
121
127
  | `/user:gsd-t-plan` | Create atomic task lists per domain | In wave |
122
- | `/user:gsd-t-impact` | Analyze downstream effects | In wave (plan→execute) |
128
+ | `/user:gsd-t-impact` | Analyze downstream effects | In wave |
123
129
  | `/user:gsd-t-execute` | Run tasks (solo or team) | In wave |
124
- | `/user:gsd-t-test-sync` | Sync tests with code changes | In wave (during execute + verify) |
130
+ | `/user:gsd-t-test-sync` | Sync tests with code changes | In wave |
125
131
  | `/user:gsd-t-integrate` | Wire domains together | In wave |
126
132
  | `/user:gsd-t-verify` | Run quality gates | In wave |
127
- | `/user:gsd-t-complete-milestone` | Archive + git tag | In wave (after verify) |
133
+ | `/user:gsd-t-complete-milestone` | Archive + git tag | In wave |
128
134
 
129
135
  ### Automation & Utilities
130
136
 
131
- | Command | Purpose |
132
- |---------|---------|
133
- | `/user:gsd-t-wave` | Full cycle, auto-advances all phases |
134
- | `/user:gsd-t-status` | Cross-domain progress view |
135
- | `/user:gsd-t-resume` | Restore context, continue |
136
- | `/user:gsd-t-quick` | Fast task with GSD-T guarantees |
137
- | `/user:gsd-t-debug` | Systematic debugging with state |
138
- | `/user:gsd-t-version-update` | Update GSD-T to latest version |
139
- | `/user:gsd-t-version-update-all` | Update GSD-T + all registered projects |
137
+ | Command | Purpose | Auto |
138
+ |---------|---------|------|
139
+ | `/user:gsd-t-wave` | Full cycle, auto-advances all phases | Manual |
140
+ | `/user:gsd-t-status` | Cross-domain progress view | Manual |
141
+ | `/user:gsd-t-resume` | Restore context, continue | Manual |
142
+ | `/user:gsd-t-quick` | Fast task with GSD-T guarantees | Manual |
143
+ | `/user:gsd-t-debug` | Systematic debugging with state | Manual |
144
+ | `/user:gsd-t-version-update` | Update GSD-T to latest version | Manual |
145
+ | `/user:gsd-t-version-update-all` | Update GSD-T + all registered projects | Manual |
140
146
 
141
147
  ### Backlog Management
142
148
 
143
- | Command | Purpose |
144
- |---------|---------|
145
- | `/user:gsd-t-backlog-add` | Capture item, auto-categorize, append to backlog |
146
- | `/user:gsd-t-backlog-list` | Filtered, ordered view of backlog items |
147
- | `/user:gsd-t-backlog-move` | Reorder items by position (priority) |
148
- | `/user:gsd-t-backlog-edit` | Modify backlog entry fields |
149
- | `/user:gsd-t-backlog-remove` | Drop item with optional reason |
150
- | `/user:gsd-t-backlog-promote` | Refine, classify, launch GSD-T workflow |
151
- | `/user:gsd-t-backlog-settings` | Manage types, apps, categories, defaults |
149
+ | Command | Purpose | Auto |
150
+ |---------|---------|------|
151
+ | `/user:gsd-t-backlog-add` | Capture item, auto-categorize, append to backlog | Manual |
152
+ | `/user:gsd-t-backlog-list` | Filtered, ordered view of backlog items | Manual |
153
+ | `/user:gsd-t-backlog-move` | Reorder items by position (priority) | Manual |
154
+ | `/user:gsd-t-backlog-edit` | Modify backlog entry fields | Manual |
155
+ | `/user:gsd-t-backlog-remove` | Drop item with optional reason | Manual |
156
+ | `/user:gsd-t-backlog-promote` | Refine, classify, launch GSD-T workflow | Manual |
157
+ | `/user:gsd-t-backlog-settings` | Manage types, apps, categories, defaults | Manual |
152
158
 
153
159
  ### Git Helpers
154
160
 
155
- | Command | Purpose |
156
- |---------|---------|
157
- | `/user:branch` | Create and switch to a new git branch |
158
- | `/user:checkin` | Auto-bump version, stage, commit, and push |
159
- | `/user:Claude-md` | Reload CLAUDE.md directives mid-session |
161
+ | Command | Purpose | Auto |
162
+ |---------|---------|------|
163
+ | `/user:branch` | Create and switch to a new git branch | Manual |
164
+ | `/user:checkin` | Auto-bump version, stage, commit, and push | Manual |
165
+ | `/user:Claude-md` | Reload CLAUDE.md directives mid-session | Manual |
160
166
 
161
167
  ---
162
168
 
@@ -273,8 +279,8 @@ get-stuff-done-teams/
273
279
  ├── LICENSE
274
280
  ├── bin/
275
281
  │ └── gsd-t.js # CLI installer
276
- ├── commands/ # 38 slash commands
277
- │ ├── gsd-t-*.md # 35 GSD-T workflow commands
282
+ ├── commands/ # 39 slash commands
283
+ │ ├── gsd-t-*.md # 36 GSD-T workflow commands
278
284
  │ ├── branch.md # Git branch helper
279
285
  │ ├── checkin.md # Auto-version + commit/push helper
280
286
  │ └── Claude-md.md # Reload CLAUDE.md directives
@@ -11,7 +11,11 @@ Display the full command reference:
11
11
  ║ GSD-T Command Reference ║
12
12
  ╚══════════════════════════════════════════════════════════════════════════════╝
13
13
 
14
- GETTING STARTED
14
+ SMART ROUTER Manual
15
+ ───────────────────────────────────────────────────────────────────────────────
16
+ gsd-t Describe what you need → auto-routes to the right command
17
+
18
+ GETTING STARTED Manual
15
19
  ───────────────────────────────────────────────────────────────────────────────
16
20
  prompt Help formulate your idea before committing to a command
17
21
  brainstorm Creative exploration, rethinking, and idea generation
@@ -22,24 +26,24 @@ GETTING STARTED
22
26
  feature Major feature → impact analysis → milestones
23
27
  scan Deep codebase analysis → techdebt.md
24
28
 
25
- MILESTONE WORKFLOW
29
+ MILESTONE WORKFLOW [auto] = in wave
26
30
  ───────────────────────────────────────────────────────────────────────────────
27
31
  milestone Define a new milestone
28
- partition Decompose milestone into domains + contracts
29
- discuss Multi-perspective design exploration
30
- plan Create atomic task lists per domain
31
- impact Analyze downstream effects before execution
32
- execute Run tasks (solo or team mode)
33
- test-sync Sync tests with code changes
34
- integrate Wire domains together at boundaries
35
- verify Run quality gates
36
- complete-milestone Archive milestone + git tag
37
-
38
- AUTOMATION
32
+ partition [auto] Decompose milestone into domains + contracts
33
+ discuss [auto] Multi-perspective design exploration (always pauses)
34
+ plan [auto] Create atomic task lists per domain
35
+ impact [auto] Analyze downstream effects before execution
36
+ execute [auto] Run tasks (solo or team mode)
37
+ test-sync [auto] Sync tests with code changes
38
+ integrate [auto] Wire domains together at boundaries
39
+ verify [auto] Run quality gates
40
+ complete-milestone [auto] Archive milestone + git tag
41
+
42
+ AUTOMATION Auto
39
43
  ───────────────────────────────────────────────────────────────────────────────
40
44
  wave Full cycle: partition → ... → complete (auto-advances)
41
45
 
42
- UTILITIES
46
+ UTILITIES Manual
43
47
  ───────────────────────────────────────────────────────────────────────────────
44
48
  status Cross-domain progress view
45
49
  resume Restore context after break
@@ -50,7 +54,7 @@ UTILITIES
50
54
  version-update Update GSD-T package to latest version
51
55
  version-update-all Update GSD-T package + all registered projects
52
56
 
53
- BACKLOG
57
+ BACKLOG Manual
54
58
  ───────────────────────────────────────────────────────────────────────────────
55
59
  backlog-add Capture item, auto-categorize, append to backlog
56
60
  backlog-list Filtered, ordered view of backlog items
@@ -122,6 +126,13 @@ RELATED COMMANDS
122
126
 
123
127
  Use these when user asks for help on a specific command:
124
128
 
129
+ ### gsd-t (smart router)
130
+ - **Summary**: Describe what you need in plain language — auto-routes to the right GSD-T command
131
+ - **Auto-invoked**: No
132
+ - **Files**: Reads `CLAUDE.md`, `.gsd-t/progress.md`
133
+ - **Use when**: You don't want to remember which command to use — just describe what you want
134
+ - **Examples**: `/user:gsd-t Fix the login bug`, `/user:gsd-t Add dark mode`, `/user:gsd-t Scan for tech debt`
135
+
125
136
  ### prompt
126
137
  - **Summary**: Help formulate project/feature/milestone prompts through guided questions
127
138
  - **Auto-invoked**: No
@@ -0,0 +1,67 @@
1
+ # GSD-T: Smart Router — Tell GSD-T What You Need
2
+
3
+ You are the GSD-T smart router. The user describes what they want in plain language and you route to the correct GSD-T command automatically.
4
+
5
+ ## Step 1: Load Context
6
+
7
+ Read (if they exist):
8
+ 1. `CLAUDE.md` — project context
9
+ 2. `.gsd-t/progress.md` — current state, active milestone/phase
10
+
11
+ ## Step 2: Analyze Intent
12
+
13
+ From `$ARGUMENTS`, classify the request into one of these categories:
14
+
15
+ | Intent | Route To | Signal Words |
16
+ |--------|----------|--------------|
17
+ | Small fix, tweak, config change, minor addition | `gsd-t-quick` | "fix", "change", "update", "tweak", "add {small thing}", "rename", "move" |
18
+ | Major new feature or capability | `gsd-t-feature` | "add {large feature}", "implement", "build {system}", "create {module}" |
19
+ | Full new project from scratch | `gsd-t-project` | "new project", "start building", "create {app/product}" |
20
+ | Full project onboarding | `gsd-t-init-scan-setup` | "onboard", "set up GSD-T", "initialize" |
21
+ | Define a deliverable chunk | `gsd-t-milestone` | "milestone", "next deliverable", "define {goal}" |
22
+ | Run full cycle on current milestone | `gsd-t-wave` | "run it", "execute", "let it rip", "full cycle", "wave" |
23
+ | Debug or investigate a problem | `gsd-t-debug` | "bug", "broken", "not working", "error", "investigate", "why does" |
24
+ | Understand or audit codebase | `gsd-t-scan` | "audit", "analyze", "scan", "tech debt", "what's wrong with" |
25
+ | Explore ideas or rethink approach | `gsd-t-brainstorm` | "brainstorm", "what if", "explore", "rethink", "ideas for" |
26
+ | Help articulate a vague idea | `gsd-t-prompt` | "I want to", "how should I", "help me think about" |
27
+ | Generate or fix project CLAUDE.md | `gsd-t-setup` | "setup CLAUDE.md", "restructure CLAUDE.md" |
28
+ | Check current progress | `gsd-t-status` | "status", "where are we", "progress", "what's done" |
29
+ | Resume interrupted work | `gsd-t-resume` | "resume", "continue", "pick up where" |
30
+ | Capture something for later | `gsd-t-backlog-add` | "add to backlog", "save for later", "remember to", "todo" |
31
+ | Promote tech debt to milestone | `gsd-t-promote-debt` | "promote debt", "fix tech debt" |
32
+ | Auto-populate docs | `gsd-t-populate` | "populate docs", "fill in docs", "document the codebase" |
33
+
34
+ ### Ambiguous cases:
35
+ - If the request could be `quick` or `feature`, check scope: does it touch 1-2 files (quick) or require multiple domains/files (feature)?
36
+ - If a milestone is active mid-phase, consider whether the request fits within the current work or is a new task
37
+ - If truly ambiguous, ask one clarifying question — don't guess
38
+
39
+ ## Step 3: Confirm and Execute
40
+
41
+ Show a brief one-line confirmation, then execute:
42
+
43
+ ```
44
+ → Routing to gsd-t-{command}: {brief reason}
45
+ ```
46
+
47
+ Then immediately execute that command's full workflow, passing `$ARGUMENTS` through.
48
+
49
+ **Do NOT ask "is this the right command?" — just route and go.** The user can interrupt with Esc if it's wrong.
50
+
51
+ ## Step 4: No Arguments
52
+
53
+ If called with no arguments, show:
54
+
55
+ ```
56
+ Usage: /user:gsd-t {describe what you want}
57
+
58
+ Examples:
59
+ /user:gsd-t Fix the login timeout bug
60
+ /user:gsd-t Add dark mode support
61
+ /user:gsd-t Scan the codebase for tech debt
62
+ /user:gsd-t What's the current progress?
63
+
64
+ I'll route to the right GSD-T command automatically.
65
+ ```
66
+
67
+ $ARGUMENTS
@@ -58,54 +58,60 @@ GSD-T reads all state files and tells you exactly where you left off.
58
58
 
59
59
  ## Commands Reference
60
60
 
61
+ ### Smart Router
62
+
63
+ | Command | Purpose | Auto |
64
+ |---------|---------|------|
65
+ | `/user:gsd-t {request}` | Describe what you need → auto-routes to the right command | Manual |
66
+
61
67
  ### Help & Onboarding
62
68
 
63
- | Command | Purpose |
64
- |---------|---------|
65
- | `/user:gsd-t-help` | List all commands with descriptions |
66
- | `/user:gsd-t-help {cmd}` | Detailed help for specific command |
67
- | `/user:gsd-t-prompt` | Help formulate your idea before committing |
68
- | `/user:gsd-t-brainstorm` | Creative exploration and idea generation |
69
+ | Command | Purpose | Auto |
70
+ |---------|---------|------|
71
+ | `/user:gsd-t-help` | List all commands with descriptions | Manual |
72
+ | `/user:gsd-t-help {cmd}` | Detailed help for specific command | Manual |
73
+ | `/user:gsd-t-prompt` | Help formulate your idea before committing | Manual |
74
+ | `/user:gsd-t-brainstorm` | Creative exploration and idea generation | Manual |
69
75
 
70
76
  ### Project Initialization
71
77
 
72
- | Command | Purpose |
73
- |---------|---------|
74
- | `/user:gsd-t-setup` | Generate or restructure project CLAUDE.md |
75
- | `/user:gsd-t-init` | Initialize GSD-T structure in project |
76
- | `/user:gsd-t-init-scan-setup` | Full onboarding: git + init + scan + setup in one |
77
- | `/user:gsd-t-project` | Full project → milestone roadmap |
78
- | `/user:gsd-t-feature` | Major feature → impact analysis + milestones |
79
- | `/user:gsd-t-scan` | Deep codebase analysis → techdebt.md |
80
- | `/user:gsd-t-promote-debt` | Convert techdebt items to milestones |
81
- | `/user:gsd-t-populate` | Auto-populate docs from existing codebase |
78
+ | Command | Purpose | Auto |
79
+ |---------|---------|------|
80
+ | `/user:gsd-t-setup` | Generate or restructure project CLAUDE.md | Manual |
81
+ | `/user:gsd-t-init` | Initialize GSD-T structure in project | Manual |
82
+ | `/user:gsd-t-init-scan-setup` | Full onboarding: git + init + scan + setup in one | Manual |
83
+ | `/user:gsd-t-project` | Full project → milestone roadmap | Manual |
84
+ | `/user:gsd-t-feature` | Major feature → impact analysis + milestones | Manual |
85
+ | `/user:gsd-t-scan` | Deep codebase analysis → techdebt.md | Manual |
86
+ | `/user:gsd-t-promote-debt` | Convert techdebt items to milestones | Manual |
87
+ | `/user:gsd-t-populate` | Auto-populate docs from existing codebase | Manual |
82
88
 
83
89
  ### Milestone Workflow
84
90
 
85
- | Command | Purpose | Auto-Invoked |
86
- |---------|---------|--------------|
87
- | `/user:gsd-t-milestone` | Define new milestone | No |
91
+ | Command | Purpose | Auto |
92
+ |---------|---------|------|
93
+ | `/user:gsd-t-milestone` | Define new milestone | Manual |
88
94
  | `/user:gsd-t-partition` | Decompose into domains + contracts | In wave |
89
95
  | `/user:gsd-t-discuss` | Multi-perspective design exploration | In wave |
90
96
  | `/user:gsd-t-plan` | Create atomic task lists per domain | In wave |
91
- | `/user:gsd-t-impact` | Analyze downstream effects | In wave (plan→execute) |
97
+ | `/user:gsd-t-impact` | Analyze downstream effects | In wave |
92
98
  | `/user:gsd-t-execute` | Run tasks (solo or team) | In wave |
93
- | `/user:gsd-t-test-sync` | Sync tests with code changes | In wave (during execute + verify) |
99
+ | `/user:gsd-t-test-sync` | Sync tests with code changes | In wave |
94
100
  | `/user:gsd-t-integrate` | Wire domains together | In wave |
95
101
  | `/user:gsd-t-verify` | Run quality gates | In wave |
96
- | `/user:gsd-t-complete-milestone` | Archive + git tag | In wave (after verify) |
102
+ | `/user:gsd-t-complete-milestone` | Archive + git tag | In wave |
97
103
 
98
104
  ### Automation & Utilities
99
105
 
100
- | Command | Purpose |
101
- |---------|---------|
102
- | `/user:gsd-t-wave` | Full cycle, auto-advances all phases |
103
- | `/user:gsd-t-status` | Cross-domain progress view |
104
- | `/user:gsd-t-resume` | Restore context, continue |
105
- | `/user:gsd-t-quick` | Fast task with GSD-T guarantees |
106
- | `/user:gsd-t-version-update` | Update GSD-T to latest version |
107
- | `/user:gsd-t-version-update-all` | Update GSD-T + all registered projects |
108
- | `/user:gsd-t-debug` | Systematic debugging with state |
106
+ | Command | Purpose | Auto |
107
+ |---------|---------|------|
108
+ | `/user:gsd-t-wave` | Full cycle, auto-advances all phases | Manual |
109
+ | `/user:gsd-t-status` | Cross-domain progress view | Manual |
110
+ | `/user:gsd-t-resume` | Restore context, continue | Manual |
111
+ | `/user:gsd-t-quick` | Fast task with GSD-T guarantees | Manual |
112
+ | `/user:gsd-t-debug` | Systematic debugging with state | Manual |
113
+ | `/user:gsd-t-version-update` | Update GSD-T to latest version | Manual |
114
+ | `/user:gsd-t-version-update-all` | Update GSD-T + all registered projects | Manual |
109
115
 
110
116
  ---
111
117
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tekyzinc/gsd-t",
3
- "version": "2.13.3",
4
- "description": "GSD-T: Contract-Driven Development for Claude Code — 38 slash commands with backlog management, impact analysis, test sync, and milestone archival",
3
+ "version": "2.14.0",
4
+ "description": "GSD-T: Contract-Driven Development for Claude Code — 39 slash commands with backlog management, impact analysis, test sync, and milestone archival",
5
5
  "author": "Tekyz, Inc.",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -27,6 +27,7 @@ PROJECT or FEATURE or SCAN
27
27
 
28
28
  | Command | Purpose |
29
29
  |---------|---------|
30
+ | `/user:gsd-t` | Smart router — describe what you need, auto-routes to the right command |
30
31
  | `/user:gsd-t-help` | List all commands or get detailed help |
31
32
  | `/user:gsd-t-prompt` | Help formulate your idea before committing |
32
33
  | `/user:gsd-t-brainstorm` | Creative exploration and idea generation |