@tekyzinc/gsd-t 2.56.12 → 2.56.13

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.
Files changed (2) hide show
  1. package/commands/gsd.md +10 -0
  2. package/package.json +1 -1
package/commands/gsd.md CHANGED
@@ -57,6 +57,16 @@ When the same request could fit multiple commands at different scales:
57
57
  - **Needs investigation before fixing** → `debug` (not `quick`)
58
58
  - **Spec/requirements to verify against code** → `gap-analysis` (not `scan`)
59
59
 
60
+ ### Design-to-code routing:
61
+
62
+ When the request involves UI implementation from a design (Figma, screenshots, mockups, "pixel-perfect", "match the design", "rebuild the frontend"):
63
+ - **NEVER route to `quick`** — design-to-code requires the full workflow with design contract, token extraction, and visual verification
64
+ - **If no active milestone exists** → route to `wave` (creates milestone → partition with design contract → plan → execute with visual verification)
65
+ - **If a milestone exists but no domains** → route to `partition` (creates design contract in Step 3.6)
66
+ - **If domains exist but no tasks** → route to `plan`
67
+ - **If tasks exist** → route to `execute` (design-to-code stack rule will inject)
68
+ - The design-to-code stack rule activates automatically when `.gsd-t/contracts/design-contract.md` exists or Figma MCP is configured — but the **partition step must run first** to create the design contract
69
+
60
70
  ## Step 3: Confirm and Execute
61
71
 
62
72
  **MANDATORY — output one of these lines as the VERY FIRST thing in your response, before any tool calls or other output.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekyzinc/gsd-t",
3
- "version": "2.56.12",
3
+ "version": "2.56.13",
4
4
  "description": "GSD-T: Contract-Driven Development for Claude Code — 51 slash commands with headless CI/CD mode, graph-powered code analysis, real-time agent dashboard, execution intelligence, task telemetry, doc-ripple enforcement, backlog management, impact analysis, test sync, milestone archival, and PRD generation",
5
5
  "author": "Tekyz, Inc.",
6
6
  "license": "MIT",