@hegemonart/get-design-done 1.49.0 → 1.50.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.
Files changed (58) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +6 -3
  3. package/CHANGELOG.md +77 -0
  4. package/README.md +2 -0
  5. package/SKILL.md +2 -2
  6. package/agents/design-auditor.md +20 -0
  7. package/agents/design-debt-crawler.md +8 -0
  8. package/dist/claude-code/.claude/skills/audit/SKILL.md +5 -5
  9. package/dist/claude-code/.claude/skills/brief/SKILL.md +1 -1
  10. package/dist/claude-code/.claude/skills/compare/SKILL.md +1 -1
  11. package/dist/claude-code/.claude/skills/connections/SKILL.md +1 -1
  12. package/dist/claude-code/.claude/skills/darkmode/SKILL.md +1 -1
  13. package/dist/claude-code/.claude/skills/design/SKILL.md +1 -1
  14. package/dist/claude-code/.claude/skills/discover/SKILL.md +1 -1
  15. package/dist/claude-code/.claude/skills/do/SKILL.md +1 -1
  16. package/dist/claude-code/.claude/skills/explore/SKILL.md +1 -1
  17. package/dist/claude-code/.claude/skills/fast/SKILL.md +1 -1
  18. package/dist/claude-code/.claude/skills/health/SKILL.md +2 -2
  19. package/dist/claude-code/.claude/skills/live/SKILL.md +1 -1
  20. package/dist/claude-code/.claude/skills/new-skill/SKILL.md +90 -0
  21. package/dist/claude-code/.claude/skills/plan/SKILL.md +1 -1
  22. package/dist/claude-code/.claude/skills/progress/SKILL.md +9 -1
  23. package/dist/claude-code/.claude/skills/quick/SKILL.md +1 -1
  24. package/dist/claude-code/.claude/skills/scan/SKILL.md +1 -1
  25. package/dist/claude-code/.claude/skills/ship/SKILL.md +1 -1
  26. package/dist/claude-code/.claude/skills/verify/SKILL.md +2 -2
  27. package/dist/claude-code/.claude/skills/verify/verify-procedure.md +5 -5
  28. package/package.json +9 -2
  29. package/reference/anti-slop-rubric.md +173 -0
  30. package/reference/audit-scoring.md +4 -0
  31. package/reference/debt-categories.md +20 -1
  32. package/reference/registry.json +15 -1
  33. package/reference/skill-authoring-contract.md +97 -15
  34. package/reference/skill-graph.md +125 -0
  35. package/reference/visual-tells.md +152 -6
  36. package/scripts/lib/manifest/scaffolder.cjs +261 -0
  37. package/scripts/lib/manifest/schemas/skills.schema.json +14 -0
  38. package/scripts/lib/manifest/skills.json +50 -24
  39. package/skills/audit/SKILL.md +5 -5
  40. package/skills/brief/SKILL.md +1 -1
  41. package/skills/compare/SKILL.md +1 -1
  42. package/skills/connections/SKILL.md +1 -1
  43. package/skills/darkmode/SKILL.md +1 -1
  44. package/skills/design/SKILL.md +1 -1
  45. package/skills/discover/SKILL.md +1 -1
  46. package/skills/do/SKILL.md +1 -1
  47. package/skills/explore/SKILL.md +1 -1
  48. package/skills/fast/SKILL.md +1 -1
  49. package/skills/health/SKILL.md +2 -2
  50. package/skills/live/SKILL.md +1 -1
  51. package/skills/new-skill/SKILL.md +90 -0
  52. package/skills/plan/SKILL.md +1 -1
  53. package/skills/progress/SKILL.md +9 -1
  54. package/skills/quick/SKILL.md +1 -1
  55. package/skills/scan/SKILL.md +1 -1
  56. package/skills/ship/SKILL.md +1 -1
  57. package/skills/verify/SKILL.md +2 -2
  58. package/skills/verify/verify-procedure.md +5 -5
@@ -22,7 +22,7 @@
22
22
  },
23
23
  {
24
24
  "name": "audit",
25
- "description": "Run a design audit by spawning design-auditor, design-integration-checker, and (optionally) design-verifier + design-reflector agents, then printing a consolidated 6-pillar score summary. Use when the user wants to score the current design, retroactively verify a completed cycle, or quickly re-check after a fix.",
25
+ "description": "Run a design audit by spawning design-auditor, design-integration-checker, and (optionally) design-verifier + design-reflector agents, then printing a consolidated 7-pillar score summary. Use when the user wants to score the current design, retroactively verify a completed cycle, or quickly re-check after a fix. Activates for requests involving scoring an existing design, retroactively reviewing quality, or re-checking after a fix.",
26
26
  "argument_hint": "[--retroactive] [--quick] [--no-reflect]",
27
27
  "tools": "Read, Write, Task, Glob, Bash"
28
28
  },
@@ -47,9 +47,12 @@
47
47
  },
48
48
  {
49
49
  "name": "brief",
50
- "description": "Stage 1 of 5 design intake that captures problem statement, audience, constraints, success metrics, and scope into .design/BRIEF.md, and bootstraps .design/STATE.md if missing. Use when starting a new design cycle and before {{command_prefix}}explore.",
50
+ "description": "Stage 1 of 5 design intake that captures problem statement, audience, constraints, success metrics, and scope into .design/BRIEF.md, and bootstraps .design/STATE.md if missing. Use when starting a new design cycle and before {{command_prefix}}explore. Activates for requests involving capturing a problem statement, defining audience and constraints, or starting a new design brief.",
51
51
  "argument_hint": "[--re-brief to redo intake on existing project]",
52
- "tools": "Read, Write, AskUserQuestion, mcp__gdd_state__frontmatter_update, mcp__gdd_state__set_status, mcp__gdd_state__update_progress, mcp__gdd_state__get"
52
+ "tools": "Read, Write, AskUserQuestion, mcp__gdd_state__frontmatter_update, mcp__gdd_state__set_status, mcp__gdd_state__update_progress, mcp__gdd_state__get",
53
+ "next_skills": [
54
+ "explore"
55
+ ]
53
56
  },
54
57
  {
55
58
  "name": "budget",
@@ -73,7 +76,7 @@
73
76
  },
74
77
  {
75
78
  "name": "compare",
76
- "description": "Compute the delta between the `DESIGN.md` baseline (from scan) and the `DESIGN-VERIFICATION.md` result (from verify), reporting per-category score delta, anti-pattern delta (resolved vs new), must-have pass/fail change, and design drift (regressions without covering tasks in `DESIGN-PLAN.md`). Use after `verify` to measure whether a design pipeline cycle actually improved the design. Writes `.design/COMPARE-REPORT.md`.",
79
+ "description": "Compute the delta between the `DESIGN.md` baseline (from scan) and the `DESIGN-VERIFICATION.md` result (from verify), reporting per-category score delta, anti-pattern delta (resolved vs new), must-have pass/fail change, and design drift (regressions without covering tasks in `DESIGN-PLAN.md`). Use after `verify` to measure whether a design pipeline cycle actually improved the design. Writes `.design/COMPARE-REPORT.md`. Activates for requests involving diffing a design baseline against verification output, or a before-after design delta.",
77
80
  "argument_hint": "",
78
81
  "user_invocable": true
79
82
  },
@@ -85,7 +88,7 @@
85
88
  },
86
89
  {
87
90
  "name": "connections",
88
- "description": "Interactive onboarding wizard for the 33 external integrations the pipeline supports - probes all (`figma`, `refero`, `preview`, `storybook`, `chromatic`, `graphify`, `pinterest`, `claude-design`, `paper-design`, `pencil-dev`, `21st-dev`, `magic-patterns`, `lazyweb`, `mobbin`, `slack`, `discord`, `linear`, `jira`, `notion`, `lottie`, `rive`, `framer`, `penpot`, `webflow`, `v0-dev`, `plasmic`, `builder-io`, `launchdarkly`, `statsig`, `growthbook`, `usertesting`, `maze`, `hotjar`), recommends based on project type, walks the user through setup (auto-run MCP install or copy-command fallback), writes results to `STATE.md <connections>`. Use after `{{command_prefix}}new-project` or whenever the user wants to add, inspect, or skip a connection. Re-runnable anytime.",
91
+ "description": "Interactive onboarding wizard for the 33 external integrations the pipeline supports - probes all (`figma`, `refero`, `preview`, `storybook`, `chromatic`, `graphify`, `pinterest`, `claude-design`, `paper-design`, `pencil-dev`, `21st-dev`, `magic-patterns`, `lazyweb`, `mobbin`, `slack`, `discord`, `linear`, `jira`, `notion`, `lottie`, `rive`, `framer`, `penpot`, `webflow`, `v0-dev`, `plasmic`, `builder-io`, `launchdarkly`, `statsig`, `growthbook`, `usertesting`, `maze`, `hotjar`), recommends based on project type, walks the user through setup (auto-run MCP install or copy-command fallback), writes results to `STATE.md <connections>`. Use after `{{command_prefix}}new-project` or whenever the user wants to add, inspect, or skip a connection. Re-runnable anytime. Activates for requests involving setting up external integrations, probing Figma or preview or storybook, or onboarding tools.",
89
92
  "argument_hint": "[list | <connection-name> | --auto]",
90
93
  "user_invocable": true,
91
94
  "tools": "Read, Write, Bash, Glob, Grep, AskUserQuestion, ToolSearch"
@@ -99,7 +102,7 @@
99
102
  },
100
103
  {
101
104
  "name": "darkmode",
102
- "description": "Audit a project's dark mode implementation - detects architecture (CSS custom props, Tailwind `dark:` prefix, or JS class toggle), runs architecture-specific contrast / token-override / anti-pattern / meta-property checks, and writes a prioritized fix list to `.design/DARKMODE-AUDIT.md`. Use when the user wants to verify dark mode quality without re-running the full design pipeline. Read-only - no score writeback to `DESIGN.md`.",
105
+ "description": "Audit a project's dark mode implementation - detects architecture (CSS custom props, Tailwind `dark:` prefix, or JS class toggle), runs architecture-specific contrast / token-override / anti-pattern / meta-property checks, and writes a prioritized fix list to `.design/DARKMODE-AUDIT.md`. Use when the user wants to verify dark mode quality without re-running the full design pipeline. Read-only - no score writeback to `DESIGN.md`. Activates for requests involving auditing dark mode, checking dark-theme contrast, or dark-mode anti-patterns.",
103
106
  "argument_hint": "",
104
107
  "user_invocable": true
105
108
  },
@@ -112,15 +115,18 @@
112
115
  {
113
116
  "name": "design",
114
117
  "frontmatter_name": "design",
115
- "description": "Stage 4 of 5 orchestrator that reads DESIGN-PLAN.md, partitions tasks by wave + parallel-safe flag, and spawns design-executor agents with the appropriate isolation (worktree for parallel batches, in-place for sequential tail). Use when DESIGN-PLAN.md is approved and ready for implementation.",
118
+ "description": "Stage 4 of 5 orchestrator that reads DESIGN-PLAN.md, partitions tasks by wave + parallel-safe flag, and spawns design-executor agents with the appropriate isolation (worktree for parallel batches, in-place for sequential tail). Use when DESIGN-PLAN.md is approved and ready for implementation. Activates for requests involving implementing UI, building components, or turning a plan into working interface code.",
116
119
  "argument_hint": "[--auto] [--parallel] [--variants N]",
117
120
  "user_invocable": true,
118
- "tools": "Read, Write, Bash, Grep, Glob, Task, AskUserQuestion, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__resolve_blocker, mcp__gdd_state__checkpoint"
121
+ "tools": "Read, Write, Bash, Grep, Glob, Task, AskUserQuestion, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__resolve_blocker, mcp__gdd_state__checkpoint",
122
+ "next_skills": [
123
+ "verify"
124
+ ]
119
125
  },
120
126
  {
121
127
  "name": "discover",
122
128
  "frontmatter_name": "discover",
123
- "description": "Stage 1.5 of 4 orchestrator that probes Figma / Refero / Pinterest connections, spawns design-context-builder (auto-detect + interview) and (via lazy gate) design-context-checker (6-dimension validator), producing .design/DESIGN-CONTEXT.md. Use after {{command_prefix}}scan when a fast-path context build is wanted instead of the full {{command_prefix}}explore.",
129
+ "description": "Stage 1.5 of 4 orchestrator that probes Figma / Refero / Pinterest connections, spawns design-context-builder (auto-detect + interview) and (via lazy gate) design-context-checker (6-dimension validator), producing .design/DESIGN-CONTEXT.md. Use after {{command_prefix}}scan when a fast-path context build is wanted instead of the full {{command_prefix}}explore. Activates for requests involving detecting an existing design system, inventorying tokens and components, or onboarding a brownfield repo.",
124
130
  "argument_hint": "[--auto]",
125
131
  "user_invocable": true
126
132
  },
@@ -132,15 +138,18 @@
132
138
  },
133
139
  {
134
140
  "name": "do",
135
- "description": "Natural-language design task router. Parses your intent, maps to the right gdd command(s), confirms before executing.",
141
+ "description": "Natural-language design task router. Parses your intent, maps to the right gdd command(s), confirms before executing. Activates for requests involving a natural-language design request, routing intent to the right command, or not knowing which skill to use.",
136
142
  "argument_hint": "<natural language description>",
137
143
  "tools": "Read, Write, AskUserQuestion"
138
144
  },
139
145
  {
140
146
  "name": "explore",
141
- "description": "Stage 2 of 5 - unified exploration merging inventory grep + design interview. Probes 6 connections, scans the codebase, conducts the AskUserQuestion interview, and writes .design/DESIGN.md + DESIGN-DEBT.md + DESIGN-CONTEXT.md. Use after {{command_prefix}}brief to map the existing system and lock decisions before planning.",
147
+ "description": "Stage 2 of 5 - unified exploration merging inventory grep + design interview. Probes 6 connections, scans the codebase, conducts the AskUserQuestion interview, and writes .design/DESIGN.md + DESIGN-DEBT.md + DESIGN-CONTEXT.md. Use after {{command_prefix}}brief to map the existing system and lock decisions before planning. Activates for requests involving researching design direction, gathering references, or exploring visual options.",
142
148
  "argument_hint": "[--skip-interview] [--skip-scan]",
143
- "tools": "Read, Write, Bash, Grep, Glob, Task, AskUserQuestion, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__probe_connections, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__checkpoint, mcp__gdd_state__add_decision"
149
+ "tools": "Read, Write, Bash, Grep, Glob, Task, AskUserQuestion, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__probe_connections, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__checkpoint, mcp__gdd_state__add_decision",
150
+ "next_skills": [
151
+ "plan"
152
+ ]
144
153
  },
145
154
  {
146
155
  "name": "export",
@@ -156,7 +165,7 @@
156
165
  },
157
166
  {
158
167
  "name": "fast",
159
- "description": "Trivial inline design task. No subagents, no planning documents, no pipeline stages. Just do the thing described.",
168
+ "description": "Trivial inline design task. No subagents, no planning documents, no pipeline stages. Just do the thing described. Activates for requests involving a single quick design fix, a one-shot change, or a fast targeted edit.",
160
169
  "argument_hint": "<task description>",
161
170
  "tools": "Read, Write, Edit, Bash, Grep, Glob",
162
171
  "disable_model_invocation": true
@@ -175,7 +184,7 @@
175
184
  },
176
185
  {
177
186
  "name": "health",
178
- "description": "Reports .design/ artifact health - staleness, missing files, token drift, broken state transitions.",
187
+ "description": "Reports .design/ artifact health - staleness, missing files, token drift, broken state transitions. Activates for requests involving checking .design artifact health, staleness, token drift, or broken state transitions.",
179
188
  "tools": "Read, Bash, Glob, Grep, mcp__gdd_state__get",
180
189
  "disable_model_invocation": true
181
190
  },
@@ -200,7 +209,7 @@
200
209
  },
201
210
  {
202
211
  "name": "live",
203
- "description": "Live in-browser design mode. The user picks a DOM element on a running dev server (via the Claude Preview MCP), the agent generates N design variants in one batch, they hot-swap in place through HMR or preview_eval using a data-gdd-variant marker, the user accepts or discards, and the whole pick-generate-accept loop persists to .design/live-sessions so it survives a crash or resume. Use when the user wants to iterate on the look of a live component against a real running server, asks to try variants on a page, or runs the live command with a url; falls back to a screenshot-only degraded mode on harnesses without MCP support.",
212
+ "description": "Live in-browser design mode. The user picks a DOM element on a running dev server (via the Claude Preview MCP), the agent generates N design variants in one batch, they hot-swap in place through HMR or preview_eval using a data-gdd-variant marker, the user accepts or discards, and the whole pick-generate-accept loop persists to .design/live-sessions so it survives a crash or resume. Use when the user wants to iterate on the look of a live component against a real running server, asks to try variants on a page, or runs the live command with a url; falls back to a screenshot-only degraded mode on harnesses without MCP support. Activates for requests involving in-browser design iteration, picking an element on a dev server, or generating variants with hot-swap.",
204
213
  "argument_hint": "[--variants N] [--resume <session-id>] [url]",
205
214
  "tools": "Read, Write, Edit, Bash, Glob, Grep, Task",
206
215
  "user_invocable": true,
@@ -237,7 +246,18 @@
237
246
  "name": "new-project",
238
247
  "description": "Initialize a new get-design-done project. Gathers project context, creates PROJECT.md and STATE.md, initializes first cycle. Run once per project before any pipeline stage.",
239
248
  "argument_hint": "[--name <project-name>]",
240
- "tools": "Read, Write, AskUserQuestion, Bash, Glob"
249
+ "tools": "Read, Write, AskUserQuestion, Bash, Glob",
250
+ "next_skills": [
251
+ "brief"
252
+ ]
253
+ },
254
+ {
255
+ "name": "new-skill",
256
+ "description": "Scaffolds a new Phase-28.5 + Phase-50-compliant skill: gathers a name, a multi-paragraph v3 description, a lifecycle stage, an allowed-tools list, and optional composes_with neighbours, then writes source/skills/<name>/SKILL.md from the pure generator. Use when adding a brand-new gdd skill and you want the frontmatter, length cap, and v3 description form correct from the first commit. Activates for requests involving authoring a skill, scaffolding a command, creating a new SKILL.md, or adding a slash command.",
257
+ "argument_hint": "<skill-name>",
258
+ "tools": "Read, Write, Bash, AskUserQuestion",
259
+ "user_invocable": true,
260
+ "registered_in_phase": "50"
241
261
  },
242
262
  {
243
263
  "name": "next",
@@ -304,10 +324,13 @@
304
324
  {
305
325
  "name": "plan",
306
326
  "frontmatter_name": "plan",
307
- "description": "Stage 3 of 5 orchestrator that reads DESIGN-CONTEXT.md, runs optional research (phase-researcher / pattern-mapper / assumptions-analyzer / synthesizer), spawns design-planner + design-plan-checker, and writes DESIGN-PLAN.md. Use when DESIGN-CONTEXT.md is locked and you need a wave-ordered execution plan.",
327
+ "description": "Stage 3 of 5 orchestrator that reads DESIGN-CONTEXT.md, runs optional research (phase-researcher / pattern-mapper / assumptions-analyzer / synthesizer), spawns design-planner + design-plan-checker, and writes DESIGN-PLAN.md. Use when DESIGN-CONTEXT.md is locked and you need a wave-ordered execution plan. Activates for requests involving breaking design work into steps, sequencing implementation, or planning a build.",
308
328
  "argument_hint": "[--auto] [--parallel]",
309
329
  "user_invocable": true,
310
- "tools": "Read, Write, Bash, Glob, Task, AskUserQuestion, ToolSearch, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__add_decision, mcp__gdd_state__add_must_have, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__checkpoint, mcp__gdd_state__probe_connections"
330
+ "tools": "Read, Write, Bash, Glob, Task, AskUserQuestion, ToolSearch, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__add_decision, mcp__gdd_state__add_must_have, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__checkpoint, mcp__gdd_state__probe_connections",
331
+ "next_skills": [
332
+ "design"
333
+ ]
311
334
  },
312
335
  {
313
336
  "name": "plant-seed",
@@ -325,7 +348,7 @@
325
348
  },
326
349
  {
327
350
  "name": "progress",
328
- "description": "Shows current pipeline position and routes to next action. --forensic runs 6-check integrity audit.",
351
+ "description": "Shows current pipeline position and routes to next action. --forensic runs 6-check integrity audit. Activates for requests involving showing current project state, routing to the next action, or a status check.",
329
352
  "argument_hint": "[--forensic]",
330
353
  "tools": "Read, Bash, Grep, Glob, mcp__gdd_state__get, mcp__gdd_status, mcp__gdd_phase_current"
331
354
  },
@@ -349,7 +372,7 @@
349
372
  },
350
373
  {
351
374
  "name": "quick",
352
- "description": "Run the pipeline with optional agents skipped for speed. Skips: phase-researcher, design-assumptions-analyzer, design-integration-checker. Keeps: planner, executor, verifier, auditor.",
375
+ "description": "Run the pipeline with optional agents skipped for speed. Skips: phase-researcher, design-assumptions-analyzer, design-integration-checker. Keeps: planner, executor, verifier, auditor. Activates for requests involving a lightweight design pass, a fast iteration, or a quick low-ceremony change.",
353
376
  "argument_hint": "[--skip <agent-name>] [stage]",
354
377
  "tools": "Read, Task",
355
378
  "disable_model_invocation": true
@@ -424,7 +447,7 @@
424
447
  {
425
448
  "name": "scan",
426
449
  "frontmatter_name": "scan",
427
- "description": "Pre-pipeline initializer that maps an existing repo's design system (colors, typography, spacing, components, tokens), runs the anti-pattern audit, scores the 7 weighted categories, and writes DESIGN.md + .design/DESIGN-DEBT.md. Use when starting work in any new or existing repo before {{command_prefix}}discover.",
450
+ "description": "Pre-pipeline initializer that maps an existing repo's design system (colors, typography, spacing, components, tokens), runs the anti-pattern audit, scores the 7 weighted categories, and writes DESIGN.md + .design/DESIGN-DEBT.md. Use when starting work in any new or existing repo before {{command_prefix}}discover. Activates for requests involving a fast read-only anti-pattern sweep, a quick design lint, or spotting slop without a full audit.",
428
451
  "argument_hint": "[--quick] [--full]",
429
452
  "user_invocable": true
430
453
  },
@@ -437,7 +460,7 @@
437
460
  },
438
461
  {
439
462
  "name": "ship",
440
- "description": "Post-verify PR flow - creates a clean PR branch, invokes code review check, and prepares the PR for merge.",
463
+ "description": "Post-verify PR flow - creates a clean PR branch, invokes code review check, and prepares the PR for merge. Activates for requests involving finishing a cycle, packaging design output, or moving work to a pull request.",
441
464
  "argument_hint": "[--title <PR title>] [--draft]",
442
465
  "tools": "Read, Write, Bash, AskUserQuestion, Task",
443
466
  "disable_model_invocation": true
@@ -556,10 +579,13 @@
556
579
  {
557
580
  "name": "verify",
558
581
  "frontmatter_name": "verify",
559
- "description": "Stage 5 of 5 orchestrator that spawns design-auditor, design-verifier, and design-integration-checker in sequence, interprets pass/gap result, and drives the gap-response loop (inline fix, save-and-exit, or accept-as-is). Use when implementation is complete and ready for final pre-ship verification.",
582
+ "description": "Stage 5 of 5 orchestrator that spawns design-auditor, design-verifier, and design-integration-checker in sequence, interprets pass/gap result, and drives the gap-response loop (inline fix, save-and-exit, or accept-as-is). Use when implementation is complete and ready for final pre-ship verification. Activates for requests involving checking finished UI against the design system, running a pre-ship review, or final verification.",
560
583
  "argument_hint": "[--auto] [--post-handoff]",
561
584
  "user_invocable": true,
562
- "tools": "mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__add_must_have, mcp__gdd_state__add_blocker, mcp__gdd_state__resolve_blocker, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__checkpoint, mcp__gdd_state__probe_connections"
585
+ "tools": "mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__add_must_have, mcp__gdd_state__add_blocker, mcp__gdd_state__resolve_blocker, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__checkpoint, mcp__gdd_state__probe_connections",
586
+ "next_skills": [
587
+ "ship"
588
+ ]
563
589
  },
564
590
  {
565
591
  "name": "warm-cache",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-audit
3
- description: "Run a design audit by spawning design-auditor, design-integration-checker, and (optionally) design-verifier + design-reflector agents, then printing a consolidated 6-pillar score summary. Use when the user wants to score the current design, retroactively verify a completed cycle, or quickly re-check after a fix."
3
+ description: "Run a design audit by spawning design-auditor, design-integration-checker, and (optionally) design-verifier + design-reflector agents, then printing a consolidated 7-pillar score summary. Use when the user wants to score the current design, retroactively verify a completed cycle, or quickly re-check after a fix. Activates for requests involving scoring an existing design, retroactively reviewing quality, or re-checking after a fix."
4
4
  argument-hint: "[--retroactive] [--quick] [--no-reflect]"
5
5
  tools: Read, Write, Task, Glob, Bash
6
6
  ---
@@ -9,12 +9,12 @@ tools: Read, Write, Task, Glob, Bash
9
9
 
10
10
  Wraps the existing `design-auditor`, `design-verifier`, and `design-integration-checker` agents - no new auditor logic here. Parses flags, spawns the right combination, prints summary.
11
11
 
12
- For the 6-pillar scoring rubric this skill aggregates, see `../../reference/audit-scoring.md`. For the shared design-quality pillar set that frames the score categories, see `../../reference/shared-preamble.md`.
12
+ For the 7-pillar scoring rubric this skill aggregates, see `../../reference/audit-scoring.md`. For the shared design-quality pillar set that frames the score categories, see `../../reference/shared-preamble.md`.
13
13
 
14
14
  ## Modes
15
15
 
16
16
  ### Default
17
- Spawn `design-auditor` (6-pillar scoring 1–4) in parallel with `design-integration-checker`. After both finish, read `.design/DESIGN-AUDIT.md` and `.design/DESIGN-INTEGRATION.md` and print a consolidated summary (scores + top 3 findings each).
17
+ Spawn `design-auditor` (7-pillar scoring 1–4) in parallel with `design-integration-checker`. After both finish, read `.design/DESIGN-AUDIT.md` and `.design/DESIGN-INTEGRATION.md` and print a consolidated summary (scores + top 3 findings each).
18
18
 
19
19
  After the auditor and integration checker complete, check if `.design/learnings/` exists and contains at least one `.md` file. If so - and unless `--no-reflect` is passed - spawn `design-reflector` for the current cycle. Append the reflection proposal count to the audit summary: "Reflection: N proposals → review with `/gdd:apply-reflections`".
20
20
 
@@ -70,8 +70,8 @@ The excuses an agent reaches for to skip or thin out an audit, and the drift eac
70
70
  | Thought | Reality |
71
71
  |---------|---------|
72
72
  | "The audit passed last cycle, I can skip it this cycle." | Per-cycle audit catches drift the prior pass couldn't see; a skipped review is exactly where regressions accumulate unnoticed. |
73
- | "`--quick` is fine, integration isn't the concern here." | Dropping the integration-checker hides orphaned decisions - wiring breaks even when the 6-pillar score looks healthy. |
74
- | "I can eyeball the scores instead of spawning the auditor." | The auditor's rubric scores six pillars consistently; an eyeballed review drifts toward whatever the agent already believes. |
73
+ | "`--quick` is fine, integration isn't the concern here." | Dropping the integration-checker hides orphaned decisions - wiring breaks even when the 7-pillar score looks healthy. |
74
+ | "I can eyeball the scores instead of spawning the auditor." | The auditor's rubric scores seven pillars consistently; an eyeballed review drifts toward whatever the agent already believes. |
75
75
  | "Reflection proposals are optional polish, skip the reflector." | The reflector turns this cycle's learnings into next-cycle improvements; skipping it lets the same mistakes repeat. |
76
76
  | "I'll modify the source while I'm in here fixing findings." | Audit is read-only by contract; editing source mid-audit invalidates the very scores you're producing. |
77
77
  | "Retroactive mode is overkill for a finished cycle." | Retroactive verification is the only check on tasks that shipped without per-task verify - skipping it leaves a completed cycle unaudited. |
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-brief
3
- description: "Stage 1 of 5 design intake that captures problem statement, audience, constraints, success metrics, and scope into .design/BRIEF.md, and bootstraps .design/STATE.md if missing. Use when starting a new design cycle and before /gdd:explore."
3
+ description: "Stage 1 of 5 design intake that captures problem statement, audience, constraints, success metrics, and scope into .design/BRIEF.md, and bootstraps .design/STATE.md if missing. Use when starting a new design cycle and before /gdd:explore. Activates for requests involving capturing a problem statement, defining audience and constraints, or starting a new design brief."
4
4
  argument-hint: "[--re-brief to redo intake on existing project]"
5
5
  tools: Read, Write, AskUserQuestion, mcp__gdd_state__frontmatter_update, mcp__gdd_state__set_status, mcp__gdd_state__update_progress, mcp__gdd_state__get
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-compare
3
- description: "Compute the delta between the `DESIGN.md` baseline (from scan) and the `DESIGN-VERIFICATION.md` result (from verify), reporting per-category score delta, anti-pattern delta (resolved vs new), must-have pass/fail change, and design drift (regressions without covering tasks in `DESIGN-PLAN.md`). Use after `verify` to measure whether a design pipeline cycle actually improved the design. Writes `.design/COMPARE-REPORT.md`."
3
+ description: "Compute the delta between the `DESIGN.md` baseline (from scan) and the `DESIGN-VERIFICATION.md` result (from verify), reporting per-category score delta, anti-pattern delta (resolved vs new), must-have pass/fail change, and design drift (regressions without covering tasks in `DESIGN-PLAN.md`). Use after `verify` to measure whether a design pipeline cycle actually improved the design. Writes `.design/COMPARE-REPORT.md`. Activates for requests involving diffing a design baseline against verification output, or a before-after design delta."
4
4
  argument-hint: ""
5
5
  user-invocable: true
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-connections
3
- description: "Interactive onboarding wizard for the 33 external integrations the pipeline supports - probes all (`figma`, `refero`, `preview`, `storybook`, `chromatic`, `graphify`, `pinterest`, `claude-design`, `paper-design`, `pencil-dev`, `21st-dev`, `magic-patterns`, `lazyweb`, `mobbin`, `slack`, `discord`, `linear`, `jira`, `notion`, `lottie`, `rive`, `framer`, `penpot`, `webflow`, `v0-dev`, `plasmic`, `builder-io`, `launchdarkly`, `statsig`, `growthbook`, `usertesting`, `maze`, `hotjar`), recommends based on project type, walks the user through setup (auto-run MCP install or copy-command fallback), writes results to `STATE.md <connections>`. Use after `/gdd:new-project` or whenever the user wants to add, inspect, or skip a connection. Re-runnable anytime."
3
+ description: "Interactive onboarding wizard for the 33 external integrations the pipeline supports - probes all (`figma`, `refero`, `preview`, `storybook`, `chromatic`, `graphify`, `pinterest`, `claude-design`, `paper-design`, `pencil-dev`, `21st-dev`, `magic-patterns`, `lazyweb`, `mobbin`, `slack`, `discord`, `linear`, `jira`, `notion`, `lottie`, `rive`, `framer`, `penpot`, `webflow`, `v0-dev`, `plasmic`, `builder-io`, `launchdarkly`, `statsig`, `growthbook`, `usertesting`, `maze`, `hotjar`), recommends based on project type, walks the user through setup (auto-run MCP install or copy-command fallback), writes results to `STATE.md <connections>`. Use after `/gdd:new-project` or whenever the user wants to add, inspect, or skip a connection. Re-runnable anytime. Activates for requests involving setting up external integrations, probing Figma or preview or storybook, or onboarding tools."
4
4
  argument-hint: "[list | <connection-name> | --auto]"
5
5
  user-invocable: true
6
6
  tools: Read, Write, Bash, Glob, Grep, AskUserQuestion, ToolSearch
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-darkmode
3
- description: "Audit a project's dark mode implementation - detects architecture (CSS custom props, Tailwind `dark:` prefix, or JS class toggle), runs architecture-specific contrast / token-override / anti-pattern / meta-property checks, and writes a prioritized fix list to `.design/DARKMODE-AUDIT.md`. Use when the user wants to verify dark mode quality without re-running the full design pipeline. Read-only - no score writeback to `DESIGN.md`."
3
+ description: "Audit a project's dark mode implementation - detects architecture (CSS custom props, Tailwind `dark:` prefix, or JS class toggle), runs architecture-specific contrast / token-override / anti-pattern / meta-property checks, and writes a prioritized fix list to `.design/DARKMODE-AUDIT.md`. Use when the user wants to verify dark mode quality without re-running the full design pipeline. Read-only - no score writeback to `DESIGN.md`. Activates for requests involving auditing dark mode, checking dark-theme contrast, or dark-mode anti-patterns."
4
4
  argument-hint: ""
5
5
  user-invocable: true
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: design
3
- description: "Stage 4 of 5 orchestrator that reads DESIGN-PLAN.md, partitions tasks by wave + parallel-safe flag, and spawns design-executor agents with the appropriate isolation (worktree for parallel batches, in-place for sequential tail). Use when DESIGN-PLAN.md is approved and ready for implementation."
3
+ description: "Stage 4 of 5 orchestrator that reads DESIGN-PLAN.md, partitions tasks by wave + parallel-safe flag, and spawns design-executor agents with the appropriate isolation (worktree for parallel batches, in-place for sequential tail). Use when DESIGN-PLAN.md is approved and ready for implementation. Activates for requests involving implementing UI, building components, or turning a plan into working interface code."
4
4
  argument-hint: "[--auto] [--parallel] [--variants N]"
5
5
  user-invocable: true
6
6
  tools: Read, Write, Bash, Grep, Glob, Task, AskUserQuestion, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__resolve_blocker, mcp__gdd_state__checkpoint
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: discover
3
- description: "Stage 1.5 of 4 orchestrator that probes Figma / Refero / Pinterest connections, spawns design-context-builder (auto-detect + interview) and (via lazy gate) design-context-checker (6-dimension validator), producing .design/DESIGN-CONTEXT.md. Use after /gdd:scan when a fast-path context build is wanted instead of the full /gdd:explore."
3
+ description: "Stage 1.5 of 4 orchestrator that probes Figma / Refero / Pinterest connections, spawns design-context-builder (auto-detect + interview) and (via lazy gate) design-context-checker (6-dimension validator), producing .design/DESIGN-CONTEXT.md. Use after /gdd:scan when a fast-path context build is wanted instead of the full /gdd:explore. Activates for requests involving detecting an existing design system, inventorying tokens and components, or onboarding a brownfield repo."
4
4
  argument-hint: "[--auto]"
5
5
  user-invocable: true
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-do
3
- description: "Natural-language design task router. Parses your intent, maps to the right gdd command(s), confirms before executing."
3
+ description: "Natural-language design task router. Parses your intent, maps to the right gdd command(s), confirms before executing. Activates for requests involving a natural-language design request, routing intent to the right command, or not knowing which skill to use."
4
4
  argument-hint: "<natural language description>"
5
5
  tools: Read, Write, AskUserQuestion
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-explore
3
- description: "Stage 2 of 5 - unified exploration merging inventory grep + design interview. Probes 6 connections, scans the codebase, conducts the AskUserQuestion interview, and writes .design/DESIGN.md + DESIGN-DEBT.md + DESIGN-CONTEXT.md. Use after /gdd:brief to map the existing system and lock decisions before planning."
3
+ description: "Stage 2 of 5 - unified exploration merging inventory grep + design interview. Probes 6 connections, scans the codebase, conducts the AskUserQuestion interview, and writes .design/DESIGN.md + DESIGN-DEBT.md + DESIGN-CONTEXT.md. Use after /gdd:brief to map the existing system and lock decisions before planning. Activates for requests involving researching design direction, gathering references, or exploring visual options."
4
4
  argument-hint: "[--skip-interview] [--skip-scan]"
5
5
  tools: Read, Write, Bash, Grep, Glob, Task, AskUserQuestion, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__probe_connections, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__checkpoint, mcp__gdd_state__add_decision
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-fast
3
- description: "Trivial inline design task. No subagents, no planning documents, no pipeline stages. Just do the thing described."
3
+ description: "Trivial inline design task. No subagents, no planning documents, no pipeline stages. Just do the thing described. Activates for requests involving a single quick design fix, a one-shot change, or a fast targeted edit."
4
4
  argument-hint: "<task description>"
5
5
  tools: Read, Write, Edit, Bash, Grep, Glob
6
6
  disable-model-invocation: true
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-health
3
- description: "Reports .design/ artifact health - staleness, missing files, token drift, broken state transitions."
3
+ description: "Reports .design/ artifact health - staleness, missing files, token drift, broken state transitions. Activates for requests involving checking .design artifact health, staleness, token drift, or broken state transitions."
4
4
  tools: Read, Bash, Glob, Grep, mcp__gdd_state__get
5
5
  disable-model-invocation: true
6
6
  ---
@@ -90,7 +90,7 @@ After the health table, surface the Phase 28.5 skill-authoring contract drift si
90
90
  - `Skill-length: <total> total | <clean> clean | <warnings> warn (>=100) | <blockers> block (>=250)`
91
91
  - If blockers > 0: list each blocker as a row `- <name> (<lines> lines)`. Else: print `All skills within contract.`
92
92
 
93
- Thresholds: warn >=100, block >=250 (D-01). Strict description-format off by default (D-02). See `./health-skill-length-report.md` for the JSON shape and threshold rationale.
93
+ Thresholds: warn >=100, block >=250 (D-01). Strict description-format off by default (D-02). Then add two compact Phase 50 lines from `scripts/lib/manifest/skills.json`: `Skills: <n>/<total> in v3 description form` (descriptions matching `/Activates for requests involving/i`) and `Composition: <edges> edges | <cycles> cycles` (`composes_with`/`next_skills` fan-out; cycles via `scripts/validate-composition-graph.cjs` when present, else `0`). See `./health-skill-length-report.md` for the JSON shape and threshold rationale.
94
94
 
95
95
  ## Do Not
96
96
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-live
3
- description: "Live in-browser design mode. The user picks a DOM element on a running dev server (via the Claude Preview MCP), the agent generates N design variants in one batch, they hot-swap in place through HMR or preview_eval using a data-gdd-variant marker, the user accepts or discards, and the whole pick-generate-accept loop persists to .design/live-sessions so it survives a crash or resume. Use when the user wants to iterate on the look of a live component against a real running server, asks to try variants on a page, or runs the live command with a url; falls back to a screenshot-only degraded mode on harnesses without MCP support."
3
+ description: "Live in-browser design mode. The user picks a DOM element on a running dev server (via the Claude Preview MCP), the agent generates N design variants in one batch, they hot-swap in place through HMR or preview_eval using a data-gdd-variant marker, the user accepts or discards, and the whole pick-generate-accept loop persists to .design/live-sessions so it survives a crash or resume. Use when the user wants to iterate on the look of a live component against a real running server, asks to try variants on a page, or runs the live command with a url; falls back to a screenshot-only degraded mode on harnesses without MCP support. Activates for requests involving in-browser design iteration, picking an element on a dev server, or generating variants with hot-swap."
4
4
  argument-hint: "[--variants N] [--resume <session-id>] [url]"
5
5
  tools: Read, Write, Edit, Bash, Glob, Grep, Task
6
6
  user-invocable: true
@@ -0,0 +1,90 @@
1
+ ---
2
+ name: gdd-new-skill
3
+ description: "Scaffolds a new Phase-28.5 + Phase-50-compliant skill: gathers a name, a multi-paragraph v3 description, a lifecycle stage, an allowed-tools list, and optional composes_with neighbours, then writes source/skills/<name>/SKILL.md from the pure generator. Use when adding a brand-new gdd skill and you want the frontmatter, length cap, and v3 description form correct from the first commit. Activates for requests involving authoring a skill, scaffolding a command, creating a new SKILL.md, or adding a slash command."
4
+ argument-hint: "<skill-name>"
5
+ tools: Read, Write, Bash, AskUserQuestion
6
+ user-invocable: true
7
+ ---
8
+
9
+ # /gdd:new-skill
10
+
11
+ **Role:** Interactively scaffold a contract-compliant skill. Gather the fields, then write `source/skills/<name>/SKILL.md` from the pure generator at `scripts/lib/manifest/scaffolder.cjs`. This skill writes ONE source file. It does NOT touch `scripts/lib/manifest/skills.json` and does NOT run the build; it prints the exact follow-up commands instead.
12
+
13
+ Read `reference/skill-authoring-contract.md` first for the length cap, the frontmatter required fields, and the v3 description form.
14
+
15
+ ## Prompt strategy (clack with a fallback)
16
+
17
+ Mirror the installer pattern in `scripts/install.cjs`: try `@clack/prompts` lazily, and degrade to `AskUserQuestion` (or plain text) when it is absent. Use this probe at the start:
18
+
19
+ ```bash
20
+ node -e "try { require.resolve('@clack/prompts'); console.log('clack'); } catch { console.log('fallback'); }"
21
+ ```
22
+
23
+ - `clack`: drive `clack.text`, `clack.select`, and `clack.confirm` from a short Node script.
24
+ - `fallback`: ask the same questions with `AskUserQuestion` (one prompt per field), or read plain answers.
25
+
26
+ Either way the answers feed the same record builder. Never block waiting on a TTY in a non-interactive run; fall back to `AskUserQuestion`.
27
+
28
+ ## Step 1 - Gather the fields
29
+
30
+ 1. **name**: the slug from `$ARGUMENTS` if present, else ask. Must match `^[a-z0-9][a-z0-9-._]*$`. Reject `source/skills/<name>/` collisions.
31
+ 2. **description**: a multi-paragraph v3 form. Sentence one is what the skill does. Sentence two is `Use when <triggers>`. Sentence three is `Activates for requests involving <kw1>, <kw2>, <kw3>.` Keep it 20 to 1024 chars.
32
+ 3. **lifecycle stage**: pick one of brief / explore / plan / verify / ship / figma / token / report (free text allowed). This seeds the composition suggestions.
33
+ 4. **tools**: a comma list (for example `Read, Write, Bash`). Empty means inherit-all.
34
+ 5. **composes_with**: auto-suggest neighbours, then confirm. Compute the suggestion list:
35
+
36
+ ```bash
37
+ node -e "
38
+ const s = require('./scripts/lib/manifest/scaffolder.cjs');
39
+ const m = require('./scripts/lib/manifest/skills.json');
40
+ console.log(JSON.stringify(s.suggestComposesWith(process.argv[1], m.skills)));
41
+ " "<name>"
42
+ ```
43
+
44
+ Present the suggestions; let the user accept, edit, or clear them.
45
+
46
+ ## Step 2 - Length pre-check
47
+
48
+ Before writing, estimate the body length. If the planned body would exceed about 100 lines, warn the user (the authoring contract warns at 100 and blocks at 250) and suggest extracting domain content into a co-located `source/skills/<name>/<topic>.md` reference. The generated skeleton is small; the warning is for the prose the user will add next.
49
+
50
+ ## Step 3 - Write the file
51
+
52
+ Build the record and render the file with the pure generator, then write it with the Write tool (not shell redirection):
53
+
54
+ ```bash
55
+ node -e "
56
+ const s = require('./scripts/lib/manifest/scaffolder.cjs');
57
+ const rec = s.buildSkillRecord({
58
+ name: process.env.SK_NAME,
59
+ description: process.env.SK_DESC,
60
+ argumentHint: process.env.SK_HINT || undefined,
61
+ tools: process.env.SK_TOOLS || undefined,
62
+ userInvocable: process.env.SK_UI === 'true',
63
+ composesWith: (process.env.SK_COMPOSES || '').split(',').map(x => x.trim()).filter(Boolean),
64
+ });
65
+ process.stdout.write(s.renderSkillMd(rec));
66
+ "
67
+ ```
68
+
69
+ `buildSkillRecord` throws on an invalid name, an out-of-budget description, or a malformed tools list. Surface the thrown message to the user and re-prompt the offending field. Capture stdout and write it verbatim to `source/skills/<name>/SKILL.md` via the Write tool.
70
+
71
+ ## Step 4 - Tell the user the follow-up
72
+
73
+ The skill stops here by contract. Print the next two commands for the user to run after they add the manifest record:
74
+
75
+ ```
76
+ 1. Add a record for "<name>" to scripts/lib/manifest/skills.json
77
+ (description, argument_hint, tools, user_invocable; put composes_with in extra_frontmatter).
78
+ 2. npm run generate:skill-frontmatter && npm run build:skills
79
+ ```
80
+
81
+ Note that `npm run generate:skill-frontmatter:check` and the skills-coverage test stay red until the manifest record exists; that is expected and is the maintainer's step.
82
+
83
+ ## Do Not
84
+
85
+ - Do not edit `scripts/lib/manifest/skills.json`, `package.json`, or any reference doc.
86
+ - Do not run `build:skills` or `generate:skill-frontmatter` for the user; print the commands.
87
+ - Do not write the SKILL.md with shell redirection; use the Write tool so the content is exact.
88
+ - Do not invent a description; require the v3 three-sentence form from the user.
89
+
90
+ ## NEW-SKILL COMPLETE
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: plan
3
- description: "Stage 3 of 5 orchestrator that reads DESIGN-CONTEXT.md, runs optional research (phase-researcher / pattern-mapper / assumptions-analyzer / synthesizer), spawns design-planner + design-plan-checker, and writes DESIGN-PLAN.md. Use when DESIGN-CONTEXT.md is locked and you need a wave-ordered execution plan."
3
+ description: "Stage 3 of 5 orchestrator that reads DESIGN-CONTEXT.md, runs optional research (phase-researcher / pattern-mapper / assumptions-analyzer / synthesizer), spawns design-planner + design-plan-checker, and writes DESIGN-PLAN.md. Use when DESIGN-CONTEXT.md is locked and you need a wave-ordered execution plan. Activates for requests involving breaking design work into steps, sequencing implementation, or planning a build."
4
4
  argument-hint: "[--auto] [--parallel]"
5
5
  user-invocable: true
6
6
  tools: Read, Write, Bash, Glob, Task, AskUserQuestion, ToolSearch, mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__add_decision, mcp__gdd_state__add_must_have, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__add_blocker, mcp__gdd_state__checkpoint, mcp__gdd_state__probe_connections
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-progress
3
- description: "Shows current pipeline position and routes to next action. --forensic runs 6-check integrity audit."
3
+ description: "Shows current pipeline position and routes to next action. --forensic runs 6-check integrity audit. Activates for requests involving showing current project state, routing to the next action, or a status check."
4
4
  argument-hint: "[--forensic]"
5
5
  tools: Read, Bash, Grep, Glob, mcp__gdd_state__get, mcp__gdd_status, mcp__gdd_phase_current
6
6
  ---
@@ -78,6 +78,14 @@ Seeds ready: 0
78
78
  ━━━━━━━━━━━━━━━━━━━━━━
79
79
  ```
80
80
 
81
+ ## Step 3.5 - Composition-graph readiness
82
+
83
+ After the pipeline state (and forensic audit if run), surface a one-line composition-graph hint from `scripts/lib/manifest/skills.json`. Count skill records declaring `composes_with` or `next_skills`, then probe for structural problems (cycles in the directed graph, or edges pointing at a skill name that has no record). Print one line:
84
+
85
+ - `Composition graph: <edges> edges, <skills-with-edges> skills wired | cycles: <n> | dangling: <n>`
86
+
87
+ Run `scripts/validate-composition-graph.cjs` for the authoritative cycle and dangling-edge counts when that validator is present; until then report `0` and note the graph is not yet wired. This is a readiness hint, not a gate.
88
+
81
89
  ## Step 4 - Update notice (safe-window surface)
82
90
 
83
91
  After printing the pipeline state, emit the plugin-update banner if one is present. This file is written by `hooks/update-check.sh` subject to the state-machine guard (mid-pipeline stages suppress it) and per-version dismissal.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-quick
3
- description: "Run the pipeline with optional agents skipped for speed. Skips: phase-researcher, design-assumptions-analyzer, design-integration-checker. Keeps: planner, executor, verifier, auditor."
3
+ description: "Run the pipeline with optional agents skipped for speed. Skips: phase-researcher, design-assumptions-analyzer, design-integration-checker. Keeps: planner, executor, verifier, auditor. Activates for requests involving a lightweight design pass, a fast iteration, or a quick low-ceremony change."
4
4
  argument-hint: "[--skip <agent-name>] [stage]"
5
5
  tools: Read, Task
6
6
  disable-model-invocation: true
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: scan
3
- description: "Pre-pipeline initializer that maps an existing repo's design system (colors, typography, spacing, components, tokens), runs the anti-pattern audit, scores the 7 weighted categories, and writes DESIGN.md + .design/DESIGN-DEBT.md. Use when starting work in any new or existing repo before /gdd:discover."
3
+ description: "Pre-pipeline initializer that maps an existing repo's design system (colors, typography, spacing, components, tokens), runs the anti-pattern audit, scores the 7 weighted categories, and writes DESIGN.md + .design/DESIGN-DEBT.md. Use when starting work in any new or existing repo before /gdd:discover. Activates for requests involving a fast read-only anti-pattern sweep, a quick design lint, or spotting slop without a full audit."
4
4
  argument-hint: "[--quick] [--full]"
5
5
  user-invocable: true
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-ship
3
- description: "Post-verify PR flow - creates a clean PR branch, invokes code review check, and prepares the PR for merge."
3
+ description: "Post-verify PR flow - creates a clean PR branch, invokes code review check, and prepares the PR for merge. Activates for requests involving finishing a cycle, packaging design output, or moving work to a pull request."
4
4
  argument-hint: "[--title <PR title>] [--draft]"
5
5
  tools: Read, Write, Bash, AskUserQuestion, Task
6
6
  disable-model-invocation: true
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: verify
3
- description: "Stage 5 of 5 orchestrator that spawns design-auditor, design-verifier, and design-integration-checker in sequence, interprets pass/gap result, and drives the gap-response loop (inline fix, save-and-exit, or accept-as-is). Use when implementation is complete and ready for final pre-ship verification."
3
+ description: "Stage 5 of 5 orchestrator that spawns design-auditor, design-verifier, and design-integration-checker in sequence, interprets pass/gap result, and drives the gap-response loop (inline fix, save-and-exit, or accept-as-is). Use when implementation is complete and ready for final pre-ship verification. Activates for requests involving checking finished UI against the design system, running a pre-ship review, or final verification."
4
4
  argument-hint: "[--auto] [--post-handoff]"
5
5
  user-invocable: true
6
6
  tools: mcp__gdd_state__get, mcp__gdd_state__transition_stage, mcp__gdd_state__add_must_have, mcp__gdd_state__add_blocker, mcp__gdd_state__resolve_blocker, mcp__gdd_state__update_progress, mcp__gdd_state__set_status, mcp__gdd_state__checkpoint, mcp__gdd_state__probe_connections
@@ -49,7 +49,7 @@ Run preview / storybook / chromatic probes at stage entry, then issue ONE batche
49
49
 
50
50
  Initialize the fix-loop iteration counter to 0. Each full checker is preceded by a cheap Haiku gate that may return `{spawn: false}` to short-circuit (lazy-gate pattern from Plan 10.1-04 / D-21); skipped agents append `lazy_skipped: true` to `.design/telemetry/costs.jsonl`.
51
51
 
52
- **1a. design-auditor** (retrospective 6-pillar audit) -> `.design/DESIGN-AUDIT.md`. Wait for `## AUDIT COMPLETE`, then `mcp__gdd_state__update_progress` `task_progress: "1/3"`.
52
+ **1a. design-auditor** (retrospective 7-pillar audit) -> `.design/DESIGN-AUDIT.md`. Wait for `## AUDIT COMPLETE`, then `mcp__gdd_state__update_progress` `task_progress: "1/3"`.
53
53
 
54
54
  **1b-gate -> 1b. design-verifier** (5-phase verification, reads auditor output) -> `.design/DESIGN-VERIFICATION.md`. Wait for `## VERIFICATION COMPLETE`, then `task_progress: "2/3"`.
55
55
 
@@ -204,7 +204,7 @@ Three agents run in sequence. Each waits for its completion marker before the ne
204
204
 
205
205
  **Note on lazy gates (Plan 10.1-04 / D-21):** Each full checker is preceded by a cheap Haiku gate that reads the diff and may return `{spawn: false}` to short-circuit. When gated out, `lazy_skipped: true` is appended to `.design/telemetry/costs.jsonl`. Gates: `design-verifier-gate` (before 1b), `design-integration-checker-gate` (before 1c). `design-context-checker-gate` is wired into `skills/discover/SKILL.md` Step 1.75.
206
206
 
207
- ### 1a. Run design-auditor first (retrospective 6-pillar audit)
207
+ ### 1a. Run design-auditor first (retrospective 7-pillar audit)
208
208
 
209
209
  ```
210
210
  Task("design-auditor", """
@@ -216,7 +216,7 @@ Task("design-auditor", """
216
216
  @reference/audit-scoring.md
217
217
  </required_reading>
218
218
 
219
- You are the design-auditor agent. Run the 6-pillar retrospective audit (copy, visual hierarchy,
219
+ You are the design-auditor agent. Run the 7-pillar retrospective audit (copy, visual hierarchy,
220
220
  color, typography, layout/spacing, experience design) against the completed design work.
221
221
 
222
222
  Score each pillar 1-4. Write your findings to .design/DESIGN-AUDIT.md.
@@ -273,7 +273,7 @@ Task("design-verifier", """
273
273
 
274
274
  You are the design-verifier agent. Run the 5-phase verification against completed design work.
275
275
 
276
- DESIGN-AUDIT.md (above) contains a retrospective 6-pillar qualitative audit from design-auditor.
276
+ DESIGN-AUDIT.md (above) contains a retrospective 7-pillar qualitative audit from design-auditor.
277
277
  Read it as supplementary signal — incorporate the priority fix list into your Phase 5 gap analysis
278
278
  where relevant. The auditor's 1-4 scores complement your 0-10 category scores; they do not
279
279
  replace your Phase 1 category scoring.
@@ -463,7 +463,7 @@ Task("design-verifier", """
463
463
 
464
464
  You are the design-verifier agent. This is a re-verification run after inline fixes.
465
465
 
466
- DESIGN-AUDIT.md contains the retrospective 6-pillar audit from design-auditor (read as supplementary context).
466
+ DESIGN-AUDIT.md contains the retrospective 7-pillar audit from design-auditor (read as supplementary context).
467
467
 
468
468
  Context:
469
469
  auto_mode: <true|false>
@@ -496,7 +496,7 @@ Status: PASS | FAIL | ACCEPTED-WITH-GAPS
496
496
  Gaps: X blockers, Y majors, Z minors, W cosmetics
497
497
 
498
498
  Agents run:
499
- design-auditor -> .design/DESIGN-AUDIT.md (6-pillar qualitative)
499
+ design-auditor -> .design/DESIGN-AUDIT.md (7-pillar qualitative)
500
500
  design-verifier-gate -> JSON gate decision (may skip design-verifier)
501
501
  design-verifier -> .design/DESIGN-VERIFICATION.md (7-category + heuristics + UAT)
502
502
  design-integration-checker-gate -> JSON gate decision (may skip design-integration-checker)