@tekyzinc/gsd-t 2.15.2 → 2.15.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 CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to GSD-T are documented here. Updated with each release.
4
4
 
5
+ ## [2.15.4] - 2026-02-13
6
+
7
+ ### Changed
8
+ - `gsd-t-gap-analysis` team scaling: one teammate per requirement (3–10), cap at 10 with even batching for 11+, solo for 1–2
9
+
10
+ ## [2.15.3] - 2026-02-13
11
+
12
+ ### Fixed
13
+ - `gsd-t-gap-analysis` hard cap of 4 teammates max — scales by requirement count (2 for 5–10, 3 for 11–15, 4 for 16+), solo for < 5
14
+
5
15
  ## [2.15.2] - 2026-02-13
6
16
 
7
17
  ### Changed
@@ -54,8 +54,11 @@ Automatically use agent teams to scan and classify requirements in parallel.
54
54
 
55
55
  ### Team Distribution Strategy
56
56
 
57
- - **Spec has sections**: One teammate per section
58
- - **Flat list (no sections)**: Chunk requirements into batches of ~8–10 and assign one teammate per batch (e.g., 30 requirements → 3 teammates handling R1–R10, R11–R20, R21–R30)
57
+ **One teammate per requirement, cap at 10.** Maximize parallelism:
58
+
59
+ - **1–2 requirements**: Solo mode (team overhead not worth it)
60
+ - **3–10 requirements**: One teammate per requirement (e.g., 4 requirements → 4 teammates)
61
+ - **11+ requirements**: Cap at 10 teammates, divide requirements evenly (e.g., 30 requirements → 10 teammates with 3 each)
59
62
 
60
63
  ### Classification Reference
61
64
 
@@ -94,16 +97,17 @@ Classification rules:
94
97
  Output format per requirement:
95
98
  | ID | Requirement | Status | Severity | Evidence |
96
99
 
97
- Teammate assignments:
98
- If spec has sections — one teammate per section:
99
- - Teammate "section-1": Scan and classify {Section 1} (R1–R{N})
100
- - Teammate "section-2": Scan and classify {Section 2} (R{N+1}–R{M})
101
- - Teammate "section-3": Scan and classify {Section 3} (R{M+1}–R{P})
102
- If flat list chunk into batches of ~8–10:
103
- - Teammate "batch-1": Scan and classify R1–R10
104
- - Teammate "batch-2": Scan and classify R11R20
105
- - Teammate "batch-3": Scan and classify R21R30
106
- (scale teammates to match — aim for 3–5 teammates max)
100
+ Teammate assignments (one per requirement, cap at 10):
101
+ For 3–10 requirements — one teammate each:
102
+ - Teammate "analyst-1": Scan and classify R1
103
+ - Teammate "analyst-2": Scan and classify R2
104
+ - ...
105
+ - Teammate "analyst-{N}": Scan and classify R{N}
106
+ For 11+ requirements divide evenly across 10 teammates:
107
+ - Teammate "analyst-1": Scan and classify R1R{batch}
108
+ - Teammate "analyst-2": Scan and classify R{batch+1}R{2*batch}
109
+ - ...
110
+ - Teammate "analyst-10": Scan and classify R{...}–R{end}
107
111
 
108
112
  Lead responsibilities:
109
113
  - Distribute requirement sections to teammates
@@ -115,7 +119,7 @@ Lead responsibilities:
115
119
 
116
120
  ### Fallback: Solo Mode
117
121
 
118
- If agent teams are not available or there are fewer than 5 requirements, run sequentially:
122
+ If agent teams are not available or there are fewer than 3 requirements, run sequentially:
119
123
  - Scan the codebase for each requirement
120
124
  - Read source files, test files, config, schema, contracts, and docs
121
125
  - Classify each requirement with evidence
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekyzinc/gsd-t",
3
- "version": "2.15.2",
3
+ "version": "2.15.4",
4
4
  "description": "GSD-T: Contract-Driven Development for Claude Code — 40 slash commands with backlog management, impact analysis, test sync, and milestone archival",
5
5
  "author": "Tekyz, Inc.",
6
6
  "license": "MIT",