@tekyzinc/gsd-t 2.13.3 → 2.13.4
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 +7 -0
- package/README.md +45 -45
- package/commands/gsd-t-help.md +15 -15
- package/docs/GSD-T-README.md +31 -31
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to GSD-T are documented here. Updated with each release.
|
|
4
4
|
|
|
5
|
+
## [2.13.4] - 2026-02-12
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Auto-invoked status column on all command tables in README and GSD-T-README (Manual / In wave)
|
|
9
|
+
- `[auto]` markers on wave-invoked commands in `gsd-t-help` main listing
|
|
10
|
+
- Section headers in `gsd-t-help` now show Manual or Auto label
|
|
11
|
+
|
|
5
12
|
## [2.13.3] - 2026-02-12
|
|
6
13
|
|
|
7
14
|
### Changed
|
package/README.md
CHANGED
|
@@ -91,72 +91,72 @@ This will replace changed command files, back up your CLAUDE.md if customized, a
|
|
|
91
91
|
|
|
92
92
|
### Help & Onboarding
|
|
93
93
|
|
|
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 |
|
|
94
|
+
| Command | Purpose | Auto |
|
|
95
|
+
|---------|---------|------|
|
|
96
|
+
| `/user:gsd-t-help` | List all commands with descriptions | Manual |
|
|
97
|
+
| `/user:gsd-t-help {cmd}` | Detailed help for specific command | Manual |
|
|
98
|
+
| `/user:gsd-t-prompt` | Help formulate your idea before committing | Manual |
|
|
99
|
+
| `/user:gsd-t-brainstorm` | Creative exploration and idea generation | Manual |
|
|
100
100
|
|
|
101
101
|
### Project Initialization
|
|
102
102
|
|
|
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 |
|
|
103
|
+
| Command | Purpose | Auto |
|
|
104
|
+
|---------|---------|------|
|
|
105
|
+
| `/user:gsd-t-setup` | Generate or restructure project CLAUDE.md | Manual |
|
|
106
|
+
| `/user:gsd-t-init` | Initialize GSD-T structure in project | Manual |
|
|
107
|
+
| `/user:gsd-t-init-scan-setup` | Full onboarding: git + init + scan + setup in one | Manual |
|
|
108
|
+
| `/user:gsd-t-project` | Full project → milestone roadmap | Manual |
|
|
109
|
+
| `/user:gsd-t-feature` | Major feature → impact analysis + milestones | Manual |
|
|
110
|
+
| `/user:gsd-t-scan` | Deep codebase analysis → techdebt.md | Manual |
|
|
111
|
+
| `/user:gsd-t-promote-debt` | Convert techdebt items to milestones | Manual |
|
|
112
|
+
| `/user:gsd-t-populate` | Auto-populate docs from existing codebase | Manual |
|
|
113
113
|
|
|
114
114
|
### Milestone Workflow
|
|
115
115
|
|
|
116
|
-
| Command | Purpose | Auto
|
|
117
|
-
|
|
118
|
-
| `/user:gsd-t-milestone` | Define new milestone |
|
|
116
|
+
| Command | Purpose | Auto |
|
|
117
|
+
|---------|---------|------|
|
|
118
|
+
| `/user:gsd-t-milestone` | Define new milestone | Manual |
|
|
119
119
|
| `/user:gsd-t-partition` | Decompose into domains + contracts | In wave |
|
|
120
120
|
| `/user:gsd-t-discuss` | Multi-perspective design exploration | In wave |
|
|
121
121
|
| `/user:gsd-t-plan` | Create atomic task lists per domain | In wave |
|
|
122
|
-
| `/user:gsd-t-impact` | Analyze downstream effects | In wave
|
|
122
|
+
| `/user:gsd-t-impact` | Analyze downstream effects | In wave |
|
|
123
123
|
| `/user:gsd-t-execute` | Run tasks (solo or team) | In wave |
|
|
124
|
-
| `/user:gsd-t-test-sync` | Sync tests with code changes | In wave
|
|
124
|
+
| `/user:gsd-t-test-sync` | Sync tests with code changes | In wave |
|
|
125
125
|
| `/user:gsd-t-integrate` | Wire domains together | In wave |
|
|
126
126
|
| `/user:gsd-t-verify` | Run quality gates | In wave |
|
|
127
|
-
| `/user:gsd-t-complete-milestone` | Archive + git tag | In wave
|
|
127
|
+
| `/user:gsd-t-complete-milestone` | Archive + git tag | In wave |
|
|
128
128
|
|
|
129
129
|
### Automation & Utilities
|
|
130
130
|
|
|
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 |
|
|
131
|
+
| Command | Purpose | Auto |
|
|
132
|
+
|---------|---------|------|
|
|
133
|
+
| `/user:gsd-t-wave` | Full cycle, auto-advances all phases | Manual |
|
|
134
|
+
| `/user:gsd-t-status` | Cross-domain progress view | Manual |
|
|
135
|
+
| `/user:gsd-t-resume` | Restore context, continue | Manual |
|
|
136
|
+
| `/user:gsd-t-quick` | Fast task with GSD-T guarantees | Manual |
|
|
137
|
+
| `/user:gsd-t-debug` | Systematic debugging with state | Manual |
|
|
138
|
+
| `/user:gsd-t-version-update` | Update GSD-T to latest version | Manual |
|
|
139
|
+
| `/user:gsd-t-version-update-all` | Update GSD-T + all registered projects | Manual |
|
|
140
140
|
|
|
141
141
|
### Backlog Management
|
|
142
142
|
|
|
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 |
|
|
143
|
+
| Command | Purpose | Auto |
|
|
144
|
+
|---------|---------|------|
|
|
145
|
+
| `/user:gsd-t-backlog-add` | Capture item, auto-categorize, append to backlog | Manual |
|
|
146
|
+
| `/user:gsd-t-backlog-list` | Filtered, ordered view of backlog items | Manual |
|
|
147
|
+
| `/user:gsd-t-backlog-move` | Reorder items by position (priority) | Manual |
|
|
148
|
+
| `/user:gsd-t-backlog-edit` | Modify backlog entry fields | Manual |
|
|
149
|
+
| `/user:gsd-t-backlog-remove` | Drop item with optional reason | Manual |
|
|
150
|
+
| `/user:gsd-t-backlog-promote` | Refine, classify, launch GSD-T workflow | Manual |
|
|
151
|
+
| `/user:gsd-t-backlog-settings` | Manage types, apps, categories, defaults | Manual |
|
|
152
152
|
|
|
153
153
|
### Git Helpers
|
|
154
154
|
|
|
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 |
|
|
155
|
+
| Command | Purpose | Auto |
|
|
156
|
+
|---------|---------|------|
|
|
157
|
+
| `/user:branch` | Create and switch to a new git branch | Manual |
|
|
158
|
+
| `/user:checkin` | Auto-bump version, stage, commit, and push | Manual |
|
|
159
|
+
| `/user:Claude-md` | Reload CLAUDE.md directives mid-session | Manual |
|
|
160
160
|
|
|
161
161
|
---
|
|
162
162
|
|
package/commands/gsd-t-help.md
CHANGED
|
@@ -11,7 +11,7 @@ Display the full command reference:
|
|
|
11
11
|
║ GSD-T Command Reference ║
|
|
12
12
|
╚══════════════════════════════════════════════════════════════════════════════╝
|
|
13
13
|
|
|
14
|
-
GETTING STARTED
|
|
14
|
+
GETTING STARTED Manual
|
|
15
15
|
───────────────────────────────────────────────────────────────────────────────
|
|
16
16
|
prompt Help formulate your idea before committing to a command
|
|
17
17
|
brainstorm Creative exploration, rethinking, and idea generation
|
|
@@ -22,24 +22,24 @@ GETTING STARTED
|
|
|
22
22
|
feature Major feature → impact analysis → milestones
|
|
23
23
|
scan Deep codebase analysis → techdebt.md
|
|
24
24
|
|
|
25
|
-
MILESTONE WORKFLOW
|
|
25
|
+
MILESTONE WORKFLOW [auto] = in wave
|
|
26
26
|
───────────────────────────────────────────────────────────────────────────────
|
|
27
27
|
milestone Define a new milestone
|
|
28
|
-
partition
|
|
29
|
-
discuss
|
|
30
|
-
plan
|
|
31
|
-
impact
|
|
32
|
-
execute
|
|
33
|
-
test-sync
|
|
34
|
-
integrate
|
|
35
|
-
verify
|
|
36
|
-
complete-milestone
|
|
37
|
-
|
|
38
|
-
AUTOMATION
|
|
28
|
+
partition [auto] Decompose milestone into domains + contracts
|
|
29
|
+
discuss [auto] Multi-perspective design exploration (always pauses)
|
|
30
|
+
plan [auto] Create atomic task lists per domain
|
|
31
|
+
impact [auto] Analyze downstream effects before execution
|
|
32
|
+
execute [auto] Run tasks (solo or team mode)
|
|
33
|
+
test-sync [auto] Sync tests with code changes
|
|
34
|
+
integrate [auto] Wire domains together at boundaries
|
|
35
|
+
verify [auto] Run quality gates
|
|
36
|
+
complete-milestone [auto] Archive milestone + git tag
|
|
37
|
+
|
|
38
|
+
AUTOMATION Auto
|
|
39
39
|
───────────────────────────────────────────────────────────────────────────────
|
|
40
40
|
wave Full cycle: partition → ... → complete (auto-advances)
|
|
41
41
|
|
|
42
|
-
UTILITIES
|
|
42
|
+
UTILITIES Manual
|
|
43
43
|
───────────────────────────────────────────────────────────────────────────────
|
|
44
44
|
status Cross-domain progress view
|
|
45
45
|
resume Restore context after break
|
|
@@ -50,7 +50,7 @@ UTILITIES
|
|
|
50
50
|
version-update Update GSD-T package to latest version
|
|
51
51
|
version-update-all Update GSD-T package + all registered projects
|
|
52
52
|
|
|
53
|
-
BACKLOG
|
|
53
|
+
BACKLOG Manual
|
|
54
54
|
───────────────────────────────────────────────────────────────────────────────
|
|
55
55
|
backlog-add Capture item, auto-categorize, append to backlog
|
|
56
56
|
backlog-list Filtered, ordered view of backlog items
|
package/docs/GSD-T-README.md
CHANGED
|
@@ -60,52 +60,52 @@ GSD-T reads all state files and tells you exactly where you left off.
|
|
|
60
60
|
|
|
61
61
|
### Help & Onboarding
|
|
62
62
|
|
|
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 |
|
|
63
|
+
| Command | Purpose | Auto |
|
|
64
|
+
|---------|---------|------|
|
|
65
|
+
| `/user:gsd-t-help` | List all commands with descriptions | Manual |
|
|
66
|
+
| `/user:gsd-t-help {cmd}` | Detailed help for specific command | Manual |
|
|
67
|
+
| `/user:gsd-t-prompt` | Help formulate your idea before committing | Manual |
|
|
68
|
+
| `/user:gsd-t-brainstorm` | Creative exploration and idea generation | Manual |
|
|
69
69
|
|
|
70
70
|
### Project Initialization
|
|
71
71
|
|
|
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 |
|
|
72
|
+
| Command | Purpose | Auto |
|
|
73
|
+
|---------|---------|------|
|
|
74
|
+
| `/user:gsd-t-setup` | Generate or restructure project CLAUDE.md | Manual |
|
|
75
|
+
| `/user:gsd-t-init` | Initialize GSD-T structure in project | Manual |
|
|
76
|
+
| `/user:gsd-t-init-scan-setup` | Full onboarding: git + init + scan + setup in one | Manual |
|
|
77
|
+
| `/user:gsd-t-project` | Full project → milestone roadmap | Manual |
|
|
78
|
+
| `/user:gsd-t-feature` | Major feature → impact analysis + milestones | Manual |
|
|
79
|
+
| `/user:gsd-t-scan` | Deep codebase analysis → techdebt.md | Manual |
|
|
80
|
+
| `/user:gsd-t-promote-debt` | Convert techdebt items to milestones | Manual |
|
|
81
|
+
| `/user:gsd-t-populate` | Auto-populate docs from existing codebase | Manual |
|
|
82
82
|
|
|
83
83
|
### Milestone Workflow
|
|
84
84
|
|
|
85
|
-
| Command | Purpose | Auto
|
|
86
|
-
|
|
87
|
-
| `/user:gsd-t-milestone` | Define new milestone |
|
|
85
|
+
| Command | Purpose | Auto |
|
|
86
|
+
|---------|---------|------|
|
|
87
|
+
| `/user:gsd-t-milestone` | Define new milestone | Manual |
|
|
88
88
|
| `/user:gsd-t-partition` | Decompose into domains + contracts | In wave |
|
|
89
89
|
| `/user:gsd-t-discuss` | Multi-perspective design exploration | In wave |
|
|
90
90
|
| `/user:gsd-t-plan` | Create atomic task lists per domain | In wave |
|
|
91
|
-
| `/user:gsd-t-impact` | Analyze downstream effects | In wave
|
|
91
|
+
| `/user:gsd-t-impact` | Analyze downstream effects | In wave |
|
|
92
92
|
| `/user:gsd-t-execute` | Run tasks (solo or team) | In wave |
|
|
93
|
-
| `/user:gsd-t-test-sync` | Sync tests with code changes | In wave
|
|
93
|
+
| `/user:gsd-t-test-sync` | Sync tests with code changes | In wave |
|
|
94
94
|
| `/user:gsd-t-integrate` | Wire domains together | In wave |
|
|
95
95
|
| `/user:gsd-t-verify` | Run quality gates | In wave |
|
|
96
|
-
| `/user:gsd-t-complete-milestone` | Archive + git tag | In wave
|
|
96
|
+
| `/user:gsd-t-complete-milestone` | Archive + git tag | In wave |
|
|
97
97
|
|
|
98
98
|
### Automation & Utilities
|
|
99
99
|
|
|
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-
|
|
107
|
-
| `/user:gsd-t-version-update
|
|
108
|
-
| `/user:gsd-t-
|
|
100
|
+
| Command | Purpose | Auto |
|
|
101
|
+
|---------|---------|------|
|
|
102
|
+
| `/user:gsd-t-wave` | Full cycle, auto-advances all phases | Manual |
|
|
103
|
+
| `/user:gsd-t-status` | Cross-domain progress view | Manual |
|
|
104
|
+
| `/user:gsd-t-resume` | Restore context, continue | Manual |
|
|
105
|
+
| `/user:gsd-t-quick` | Fast task with GSD-T guarantees | Manual |
|
|
106
|
+
| `/user:gsd-t-debug` | Systematic debugging with state | Manual |
|
|
107
|
+
| `/user:gsd-t-version-update` | Update GSD-T to latest version | Manual |
|
|
108
|
+
| `/user:gsd-t-version-update-all` | Update GSD-T + all registered projects | Manual |
|
|
109
109
|
|
|
110
110
|
---
|
|
111
111
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tekyzinc/gsd-t",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.4",
|
|
4
4
|
"description": "GSD-T: Contract-Driven Development for Claude Code — 38 slash commands with backlog management, impact analysis, test sync, and milestone archival",
|
|
5
5
|
"author": "Tekyz, Inc.",
|
|
6
6
|
"license": "MIT",
|