@hegemonart/get-design-done 1.41.5 → 1.43.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.
Files changed (434) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/CHANGELOG.md +1120 -1029
  4. package/README.md +158 -154
  5. package/SKILL.md +42 -42
  6. package/agents/README.md +53 -53
  7. package/agents/a11y-mapper.md +3 -3
  8. package/agents/component-benchmark-harvester.md +8 -8
  9. package/agents/component-benchmark-synthesizer.md +11 -11
  10. package/agents/component-taxonomy-mapper.md +5 -5
  11. package/agents/compose-executor.md +25 -25
  12. package/agents/conflict-resolver.md +8 -8
  13. package/agents/cost-forecaster.md +12 -12
  14. package/agents/decision-journal-exporter.md +5 -5
  15. package/agents/design-advisor.md +19 -19
  16. package/agents/design-assumptions-analyzer.md +16 -16
  17. package/agents/design-auditor.md +39 -39
  18. package/agents/design-authority-watcher.md +28 -28
  19. package/agents/design-component-generator.md +27 -27
  20. package/agents/design-context-builder.md +66 -66
  21. package/agents/design-context-checker-gate.md +5 -5
  22. package/agents/design-context-checker.md +20 -20
  23. package/agents/design-discussant.md +23 -23
  24. package/agents/design-doc-writer.md +12 -12
  25. package/agents/design-executor.md +38 -38
  26. package/agents/design-figma-writer.md +31 -31
  27. package/agents/design-fixer.md +27 -27
  28. package/agents/design-integration-checker-gate.md +5 -5
  29. package/agents/design-integration-checker.md +29 -29
  30. package/agents/design-paper-writer.md +14 -14
  31. package/agents/design-pattern-mapper.md +9 -9
  32. package/agents/design-pencil-writer.md +12 -12
  33. package/agents/design-phase-researcher.md +14 -14
  34. package/agents/design-plan-checker.md +13 -13
  35. package/agents/design-planner.md +24 -24
  36. package/agents/design-reflector.md +48 -48
  37. package/agents/design-research-synthesizer.md +21 -21
  38. package/agents/design-start-writer.md +7 -7
  39. package/agents/design-update-checker.md +8 -8
  40. package/agents/design-verifier-gate.md +5 -5
  41. package/agents/design-verifier.md +80 -80
  42. package/agents/ds-generator.md +14 -14
  43. package/agents/ds-migration-planner.md +12 -12
  44. package/agents/email-executor.md +26 -26
  45. package/agents/experiment-result-ingester.md +10 -10
  46. package/agents/flutter-executor.md +28 -28
  47. package/agents/gdd-graph-refresh.md +10 -10
  48. package/agents/gdd-intel-updater.md +11 -11
  49. package/agents/gdd-learnings-extractor.md +2 -2
  50. package/agents/motion-mapper.md +8 -8
  51. package/agents/motion-verifier.md +16 -16
  52. package/agents/pdf-executor.md +27 -27
  53. package/agents/perf-analyzer.md +20 -20
  54. package/agents/pr-commenter.md +24 -24
  55. package/agents/prototype-gate.md +29 -29
  56. package/agents/quality-gate-runner.md +21 -21
  57. package/agents/rollout-coordinator.md +8 -8
  58. package/agents/swift-executor.md +41 -41
  59. package/agents/ticket-sync-agent.md +19 -19
  60. package/agents/token-mapper.md +6 -6
  61. package/agents/user-research-synthesizer.md +13 -13
  62. package/agents/visual-hierarchy-mapper.md +2 -2
  63. package/dist/claude-code/.claude/skills/add-backlog/SKILL.md +48 -0
  64. package/dist/claude-code/.claude/skills/analyze-dependencies/SKILL.md +95 -0
  65. package/dist/claude-code/.claude/skills/apply-reflections/SKILL.md +92 -0
  66. package/dist/claude-code/.claude/skills/apply-reflections/apply-reflections-procedure.md +170 -0
  67. package/dist/claude-code/.claude/skills/audit/SKILL.md +79 -0
  68. package/dist/claude-code/.claude/skills/bandit-status/SKILL.md +94 -0
  69. package/dist/claude-code/.claude/skills/benchmark/SKILL.md +65 -0
  70. package/dist/claude-code/.claude/skills/bootstrap-ds/SKILL.md +43 -0
  71. package/dist/claude-code/.claude/skills/brief/SKILL.md +128 -0
  72. package/dist/claude-code/.claude/skills/budget/SKILL.md +45 -0
  73. package/dist/claude-code/.claude/skills/cache-manager/SKILL.md +66 -0
  74. package/dist/claude-code/.claude/skills/cache-manager/cache-policy.md +126 -0
  75. package/dist/claude-code/.claude/skills/check-update/SKILL.md +98 -0
  76. package/dist/claude-code/.claude/skills/compare/SKILL.md +82 -0
  77. package/dist/claude-code/.claude/skills/compare/compare-rubric.md +171 -0
  78. package/dist/claude-code/.claude/skills/complete-cycle/SKILL.md +81 -0
  79. package/dist/claude-code/.claude/skills/connections/SKILL.md +71 -0
  80. package/dist/claude-code/.claude/skills/connections/connections-onboarding.md +608 -0
  81. package/dist/claude-code/.claude/skills/continue/SKILL.md +24 -0
  82. package/dist/claude-code/.claude/skills/darkmode/SKILL.md +76 -0
  83. package/dist/claude-code/.claude/skills/darkmode/darkmode-audit-procedure.md +258 -0
  84. package/dist/claude-code/.claude/skills/debug/SKILL.md +41 -0
  85. package/dist/claude-code/.claude/skills/debug/debug-feedback-loops.md +119 -0
  86. package/dist/claude-code/.claude/skills/design/SKILL.md +99 -0
  87. package/dist/claude-code/.claude/skills/design/design-procedure.md +304 -0
  88. package/dist/claude-code/.claude/skills/discover/SKILL.md +72 -0
  89. package/dist/claude-code/.claude/skills/discover/discover-procedure.md +222 -0
  90. package/dist/claude-code/.claude/skills/discuss/SKILL.md +96 -0
  91. package/dist/claude-code/.claude/skills/do/SKILL.md +45 -0
  92. package/dist/claude-code/.claude/skills/explore/SKILL.md +105 -0
  93. package/dist/claude-code/.claude/skills/explore/explore-procedure.md +267 -0
  94. package/dist/claude-code/.claude/skills/export/SKILL.md +30 -0
  95. package/dist/claude-code/.claude/skills/extract-learnings/SKILL.md +98 -0
  96. package/dist/claude-code/.claude/skills/fast/SKILL.md +91 -0
  97. package/dist/claude-code/.claude/skills/figma-extract/SKILL.md +64 -0
  98. package/dist/claude-code/.claude/skills/figma-write/SKILL.md +39 -0
  99. package/dist/claude-code/.claude/skills/graphify/SKILL.md +49 -0
  100. package/dist/claude-code/.claude/skills/health/SKILL.md +99 -0
  101. package/dist/claude-code/.claude/skills/health/health-mcp-detection.md +44 -0
  102. package/dist/claude-code/.claude/skills/health/health-skill-length-report.md +69 -0
  103. package/dist/claude-code/.claude/skills/help/SKILL.md +87 -0
  104. package/dist/claude-code/.claude/skills/list-assumptions/SKILL.md +61 -0
  105. package/dist/claude-code/.claude/skills/locale/SKILL.md +51 -0
  106. package/dist/claude-code/.claude/skills/map/SKILL.md +89 -0
  107. package/dist/claude-code/.claude/skills/migrate/SKILL.md +70 -0
  108. package/dist/claude-code/.claude/skills/new-cycle/SKILL.md +37 -0
  109. package/dist/claude-code/.claude/skills/new-cycle/milestone-completeness-rubric.md +87 -0
  110. package/dist/claude-code/.claude/skills/new-project/SKILL.md +53 -0
  111. package/dist/claude-code/.claude/skills/next/SKILL.md +68 -0
  112. package/dist/claude-code/.claude/skills/note/SKILL.md +48 -0
  113. package/dist/claude-code/.claude/skills/openrouter-status/SKILL.md +86 -0
  114. package/dist/claude-code/.claude/skills/optimize/SKILL.md +97 -0
  115. package/dist/claude-code/.claude/skills/pause/SKILL.md +77 -0
  116. package/dist/claude-code/.claude/skills/peer-cli-add/SKILL.md +88 -0
  117. package/dist/claude-code/.claude/skills/peer-cli-add/peer-cli-protocol.md +161 -0
  118. package/dist/claude-code/.claude/skills/peer-cli-customize/SKILL.md +90 -0
  119. package/dist/claude-code/.claude/skills/peers/SKILL.md +96 -0
  120. package/dist/claude-code/.claude/skills/plan/SKILL.md +105 -0
  121. package/dist/claude-code/.claude/skills/plan/plan-procedure.md +278 -0
  122. package/dist/claude-code/.claude/skills/plant-seed/SKILL.md +48 -0
  123. package/dist/claude-code/.claude/skills/pr-branch/SKILL.md +32 -0
  124. package/dist/claude-code/.claude/skills/progress/SKILL.md +95 -0
  125. package/dist/claude-code/.claude/skills/quality-gate/SKILL.md +90 -0
  126. package/dist/claude-code/.claude/skills/quality-gate/threat-modeling.md +101 -0
  127. package/dist/claude-code/.claude/skills/quick/SKILL.md +44 -0
  128. package/dist/claude-code/.claude/skills/reapply-patches/SKILL.md +32 -0
  129. package/dist/claude-code/.claude/skills/recall/SKILL.md +75 -0
  130. package/dist/claude-code/.claude/skills/reflect/SKILL.md +85 -0
  131. package/dist/claude-code/.claude/skills/reflect/procedures/capability-gap-scan.md +120 -0
  132. package/dist/claude-code/.claude/skills/report-issue/SKILL.md +53 -0
  133. package/dist/claude-code/.claude/skills/report-issue/report-issue-procedure.md +120 -0
  134. package/dist/claude-code/.claude/skills/resume/SKILL.md +93 -0
  135. package/dist/claude-code/.claude/skills/review-backlog/SKILL.md +46 -0
  136. package/dist/claude-code/.claude/skills/review-decisions/SKILL.md +42 -0
  137. package/dist/claude-code/.claude/skills/roi/SKILL.md +54 -0
  138. package/dist/claude-code/.claude/skills/rollout-status/SKILL.md +35 -0
  139. package/dist/claude-code/.claude/skills/router/SKILL.md +89 -0
  140. package/dist/claude-code/.claude/skills/router/capability-gap-emitter.md +65 -0
  141. package/dist/claude-code/.claude/skills/router/router-pick-emitter.md +78 -0
  142. package/dist/claude-code/.claude/skills/router/router-rules.md +84 -0
  143. package/dist/claude-code/.claude/skills/scan/SKILL.md +92 -0
  144. package/dist/claude-code/.claude/skills/scan/scan-procedure.md +732 -0
  145. package/dist/claude-code/.claude/skills/settings/SKILL.md +87 -0
  146. package/dist/claude-code/.claude/skills/ship/SKILL.md +48 -0
  147. package/dist/claude-code/.claude/skills/sketch/SKILL.md +78 -0
  148. package/dist/claude-code/.claude/skills/sketch-wrap-up/SKILL.md +92 -0
  149. package/dist/claude-code/.claude/skills/skill-manifest/SKILL.md +79 -0
  150. package/dist/claude-code/.claude/skills/spike/SKILL.md +67 -0
  151. package/dist/claude-code/.claude/skills/spike-wrap-up/SKILL.md +86 -0
  152. package/dist/claude-code/.claude/skills/start/SKILL.md +67 -0
  153. package/dist/claude-code/.claude/skills/start/start-procedure.md +115 -0
  154. package/dist/claude-code/.claude/skills/stats/SKILL.md +51 -0
  155. package/dist/claude-code/.claude/skills/style/SKILL.md +71 -0
  156. package/dist/claude-code/.claude/skills/style/style-doc-procedure.md +150 -0
  157. package/dist/claude-code/.claude/skills/synthesize/SKILL.md +94 -0
  158. package/dist/claude-code/.claude/skills/timeline/SKILL.md +66 -0
  159. package/dist/claude-code/.claude/skills/todo/SKILL.md +64 -0
  160. package/dist/claude-code/.claude/skills/turn-closeout/SKILL.md +95 -0
  161. package/dist/claude-code/.claude/skills/undo/SKILL.md +31 -0
  162. package/dist/claude-code/.claude/skills/unlock-decision/SKILL.md +54 -0
  163. package/dist/claude-code/.claude/skills/update/SKILL.md +56 -0
  164. package/dist/claude-code/.claude/skills/using-gdd/SKILL.md +78 -0
  165. package/dist/claude-code/.claude/skills/verify/SKILL.md +113 -0
  166. package/dist/claude-code/.claude/skills/verify/verify-procedure.md +512 -0
  167. package/dist/claude-code/.claude/skills/warm-cache/SKILL.md +81 -0
  168. package/dist/claude-code/.claude/skills/watch-authorities/SKILL.md +82 -0
  169. package/dist/claude-code/.claude/skills/zoom-out/SKILL.md +26 -0
  170. package/package.json +8 -2
  171. package/reference/DEPRECATIONS.md +21 -7
  172. package/reference/STATE-TEMPLATE.md +26 -26
  173. package/reference/accessibility.md +13 -13
  174. package/reference/adr-format.md +13 -13
  175. package/reference/ai-native-tool-interface.md +5 -5
  176. package/reference/anti-patterns.md +9 -9
  177. package/reference/architecture-vocabulary.md +31 -31
  178. package/reference/audit-scoring.md +13 -13
  179. package/reference/authority-feeds.md +36 -36
  180. package/reference/bandit-integration.md +25 -25
  181. package/reference/brand-voice.md +36 -36
  182. package/reference/capability-gap-stage-gate.md +20 -20
  183. package/reference/checklists.md +26 -26
  184. package/reference/cli-localization.md +13 -13
  185. package/reference/codex-tools.md +2 -2
  186. package/reference/color-theory.md +28 -28
  187. package/reference/component-authoring.md +4 -4
  188. package/reference/components/README.md +13 -13
  189. package/reference/components/TEMPLATE.md +13 -13
  190. package/reference/components/accordion.md +15 -15
  191. package/reference/components/alert.md +25 -25
  192. package/reference/components/badge.md +18 -18
  193. package/reference/components/breadcrumbs.md +24 -24
  194. package/reference/components/button.md +21 -21
  195. package/reference/components/card.md +13 -13
  196. package/reference/components/checkbox.md +20 -20
  197. package/reference/components/chip.md +20 -20
  198. package/reference/components/command-palette.md +15 -15
  199. package/reference/components/date-picker.md +22 -22
  200. package/reference/components/drawer.md +13 -13
  201. package/reference/components/file-upload.md +22 -22
  202. package/reference/components/input.md +18 -18
  203. package/reference/components/label.md +25 -25
  204. package/reference/components/link.md +19 -19
  205. package/reference/components/list.md +17 -17
  206. package/reference/components/menu.md +19 -19
  207. package/reference/components/modal-dialog.md +16 -16
  208. package/reference/components/navbar.md +19 -19
  209. package/reference/components/pagination.md +18 -18
  210. package/reference/components/popover.md +12 -12
  211. package/reference/components/progress.md +18 -18
  212. package/reference/components/radio.md +17 -17
  213. package/reference/components/rich-text-editor.md +24 -24
  214. package/reference/components/select-combobox.md +16 -16
  215. package/reference/components/sidebar.md +15 -15
  216. package/reference/components/skeleton.md +20 -20
  217. package/reference/components/slider.md +20 -20
  218. package/reference/components/stepper.md +24 -24
  219. package/reference/components/switch.md +19 -19
  220. package/reference/components/table.md +21 -21
  221. package/reference/components/tabs.md +11 -11
  222. package/reference/components/toast.md +19 -19
  223. package/reference/components/tooltip.md +19 -19
  224. package/reference/components/tree.md +17 -17
  225. package/reference/composition.md +38 -38
  226. package/reference/config-schema.md +37 -37
  227. package/reference/context-md-format.md +9 -9
  228. package/reference/contrast-advanced.md +29 -29
  229. package/reference/conversational-ui.md +17 -17
  230. package/reference/cost-governance.md +14 -14
  231. package/reference/css-grid-layout.md +8 -8
  232. package/reference/cycle-handoff-preamble.md +3 -3
  233. package/reference/data-visualization.md +67 -67
  234. package/reference/debugger-philosophy.md +5 -5
  235. package/reference/design-system-guidance.md +21 -21
  236. package/reference/design-systems-catalog.md +20 -20
  237. package/reference/design-variants.md +11 -11
  238. package/reference/domains/civic-patterns.md +10 -10
  239. package/reference/domains/finance-patterns.md +9 -9
  240. package/reference/domains/gaming-patterns.md +9 -9
  241. package/reference/domains/healthcare-patterns.md +11 -11
  242. package/reference/ds-bootstrap-rubric.md +13 -13
  243. package/reference/email-design.md +22 -22
  244. package/reference/emotional-design.md +10 -10
  245. package/reference/error-recovery.md +11 -11
  246. package/reference/export-formats.md +7 -7
  247. package/reference/figma-sandbox.md +6 -6
  248. package/reference/first-principles.md +10 -10
  249. package/reference/form-patterns.md +26 -26
  250. package/reference/framer-motion-patterns.md +49 -49
  251. package/reference/gdd-runtime-audit.md +17 -17
  252. package/reference/gdd-threat-model.md +44 -44
  253. package/reference/gemini-tools.md +3 -3
  254. package/reference/gestalt.md +24 -24
  255. package/reference/heuristics.md +32 -32
  256. package/reference/i18n.md +44 -44
  257. package/reference/iconography.md +24 -24
  258. package/reference/image-optimization.md +14 -14
  259. package/reference/information-architecture.md +47 -47
  260. package/reference/intel-schema.md +1 -1
  261. package/reference/known-failure-modes.md +37 -37
  262. package/reference/meta-rules.md +5 -5
  263. package/reference/migrations/material-3-to-4.md +17 -17
  264. package/reference/migrations/mui-v6.md +16 -16
  265. package/reference/migrations/shadcn-v2.md +25 -25
  266. package/reference/migrations/tailwind-v4.md +21 -21
  267. package/reference/model-prices.md +3 -3
  268. package/reference/model-tiers.md +40 -40
  269. package/reference/motion-advanced.md +21 -21
  270. package/reference/motion-easings.md +29 -29
  271. package/reference/motion-interpolate.md +1 -1
  272. package/reference/motion-spring.md +13 -13
  273. package/reference/motion-transition-taxonomy.md +34 -34
  274. package/reference/motion.md +31 -31
  275. package/reference/multi-author-model.md +13 -13
  276. package/reference/native-platforms.md +28 -28
  277. package/reference/notification-routing.md +6 -6
  278. package/reference/onboarding-progressive-disclosure.md +32 -32
  279. package/reference/openrouter-tier-mapping.md +8 -8
  280. package/reference/palette-catalog.md +37 -37
  281. package/reference/parallelism-rules.md +20 -20
  282. package/reference/peer-cli-capabilities.md +14 -14
  283. package/reference/peer-protocols.md +21 -21
  284. package/reference/perf-budget.md +21 -21
  285. package/reference/performance.md +22 -22
  286. package/reference/platforms.md +51 -51
  287. package/reference/pr-review-integration.md +7 -7
  288. package/reference/prices/antigravity.md +3 -3
  289. package/reference/prices/augment.md +3 -3
  290. package/reference/prices/claude.md +2 -2
  291. package/reference/prices/cline.md +4 -4
  292. package/reference/prices/codebuddy.md +3 -3
  293. package/reference/prices/codex.md +2 -2
  294. package/reference/prices/copilot.md +3 -3
  295. package/reference/prices/cursor.md +3 -3
  296. package/reference/prices/gemini.md +2 -2
  297. package/reference/prices/kilo.md +3 -3
  298. package/reference/prices/opencode.md +4 -4
  299. package/reference/prices/qwen.md +2 -2
  300. package/reference/prices/trae.md +3 -3
  301. package/reference/prices/windsurf.md +3 -3
  302. package/reference/prices.openrouter.md +5 -5
  303. package/reference/print-design.md +36 -36
  304. package/reference/priority-matrix.md +2 -2
  305. package/reference/project-skills-guide.md +3 -3
  306. package/reference/proportion-systems.md +23 -23
  307. package/reference/pseudonymization-rules.md +30 -30
  308. package/reference/registry.json +7 -0
  309. package/reference/retrieval-contract.md +14 -14
  310. package/reference/review-format.md +7 -7
  311. package/reference/rollout-coordination.md +10 -10
  312. package/reference/rtl-cjk-cultural.md +39 -39
  313. package/reference/runtime-models.md +28 -28
  314. package/reference/shared-preamble.md +26 -26
  315. package/reference/skill-authoring-contract.md +16 -16
  316. package/reference/skill-placeholders.md +71 -0
  317. package/reference/start-interview.md +10 -10
  318. package/reference/style-vocabulary.md +25 -25
  319. package/reference/surfaces.md +4 -4
  320. package/reference/ticket-sync.md +9 -9
  321. package/reference/typography.md +64 -64
  322. package/reference/user-research.md +54 -54
  323. package/reference/variable-fonts-loading.md +15 -15
  324. package/reference/visual-hierarchy-layout.md +41 -41
  325. package/scripts/lib/build/factory.cjs +62 -0
  326. package/scripts/lib/build/harness-configs.cjs +64 -0
  327. package/scripts/lib/manifest/prose-denylist.json +1 -1
  328. package/sdk/cli/commands/build.ts +106 -0
  329. package/sdk/cli/index.js +84 -2
  330. package/sdk/cli/index.ts +7 -0
  331. package/skills/add-backlog/SKILL.md +3 -3
  332. package/skills/analyze-dependencies/SKILL.md +10 -10
  333. package/skills/apply-reflections/SKILL.md +13 -13
  334. package/skills/apply-reflections/apply-reflections-procedure.md +20 -20
  335. package/skills/audit/SKILL.md +7 -7
  336. package/skills/bandit-status/SKILL.md +7 -7
  337. package/skills/benchmark/SKILL.md +7 -7
  338. package/skills/bootstrap-ds/SKILL.md +10 -10
  339. package/skills/brief/SKILL.md +20 -20
  340. package/skills/budget/SKILL.md +4 -4
  341. package/skills/cache-manager/SKILL.md +6 -6
  342. package/skills/cache-manager/cache-policy.md +5 -5
  343. package/skills/check-update/SKILL.md +5 -5
  344. package/skills/compare/SKILL.md +15 -15
  345. package/skills/compare/compare-rubric.md +17 -17
  346. package/skills/complete-cycle/SKILL.md +5 -5
  347. package/skills/connections/SKILL.md +11 -11
  348. package/skills/connections/connections-onboarding.md +76 -76
  349. package/skills/continue/SKILL.md +2 -2
  350. package/skills/darkmode/SKILL.md +17 -17
  351. package/skills/darkmode/darkmode-audit-procedure.md +7 -7
  352. package/skills/debug/SKILL.md +3 -3
  353. package/skills/debug/debug-feedback-loops.md +12 -12
  354. package/skills/design/SKILL.md +12 -12
  355. package/skills/design/design-procedure.md +23 -23
  356. package/skills/discover/SKILL.md +7 -7
  357. package/skills/discover/discover-procedure.md +18 -18
  358. package/skills/discuss/SKILL.md +12 -12
  359. package/skills/do/SKILL.md +1 -1
  360. package/skills/explore/SKILL.md +21 -21
  361. package/skills/explore/explore-procedure.md +48 -48
  362. package/skills/export/SKILL.md +9 -9
  363. package/skills/extract-learnings/SKILL.md +5 -5
  364. package/skills/fast/SKILL.md +7 -7
  365. package/skills/figma-extract/SKILL.md +11 -11
  366. package/skills/figma-write/SKILL.md +6 -6
  367. package/skills/graphify/SKILL.md +4 -4
  368. package/skills/health/SKILL.md +16 -16
  369. package/skills/health/health-mcp-detection.md +3 -3
  370. package/skills/health/health-skill-length-report.md +6 -6
  371. package/skills/help/SKILL.md +1 -1
  372. package/skills/list-assumptions/SKILL.md +4 -4
  373. package/skills/map/SKILL.md +12 -12
  374. package/skills/migrate/SKILL.md +5 -5
  375. package/skills/new-cycle/SKILL.md +2 -2
  376. package/skills/new-cycle/milestone-completeness-rubric.md +16 -16
  377. package/skills/new-project/SKILL.md +1 -1
  378. package/skills/next/SKILL.md +5 -5
  379. package/skills/note/SKILL.md +1 -1
  380. package/skills/openrouter-status/SKILL.md +4 -4
  381. package/skills/optimize/SKILL.md +15 -15
  382. package/skills/pause/SKILL.md +5 -5
  383. package/skills/peer-cli-add/SKILL.md +11 -11
  384. package/skills/peer-cli-add/peer-cli-protocol.md +39 -39
  385. package/skills/peer-cli-customize/SKILL.md +14 -14
  386. package/skills/peers/SKILL.md +4 -4
  387. package/skills/plan/SKILL.md +13 -13
  388. package/skills/plan/plan-procedure.md +24 -24
  389. package/skills/plant-seed/SKILL.md +4 -4
  390. package/skills/pr-branch/SKILL.md +2 -2
  391. package/skills/progress/SKILL.md +15 -15
  392. package/skills/quality-gate/SKILL.md +22 -22
  393. package/skills/quality-gate/threat-modeling.md +19 -19
  394. package/skills/quick/SKILL.md +5 -5
  395. package/skills/reapply-patches/SKILL.md +7 -7
  396. package/skills/reflect/SKILL.md +3 -3
  397. package/skills/reflect/procedures/capability-gap-scan.md +11 -11
  398. package/skills/report-issue/SKILL.md +5 -5
  399. package/skills/report-issue/report-issue-procedure.md +27 -27
  400. package/skills/resume/SKILL.md +9 -9
  401. package/skills/review-backlog/SKILL.md +3 -3
  402. package/skills/review-decisions/SKILL.md +3 -3
  403. package/skills/roi/SKILL.md +5 -5
  404. package/skills/rollout-status/SKILL.md +4 -4
  405. package/skills/router/SKILL.md +11 -11
  406. package/skills/router/capability-gap-emitter.md +6 -6
  407. package/skills/router/router-pick-emitter.md +9 -9
  408. package/skills/router/router-rules.md +7 -7
  409. package/skills/scan/SKILL.md +16 -16
  410. package/skills/scan/scan-procedure.md +42 -42
  411. package/skills/settings/SKILL.md +2 -2
  412. package/skills/ship/SKILL.md +7 -7
  413. package/skills/sketch/SKILL.md +10 -10
  414. package/skills/sketch-wrap-up/SKILL.md +12 -12
  415. package/skills/skill-manifest/SKILL.md +5 -5
  416. package/skills/spike/SKILL.md +7 -7
  417. package/skills/spike-wrap-up/SKILL.md +13 -13
  418. package/skills/start/SKILL.md +8 -8
  419. package/skills/start/start-procedure.md +9 -9
  420. package/skills/stats/SKILL.md +5 -5
  421. package/skills/style/SKILL.md +12 -12
  422. package/skills/style/style-doc-procedure.md +12 -12
  423. package/skills/synthesize/SKILL.md +10 -10
  424. package/skills/timeline/SKILL.md +4 -4
  425. package/skills/todo/SKILL.md +3 -3
  426. package/skills/turn-closeout/SKILL.md +10 -10
  427. package/skills/unlock-decision/SKILL.md +3 -3
  428. package/skills/update/SKILL.md +9 -9
  429. package/skills/using-gdd/SKILL.md +17 -17
  430. package/skills/verify/SKILL.md +13 -13
  431. package/skills/verify/verify-procedure.md +34 -34
  432. package/skills/warm-cache/SKILL.md +8 -8
  433. package/skills/watch-authorities/SKILL.md +9 -9
  434. package/skills/zoom-out/SKILL.md +4 -4
@@ -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."
4
4
  tools: Read, Bash, Glob, Grep, mcp__gdd_state__get
5
5
  disable-model-invocation: true
6
6
  ---
@@ -11,19 +11,19 @@ disable-model-invocation: true
11
11
 
12
12
  ## Checks
13
13
 
14
- 1. **Artifact inventory** `ls -la .design/*.md` with size and mtime. Print a table.
15
- 2. **Missing expected artifacts** by `stage` field from the `mcp__gdd_state__get` snapshot:
14
+ 1. **Artifact inventory** - `ls -la .design/*.md` with size and mtime. Print a table.
15
+ 2. **Missing expected artifacts** - by `stage` field from the `mcp__gdd_state__get` snapshot:
16
16
  - `brief` expects BRIEF.md
17
17
  - `explore` expects DESIGN.md, DESIGN-DEBT.md, DESIGN-CONTEXT.md
18
18
  - `plan` expects DESIGN-PLAN.md
19
19
  - `design` expects DESIGN-SUMMARY.md
20
20
  - `verify` expects DESIGN-VERIFICATION.md
21
21
  FAIL per missing.
22
- 3. **Token drift** `wc -c .design/DESIGN.md .design/DESIGN-CONTEXT.md`; approx tokens = bytes/4. WARN if combined >40000.
23
- 4. **Aged DESIGN-DEBT** items in `.design/DESIGN-DEBT.md` not touched in >14 days (file mtime). WARN.
24
- 5. **Broken state transitions** `stage` field from the snapshot inconsistent with artifacts present (e.g. stage=`verify` but DESIGN-SUMMARY.md missing). FAIL.
25
- 6. **Pending sketch/spike wrap-ups** any `.design/sketches/*` or `.design/spikes/*` directory lacking a SUMMARY.md. WARN.
26
- 7. **Seed germination** scan `.design/SEEDS.md` (if present) for seeds whose trigger keywords match the snapshot or CYCLES.md content. List as "Seed ready: <text>".
22
+ 3. **Token drift** - `wc -c .design/DESIGN.md .design/DESIGN-CONTEXT.md`; approx tokens = bytes/4. WARN if combined >40000.
23
+ 4. **Aged DESIGN-DEBT** - items in `.design/DESIGN-DEBT.md` not touched in >14 days (file mtime). WARN.
24
+ 5. **Broken state transitions** - `stage` field from the snapshot inconsistent with artifacts present (e.g. stage=`verify` but DESIGN-SUMMARY.md missing). FAIL.
25
+ 6. **Pending sketch/spike wrap-ups** - any `.design/sketches/*` or `.design/spikes/*` directory lacking a SUMMARY.md. WARN.
26
+ 7. **Seed germination** - scan `.design/SEEDS.md` (if present) for seeds whose trigger keywords match the snapshot or CYCLES.md content. List as "Seed ready: <text>".
27
27
 
28
28
  ## State snapshot
29
29
 
@@ -57,17 +57,17 @@ Health: 5 / 6 checks passing.
57
57
 
58
58
  After the health table, the `gdd_health` MCP surface (`scripts/lib/health-mirror/index.cjs`) reports a `figma_extract` check so a user knows whether figma-extract is usable. The detail is one of three exact strings:
59
59
 
60
- - `figma extract: ready (token set)` `FIGMA_TOKEN` (or `FIGMA_PERSONAL_ACCESS_TOKEN`) is present (status `ok`).
61
- - `figma extract: token missing` no token env is set (status `warn`).
62
- - `figma extract: plugin sync needed for variables (Free tier detected)` token present but a prior pull recorded a 403/skip on the Variables REST path, so run the plugin-sync step (status `warn`).
60
+ - `figma extract: ready (token set)` - `FIGMA_TOKEN` (or `FIGMA_PERSONAL_ACCESS_TOKEN`) is present (status `ok`).
61
+ - `figma extract: token missing` - no token env is set (status `warn`).
62
+ - `figma extract: plugin sync needed for variables (Free tier detected)` - token present but a prior pull recorded a 403/skip on the Variables REST path, so run the plugin-sync step (status `warn`).
63
63
 
64
- Token PRESENCE only is detected (D-10) the token value is never read, logged, or shown. The Free-tier signal is read from the local raw-pull cache only; no network call is made.
64
+ Token PRESENCE only is detected (D-10) - the token value is never read, logged, or shown. The Free-tier signal is read from the local raw-pull cache only; no network call is made.
65
65
 
66
66
  ## Skill-discipline bootstrap (skill_discipline)
67
67
 
68
- The `gdd_health` MCP surface also reports a `skill_discipline` check (Phase 32) confirming the using-gdd SessionStart bootstrap is live detail is one of three exact strings:
69
- - `skill-discipline: ready` `skills/using-gdd/SKILL.md` exists AND `hooks/hooks.json` SessionStart wires `inject-using-gdd.sh` (status `ok`).
70
- - `skill-discipline: missing using-gdd` (skill absent) or `skill-discipline: hook not wired` (skill present, no SessionStart inject) both `warn`.
68
+ The `gdd_health` MCP surface also reports a `skill_discipline` check (Phase 32) confirming the using-gdd SessionStart bootstrap is live - detail is one of three exact strings:
69
+ - `skill-discipline: ready` - `skills/using-gdd/SKILL.md` exists AND `hooks/hooks.json` SessionStart wires `inject-using-gdd.sh` (status `ok`).
70
+ - `skill-discipline: missing using-gdd` (skill absent) or `skill-discipline: hook not wired` (skill present, no SessionStart inject) - both `warn`.
71
71
 
72
72
  ## Check MCP registration (gdd-mcp)
73
73
 
@@ -94,6 +94,6 @@ Thresholds: warn >=100, block >=250 (D-01). Strict description-format off by def
94
94
 
95
95
  ## Do Not
96
96
 
97
- - Do not mutate STATE.md this skill is read-only. Only `mcp__gdd_state__get` is permitted.
97
+ - Do not mutate STATE.md - this skill is read-only. Only `mcp__gdd_state__get` is permitted.
98
98
 
99
99
  ## HEALTH COMPLETE
@@ -19,11 +19,11 @@ than crashing the skill.
19
19
 
20
20
  1. Read `.design/config.json` (if present). Parse JSON inside a try/catch.
21
21
  2. If `config.mcp_nudge === false`, SKIP this step entirely (render nothing).
22
- 3. On parse failure: default to `mcp_nudge=true` (show the row) fail-safe per threat T-27.7-04-05.
22
+ 3. On parse failure: default to `mcp_nudge=true` (show the row) - fail-safe per threat T-27.7-04-05.
23
23
 
24
24
  ## Detection
25
25
 
26
- 1. Read `.claude/settings.local.json` (or equivalent harness settings file) and inspect its `mcpServers` object alternatively run `claude mcp list` / `codex mcp list` if a CLI is available (see fallback below).
26
+ 1. Read `.claude/settings.local.json` (or equivalent harness settings file) and inspect its `mcpServers` object - alternatively run `claude mcp list` / `codex mcp list` if a CLI is available (see fallback below).
27
27
  2. Preferred invocation via the install-lib: call `detectMcpRegistration()` from `scripts/lib/install/mcp-register.cjs`. Returns `{harnesses: [{harness, present, registered}], summary}`.
28
28
 
29
29
  ## Row rendering
@@ -41,4 +41,4 @@ Based on the detection result, render exactly ONE of these row strings:
41
41
 
42
42
  ## Fallback (if `mcp-register.cjs` not yet shipped)
43
43
 
44
- Skip this step silently with status `MCP server: unknown`. This step is non-blocking failures here MUST NOT crash the SKILL.
44
+ Skip this step silently with status `MCP server: unknown`. This step is non-blocking - failures here MUST NOT crash the SKILL.
@@ -1,4 +1,4 @@
1
- # Health skill skill-length report subsection
1
+ # Health skill - skill-length report subsection
2
2
 
3
3
  Phase 28.5-11 / D-11 reference. Read by `skills/health/SKILL.md` to render the
4
4
  "Skill-length report" subsection after the standard health checks.
@@ -50,9 +50,9 @@ Skill-length: 70 total | 67 clean | 2 warn (>=100) | 1 block (>=250)
50
50
 
51
51
  ## Thresholds (D-01)
52
52
 
53
- - `warn >=100` skill flagged as advisory; CI emits `::warning::` annotation
53
+ - `warn >=100` - skill flagged as advisory; CI emits `::warning::` annotation
54
54
  but does not fail the build.
55
- - `block >=250` skill flagged as blocker; CI emits `::error::` and fails
55
+ - `block >=250` - skill flagged as blocker; CI emits `::error::` and fails
56
56
  the build via exit code 2.
57
57
 
58
58
  ## Strict description-format (D-02)
@@ -64,6 +64,6 @@ to hard-block based on A/B evidence at
64
64
 
65
65
  ## Cross-link from health
66
66
 
67
- - `skills/health/SKILL.md` emits the report after the main checks table.
68
- - `scripts/validate-skill-length.cjs` provides the JSON.
69
- - `tests/phase-28.5-baseline.test.cjs` locks the post-rework distribution.
67
+ - `skills/health/SKILL.md` - emits the report after the main checks table.
68
+ - `scripts/validate-skill-length.cjs` - provides the JSON.
69
+ - `tests/phase-28.5-baseline.test.cjs` - locks the post-rework distribution.
@@ -5,7 +5,7 @@ tools: Read
5
5
  disable-model-invocation: true
6
6
  ---
7
7
 
8
- # Get Design Done Help
8
+ # Get Design Done - Help
9
9
 
10
10
  **Role:** Print a formatted reference of all `/gdd:` commands, grouped by purpose.
11
11
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-list-assumptions
3
- description: "Surfaces hidden design assumptions baked into the codebase before planning pattern-based detection plus user-surfaced items."
3
+ description: "Surfaces hidden design assumptions baked into the codebase before planning - pattern-based detection plus user-surfaced items."
4
4
  argument-hint: "[--area typography|color|layout|motion|a11y]"
5
5
  tools: Read, Grep, Glob
6
6
  disable-model-invocation: true
@@ -10,11 +10,11 @@ disable-model-invocation: true
10
10
 
11
11
  **Role:** Surface implicit design assumptions that were never explicitly decided. Output a numbered list tagging each as `[EXPLICIT]` (found in STATE.md/DESIGN-CONTEXT.md decisions) or `[IMPLICIT]` (inferred from code patterns).
12
12
 
13
- ## Step 1 Read explicit decisions
13
+ ## Step 1 - Read explicit decisions
14
14
 
15
15
  Read `.design/STATE.md` `<decisions>` and `.design/DESIGN-CONTEXT.md` (if present). Collect every D-XX as `[EXPLICIT]` entries keyed by category.
16
16
 
17
- ## Step 2 Scan codebase for implicit patterns
17
+ ## Step 2 - Scan codebase for implicit patterns
18
18
 
19
19
  If `--area <name>` is given, restrict to that area. Otherwise scan all.
20
20
 
@@ -39,7 +39,7 @@ If `--area <name>` is given, restrict to that area. Otherwise scan all.
39
39
 
40
40
  For each hit, emit `Detected assumption: [pattern] at [file:line]` and flag as `[IMPLICIT]`.
41
41
 
42
- ## Step 3 Output
42
+ ## Step 3 - Output
43
43
 
44
44
  ```
45
45
  ━━━ Design assumptions ━━━
@@ -6,7 +6,7 @@ tools: Read, Write, Bash, Task
6
6
  user-invocable: true
7
7
  ---
8
8
 
9
- # Get Design Done Map
9
+ # Get Design Done - Map
10
10
 
11
11
  Parallel orchestrator. Spawns 5 specialist mappers, each writing one file under `.design/map/`. The explore stage consumes these when present. See `./reference/heuristics.md` §"Optimization rules" for parallel-spawn cost considerations.
12
12
 
@@ -20,16 +20,16 @@ Parallel orchestrator. Spawns 5 specialist mappers, each writing one file under
20
20
  | `a11y-mapper` | `.design/map/a11y.md` |
21
21
  | `motion-mapper` | `.design/map/motion.md` |
22
22
 
23
- ## Step 1 Setup
23
+ ## Step 1 - Setup
24
24
 
25
25
  - Ensure `.design/map/` exists (create if missing).
26
26
  - Read `.design/config.json` → `parallelism` object. Use `reference/config-schema.md` defaults if absent.
27
- - Read `.design/STATE.md` note `<connections>` (Figma availability for token-mapper).
27
+ - Read `.design/STATE.md` - note `<connections>` (Figma availability for token-mapper).
28
28
  - Parse `$ARGUMENTS`. If `--only <name>`, restrict the dispatch set to one mapper.
29
29
 
30
- ## Step 2 Parallelism Decision
30
+ ## Step 2 - Parallelism Decision
31
31
 
32
- Per `reference/parallelism-rules.md`: all 5 mappers have `parallel-safe: auto` with disjoint `writes:` (each writes a different `.design/map/*.md` file) no hard-rule conflict. `typical-duration-seconds` sum (~210s) minus slowest (~45s) ≈ 165s savings → clears `min_estimated_savings_seconds`. Verdict: **parallel**.
32
+ Per `reference/parallelism-rules.md`: all 5 mappers have `parallel-safe: auto` with disjoint `writes:` (each writes a different `.design/map/*.md` file) - no hard-rule conflict. `typical-duration-seconds` sum (~210s) minus slowest (~45s) ≈ 165s savings → clears `min_estimated_savings_seconds`. Verdict: **parallel**.
33
33
 
34
34
  Write the verdict to STATE.md:
35
35
 
@@ -46,7 +46,7 @@ Write the verdict to STATE.md:
46
46
 
47
47
  `--only` → adjust `agents` and set `verdict: serial` with `reason: "single mapper requested"`.
48
48
 
49
- ## Step 3 Dispatch (concurrent)
49
+ ## Step 3 - Dispatch (concurrent)
50
50
 
51
51
  Spawn all selected mappers in a single response with multiple `Task()` calls:
52
52
 
@@ -66,17 +66,17 @@ output file under .design/map/. Emit your completion marker when done.
66
66
 
67
67
  Wait for each completion marker: `## TOKEN MAP COMPLETE`, `## COMPONENT MAP COMPLETE`, `## VISUAL HIERARCHY MAP COMPLETE`, `## A11Y MAP COMPLETE`, `## MOTION MAP COMPLETE`.
68
68
 
69
- ## Step 3.5 Synthesize parallel mapper outputs (Plan 10.1-04, D-13/D-14/D-15)
69
+ ## Step 3.5 - Synthesize parallel mapper outputs (Plan 10.1-04, D-13/D-14/D-15)
70
70
 
71
- Each mapper has written its own `.design/map/*.md` (disjoint writes). Main-context doesn't need all 5 verbatim invoke `synthesize` inline with `outputs:[<each file's text labelled "=== from <mapper> ==="]`, `directive: "Merge into cross-cutting DESIGN-PATTERNS.md preserving section headers; consolidate cross-mapper duplicates with source-agent names; target ~120 lines."`, `output_shape:"markdown"`.
71
+ Each mapper has written its own `.design/map/*.md` (disjoint writes). Main-context doesn't need all 5 verbatim - invoke `synthesize` inline with `outputs:[<each file's text labelled "=== from <mapper> ==="]`, `directive: "Merge into cross-cutting DESIGN-PATTERNS.md preserving section headers; consolidate cross-mapper duplicates with source-agent names; target ~120 lines."`, `output_shape:"markdown"`.
72
72
 
73
- Wait for `## SYNTHESIS COMPLETE`. Write merged markdown to `.design/DESIGN-PATTERNS.md` (overwrite if present) the primary explore-stage input; per-mapper files remain as drill-down evidence. `--only` (single mapper) → skip this step.
73
+ Wait for `## SYNTHESIS COMPLETE`. Write merged markdown to `.design/DESIGN-PATTERNS.md` (overwrite if present) - the primary explore-stage input; per-mapper files remain as drill-down evidence. `--only` (single mapper) → skip this step.
74
74
 
75
- ## Step 4 Collate
75
+ ## Step 4 - Collate
76
76
 
77
- Write `.design/DESIGN-MAP.md` thin index linking to each `.design/map/*.md` with a one-paragraph summary from each file's header. If Step 3.5 ran, also cross-link to `.design/DESIGN-PATTERNS.md` and note at the top: "See DESIGN-PATTERNS.md for the merged cross-cutting summary this index preserves per-mapper drill-down."
77
+ Write `.design/DESIGN-MAP.md` - thin index linking to each `.design/map/*.md` with a one-paragraph summary from each file's header. If Step 3.5 ran, also cross-link to `.design/DESIGN-PATTERNS.md` and note at the top: "See DESIGN-PATTERNS.md for the merged cross-cutting summary - this index preserves per-mapper drill-down."
78
78
 
79
- ## Step 5 Report
79
+ ## Step 5 - Report
80
80
 
81
81
  ```
82
82
  ━━━ Map complete ━━━
@@ -10,7 +10,7 @@ tools: Read, Write, Bash, Grep, Glob
10
10
 
11
11
  Closes the GDD-on-GDD gap: when GDD moves or removes its own paths (e.g. the Phase 31.5
12
12
  `scripts/lib/**` → `sdk/**` reorg), a project that referenced the old paths needs updating. This skill
13
- consults the deprecation registry, finds the stale references **in this project**, and rewrites them
13
+ consults the deprecation registry, finds the stale references **in this project**, and rewrites them -
14
14
  **after showing you the diff**. It never edits silently. Contract: `../../reference/DEPRECATIONS.md`.
15
15
 
16
16
  ## Invocation
@@ -18,7 +18,7 @@ consults the deprecation registry, finds the stale references **in this project*
18
18
  | Command | Behavior |
19
19
  |---|---|
20
20
  | `/gdd:migrate` | Scan + preview every applicable migration, then confirm each before applying. |
21
- | `/gdd:migrate --dry-run` | Preview only print the diff, change nothing. |
21
+ | `/gdd:migrate --dry-run` | Preview only - print the diff, change nothing. |
22
22
  | `/gdd:migrate --yes` | Apply every applicable migration without the per-change prompt (still prints what changed). |
23
23
 
24
24
  ## Steps
@@ -43,19 +43,19 @@ consults the deprecation registry, finds the stale references **in this project*
43
43
  - project-local skill/agent references (`grep` the repo, excluding `.git/`, `node_modules/`, and
44
44
  GDD's own `reference/DEPRECATIONS.md`),
45
45
  - any `require(...)`/import of a removed SDK path.
46
- For a code rewrite, scaffold the edit with `scripts/lib/migration/codemod-gen.cjs` (Phase 39.1)
46
+ For a code rewrite, scaffold the edit with `scripts/lib/migration/codemod-gen.cjs` (Phase 39.1) -
47
47
  you emit the change as a reviewable patch, you do not run a codemod engine.
48
48
  4. **Preview.** Print a unified-diff-style preview per file: `Old → New`, the registry status
49
49
  (`deprecated` vs `removed`), and the migration hint. If `--dry-run`, stop here.
50
50
  5. **Confirm + apply.** Without `--yes`, ask per change. With `--yes`, apply all. Use `Write` to make
51
51
  the edits; never touch a file the user didn't consent to.
52
52
  6. **Report.** Summarize: files changed, references rewritten, and any `removed`-status reference that
53
- still has no replacement wired (flag it loudly that one breaks at the installed version).
53
+ still has no replacement wired (flag it loudly - that one breaks at the installed version).
54
54
 
55
55
  ## Boundaries
56
56
 
57
57
  - **Preview-first.** Nothing changes before you've shown the diff (or `--yes` was passed).
58
- - Migrates **this project's references** to GDD paths it does not rewrite GDD's own source, and it
58
+ - Migrates **this project's references** to GDD paths - it does not rewrite GDD's own source, and it
59
59
  never performs a downgrade (reverse migrations are out of scope).
60
60
  - Read the registry; never invent a migration that isn't in `reference/DEPRECATIONS.md`.
61
61
 
@@ -31,7 +31,7 @@ The cycle is the hierarchical unit above individual pipeline runs: **Cycle > Pip
31
31
 
32
32
  ## Do Not
33
33
 
34
- - Do not archive prior artifacts here that's `/gdd:complete-cycle`.
35
- - Do not overwrite the existing CYCLES.md append only.
34
+ - Do not archive prior artifacts here - that's `/gdd:complete-cycle`.
35
+ - Do not overwrite the existing CYCLES.md - append only.
36
36
 
37
37
  ## NEW-CYCLE COMPLETE
@@ -18,59 +18,59 @@ across consumers and updates land in one place rather than fanning out across N
18
18
 
19
19
  The lifecycle has four nested layers. A layer is complete only when EVERY criterion at
20
20
  that layer is satisfied. Layers above can only flip complete when every layer below has
21
- flipped complete first closeout walks bottom-up.
21
+ flipped complete first - closeout walks bottom-up.
22
22
 
23
23
  ### Task level
24
24
 
25
- The smallest unit of work one row in a PLAN.md `<tasks>` list.
25
+ The smallest unit of work - one row in a PLAN.md `<tasks>` list.
26
26
 
27
27
  - Verify command runs with exit 0 (the `<verify>` block's command).
28
28
  - The `<done>` criterion is observable (the file exists, the test passes, the output
29
29
  matches the contract).
30
30
  - If the task is `tdd="true"`: tests pass after the GREEN step; tests fail before it.
31
- - File diff is scoped to the declared `files_modified` only no collateral damage.
31
+ - File diff is scoped to the declared `files_modified` only - no collateral damage.
32
32
  - A single commit per task in conventional form `{type}({phase}-{plan}): {description}`.
33
33
  - Deviations (Rules 1, 2, 3) tracked for the SUMMARY.md "Deviations" section.
34
34
 
35
35
  ### Plan level
36
36
 
37
- A self-contained chunk of work one `XX-YY-PLAN.md`.
37
+ A self-contained chunk of work - one `XX-YY-PLAN.md`.
38
38
 
39
39
  - All tasks complete (per task level above).
40
40
  - Plan-level validator passes (e.g. `validate-skill-length.cjs` for Phase 28.5 buckets;
41
41
  `validate-frontmatter.ts` for agent-frontmatter plans).
42
42
  - SUMMARY.md written at `.planning/phases/XX-name/XX-YY-SUMMARY.md` with the canonical
43
43
  shape: deviations, files-modified table, commits, verification result, decisions.
44
- - No collateral damage outside the plan's declared `files_modified` list out-of-scope
44
+ - No collateral damage outside the plan's declared `files_modified` list - out-of-scope
45
45
  edits are forbidden (executor Rule 5 boundary).
46
46
  - A final docs commit aggregates `SUMMARY.md`, `STATE.md`, `ROADMAP.md`, and
47
47
  `REQUIREMENTS.md` updates.
48
48
 
49
49
  ### Phase level
50
50
 
51
- A coherent batch of plans one `XX-name/` directory under `.planning/phases/`.
51
+ A coherent batch of plans - one `XX-name/` directory under `.planning/phases/`.
52
52
 
53
53
  - All plans complete (per plan level above).
54
54
  - Phase-level verification ALL pass (`<verification>` block in each PLAN.md).
55
55
  - ROADMAP.md flipped `[ ]` → `[x]` for all plans in this phase (rule #14: scoped flip
56
- only never flip plans outside this phase).
57
- - Phase SUMMARY ladder coherent each `XX-YY-SUMMARY.md` exists and reads top-to-bottom
56
+ only - never flip plans outside this phase).
57
+ - Phase SUMMARY ladder coherent - each `XX-YY-SUMMARY.md` exists and reads top-to-bottom
58
58
  as a single story.
59
59
  - All decisions surfaced through the SUMMARY frontmatter and rolled up into STATE.md's
60
60
  `<decisions>` block.
61
61
 
62
62
  ### Cycle level
63
63
 
64
- A shipping milestone typically one minor version bump in the gdd project.
64
+ A shipping milestone - typically one minor version bump in the gdd project.
65
65
 
66
66
  - All phases for the cycle's target version complete (per phase level above).
67
67
  - 4 manifests version-aligned: `plugin.json`, `marketplace.json`, `package.json`, and
68
68
  the phase-20 manifests-version baseline (`test-fixture/baselines/phase-XX/manifests-version.txt`).
69
69
  - CHANGELOG.md entry written for the new version with one block per phase.
70
- - Off-cadence registration if applicable `tests/semver-compare.test.cjs` adds
70
+ - Off-cadence registration if applicable - `tests/semver-compare.test.cjs` adds
71
71
  `OFF_CADENCE_VERSIONS.add('<version>')` for `.5`/`.6`/`.7` insertion-style versions.
72
72
  - Regression baseline at `test-fixture/baselines/phase-XX/` exists and the
73
- `tests/phase-XX-baseline.test.cjs` suite passes (version-agnostic reads
73
+ `tests/phase-XX-baseline.test.cjs` suite passes (version-agnostic - reads
74
74
  `package.json#version`).
75
75
  - NOTICE attribution updated if any third-party content was adopted in this cycle.
76
76
  - Closeout plan's scoped ROADMAP flip touches only this cycle's checkboxes (precedent:
@@ -78,10 +78,10 @@ A shipping milestone — typically one minor version bump in the gdd project.
78
78
 
79
79
  ## Cross-references
80
80
 
81
- - `./STATE-TEMPLATE.md` STATE.md schema; closeout updates the `<position>` block's
81
+ - `./STATE-TEMPLATE.md` - STATE.md schema; closeout updates the `<position>` block's
82
82
  `last_checkpoint` field.
83
- - `../skills/turn-closeout/SKILL.md` consumer at the turn boundary (within a stage).
84
- - `../skills/new-cycle/SKILL.md` consumer at cycle ingress.
85
- - `../skills/complete-cycle/SKILL.md` consumer at cycle egress.
86
- - `../skills/quality-gate/SKILL.md` Stage 4.5 gate that gates the plan-level "verify
83
+ - `../skills/turn-closeout/SKILL.md` - consumer at the turn boundary (within a stage).
84
+ - `../skills/new-cycle/SKILL.md` - consumer at cycle ingress.
85
+ - `../skills/complete-cycle/SKILL.md` - consumer at cycle egress.
86
+ - `../skills/quality-gate/SKILL.md` - Stage 4.5 gate that gates the plan-level "verify
87
87
  command runs with exit 0" criterion when project tooling exists.
@@ -48,6 +48,6 @@ One-time project initialization. Replaces "run scan cold" by gathering context u
48
48
  ## Do Not
49
49
 
50
50
  - Do not delete or overwrite existing `.design/` artifacts if re-initializing.
51
- - Do not run any pipeline stage automatically this is init only.
51
+ - Do not run any pipeline stage automatically - this is init only.
52
52
 
53
53
  ## NEW-PROJECT COMPLETE
@@ -5,7 +5,7 @@ tools: Read, Write, mcp__gdd_status, mcp__gdd_phase_current, mcp__gdd_plans_list
5
5
  disable-model-invocation: true
6
6
  ---
7
7
 
8
- # Get Design Done Next
8
+ # Get Design Done - Next
9
9
 
10
10
  **Role:** Lightweight router. Read `.design/STATE.md` and recommend the next command.
11
11
 
@@ -13,7 +13,7 @@ disable-model-invocation: true
13
13
 
14
14
  ## Logic
15
15
 
16
- Two paths MCP preferred when available, file-read fallback otherwise.
16
+ Two paths - MCP preferred when available, file-read fallback otherwise.
17
17
 
18
18
  ### MCP path (preferred)
19
19
 
@@ -24,7 +24,7 @@ When `mcp__gdd_phase_current` is exposed (Phase 27.7+, registered via `npx @hege
24
24
  3. (Optional) Call `mcp__gdd_plans_list` (no args) → current phase plans + status, to identify the next incomplete plan and refine the recommendation.
25
25
  4. If `mcp__gdd_status` returns a "STATE.md missing" error, print: "No STATE.md found. Run `/gdd:new-project` to initialize, or `@get-design-done brief` to start the pipeline." and stop. Otherwise, skip to the routing table.
26
26
 
27
- Two to three MCP calls = full routing decision (~3s, ~32k tokens Storybloq benchmark).
27
+ Two to three MCP calls = full routing decision (~3s, ~32k tokens - Storybloq benchmark).
28
28
 
29
29
  ### File-read path (fallback)
30
30
 
@@ -34,7 +34,7 @@ When MCP tools are not available, fall back to the legacy flow:
34
34
  - **No STATE.md** → Print: "No STATE.md found. Run `/gdd:new-project` to initialize, or `@get-design-done brief` to start the pipeline."
35
35
  2. If STATE.md exists, parse frontmatter `stage:` field. Proceed to the routing table.
36
36
 
37
- This path loads the same context in 1–2 file reads (~20s, ~46.5k tokens file-reading baseline).
37
+ This path loads the same context in 1–2 file reads (~20s, ~46.5k tokens - file-reading baseline).
38
38
 
39
39
  ## Routing table
40
40
 
@@ -63,6 +63,6 @@ Status: <status>
63
63
  ## Do Not
64
64
 
65
65
  - Do not modify STATE.md.
66
- - Do not invoke the next stage automatically only recommend.
66
+ - Do not invoke the next stage automatically - only recommend.
67
67
 
68
68
  ## NEXT COMPLETE
@@ -8,7 +8,7 @@ disable-model-invocation: true
8
8
 
9
9
  # /gdd:note
10
10
 
11
- **Role:** Ephemeral design notes. Zero ceremony no priority, no due date. Backing store: `.design/NOTES.md`.
11
+ **Role:** Ephemeral design notes. Zero ceremony - no priority, no due date. Backing store: `.design/NOTES.md`.
12
12
 
13
13
  ## File format
14
14
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gdd-openrouter-status
3
- description: "Read-only OpenRouter catalog + tier-mapping diagnostic surfaces catalog freshness (fetched_at vs the 24h TTL), the last-fetch timestamp, the resolved opus/sonnet/haiku → model mappings (via the Phase-33.6 adapter), and a per-tier preview. Use when investigating which OpenRouter model a tier resolves to, or whether the catalog cache is fresh/stale. Phase 33.6 (v1.33.6) diagnostic /gdd:openrouter-status."
3
+ description: "Read-only OpenRouter catalog + tier-mapping diagnostic - surfaces catalog freshness (fetched_at vs the 24h TTL), the last-fetch timestamp, the resolved opus/sonnet/haiku → model mappings (via the Phase-33.6 adapter), and a per-tier preview. Use when investigating which OpenRouter model a tier resolves to, or whether the catalog cache is fresh/stale. Phase 33.6 (v1.33.6) diagnostic - /gdd:openrouter-status."
4
4
  argument-hint: "[--refresh]"
5
5
  tools: Read, Bash
6
6
  disable-model-invocation: true
@@ -10,9 +10,9 @@ disable-model-invocation: true
10
10
 
11
11
  ## Role
12
12
 
13
- You are a deterministic, read-only diagnostic skill. You do **not** spawn agents and you do **not** modify the catalog cache. You read `.design/cache/openrouter-models.json` (the Phase-33.6-01 catalog cache) via `scripts/lib/openrouter/catalog-fetcher.cjs#readCatalog`, resolve the `opus`/`sonnet`/`haiku` tiers via `scripts/lib/tier-resolver-openrouter.cjs#resolve`, and emit a single Markdown status block. Read-only to refresh the catalog you pass `--refresh` (a single opt-in fetch gated on `OPENROUTER_API_KEY`); there is no other mutation. See `connections/openrouter.md` for setup and `reference/openrouter-tier-mapping.md` for the resolution heuristic.
13
+ You are a deterministic, read-only diagnostic skill. You do **not** spawn agents and you do **not** modify the catalog cache. You read `.design/cache/openrouter-models.json` (the Phase-33.6-01 catalog cache) via `scripts/lib/openrouter/catalog-fetcher.cjs#readCatalog`, resolve the `opus`/`sonnet`/`haiku` tiers via `scripts/lib/tier-resolver-openrouter.cjs#resolve`, and emit a single Markdown status block. Read-only - to refresh the catalog you pass `--refresh` (a single opt-in fetch gated on `OPENROUTER_API_KEY`); there is no other mutation. See `connections/openrouter.md` for setup and `reference/openrouter-tier-mapping.md` for the resolution heuristic.
14
14
 
15
- This is `disable-model-invocation: true` (mirroring `skills/cache-manager/SKILL.md`): the skill is user-invoked only the model must not auto-spawn it. It never makes a model call.
15
+ This is `disable-model-invocation: true` (mirroring `skills/cache-manager/SKILL.md`): the skill is user-invoked only - the model must not auto-spawn it. It never makes a model call.
16
16
 
17
17
  ## Invocation Contract
18
18
 
@@ -45,7 +45,7 @@ Tier resolution is currently falling back to the native provider (graceful degra
45
45
 
46
46
  ### 3. Compute freshness
47
47
 
48
- Read `fetched_at` from the cache object and compare against the 24h TTL (D-02): `age = now - fetched_at`. `age < 24h` → **fresh**; otherwise → **stale** (a stale catalog still resolves the adapter uses the last good cache).
48
+ Read `fetched_at` from the cache object and compare against the 24h TTL (D-02): `age = now - fetched_at`. `age < 24h` → **fresh**; otherwise → **stale** (a stale catalog still resolves - the adapter uses the last good cache).
49
49
 
50
50
  ### 4. Resolve the tiers
51
51
 
@@ -1,16 +1,16 @@
1
1
  ---
2
2
  name: optimize
3
- description: "Reads .design/telemetry/costs.jsonl + .design/agent-metrics.json, runs rule-based analysis, writes .design/OPTIMIZE-RECOMMENDATIONS.md. Pure advisory no auto-apply. User reviews + decides."
3
+ description: "Reads .design/telemetry/costs.jsonl + .design/agent-metrics.json, runs rule-based analysis, writes .design/OPTIMIZE-RECOMMENDATIONS.md. Pure advisory - no auto-apply. User reviews + decides."
4
4
  argument-hint: "[--refresh] [--min-spawns=N]"
5
5
  user-invocable: true
6
6
  tools: Read, Bash, Grep, Write
7
7
  ---
8
8
 
9
- # /gdd:optimize Optimization Advisor
9
+ # /gdd:optimize - Optimization Advisor
10
10
 
11
11
  ## Role
12
12
 
13
- Read the telemetry ledger (`.design/telemetry/costs.jsonl`) and per-agent aggregate (`.design/agent-metrics.json`), apply a fixed set of rule-based heuristics, and emit recommendations to `.design/OPTIMIZE-RECOMMENDATIONS.md`. Never modify agent files, budget config, or cache state. Output is a markdown table of proposals the user reviews manually, mirroring Phase 11 `/gdd:apply-reflections`. **Advisory only**: never edits `agents/*.md`, `.design/budget.json`, `.design/cache-manifest.json`. Never makes model calls every rule is deterministic. See `./reference/heuristics.md` §"Optimization rules" for the full rule catalog.
13
+ Read the telemetry ledger (`.design/telemetry/costs.jsonl`) and per-agent aggregate (`.design/agent-metrics.json`), apply a fixed set of rule-based heuristics, and emit recommendations to `.design/OPTIMIZE-RECOMMENDATIONS.md`. Never modify agent files, budget config, or cache state. Output is a markdown table of proposals the user reviews manually, mirroring Phase 11 `/gdd:apply-reflections`. **Advisory only**: never edits `agents/*.md`, `.design/budget.json`, `.design/cache-manifest.json`. Never makes model calls - every rule is deterministic. See `./reference/heuristics.md` §"Optimization rules" for the full rule catalog.
14
14
 
15
15
  ## Refresh Step
16
16
 
@@ -24,24 +24,24 @@ Idempotent. If `--refresh` absent and `.design/agent-metrics.json` generated wit
24
24
 
25
25
  ## Inputs
26
26
 
27
- - `.design/telemetry/costs.jsonl` append-only; tolerant of malformed lines.
28
- - `.design/agent-metrics.json` per-agent aggregate; source of truth for `cache_hit_rate`, `lazy_skip_rate`, `total_cost_usd`, `total_spawns`.
29
- - `agents/*.md` frontmatter cross-reference for tier override churn + typical-duration drift.
30
- - `.design/budget.json` `tier_overrides` table (optional).
27
+ - `.design/telemetry/costs.jsonl` - append-only; tolerant of malformed lines.
28
+ - `.design/agent-metrics.json` - per-agent aggregate; source of truth for `cache_hit_rate`, `lazy_skip_rate`, `total_cost_usd`, `total_spawns`.
29
+ - `agents/*.md` - frontmatter cross-reference for tier override churn + typical-duration drift.
30
+ - `.design/budget.json` - `tier_overrides` table (optional).
31
31
 
32
32
  ## Optional Arguments
33
33
 
34
- - `--refresh` force aggregator refresh even if metrics file is fresh.
35
- - `--min-spawns=N` only emit recommendations for agents with ≥ N spawns (default 5).
34
+ - `--refresh` - force aggregator refresh even if metrics file is fresh.
35
+ - `--min-spawns=N` - only emit recommendations for agents with ≥ N spawns (default 5).
36
36
 
37
37
  ## Rules
38
38
 
39
39
  Rule-based analysis. Full thresholds + emission templates in `./reference/heuristics.md` §"Optimization rules"; here, the short rule catalog:
40
40
 
41
- - **R1 Low cache hit rate.** IF `total_spawns >= --min-spawns` AND `cache_hit_rate < 0.20` → propose batching + investigate shared-preamble ordering.
42
- - **R2 Expensive + rarely lazy-skipped.** IF `total_cost_usd > 0.50` AND `lazy_skip_rate < 0.10` → propose adding a lazy gate at `agents/{agent}-gate.md` (Plan 10.1-04 pattern).
43
- - **R3 Tier override churn.** IF measured `tier` differs from frontmatter `default-tier` for multiple rows → propose updating frontmatter or removing budget.json override.
44
- - **R4 Typical duration drift.** IF measured `typical_duration_seconds` differs from frontmatter by > 50% → propose frontmatter update. (v1 only computes wall-clock duration if both spawn + complete rows have matching correlation IDs; otherwise flag "insufficient data".)
41
+ - **R1 - Low cache hit rate.** IF `total_spawns >= --min-spawns` AND `cache_hit_rate < 0.20` → propose batching + investigate shared-preamble ordering.
42
+ - **R2 - Expensive + rarely lazy-skipped.** IF `total_cost_usd > 0.50` AND `lazy_skip_rate < 0.10` → propose adding a lazy gate at `agents/{agent}-gate.md` (Plan 10.1-04 pattern).
43
+ - **R3 - Tier override churn.** IF measured `tier` differs from frontmatter `default-tier` for multiple rows → propose updating frontmatter or removing budget.json override.
44
+ - **R4 - Typical duration drift.** IF measured `typical_duration_seconds` differs from frontmatter by > 50% → propose frontmatter update. (v1 only computes wall-clock duration if both spawn + complete rows have matching correlation IDs; otherwise flag "insufficient data".)
45
45
 
46
46
  ## Output Format
47
47
 
@@ -87,8 +87,8 @@ The Phase 11 reflector (`agents/design-reflector.md`) reads both `costs.jsonl` a
87
87
 
88
88
  - Does not make model calls (rule-based, deterministic).
89
89
  - Does not modify config.
90
- - Does not propose changes outside the four rules future rules added by future phases.
91
- - Does not learn from history Phase 11 reflector territory.
90
+ - Does not propose changes outside the four rules - future rules added by future phases.
91
+ - Does not learn from history - Phase 11 reflector territory.
92
92
 
93
93
  ## Failure Modes
94
94
 
@@ -13,7 +13,7 @@ disable-model-invocation: true
13
13
 
14
14
  Captures enough state that a killed or stopped session can resume cleanly via `/gdd:resume` or `/gdd:continue`.
15
15
 
16
- Each invocation writes an **immutable numbered checkpoint** it does not overwrite previous pauses. This enables branched cycles: you can pause, take a detour via `/gdd:sketch`, compare, and resume an older snapshot via `/gdd:resume N`.
16
+ Each invocation writes an **immutable numbered checkpoint** - it does not overwrite previous pauses. This enables branched cycles: you can pause, take a detour via `/gdd:sketch`, compare, and resume an older snapshot via `/gdd:resume N`.
17
17
 
18
18
  ## Steps
19
19
 
@@ -21,7 +21,7 @@ Each invocation writes an **immutable numbered checkpoint** — it does not over
21
21
  - Current `stage` and `cycle`
22
22
  - `last_checkpoint` timestamp
23
23
  - `task_progress` and `status` for the current run
24
- - Open todos (from `.design/TODO.md` if present this file is outside the MCP catalog, so `Read` is still used)
24
+ - Open todos (from `.design/TODO.md` if present - this file is outside the MCP catalog, so `Read` is still used)
25
25
  - Active sketch/spike directories (scan `.design/sketches/` and `.design/spikes/` for in-progress markers)
26
26
 
27
27
  2. **Determine checkpoint number**: run
@@ -34,7 +34,7 @@ Each invocation writes an **immutable numbered checkpoint** — it does not over
34
34
  "What are you in the middle of? (optional context to capture)"
35
35
 
36
36
  4. **Flip status via MCP** so `/gdd:resume` can detect the pause and recover the prior status:
37
- 1. `mcp__gdd_state__set_status` with `status: "paused:<prior-status>"` the `paused:` prefix preserves the prior status for resume parsing.
37
+ 1. `mcp__gdd_state__set_status` with `status: "paused:<prior-status>"` - the `paused:` prefix preserves the prior status for resume parsing.
38
38
  2. If the user supplied a context/blocker message: `mcp__gdd_state__add_blocker` with `{ stage: <current>, date: <today>, text: <message> }`.
39
39
  3. `mcp__gdd_state__checkpoint` to stamp `last_checkpoint` via MCP.
40
40
 
@@ -69,9 +69,9 @@ Each invocation writes an **immutable numbered checkpoint** — it does not over
69
69
 
70
70
  ## Do Not
71
71
 
72
- - Do not mutate STATE.md directly all STATE.md writes go through the `gdd-state` MCP tools above. Checkpoint files + HANDOFF.md are sibling artifacts, written with `Write`.
72
+ - Do not mutate STATE.md directly - all STATE.md writes go through the `gdd-state` MCP tools above. Checkpoint files + HANDOFF.md are sibling artifacts, written with `Write`.
73
73
  - Do not abort in-progress sketches; just record them.
74
74
  - Do not delete previous checkpoint files.
75
- - Do not call `mcp__gdd_state__transition_stage` pause is status-only, never a stage transition.
75
+ - Do not call `mcp__gdd_state__transition_stage` - pause is status-only, never a stage transition.
76
76
 
77
77
  ## PAUSE COMPLETE
@@ -11,7 +11,7 @@ tools: Read, Edit, Write, Bash, Grep
11
11
 
12
12
  ## Role
13
13
 
14
- You add a brand-new peer-CLI to gdd's delegation layer. v1.27.0 ships 5 peers (codex, gemini, cursor, copilot, qwen). When the user wants a 6th a peer that exists in the wild but isn't in our capability matrix you walk them through the verification ladder and produce the 3-file footprint that integrates the peer cleanly. The procedural ladder, adapter scaffold shape, and verification gate live in `./peer-cli-protocol.md`.
14
+ You add a brand-new peer-CLI to gdd's delegation layer. v1.27.0 ships 5 peers (codex, gemini, cursor, copilot, qwen). When the user wants a 6th - a peer that exists in the wild but isn't in our capability matrix - you walk them through the verification ladder and produce the 3-file footprint that integrates the peer cleanly. The procedural ladder, adapter scaffold shape, and verification gate live in `./peer-cli-protocol.md`.
15
15
 
16
16
  ## Invocation Contract
17
17
 
@@ -20,7 +20,7 @@ You add a brand-new peer-CLI to gdd's delegation layer. v1.27.0 ships 5 peers (c
20
20
 
21
21
  ## Procedure
22
22
 
23
- ### Step 1 Verification ladder (no edits yet)
23
+ ### Step 1 - Verification ladder (no edits yet)
24
24
 
25
25
  Walk the four-rung ladder in `./peer-cli-protocol.md` §"Verification ladder":
26
26
 
@@ -31,26 +31,26 @@ Walk the four-rung ladder in `./peer-cli-protocol.md` §"Verification ladder":
31
31
 
32
32
  Stop at the first failing rung. Do not proceed to scaffold a broken adapter.
33
33
 
34
- ### Step 2 Generate the adapter scaffold
34
+ ### Step 2 - Generate the adapter scaffold
35
35
 
36
- Copy one of `scripts/lib/peer-cli/adapters/{codex,gemini,cursor,copilot,qwen}.cjs` as the template (pick by protocol ASP for `<protocol>=asp`, else ACP). Replace `ROLES_CLAIMED`, `ROLE_PREFIX`, `name`, `protocol` with the user's values from Step 1. The full adapter scaffold shape `claims`, `dispatch`, exports lives in `./peer-cli-protocol.md` §"Adapter scaffold shape" so consumers (codex/gemini/cursor/copilot/qwen) stay byte-similar.
36
+ Copy one of `scripts/lib/peer-cli/adapters/{codex,gemini,cursor,copilot,qwen}.cjs` as the template (pick by protocol - ASP for `<protocol>=asp`, else ACP). Replace `ROLES_CLAIMED`, `ROLE_PREFIX`, `name`, `protocol` with the user's values from Step 1. The full adapter scaffold shape - `claims`, `dispatch`, exports - lives in `./peer-cli-protocol.md` §"Adapter scaffold shape" so consumers (codex/gemini/cursor/copilot/qwen) stay byte-similar.
37
37
 
38
38
  Write the result to `scripts/lib/peer-cli/adapters/<new-peer-id>.cjs`.
39
39
 
40
- ### Step 3 Three-file footprint
40
+ ### Step 3 - Three-file footprint
41
41
 
42
42
  Per `./peer-cli-protocol.md` §"Three-file footprint":
43
43
 
44
44
  1. New adapter at `scripts/lib/peer-cli/adapters/<new-peer-id>.cjs` (Step 2).
45
- 2. Edit `scripts/lib/install/runtimes.cjs` add `peerBinary` field (platform-aware: `<peer-binary>.cmd` on Windows, plain on POSIX).
46
- 3. Edit `reference/peer-cli-capabilities.md` add matrix row + per-peer section citing the Step 1 verification evidence.
47
- 4. Edit `scripts/lib/peer-cli/registry.cjs` append to `CAPABILITY_MATRIX` (and `KNOWN_PEERS` if separate).
45
+ 2. Edit `scripts/lib/install/runtimes.cjs` - add `peerBinary` field (platform-aware: `<peer-binary>.cmd` on Windows, plain on POSIX).
46
+ 3. Edit `reference/peer-cli-capabilities.md` - add matrix row + per-peer section citing the Step 1 verification evidence.
47
+ 4. Edit `scripts/lib/peer-cli/registry.cjs` - append to `CAPABILITY_MATRIX` (and `KNOWN_PEERS` if separate).
48
48
 
49
- ### Step 4 Verification gate
49
+ ### Step 4 - Verification gate
50
50
 
51
- Run the four-check gate in `./peer-cli-protocol.md` §"Verification gate": `tsc --noEmit`, peer-cli tests, reference-registry round-trip, frontmatter validator. Any failure surface error + offer revert.
51
+ Run the four-check gate in `./peer-cli-protocol.md` §"Verification gate": `tsc --noEmit`, peer-cli tests, reference-registry round-trip, frontmatter validator. Any failure - surface error + offer revert.
52
52
 
53
- ### Step 5 Surface the summary
53
+ ### Step 5 - Surface the summary
54
54
 
55
55
  ```
56
56
  ## peer-cli-add summary