harnessed 3.4.1 → 3.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  // package.json
2
2
  var package_default = {
3
- version: "3.4.1"};
3
+ version: "3.4.2"};
4
4
 
5
5
  // src/index.ts
6
6
  var VERSION = package_default.version;
@@ -1 +1 @@
1
- {"version":3,"sources":["../package.json","../src/index.ts"],"names":[],"mappings":";AAAA,IAAA,eAAA,GAAA;AAAA,EAEE,OAAA,EAAW,OA8Fb,CAAA;;;AC3FO,IAAM,UAAU,eAAA,CAAI","file":"index.mjs","sourcesContent":["{\n \"name\": \"harnessed\",\n \"version\": \"3.4.1\",\n \"description\": \"AI coding harness package manager + composition orchestrator\",\n \"type\": \"module\",\n \"license\": \"Apache-2.0\",\n \"author\": \"easyinplay\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/easyinplay/harnessed.git\"\n },\n \"homepage\": \"https://github.com/easyinplay/harnessed#readme\",\n \"bugs\": \"https://github.com/easyinplay/harnessed/issues\",\n \"keywords\": [\n \"claude-code\",\n \"ai-harness\",\n \"package-manager\",\n \"composition\",\n \"skill-pack\",\n \"mcp\",\n \"orchestrator\"\n ],\n \"engines\": {\n \"node\": \">=22.0.0\"\n },\n \"packageManager\": \"pnpm@10.12.0\",\n \"bin\": {\n \"harnessed\": \"./dist/cli.mjs\"\n },\n \"main\": \"./dist/index.mjs\",\n \"types\": \"./dist/index.d.ts\",\n \"exports\": {\n \".\": {\n \"types\": \"./dist/index.d.ts\",\n \"import\": \"./dist/index.mjs\",\n \"default\": \"./dist/index.mjs\"\n },\n \"./schemas\": {\n \"types\": \"./dist/schemas/index.d.ts\",\n \"import\": \"./dist/schemas/index.mjs\"\n },\n \"./package.json\": \"./package.json\"\n },\n \"files\": [\n \"dist\",\n \"manifests\",\n \"workflows\",\n \"routing\",\n \"config-templates\",\n \"schemas\",\n \"README.md\",\n \"LICENSE\",\n \"NOTICE\"\n ],\n \"scripts\": {\n \"dev\": \"tsup --watch\",\n \"build\": \"tsc --noEmit && tsup\",\n \"build:schema\": \"node ./scripts/build-schema.mjs\",\n \"validate:schema\": \"node ./scripts/validate-schema.mjs\",\n \"typecheck\": \"tsc --noEmit\",\n \"test\": \"vitest run --passWithNoTests\",\n \"test:watch\": \"vitest\",\n \"test:coverage\": \"vitest run --coverage --passWithNoTests\",\n \"bench\": \"vitest bench --run\",\n \"lint\": \"biome check .\",\n \"lint:fix\": \"biome check --write .\",\n \"format\": \"biome format --write .\"\n },\n \"dependencies\": {\n \"@anthropic-ai/claude-agent-sdk\": \"0.3.142\",\n \"@clack/prompts\": \"^0.10.1\",\n \"@sinclair/typebox\": \"^0.34.49\",\n \"ajv\": \"^8.20.0\",\n \"ajv-errors\": \"^3.0.0\",\n \"ajv-formats\": \"^3.0.1\",\n \"commander\": \"^13.0.0\",\n \"diff\": \"^9.0.0\",\n \"expr-eval\": \"^2.0.2\",\n \"picocolors\": \"^1.1.1\",\n \"proper-lockfile\": \"^4.1.2\",\n \"yaml\": \"^2.9.0\"\n },\n \"devDependencies\": {\n \"@biomejs/biome\": \"^2.0.0\",\n \"@types/node\": \"^22.10.0\",\n \"@types/proper-lockfile\": \"^4.1.4\",\n \"@vitest/coverage-v8\": \"^4.0.0\",\n \"tsup\": \"^8.3.0\",\n \"typescript\": \"^5.6.0\",\n \"vitest\": \"^4.0.0\"\n },\n \"pnpm\": {\n \"onlyBuiltDependencies\": [\n \"esbuild\"\n ]\n }\n}\n","// Main library entry — re-exports public APIs.\n// phase 1.1 batch 1: skeleton only; schema validator wired in batch 2 (T3+).\n\nimport pkg from '../package.json' with { type: 'json' }\n\nexport const VERSION = pkg.version\n"]}
1
+ {"version":3,"sources":["../package.json","../src/index.ts"],"names":[],"mappings":";AAAA,IAAA,eAAA,GAAA;AAAA,EAEE,OAAA,EAAW,OA8Fb,CAAA;;;AC3FO,IAAM,UAAU,eAAA,CAAI","file":"index.mjs","sourcesContent":["{\n \"name\": \"harnessed\",\n \"version\": \"3.4.2\",\n \"description\": \"AI coding harness package manager + composition orchestrator\",\n \"type\": \"module\",\n \"license\": \"Apache-2.0\",\n \"author\": \"easyinplay\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/easyinplay/harnessed.git\"\n },\n \"homepage\": \"https://github.com/easyinplay/harnessed#readme\",\n \"bugs\": \"https://github.com/easyinplay/harnessed/issues\",\n \"keywords\": [\n \"claude-code\",\n \"ai-harness\",\n \"package-manager\",\n \"composition\",\n \"skill-pack\",\n \"mcp\",\n \"orchestrator\"\n ],\n \"engines\": {\n \"node\": \">=22.0.0\"\n },\n \"packageManager\": \"pnpm@10.12.0\",\n \"bin\": {\n \"harnessed\": \"./dist/cli.mjs\"\n },\n \"main\": \"./dist/index.mjs\",\n \"types\": \"./dist/index.d.ts\",\n \"exports\": {\n \".\": {\n \"types\": \"./dist/index.d.ts\",\n \"import\": \"./dist/index.mjs\",\n \"default\": \"./dist/index.mjs\"\n },\n \"./schemas\": {\n \"types\": \"./dist/schemas/index.d.ts\",\n \"import\": \"./dist/schemas/index.mjs\"\n },\n \"./package.json\": \"./package.json\"\n },\n \"files\": [\n \"dist\",\n \"manifests\",\n \"workflows\",\n \"routing\",\n \"config-templates\",\n \"schemas\",\n \"README.md\",\n \"LICENSE\",\n \"NOTICE\"\n ],\n \"scripts\": {\n \"dev\": \"tsup --watch\",\n \"build\": \"tsc --noEmit && tsup\",\n \"build:schema\": \"node ./scripts/build-schema.mjs\",\n \"validate:schema\": \"node ./scripts/validate-schema.mjs\",\n \"typecheck\": \"tsc --noEmit\",\n \"test\": \"vitest run --passWithNoTests\",\n \"test:watch\": \"vitest\",\n \"test:coverage\": \"vitest run --coverage --passWithNoTests\",\n \"bench\": \"vitest bench --run\",\n \"lint\": \"biome check .\",\n \"lint:fix\": \"biome check --write .\",\n \"format\": \"biome format --write .\"\n },\n \"dependencies\": {\n \"@anthropic-ai/claude-agent-sdk\": \"0.3.142\",\n \"@clack/prompts\": \"^0.10.1\",\n \"@sinclair/typebox\": \"^0.34.49\",\n \"ajv\": \"^8.20.0\",\n \"ajv-errors\": \"^3.0.0\",\n \"ajv-formats\": \"^3.0.1\",\n \"commander\": \"^13.0.0\",\n \"diff\": \"^9.0.0\",\n \"expr-eval\": \"^2.0.2\",\n \"picocolors\": \"^1.1.1\",\n \"proper-lockfile\": \"^4.1.2\",\n \"yaml\": \"^2.9.0\"\n },\n \"devDependencies\": {\n \"@biomejs/biome\": \"^2.0.0\",\n \"@types/node\": \"^22.10.0\",\n \"@types/proper-lockfile\": \"^4.1.4\",\n \"@vitest/coverage-v8\": \"^4.0.0\",\n \"tsup\": \"^8.3.0\",\n \"typescript\": \"^5.6.0\",\n \"vitest\": \"^4.0.0\"\n },\n \"pnpm\": {\n \"onlyBuiltDependencies\": [\n \"esbuild\"\n ]\n }\n}\n","// Main library entry — re-exports public APIs.\n// phase 1.1 batch 1: skeleton only; schema validator wired in batch 2 (T3+).\n\nimport pkg from '../package.json' with { type: 'json' }\n\nexport const VERSION = pkg.version\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "harnessed",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "AI coding harness package manager + composition orchestrator",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -36,7 +36,8 @@ capabilities:
36
36
 
37
37
  grill-with-docs:
38
38
  impl: mattpocock-skills
39
- plugin_namespace: mattpocock-skills
39
+ install_type: user-skill
40
+ skill_dir: grill-with-docs
40
41
  cmd: /grill-with-docs
41
42
  since: v2.0
42
43
  category: tool-slash-cmd
@@ -46,7 +47,8 @@ capabilities:
46
47
 
47
48
  zoom-out:
48
49
  impl: mattpocock-skills
49
- plugin_namespace: mattpocock-skills
50
+ install_type: user-skill
51
+ skill_dir: zoom-out
50
52
  cmd: /zoom-out
51
53
  since: v2.0
52
54
  category: tool-slash-cmd
@@ -56,7 +58,8 @@ capabilities:
56
58
 
57
59
  diagnose:
58
60
  impl: mattpocock-skills
59
- plugin_namespace: mattpocock-skills
61
+ install_type: user-skill
62
+ skill_dir: diagnose
60
63
  cmd: /diagnose
61
64
  since: v2.0
62
65
  category: tool-slash-cmd
@@ -66,8 +69,14 @@ capabilities:
66
69
  - subtask.type == 'debug'
67
70
 
68
71
  caveman:
69
- impl: mattpocock-skills
70
- plugin_namespace: mattpocock-skills
72
+ # v3.4.2: dual-install ("互为补充") — caveman ships BOTH as user-skill
73
+ # (git clone caveman repo into ~/.claude/skills/caveman/) AND as Claude Code
74
+ # plugin (`caveman@caveman` in installed_plugins.json). Resolver detects
75
+ # either; emits combined warning only if BOTH are missing.
76
+ impl: caveman
77
+ install_type: [user-skill, plugin]
78
+ skill_dir: caveman
79
+ plugin_id: caveman
71
80
  cmd: /caveman
72
81
  since: v2.0
73
82
  category: tool-slash-cmd
@@ -77,7 +86,8 @@ capabilities:
77
86
 
78
87
  grill-me:
79
88
  impl: mattpocock-skills
80
- plugin_namespace: mattpocock-skills
89
+ install_type: user-skill
90
+ skill_dir: grill-me
81
91
  cmd: /grill-me
82
92
  since: v2.0
83
93
  category: tool-slash-cmd
@@ -87,7 +97,8 @@ capabilities:
87
97
 
88
98
  to-prd:
89
99
  impl: mattpocock-skills
90
- plugin_namespace: mattpocock-skills
100
+ install_type: user-skill
101
+ skill_dir: to-prd
91
102
  cmd: /to-prd
92
103
  since: v2.0
93
104
  category: tool-slash-cmd
@@ -97,7 +108,8 @@ capabilities:
97
108
 
98
109
  to-issues:
99
110
  impl: mattpocock-skills
100
- plugin_namespace: mattpocock-skills
111
+ install_type: user-skill
112
+ skill_dir: to-issues
101
113
  cmd: /to-issues
102
114
  since: v2.0
103
115
  category: tool-slash-cmd
@@ -107,7 +119,8 @@ capabilities:
107
119
 
108
120
  improve-codebase-architecture:
109
121
  impl: mattpocock-skills
110
- plugin_namespace: mattpocock-skills
122
+ install_type: user-skill
123
+ skill_dir: improve-codebase-architecture
111
124
  cmd: /improve-codebase-architecture
112
125
  since: v2.0
113
126
  category: tool-slash-cmd
@@ -115,9 +128,11 @@ capabilities:
115
128
  fires_when:
116
129
  - phase.architecture_health_audit == true
117
130
 
131
+ # v3.4.2 fix: code-review is a claude-plugins-official PLUGIN (not mattpocock).
118
132
  code-review:
119
- impl: mattpocock-skills
120
- plugin_namespace: mattpocock-skills
133
+ impl: plugin
134
+ install_type: plugin
135
+ plugin_id: code-review
121
136
  cmd: /code-review
122
137
  since: v2.0
123
138
  category: tool-slash-cmd
@@ -125,9 +140,11 @@ capabilities:
125
140
  fires_when:
126
141
  - phase.stage == 'verify'
127
142
 
143
+ # v3.4.2 fix: code-simplifier is a claude-plugins-official PLUGIN (not mattpocock).
128
144
  code-simplifier:
129
- impl: mattpocock-skills
130
- plugin_namespace: mattpocock-skills
145
+ impl: plugin
146
+ install_type: plugin
147
+ plugin_id: code-simplifier
131
148
  cmd: /code-simplifier
132
149
  since: v2.0
133
150
  category: tool-slash-cmd
@@ -137,7 +154,8 @@ capabilities:
137
154
 
138
155
  investigate:
139
156
  impl: mattpocock-skills
140
- plugin_namespace: mattpocock-skills
157
+ install_type: user-skill
158
+ skill_dir: investigate
141
159
  cmd: /investigate
142
160
  since: v2.0
143
161
  category: tool-slash-cmd
@@ -153,9 +171,11 @@ capabilities:
153
171
  # Bucket 2 — special-purpose tools 13 (per D-14 + RESEARCH § 2.2)
154
172
  # ============================================================================
155
173
 
174
+ # v3.4.2 fix: ui-ux-pro-max is a marketplace PLUGIN (ui-ux-pro-max-skill), not gstack.
156
175
  ui-ux-pro-max:
157
- impl: gstack
158
- plugin_namespace: gstack
176
+ impl: plugin
177
+ install_type: plugin
178
+ plugin_id: ui-ux-pro-max
159
179
  cmd: /ui-ux-pro-max
160
180
  since: v2.0
161
181
  category: tool-slash-cmd
@@ -164,9 +184,11 @@ capabilities:
164
184
  - phase.has_ui_changes == true
165
185
  - subtask.type == 'ui_polish'
166
186
 
187
+ # v3.4.2 fix: frontend-design is a claude-plugins-official PLUGIN, not gstack.
167
188
  frontend-design:
168
- impl: gstack
169
- plugin_namespace: gstack
189
+ impl: plugin
190
+ install_type: plugin
191
+ plugin_id: frontend-design
170
192
  cmd: /frontend-design
171
193
  since: v2.0
172
194
  category: tool-slash-cmd
@@ -194,7 +216,8 @@ capabilities:
194
216
 
195
217
  webapp-testing:
196
218
  impl: gstack
197
- plugin_namespace: gstack
219
+ install_type: user-skill
220
+ skill_dir: gstack
198
221
  cmd: /webapp-testing
199
222
  since: v2.0
200
223
  category: tool-bundled-skill
@@ -240,7 +263,8 @@ capabilities:
240
263
 
241
264
  gsd-discuss-phase:
242
265
  impl: gsd
243
- plugin_namespace: gsd
266
+ install_type: user-skill
267
+ skill_dir: gsd-discuss-phase
244
268
  cmd: /gsd-discuss-phase
245
269
  since: v2.0
246
270
  category: tool-slash-cmd
@@ -250,7 +274,8 @@ capabilities:
250
274
 
251
275
  gsd-plan-phase:
252
276
  impl: gsd
253
- plugin_namespace: gsd
277
+ install_type: user-skill
278
+ skill_dir: gsd-plan-phase
254
279
  cmd: /gsd-plan-phase
255
280
  since: v2.0
256
281
  category: tool-slash-cmd
@@ -260,7 +285,8 @@ capabilities:
260
285
 
261
286
  gsd-review:
262
287
  impl: gsd
263
- plugin_namespace: gsd
288
+ install_type: user-skill
289
+ skill_dir: gsd-review
264
290
  cmd: /gsd-review
265
291
  since: v2.0
266
292
  category: tool-slash-cmd
@@ -270,7 +296,8 @@ capabilities:
270
296
 
271
297
  gsd-debug:
272
298
  impl: gsd
273
- plugin_namespace: gsd
299
+ install_type: user-skill
300
+ skill_dir: gsd-debug
274
301
  cmd: /gsd-debug
275
302
  since: v2.0
276
303
  category: tool-slash-cmd
@@ -282,7 +309,8 @@ capabilities:
282
309
 
283
310
  gsd-progress:
284
311
  impl: gsd
285
- plugin_namespace: gsd
312
+ install_type: user-skill
313
+ skill_dir: gsd-progress
286
314
  cmd: /gsd-progress
287
315
  since: v2.0
288
316
  category: tool-slash-cmd
@@ -292,7 +320,8 @@ capabilities:
292
320
 
293
321
  gsd-verify-work:
294
322
  impl: gsd
295
- plugin_namespace: gsd
323
+ install_type: user-skill
324
+ skill_dir: gsd-verify-work
296
325
  cmd: /gsd-verify-work
297
326
  since: v2.0
298
327
  category: tool-slash-cmd
@@ -306,7 +335,8 @@ capabilities:
306
335
 
307
336
  gstack-office-hours:
308
337
  impl: gstack
309
- plugin_namespace: gstack
338
+ install_type: user-skill
339
+ skill_dir: gstack
310
340
  cmd: /office-hours
311
341
  since: v2.0
312
342
  category: tool-slash-cmd
@@ -316,7 +346,8 @@ capabilities:
316
346
 
317
347
  gstack-plan-ceo-review:
318
348
  impl: gstack
319
- plugin_namespace: gstack
349
+ install_type: user-skill
350
+ skill_dir: gstack
320
351
  cmd: /plan-ceo-review
321
352
  since: v2.0
322
353
  category: tool-slash-cmd
@@ -326,7 +357,8 @@ capabilities:
326
357
 
327
358
  gstack-review:
328
359
  impl: gstack
329
- plugin_namespace: gstack
360
+ install_type: user-skill
361
+ skill_dir: gstack
330
362
  cmd: /review
331
363
  since: v2.0
332
364
  category: tool-slash-cmd
@@ -336,7 +368,8 @@ capabilities:
336
368
 
337
369
  gstack-qa:
338
370
  impl: gstack
339
- plugin_namespace: gstack
371
+ install_type: user-skill
372
+ skill_dir: gstack
340
373
  cmd: /qa
341
374
  since: v2.0
342
375
  category: tool-slash-cmd
@@ -346,7 +379,8 @@ capabilities:
346
379
 
347
380
  gstack-cso:
348
381
  impl: gstack
349
- plugin_namespace: gstack
382
+ install_type: user-skill
383
+ skill_dir: gstack
350
384
  cmd: /cso
351
385
  since: v2.0
352
386
  category: tool-slash-cmd
@@ -356,7 +390,8 @@ capabilities:
356
390
 
357
391
  gstack-design-review:
358
392
  impl: gstack
359
- plugin_namespace: gstack
393
+ install_type: user-skill
394
+ skill_dir: gstack
360
395
  cmd: /design-review
361
396
  since: v2.0
362
397
  category: tool-slash-cmd
@@ -389,7 +424,8 @@ capabilities:
389
424
  # cmd `/plan` invocation → plugin 真生成 3 file 持久化, NOT fs.writeFile self-impl。
390
425
  planning-with-files:
391
426
  impl: claude-code-plugin
392
- plugin_namespace: planning-with-files
427
+ install_type: plugin
428
+ plugin_id: planning-with-files
393
429
  cmd: /plan
394
430
  since: v2.0
395
431
  category: tool-plugin
@@ -405,10 +441,13 @@ capabilities:
405
441
  - phase.stage == 'plan' AND phase.requires_persisted_plan == true
406
442
 
407
443
  # D-10: ralph-loop 真接 SDK wrapper (NOT mock reference; sister Phase 2.2 v0.2.0 ship)
444
+ # v3.4.2: ralph-loop is a claude-plugins-official plugin; cmd is the bare `/ralph-loop`
445
+ # (verified: ralph-loop@claude-plugins-official in installed_plugins.json).
408
446
  ralph-loop:
409
- impl: bundled-skill
410
- plugin_namespace: ralph-loop
411
- cmd: ralph-loop
447
+ impl: plugin
448
+ install_type: plugin
449
+ plugin_id: ralph-loop
450
+ cmd: /ralph-loop
412
451
  since: v2.0
413
452
  category: tool-bundled-skill
414
453
  description: Sub-task completion gate (verbatim COMPLETE; max-iterations fallback)
@@ -549,7 +588,8 @@ capabilities:
549
588
 
550
589
  autoplan:
551
590
  impl: gstack
552
- plugin_namespace: gstack
591
+ install_type: user-skill
592
+ skill_dir: gstack
553
593
  cmd: /autoplan
554
594
  since: v3.0
555
595
  category: tool-slash-cmd
@@ -559,7 +599,8 @@ capabilities:
559
599
 
560
600
  codex:
561
601
  impl: gstack
562
- plugin_namespace: gstack
602
+ install_type: user-skill
603
+ skill_dir: gstack
563
604
  cmd: /codex
564
605
  since: v3.0
565
606
  category: tool-slash-cmd
@@ -569,7 +610,8 @@ capabilities:
569
610
 
570
611
  design-shotgun:
571
612
  impl: gstack
572
- plugin_namespace: gstack
613
+ install_type: user-skill
614
+ skill_dir: gstack
573
615
  cmd: /design-shotgun
574
616
  since: v3.0
575
617
  category: tool-slash-cmd
@@ -579,7 +621,8 @@ capabilities:
579
621
 
580
622
  design-html:
581
623
  impl: gstack
582
- plugin_namespace: gstack
624
+ install_type: user-skill
625
+ skill_dir: gstack
583
626
  cmd: /design-html
584
627
  since: v3.0
585
628
  category: tool-slash-cmd
@@ -589,7 +632,8 @@ capabilities:
589
632
 
590
633
  design-consultation:
591
634
  impl: gstack
592
- plugin_namespace: gstack
635
+ install_type: user-skill
636
+ skill_dir: gstack
593
637
  cmd: /design-consultation
594
638
  since: v3.0
595
639
  category: tool-slash-cmd
@@ -599,7 +643,8 @@ capabilities:
599
643
 
600
644
  plan-design-review:
601
645
  impl: gstack
602
- plugin_namespace: gstack
646
+ install_type: user-skill
647
+ skill_dir: gstack
603
648
  cmd: /plan-design-review
604
649
  since: v3.0
605
650
  category: tool-slash-cmd
@@ -609,7 +654,8 @@ capabilities:
609
654
 
610
655
  plan-devex-review:
611
656
  impl: gstack
612
- plugin_namespace: gstack
657
+ install_type: user-skill
658
+ skill_dir: gstack
613
659
  cmd: /plan-devex-review
614
660
  since: v3.0
615
661
  category: tool-slash-cmd
@@ -619,7 +665,8 @@ capabilities:
619
665
 
620
666
  plan-eng-review:
621
667
  impl: gstack
622
- plugin_namespace: gstack
668
+ install_type: user-skill
669
+ skill_dir: gstack
623
670
  cmd: /plan-eng-review
624
671
  since: v3.0
625
672
  category: tool-slash-cmd
@@ -629,7 +676,8 @@ capabilities:
629
676
 
630
677
  plan-tune:
631
678
  impl: gstack
632
- plugin_namespace: gstack
679
+ install_type: user-skill
680
+ skill_dir: gstack
633
681
  cmd: /plan-tune
634
682
  since: v3.0
635
683
  category: tool-slash-cmd
@@ -639,7 +687,8 @@ capabilities:
639
687
 
640
688
  context-save:
641
689
  impl: gstack
642
- plugin_namespace: gstack
690
+ install_type: user-skill
691
+ skill_dir: gstack
643
692
  cmd: /context-save
644
693
  since: v3.0
645
694
  category: tool-slash-cmd
@@ -649,7 +698,8 @@ capabilities:
649
698
 
650
699
  context-restore:
651
700
  impl: gstack
652
- plugin_namespace: gstack
701
+ install_type: user-skill
702
+ skill_dir: gstack
653
703
  cmd: /context-restore
654
704
  since: v3.0
655
705
  category: tool-slash-cmd
@@ -659,7 +709,8 @@ capabilities:
659
709
 
660
710
  qa-only:
661
711
  impl: gstack
662
- plugin_namespace: gstack
712
+ install_type: user-skill
713
+ skill_dir: gstack
663
714
  cmd: /qa-only
664
715
  since: v3.0
665
716
  category: tool-slash-cmd
@@ -669,7 +720,8 @@ capabilities:
669
720
 
670
721
  devex-review:
671
722
  impl: gstack
672
- plugin_namespace: gstack
723
+ install_type: user-skill
724
+ skill_dir: gstack
673
725
  cmd: /devex-review
674
726
  since: v3.0
675
727
  category: tool-slash-cmd
@@ -679,7 +731,8 @@ capabilities:
679
731
 
680
732
  benchmark:
681
733
  impl: gstack
682
- plugin_namespace: gstack
734
+ install_type: user-skill
735
+ skill_dir: gstack
683
736
  cmd: /benchmark
684
737
  since: v3.0
685
738
  category: tool-slash-cmd
@@ -689,7 +742,8 @@ capabilities:
689
742
 
690
743
  browse:
691
744
  impl: gstack
692
- plugin_namespace: gstack
745
+ install_type: user-skill
746
+ skill_dir: gstack
693
747
  cmd: /browse
694
748
  since: v3.0
695
749
  category: tool-slash-cmd
@@ -699,7 +753,8 @@ capabilities:
699
753
 
700
754
  open-gstack-browser:
701
755
  impl: gstack
702
- plugin_namespace: gstack
756
+ install_type: user-skill
757
+ skill_dir: gstack
703
758
  cmd: /open-gstack-browser
704
759
  since: v3.0
705
760
  category: tool-slash-cmd
@@ -709,7 +764,8 @@ capabilities:
709
764
 
710
765
  connect-chrome:
711
766
  impl: gstack
712
- plugin_namespace: gstack
767
+ install_type: user-skill
768
+ skill_dir: gstack
713
769
  cmd: /connect-chrome
714
770
  since: v3.x
715
771
  category: tool-slash-cmd
@@ -719,7 +775,8 @@ capabilities:
719
775
 
720
776
  setup-browser-cookies:
721
777
  impl: gstack
722
- plugin_namespace: gstack
778
+ install_type: user-skill
779
+ skill_dir: gstack
723
780
  cmd: /setup-browser-cookies
724
781
  since: v3.0
725
782
  category: tool-slash-cmd
@@ -729,7 +786,8 @@ capabilities:
729
786
 
730
787
  ship:
731
788
  impl: gstack
732
- plugin_namespace: gstack
789
+ install_type: user-skill
790
+ skill_dir: gstack
733
791
  cmd: /ship
734
792
  since: v3.0
735
793
  category: tool-slash-cmd
@@ -740,7 +798,8 @@ capabilities:
740
798
 
741
799
  land-and-deploy:
742
800
  impl: gstack
743
- plugin_namespace: gstack
801
+ install_type: user-skill
802
+ skill_dir: gstack
744
803
  cmd: /land-and-deploy
745
804
  since: v3.0
746
805
  category: tool-slash-cmd
@@ -750,7 +809,8 @@ capabilities:
750
809
 
751
810
  setup-deploy:
752
811
  impl: gstack
753
- plugin_namespace: gstack
812
+ install_type: user-skill
813
+ skill_dir: gstack
754
814
  cmd: /setup-deploy
755
815
  since: v3.0
756
816
  category: tool-slash-cmd
@@ -760,7 +820,8 @@ capabilities:
760
820
 
761
821
  setup-gbrain:
762
822
  impl: gstack
763
- plugin_namespace: gstack
823
+ install_type: user-skill
824
+ skill_dir: gstack
764
825
  cmd: /setup-gbrain
765
826
  since: v3.0
766
827
  category: tool-slash-cmd
@@ -770,7 +831,8 @@ capabilities:
770
831
 
771
832
  canary:
772
833
  impl: gstack
773
- plugin_namespace: gstack
834
+ install_type: user-skill
835
+ skill_dir: gstack
774
836
  cmd: /canary
775
837
  since: v3.0
776
838
  category: tool-slash-cmd
@@ -780,7 +842,8 @@ capabilities:
780
842
 
781
843
  document-release:
782
844
  impl: gstack
783
- plugin_namespace: gstack
845
+ install_type: user-skill
846
+ skill_dir: gstack
784
847
  cmd: /document-release
785
848
  since: v3.0
786
849
  category: tool-slash-cmd
@@ -790,7 +853,8 @@ capabilities:
790
853
 
791
854
  document-generate:
792
855
  impl: gstack
793
- plugin_namespace: gstack
856
+ install_type: user-skill
857
+ skill_dir: gstack
794
858
  cmd: /document-generate
795
859
  since: v3.0
796
860
  category: tool-slash-cmd
@@ -800,7 +864,8 @@ capabilities:
800
864
 
801
865
  careful:
802
866
  impl: gstack
803
- plugin_namespace: gstack
867
+ install_type: user-skill
868
+ skill_dir: gstack
804
869
  cmd: /careful
805
870
  since: v3.0
806
871
  category: tool-slash-cmd
@@ -811,7 +876,8 @@ capabilities:
811
876
 
812
877
  guard:
813
878
  impl: gstack
814
- plugin_namespace: gstack
879
+ install_type: user-skill
880
+ skill_dir: gstack
815
881
  cmd: /guard
816
882
  since: v3.0
817
883
  category: tool-slash-cmd
@@ -821,7 +887,8 @@ capabilities:
821
887
 
822
888
  freeze:
823
889
  impl: gstack
824
- plugin_namespace: gstack
890
+ install_type: user-skill
891
+ skill_dir: gstack
825
892
  cmd: /freeze
826
893
  since: v3.0
827
894
  category: tool-slash-cmd
@@ -831,7 +898,8 @@ capabilities:
831
898
 
832
899
  unfreeze:
833
900
  impl: gstack
834
- plugin_namespace: gstack
901
+ install_type: user-skill
902
+ skill_dir: gstack
835
903
  cmd: /unfreeze
836
904
  since: v3.0
837
905
  category: tool-slash-cmd
@@ -841,7 +909,8 @@ capabilities:
841
909
 
842
910
  gstack-upgrade:
843
911
  impl: gstack
844
- plugin_namespace: gstack
912
+ install_type: user-skill
913
+ skill_dir: gstack
845
914
  cmd: /gstack-upgrade
846
915
  since: v3.0
847
916
  category: tool-slash-cmd
@@ -851,7 +920,8 @@ capabilities:
851
920
 
852
921
  learn:
853
922
  impl: gstack
854
- plugin_namespace: gstack
923
+ install_type: user-skill
924
+ skill_dir: gstack
855
925
  cmd: /learn
856
926
  since: v3.0
857
927
  category: tool-slash-cmd
@@ -861,7 +931,8 @@ capabilities:
861
931
 
862
932
  health:
863
933
  impl: gstack
864
- plugin_namespace: gstack
934
+ install_type: user-skill
935
+ skill_dir: gstack
865
936
  cmd: /health
866
937
  since: v3.0
867
938
  category: tool-slash-cmd
@@ -871,7 +942,8 @@ capabilities:
871
942
 
872
943
  make-pdf:
873
944
  impl: gstack
874
- plugin_namespace: gstack
945
+ install_type: user-skill
946
+ skill_dir: gstack
875
947
  cmd: /make-pdf
876
948
  since: v3.0
877
949
  category: tool-slash-cmd
@@ -882,7 +954,8 @@ capabilities:
882
954
  # 2 alias suffix `-gstack` (避免命名冲突 per Pattern A E.2)
883
955
  retro-gstack:
884
956
  impl: gstack
885
- plugin_namespace: gstack
957
+ install_type: user-skill
958
+ skill_dir: gstack
886
959
  cmd: /retro
887
960
  since: v3.0
888
961
  category: tool-slash-cmd
@@ -894,7 +967,8 @@ capabilities:
894
967
 
895
968
  investigate-gstack:
896
969
  impl: gstack
897
- plugin_namespace: gstack
970
+ install_type: user-skill
971
+ skill_dir: gstack
898
972
  cmd: /investigate
899
973
  since: v3.0
900
974
  category: tool-slash-cmd
@@ -935,7 +1009,8 @@ capabilities:
935
1009
 
936
1010
  gsd-research-phase:
937
1011
  impl: gsd
938
- plugin_namespace: gsd
1012
+ install_type: user-skill
1013
+ skill_dir: gsd-research-phase
939
1014
  cmd: /gsd-research-phase
940
1015
  since: v3.0
941
1016
  category: tool-slash-cmd
@@ -56,9 +56,12 @@ Sister `workflows/judgments/phase-gate.yaml`:
56
56
 
57
57
  Use the SlashCommand tool to run: `{{ capabilities.gsd-discuss-phase.cmd }}`
58
58
 
59
- (If the rendered cmd above is the bare `/gsd-discuss-phase` accompanied by a `⚠️ ... not installed`
60
- warning from `harnessed setup`, install the missing plugin first then re-run
61
- `harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
59
+ (If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
60
+ capability is missing on disk. Install it (`claude plugin install <name>` for
61
+ plugins, or follow the official install instructions for user-skills e.g. for
62
+ gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
63
+ `cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
64
+ this SKILL.md and clear the warning.)
62
65
 
63
66
  ## References
64
67