@lifeaitools/rdc-skills 0.25.10 → 0.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/.claude-plugin/plugin.json +1608 -1551
  2. package/.github/workflows/self-test.yml +34 -34
  3. package/CHANGELOG.md +332 -319
  4. package/MANIFEST.md +224 -224
  5. package/README.md +368 -367
  6. package/RELEASE.md +50 -45
  7. package/bin/rdc-skills-mcp.mjs +1 -1
  8. package/commands/build.md +181 -181
  9. package/commands/collab.md +180 -180
  10. package/commands/deploy.md +173 -148
  11. package/commands/fixit.md +150 -150
  12. package/commands/handoff.md +173 -173
  13. package/commands/overnight.md +220 -220
  14. package/commands/plan.md +158 -158
  15. package/commands/preplan.md +131 -131
  16. package/commands/prototype.md +145 -145
  17. package/commands/report.md +99 -99
  18. package/commands/review.md +120 -120
  19. package/commands/status.md +86 -86
  20. package/commands/workitems.md +127 -127
  21. package/deploy/install-systemd.sh +16 -0
  22. package/deploy/systemd/rdc-skills-mcp.service +19 -0
  23. package/git-sha.json +1 -1
  24. package/guides/agent-bootstrap.md +195 -195
  25. package/guides/agents/backend.md +102 -102
  26. package/guides/agents/content.md +94 -94
  27. package/guides/agents/cs2.md +56 -56
  28. package/guides/agents/data.md +86 -86
  29. package/guides/agents/design.md +77 -77
  30. package/guides/agents/frontend.md +91 -91
  31. package/guides/agents/infrastructure.md +81 -81
  32. package/guides/agents/setup.md +272 -272
  33. package/guides/agents/verify.md +119 -119
  34. package/guides/agents/viz.md +106 -106
  35. package/guides/orchestration-epic.md +17 -0
  36. package/hooks/check-rdc-environment.js +172 -378
  37. package/hooks/lib/box-lock.js +4 -5
  38. package/package.json +1 -2
  39. package/scripts/install-rdc-skills.js +19 -264
  40. package/scripts/probe-installed-hooks.mjs +2 -2
  41. package/scripts/self-test.mjs +1459 -1459
  42. package/scripts/validate-publish-manifests.js +502 -502
  43. package/skills/build/SKILL.md +662 -578
  44. package/skills/channel-formatter/SKILL.md +538 -538
  45. package/skills/collab/SKILL.md +239 -239
  46. package/skills/convert/SKILL.md +138 -138
  47. package/skills/deploy/SKILL.md +593 -541
  48. package/skills/design/SKILL.md +205 -205
  49. package/skills/env/SKILL.md +146 -139
  50. package/skills/fixit/SKILL.md +203 -203
  51. package/skills/handoff/SKILL.md +236 -236
  52. package/skills/housekeeping/SKILL.md +189 -189
  53. package/skills/onramp/SKILL.md +1459 -1459
  54. package/skills/overnight/SKILL.md +251 -251
  55. package/skills/plan/SKILL.md +345 -345
  56. package/skills/preplan/SKILL.md +90 -90
  57. package/skills/prototype/SKILL.md +150 -150
  58. package/skills/refactor/SKILL.md +51 -0
  59. package/skills/regen-media/SKILL.md +94 -94
  60. package/skills/release/SKILL.md +140 -140
  61. package/skills/report/SKILL.md +100 -100
  62. package/skills/review/SKILL.md +151 -151
  63. package/skills/self-test/SKILL.md +108 -108
  64. package/skills/status/SKILL.md +99 -99
  65. package/skills/tests/MATRIX.md +59 -55
  66. package/skills/tests/README.md +1 -1
  67. package/skills/tests/onramp.test.json +101 -87
  68. package/skills/tests/rdc-env.test.json +12 -0
  69. package/skills/tests/rdc-new-model.test.json +12 -0
  70. package/skills/tests/rdc-refactor.test.json +29 -0
  71. package/skills/tests/rdc-regen-media.test.json +29 -29
  72. package/skills/watch/SKILL.md +84 -84
  73. package/skills/workitems/SKILL.md +151 -151
  74. package/tests/no-local-pm2.test.mjs +45 -0
  75. package/scripts/local-install-with-stop.sh +0 -41
  76. package/scripts/probe-lock-holders.mjs +0 -36
  77. package/scripts/rebuild-mcp.mjs +0 -107
@@ -1,1434 +1,1491 @@
1
- {
2
- "name": "rdc",
3
- "version": "0.25.5",
4
- "description": "RDC typed-agent dispatch skill suite for Claude Code — plan, build, review, overnight unattended builds with work-item tracking and TDD enforcement.",
5
- "author": {
6
- "name": "LIFEAI",
7
- "email": "support@lifeai.tools"
8
- },
9
- "homepage": "https://github.com/LIFEAI/rdc-skills",
10
- "repository": "https://github.com/LIFEAI/rdc-skills",
11
- "skills_meta_schema": {
12
- "$comment": "Schema for entries in skills_meta. Each skill object has the same shape.",
13
- "name": "string — skill slug (matches directory name under skills/)",
14
- "slash": "string — slash-command form, e.g. 'rdc:build'",
15
- "category": "planning | build | deploy | release | reporting | tooling | infra | dev-loop",
16
- "usage": "string — single-line invocation example",
17
- "args": {
18
- "positional": "array of { name, required, description, accepts }",
19
- "flags": "array of { name, type, default, description }"
20
- },
21
- "requires": "array of capabilities — subset of: supabase, clauth, codeflow, neo4j, github, coolify, pm2, npm, git, codeflow-http, agent-dispatch, work-items-rpc",
22
- "produces": "array of side effects — subset of: work_items, git_commits, supabase_writes, git_pushes, deploys, npm_publishes, .rdc/plans/, .rdc/reports/, prototype_registry, akg_ingests",
23
- "default_model": "opus | sonnet | haiku | inherit",
24
- "triggers": "array of natural-language phrases that should suggest this skill",
25
- "follows": "array of skill names that typically run before this one",
26
- "leads_to": "array of skill names that typically run after this one",
27
- "sandbox_aware": "bool — true if skill honors RDC_TEST=1 short-circuit",
28
- "output_contract": "string — relative path to the skill's output contract (usually guides/output-contract.md)",
29
- "enabled_default": "bool — installer default; user can override in settings.json",
30
- "codeflow_required": "bool — true if the skill MUST consult CodeFlow before acting on the codebase"
31
- },
32
- "skills_meta": {
33
- "channel-formatter": {
34
- "name": "channel-formatter",
35
- "slash": "rdc:channel-formatter",
36
- "category": "tooling",
37
- "usage": "rdc:channel-formatter <channel|pack> [content]",
38
- "args": {
39
- "positional": [
40
- {
41
- "name": "channel",
42
- "required": false,
43
- "description": "Target channel or pack: linkedin | twitter | twitter-thread | slack | email-ext | email-int | pitch-deck | word | pdf-report | web | strict-format | social-pack | campaign-pack | exec-pack | launch-pack. Inferred from the request if omitted.",
44
- "accepts": "string"
45
- },
46
- {
47
- "name": "content",
48
- "required": false,
49
- "description": "Text/content to format or repurpose. If omitted, formats or repurposes content from the surrounding conversation.",
50
- "accepts": "string"
51
- }
52
- ],
53
- "flags": []
54
- },
55
- "requires": [],
56
- "produces": [],
57
- "default_model": "inherit",
58
- "triggers": [
59
- "format this for linkedin",
60
- "turn this article into a linkedin post",
61
- "repurpose this article",
62
- "make a content pack",
63
- "make a social pack",
64
- "make a campaign pack",
65
- "turn this into a twitter thread",
66
- "make posts from this",
67
- "write launch posts",
68
- "format this for social",
69
- "extract posts from this report",
70
- "write a tweet",
71
- "social media post",
72
- "draft an email",
73
- "make this a slide",
74
- "format for slack",
75
- "reformat this for"
76
- ],
77
- "follows": [],
78
- "leads_to": [
79
- "convert",
80
- "brochure",
81
- "rdc-brochurify",
82
- "lifeai-brochure-author"
83
- ],
84
- "sandbox_aware": true,
85
- "output_contract": "guides/output-contract.md",
86
- "enabled_default": true,
87
- "codeflow_required": false
88
- },
89
- "brochure": {
90
- "name": "brochure",
91
- "slash": "rdc:brochure",
92
- "category": "tooling",
93
- "usage": "rdc:brochure <input> [--out path] [--template name] [--format Letter|A4]",
94
- "args": {
95
- "positional": [
96
- {
97
- "name": "input",
98
- "required": true,
99
- "description": "Path to .zip, folder, .html, .md, or http(s)://... URL",
100
- "accepts": "path|url"
101
- }
102
- ],
103
- "flags": [
104
- {
105
- "name": "--out",
106
- "type": "path",
107
- "default": null,
108
- "description": "Output PDF path. Defaults to <input-basename>.pdf next to the input."
109
- },
110
- {
111
- "name": "--template",
112
- "type": "string",
113
- "default": "studio-default",
114
- "description": "Compose-mode template (scaffold/templates/brochure-<name>.html)."
115
- },
116
- {
117
- "name": "--format",
118
- "type": "string",
119
- "default": "Letter",
120
- "description": "Page size: Letter or A4."
121
- },
122
- {
123
- "name": "--margin",
124
- "type": "string",
125
- "default": null,
126
- "description": "Override CSS @page margin (e.g. \"0.5in\")."
127
- },
128
- {
129
- "name": "--no-print-emulate",
130
- "type": "bool",
131
- "default": false,
132
- "description": "Render with screen media instead of print."
133
- },
134
- {
135
- "name": "--keep-workdir",
136
- "type": "bool",
137
- "default": false,
138
- "description": "Keep the staged working directory for inspection."
139
- }
140
- ]
141
- },
142
- "requires": [],
143
- "produces": [
144
- "pdf_artifact"
145
- ],
146
- "default_model": "sonnet",
147
- "triggers": [
148
- "make a brochure",
149
- "render this html to pdf",
150
- "convert this zip to pdf",
151
- "puppeteer pdf",
152
- "print this to pdf"
153
- ],
154
- "follows": [],
155
- "leads_to": [],
156
- "sandbox_aware": true,
157
- "output_contract": "guides/output-contract.md",
158
- "enabled_default": true,
159
- "codeflow_required": false
160
- },
161
- "rdc-brochurify": {
162
- "name": "rdc-brochurify",
163
- "slash": "rdc:brochurify",
164
- "category": "tooling",
165
- "usage": "rdc:brochurify <source|job-payload>",
166
- "args": {
167
- "positional": [
168
- {
169
- "name": "source",
170
- "required": true,
171
- "description": "URL, HTML, DOCX, Markdown, JSX, corpus query, or broker job payload to turn into a brochure PDF.",
172
- "accepts": "path|url|json|string"
173
- }
174
- ],
175
- "flags": []
176
- },
177
- "requires": [
178
- "agent-dispatch"
179
- ],
180
- "produces": [
181
- "pdf_artifact",
182
- ".rdc/reports/"
183
- ],
184
- "default_model": "opus",
185
- "triggers": [
186
- "rdc:brochurify",
187
- "brochurify this",
188
- "make a brochure from",
189
- "convert this to a brochure PDF",
190
- "generate brochure from",
191
- "monkey_dispatch payload with skill=\"brochurify\""
192
- ],
193
- "follows": [
194
- "channel-formatter",
195
- "convert",
196
- "lifeai-brochure-author"
197
- ],
198
- "leads_to": [],
199
- "sandbox_aware": true,
200
- "output_contract": "guides/output-contract.md",
201
- "enabled_default": true,
202
- "codeflow_required": false
203
- },
204
- "lifeai-brochure-author": {
205
- "name": "lifeai-brochure-author",
206
- "slash": "lifeai-brochure-author",
207
- "category": "tooling",
208
- "usage": "lifeai-brochure-author <brochure-jsx-task>",
209
- "args": {
210
- "positional": [
211
- {
212
- "name": "brochure-jsx-task",
213
- "required": true,
214
- "description": "Brief, source content, or JSX verification task for @lifeai/brochure-kit output.",
215
- "accepts": "string|path"
216
- }
217
- ],
218
- "flags": []
219
- },
220
- "requires": [],
221
- "produces": [
222
- "brochure_jsx_guidance"
223
- ],
224
- "default_model": "opus",
225
- "triggers": [
226
- "write a brochure",
227
- "make a one-pager",
228
- "draft a PDF report",
229
- "design a brochure",
230
- "create an investor doc",
231
- "generate a fact sheet",
232
- "brochurify",
233
- "@lifeai/brochure-kit"
234
- ],
235
- "follows": [],
236
- "leads_to": [
237
- "rdc-brochurify"
238
- ],
239
- "sandbox_aware": false,
240
- "output_contract": "guides/output-contract.md",
241
- "enabled_default": true,
242
- "codeflow_required": false
243
- },
244
- "build": {
245
- "name": "build",
246
- "slash": "rdc:build",
247
- "category": "build",
248
- "usage": "rdc:build <epic-id>",
249
- "args": {
250
- "positional": [
251
- {
252
- "name": "epic-id",
253
- "required": true,
254
- "description": "UUID of a work_items epic with todo children",
255
- "accepts": "uuid"
256
- }
257
- ],
258
- "flags": [
259
- {
260
- "name": "--no-review",
261
- "type": "bool",
262
- "default": false,
263
- "description": "Skip the mandatory per-wave code-review gate (NOT recommended)"
264
- }
265
- ]
266
- },
267
- "requires": [
268
- "supabase",
269
- "clauth",
270
- "codeflow",
271
- "agent-dispatch",
272
- "work-items-rpc",
273
- "git"
274
- ],
275
- "produces": [
276
- "git_commits",
277
- "work_items",
278
- "supabase_writes",
279
- "git_pushes"
280
- ],
281
- "default_model": "opus",
282
- "triggers": [
283
- "build the epic",
284
- "execute the plan",
285
- "dispatch agents",
286
- "run rdc build"
287
- ],
288
- "follows": [
289
- "plan",
290
- "handoff"
291
- ],
292
- "leads_to": [
293
- "review",
294
- "report"
295
- ],
296
- "sandbox_aware": true,
297
- "output_contract": "guides/output-contract.md",
298
- "enabled_default": true,
299
- "codeflow_required": true
300
- },
301
- "co-develop": {
302
- "name": "co-develop",
303
- "slash": "rdc:co-develop",
304
- "category": "dev-loop",
305
- "usage": "rdc:co-develop <ask|reply|inbox|start|resume|status>",
306
- "args": {
307
- "positional": [
308
- {
309
- "name": "subcommand",
310
- "required": true,
311
- "description": "Action verb",
312
- "accepts": "ask | reply | inbox | start | resume | status"
313
- }
314
- ],
315
- "flags": [
316
- {
317
- "name": "--wait",
318
- "type": "bool",
319
- "default": false,
320
- "description": "Block until peer responds (default for `ask`)"
321
- }
322
- ]
323
- },
324
- "requires": [
325
- "clauth"
326
- ],
327
- "produces": [],
328
- "default_model": "inherit",
329
- "triggers": [
330
- "ask codex",
331
- "send to codex",
332
- "claude codex co-development",
333
- "peer-aware delegation"
334
- ],
335
- "follows": [],
336
- "leads_to": [],
337
- "sandbox_aware": true,
338
- "output_contract": "guides/output-contract.md",
339
- "enabled_default": true,
340
- "codeflow_required": false
341
- },
342
- "collab": {
343
- "name": "collab",
344
- "slash": "rdc:collab",
345
- "category": "dev-loop",
346
- "usage": "rdc:collab --session <session_id>",
347
- "args": {
348
- "positional": [],
349
- "flags": [
350
- {
351
- "name": "--session",
352
- "type": "string",
353
- "default": null,
354
- "description": "claude.ai session id to relay with",
355
- "required": true
356
- }
357
- ]
358
- },
359
- "requires": [
360
- "clauth",
361
- "git"
362
- ],
363
- "produces": [
364
- "git_commits",
365
- "git_pushes"
366
- ],
367
- "default_model": "inherit",
368
- "triggers": [
369
- "collab with claude ai",
370
- "relay session",
371
- "bidirectional session"
372
- ],
373
- "follows": [],
374
- "leads_to": [],
375
- "sandbox_aware": true,
376
- "output_contract": "guides/output-contract.md",
377
- "enabled_default": true,
378
- "codeflow_required": true
379
- },
380
- "convert": {
381
- "name": "convert",
382
- "slash": "rdc:convert",
383
- "category": "tooling",
384
- "usage": "rdc:convert <input> [--out <dir>] [--to markdown|word] [--images assets|base64|s3]",
385
- "args": {
386
- "positional": [
387
- {
388
- "name": "input",
389
- "required": true,
390
- "description": "One or more .docx, .pptx, .ppt, or .md files or directories",
391
- "accepts": "path"
392
- }
393
- ],
394
- "flags": [
395
- {
396
- "name": "--out",
397
- "type": "path",
398
- "default": null,
399
- "description": "Output directory for the converted tree."
400
- },
401
- {
402
- "name": "--out-same-dir",
403
- "type": "bool",
404
- "default": false,
405
- "description": "Write .md, .assets, and reports beside each source file."
406
- },
407
- {
408
- "name": "--to",
409
- "type": "string",
410
- "default": "auto",
411
- "description": "Output target: auto | markdown | word."
412
- },
413
- {
414
- "name": "--images",
415
- "type": "string",
416
- "default": "assets",
417
- "description": "Image handling: assets | base64 | s3."
418
- },
419
- {
420
- "name": "--equations",
421
- "type": "string",
422
- "default": "tex",
423
- "description": "OMML equations: tex (KaTeX) | image (debug)."
424
- },
425
- {
426
- "name": "--inline-images",
427
- "type": "bool",
428
- "default": false,
429
- "description": "Emit <name>.inline.md with images as data URIs."
430
- },
431
- {
432
- "name": "--word-template",
433
- "type": "path",
434
- "default": null,
435
- "description": ".docx/.dotx template for Markdown -> Word."
436
- },
437
- {
438
- "name": "--move-sources",
439
- "type": "bool",
440
- "default": false,
441
- "description": "Move processed sources into a sources/ folder."
442
- },
443
- {
444
- "name": "--config",
445
- "type": "path",
446
- "default": null,
447
- "description": "JSON config with conversion/output/S3 defaults."
448
- }
449
- ]
450
- },
451
- "requires": [],
452
- "produces": [
453
- "markdown_artifact",
454
- "word_artifact"
455
- ],
456
- "default_model": "inherit",
457
- "triggers": [
458
- "convert this docx to markdown",
459
- "convert to word",
460
- "docx to markdown",
461
- "pptx to markdown",
462
- "build a markdown corpus",
463
- "open the report in regen-mde"
464
- ],
465
- "follows": [],
466
- "leads_to": [],
467
- "sandbox_aware": false,
468
- "output_contract": "guides/output-contract.md",
469
- "enabled_default": true,
470
- "codeflow_required": false
471
- },
472
- "deploy": {
473
- "name": "deploy",
474
- "slash": "rdc:deploy",
475
- "category": "deploy",
476
- "usage": "rdc:deploy <slug> [new|diagnose|audit|promote] [--fix|--hotfix <sha>]",
477
- "args": {
478
- "positional": [
479
- {
480
- "name": "slug",
481
- "required": true,
482
- "description": "app_deployments.app_slug or pm2_name",
483
- "accepts": "string"
484
- },
485
- {
486
- "name": "action",
487
- "required": false,
488
- "description": "Operation kind",
489
- "accepts": "new | diagnose | audit | promote | (omit for default deploy)"
490
- }
491
- ],
492
- "flags": [
493
- {
494
- "name": "--fix",
495
- "type": "bool",
496
- "default": false,
497
- "description": "Apply remediation during diagnose/audit"
498
- },
499
- {
500
- "name": "--hotfix",
501
- "type": "string",
502
- "default": null,
503
- "description": "With promote: cherry-pick this specific commit sha to main instead of the app-path develop delta"
504
- }
505
- ]
506
- },
507
- "requires": [
508
- "clauth",
509
- "coolify",
510
- "pm2",
511
- "supabase",
512
- "codeflow"
513
- ],
514
- "produces": [
515
- "deploys",
516
- "supabase_writes"
517
- ],
518
- "default_model": "opus",
519
- "triggers": [
520
- "deploy to dev",
521
- "deploy to coolify",
522
- "audit watch paths",
523
- "fix deploy"
524
- ],
525
- "follows": [
526
- "build",
527
- "review"
528
- ],
529
- "leads_to": [
530
- "release"
531
- ],
532
- "sandbox_aware": true,
533
- "output_contract": "guides/output-contract.md",
534
- "enabled_default": true,
535
- "codeflow_required": true
536
- },
537
- "regen-media": {
538
- "name": "regen-media",
539
- "slash": "rdc:regen-media",
540
- "category": "tooling",
541
- "usage": "rdc:regen-media <generate|edit|upscale|upload> <brief-or-path>",
542
- "args": {
543
- "positional": [
544
- {
545
- "name": "action",
546
- "required": true,
547
- "description": "Image workflow action",
548
- "accepts": "generate | edit | upscale | upload"
549
- },
550
- {
551
- "name": "brief-or-path",
552
- "required": true,
553
- "description": "Prompt text for generation/editing, or an image path for upload/upscale",
554
- "accepts": "string|path"
555
- }
556
- ],
557
- "flags": [
558
- {
559
- "name": "--size",
560
- "type": "string",
561
- "default": "2048x1152",
562
- "description": "Target gpt-image-2 size such as 2048x1152, 2048x2048, 3840x2160, or auto"
563
- },
564
- {
565
- "name": "--upload",
566
- "type": "bool",
567
- "default": false,
568
- "description": "Upload finished local artifact to Regen Media after generation"
569
- }
570
- ]
571
- },
572
- "requires": [
573
- "clauth"
574
- ],
575
- "produces": [
576
- "image_artifact",
577
- "media_asset"
578
- ],
579
- "default_model": "inherit",
580
- "triggers": [
581
- "generate an image",
582
- "make an image",
583
- "create a hero image",
584
- "gpt-image-2",
585
- "built-in image_gen",
586
- "codex image generation",
587
- "upscale this image",
588
- "edit this image",
589
- "upload to regen media",
590
- "regen-media image"
591
- ],
592
- "follows": [],
593
- "leads_to": [
594
- "design",
595
- "deploy"
596
- ],
597
- "sandbox_aware": true,
598
- "output_contract": "guides/output-contract.md",
599
- "enabled_default": true,
600
- "codeflow_required": false
601
- },
602
- "edit": {
603
- "name": "edit",
604
- "slash": "rdc:edit",
605
- "category": "dev-loop",
606
- "usage": "rdc:edit <site|brand|route|file>",
607
- "args": {
608
- "positional": [
609
- {
610
- "name": "target",
611
- "required": true,
612
- "description": "Site, brand, route, or file to open in the local editor host",
613
- "accepts": "string"
614
- }
615
- ],
616
- "flags": []
617
- },
618
- "requires": [
619
- "git"
620
- ],
621
- "produces": [],
622
- "default_model": "inherit",
623
- "triggers": [
624
- "open this in the editor",
625
- "edit this site",
626
- "open site in editor",
627
- "launch editor host"
628
- ],
629
- "follows": [],
630
- "leads_to": [
631
- "design"
632
- ],
633
- "sandbox_aware": true,
634
- "output_contract": "guides/output-contract.md",
635
- "enabled_default": true,
636
- "codeflow_required": false
637
- },
638
- "design": {
639
- "name": "design",
640
- "slash": "rdc:design",
641
- "category": "build",
642
- "usage": "rdc:design <topic>",
643
- "args": {
644
- "positional": [
645
- {
646
- "name": "topic",
647
- "required": true,
648
- "description": "Design subject — palette, token system, Studio surface",
649
- "accepts": "string"
650
- }
651
- ],
652
- "flags": []
653
- },
654
- "requires": [
655
- "supabase",
656
- "clauth",
657
- "codeflow",
658
- "git"
659
- ],
660
- "produces": [
661
- "git_commits",
662
- "supabase_writes"
663
- ],
664
- "default_model": "opus",
665
- "triggers": [
666
- "design palette",
667
- "studio design",
668
- "token-aware ui",
669
- "rampant color work"
670
- ],
671
- "follows": [],
672
- "leads_to": [
673
- "build"
674
- ],
675
- "sandbox_aware": true,
676
- "output_contract": "guides/output-contract.md",
677
- "enabled_default": true,
678
- "codeflow_required": true
679
- },
680
- "fixit": {
681
- "name": "fixit",
682
- "slash": "rdc:fixit",
683
- "category": "dev-loop",
684
- "usage": "rdc:fixit <description>",
685
- "args": {
686
- "positional": [
687
- {
688
- "name": "description",
689
- "required": true,
690
- "description": "Short prose description of the fix",
691
- "accepts": "string"
692
- }
693
- ],
694
- "flags": []
695
- },
696
- "requires": [
697
- "supabase",
698
- "clauth",
699
- "codeflow",
700
- "agent-dispatch",
701
- "work-items-rpc",
702
- "git"
703
- ],
704
- "produces": [
705
- "git_commits",
706
- "work_items",
707
- "supabase_writes",
708
- "git_pushes"
709
- ],
710
- "default_model": "opus",
711
- "triggers": [
712
- "quick fix",
713
- "small fix",
714
- "hotfix",
715
- "typo fix",
716
- "less than 5 files"
717
- ],
718
- "follows": [],
719
- "leads_to": [],
720
- "sandbox_aware": true,
721
- "output_contract": "guides/output-contract.md",
722
- "enabled_default": true,
723
- "codeflow_required": true,
724
- "constraint": "Files touched MUST be < 5 AND time MUST be < 30 min. Otherwise use rdc:plan."
725
- },
726
- "fs-mcp": {
727
- "name": "fs-mcp",
728
- "slash": "rdc:fs-mcp",
729
- "category": "tooling",
730
- "usage": "rdc:fs-mcp <task>",
731
- "args": {
732
- "positional": [
733
- {
734
- "name": "task",
735
- "required": true,
736
- "description": "Free-text task referencing fs_read/fs_write/fs_import_git_files",
737
- "accepts": "string"
738
- }
739
- ],
740
- "flags": []
741
- },
742
- "requires": [
743
- "clauth"
744
- ],
745
- "produces": [],
746
- "default_model": "inherit",
747
- "triggers": [
748
- "file system mcp",
749
- "fs_read",
750
- "fs_write",
751
- "fs_import_git_files",
752
- "claude.ai filesystem"
753
- ],
754
- "follows": [],
755
- "leads_to": [],
756
- "sandbox_aware": false,
757
- "output_contract": "guides/output-contract.md",
758
- "enabled_default": true,
759
- "codeflow_required": false
760
- },
761
- "handoff": {
762
- "name": "handoff",
763
- "slash": "rdc:handoff",
764
- "category": "planning",
765
- "usage": "rdc:handoff [--from-prototype <id>]",
766
- "args": {
767
- "positional": [],
768
- "flags": [
769
- {
770
- "name": "--from-prototype",
771
- "type": "string",
772
- "default": null,
773
- "description": "prototype_registry id to convert into a plan"
774
- }
775
- ]
776
- },
777
- "requires": [
778
- "supabase",
779
- "clauth",
780
- "codeflow",
781
- "work-items-rpc",
782
- "git"
783
- ],
784
- "produces": [
785
- "work_items",
786
- "supabase_writes",
787
- "git_commits",
788
- ".rdc/plans/",
789
- "prototype_registry"
790
- ],
791
- "default_model": "opus",
792
- "triggers": [
793
- "handoff to build",
794
- "convert prototype to plan",
795
- "finalize plan"
796
- ],
797
- "follows": [
798
- "plan",
799
- "prototype"
800
- ],
801
- "leads_to": [
802
- "build"
803
- ],
804
- "sandbox_aware": true,
805
- "output_contract": "guides/output-contract.md",
806
- "enabled_default": true,
807
- "codeflow_required": true
808
- },
809
- "help": {
810
- "name": "help",
811
- "slash": "rdc:help",
812
- "category": "reporting",
813
- "usage": "rdc:help",
814
- "args": {
815
- "positional": [],
816
- "flags": []
817
- },
818
- "requires": [],
819
- "produces": [],
820
- "default_model": "haiku",
821
- "triggers": [
822
- "rdc help",
823
- "what rdc skills exist",
824
- "list skills"
825
- ],
826
- "follows": [],
827
- "leads_to": [],
828
- "sandbox_aware": false,
829
- "output_contract": "guides/output-contract.md",
830
- "enabled_default": true,
831
- "codeflow_required": false
832
- },
833
- "overnight": {
834
- "name": "overnight",
835
- "slash": "rdc:overnight",
836
- "category": "build",
837
- "usage": "rdc:overnight [epic-id|label=<label>]",
838
- "args": {
839
- "positional": [
840
- {
841
- "name": "scope",
842
- "required": false,
843
- "description": "Specific epic UUID or label=<labelname> to drain",
844
- "accepts": "uuid | label=string"
845
- }
846
- ],
847
- "flags": []
848
- },
849
- "requires": [
850
- "supabase",
851
- "clauth",
852
- "codeflow",
853
- "agent-dispatch",
854
- "work-items-rpc",
855
- "git"
856
- ],
857
- "produces": [
858
- "git_commits",
859
- "work_items",
860
- "supabase_writes",
861
- "git_pushes",
862
- ".rdc/reports/"
863
- ],
864
- "default_model": "opus",
865
- "triggers": [
866
- "unattended build",
867
- "overnight run",
868
- "drain queue",
869
- "let claude run"
870
- ],
871
- "follows": [],
872
- "leads_to": [],
873
- "sandbox_aware": true,
874
- "output_contract": "guides/output-contract.md",
875
- "enabled_default": true,
876
- "codeflow_required": true
877
- },
878
- "plan": {
879
- "name": "plan",
880
- "slash": "rdc:plan",
881
- "category": "planning",
882
- "usage": "rdc:plan <topic>",
883
- "args": {
884
- "positional": [
885
- {
886
- "name": "topic",
887
- "required": true,
888
- "description": "What you want planned",
889
- "accepts": "string"
890
- }
891
- ],
892
- "flags": []
893
- },
894
- "requires": [
895
- "supabase",
896
- "clauth",
897
- "codeflow",
898
- "work-items-rpc"
899
- ],
900
- "produces": [
901
- "work_items",
902
- "supabase_writes",
903
- ".rdc/plans/"
904
- ],
905
- "default_model": "opus",
906
- "triggers": [
907
- "plan an epic",
908
- "break down work",
909
- "architecture decision",
910
- "design decisions"
911
- ],
912
- "follows": [
913
- "preplan"
914
- ],
915
- "leads_to": [
916
- "handoff",
917
- "build"
918
- ],
919
- "sandbox_aware": true,
920
- "output_contract": "guides/output-contract.md",
921
- "enabled_default": true,
922
- "codeflow_required": true
923
- },
924
- "preplan": {
925
- "name": "preplan",
926
- "slash": "rdc:preplan",
927
- "category": "planning",
928
- "usage": "rdc:preplan <topic>",
929
- "args": {
930
- "positional": [
931
- {
932
- "name": "topic",
933
- "required": true,
934
- "description": "What you want researched",
935
- "accepts": "string"
936
- }
937
- ],
938
- "flags": []
939
- },
940
- "requires": [
941
- "codeflow"
942
- ],
943
- "produces": [],
944
- "default_model": "opus",
945
- "triggers": [
946
- "research before planning",
947
- "preplan",
948
- "research unknowns",
949
- "what should we use"
950
- ],
951
- "follows": [],
952
- "leads_to": [
953
- "plan"
954
- ],
955
- "sandbox_aware": true,
956
- "output_contract": "guides/output-contract.md",
957
- "enabled_default": true,
958
- "codeflow_required": true
959
- },
960
- "prototype": {
961
- "name": "prototype",
962
- "slash": "rdc:prototype",
963
- "category": "build",
964
- "usage": "rdc:prototype <description>",
965
- "args": {
966
- "positional": [
967
- {
968
- "name": "description",
969
- "required": true,
970
- "description": "What to mock up",
971
- "accepts": "string"
972
- }
973
- ],
974
- "flags": []
975
- },
976
- "requires": [
977
- "supabase",
978
- "clauth",
979
- "codeflow"
980
- ],
981
- "produces": [
982
- "supabase_writes",
983
- "prototype_registry"
984
- ],
985
- "default_model": "opus",
986
- "triggers": [
987
- "mock it up",
988
- "prototype this",
989
- "show me what it looks like",
990
- "jsx mockup"
991
- ],
992
- "follows": [],
993
- "leads_to": [
994
- "handoff",
995
- "plan"
996
- ],
997
- "sandbox_aware": true,
998
- "output_contract": "guides/output-contract.md",
999
- "enabled_default": true,
1000
- "codeflow_required": true
1001
- },
1002
- "rdc-extract-verifier-rules": {
1003
- "name": "rdc-extract-verifier-rules",
1004
- "slash": "rdc:extract-verifier-rules",
1005
- "category": "tooling",
1006
- "usage": "rdc:extract-verifier-rules [enhancement-log]",
1007
- "args": {
1008
- "positional": [
1009
- {
1010
- "name": "enhancement-log",
1011
- "required": false,
1012
- "description": "Optional path or description of enhancement-log entries to cluster into verifier-rule candidates.",
1013
- "accepts": "path|string"
1014
- }
1015
- ],
1016
- "flags": []
1017
- },
1018
- "requires": [
1019
- "git"
1020
- ],
1021
- "produces": [
1022
- ".rdc/reports/",
1023
- "git_commits"
1024
- ],
1025
- "default_model": "opus",
1026
- "triggers": [
1027
- "rdc:extract-verifier-rules",
1028
- "extract verifier rules",
1029
- "promote enhancement log",
1030
- "what new rules should we add",
1031
- "verifier corpus update",
1032
- "nightly cron at 3:00 AM PT"
1033
- ],
1034
- "follows": [
1035
- "rdc-brochurify"
1036
- ],
1037
- "leads_to": [
1038
- "review"
1039
- ],
1040
- "sandbox_aware": false,
1041
- "output_contract": "guides/output-contract.md",
1042
- "enabled_default": true,
1043
- "codeflow_required": false
1044
- },
1045
- "rpms-filemap": {
1046
- "name": "rpms-filemap",
1047
- "slash": "rdc:rpms-filemap",
1048
- "category": "tooling",
1049
- "usage": "rdc:rpms-filemap",
1050
- "args": {
1051
- "positional": [],
1052
- "flags": []
1053
- },
1054
- "requires": [],
1055
- "produces": [],
1056
- "default_model": "haiku",
1057
- "triggers": [
1058
- "rpms file map",
1059
- "rule #1",
1060
- "context export",
1061
- "where does this file belong",
1062
- "where should pm artifacts go"
1063
- ],
1064
- "follows": [],
1065
- "leads_to": [],
1066
- "sandbox_aware": false,
1067
- "output_contract": "guides/output-contract.md",
1068
- "enabled_default": true,
1069
- "codeflow_required": false
1070
- },
1071
- "release": {
1072
- "name": "release",
1073
- "slash": "rdc:release",
1074
- "category": "release",
1075
- "usage": "rdc:release <repo> [version|--patch|--minor|--major|--dry-run]",
1076
- "args": {
1077
- "positional": [
1078
- {
1079
- "name": "repo",
1080
- "required": true,
1081
- "description": "package slug or repo name",
1082
- "accepts": "string"
1083
- },
1084
- {
1085
- "name": "version",
1086
- "required": false,
1087
- "description": "Explicit semver",
1088
- "accepts": "semver"
1089
- }
1090
- ],
1091
- "flags": [
1092
- {
1093
- "name": "--patch",
1094
- "type": "bool",
1095
- "default": false,
1096
- "description": "Bump patch"
1097
- },
1098
- {
1099
- "name": "--minor",
1100
- "type": "bool",
1101
- "default": false,
1102
- "description": "Bump minor"
1103
- },
1104
- {
1105
- "name": "--major",
1106
- "type": "bool",
1107
- "default": false,
1108
- "description": "Bump major"
1109
- },
1110
- {
1111
- "name": "--dry-run",
1112
- "type": "bool",
1113
- "default": false,
1114
- "description": "Show actions without executing"
1115
- }
1116
- ]
1117
- },
1118
- "requires": [
1119
- "clauth",
1120
- "git",
1121
- "npm",
1122
- "coolify"
1123
- ],
1124
- "produces": [
1125
- "git_commits",
1126
- "git_pushes",
1127
- "npm_publishes",
1128
- "deploys"
1129
- ],
1130
- "default_model": "opus",
1131
- "triggers": [
1132
- "promote to production",
1133
- "release the package",
1134
- "push to main",
1135
- "bump version and ship"
1136
- ],
1137
- "follows": [
1138
- "deploy",
1139
- "review"
1140
- ],
1141
- "leads_to": [
1142
- "report"
1143
- ],
1144
- "sandbox_aware": true,
1145
- "output_contract": "guides/output-contract.md",
1146
- "enabled_default": true,
1147
- "codeflow_required": false,
1148
- "production_gate": "Promotion to main/production requires explicit user go-ahead. Dev deploys do not."
1149
- },
1150
- "report": {
1151
- "name": "report",
1152
- "slash": "rdc:report",
1153
- "category": "reporting",
1154
- "usage": "rdc:report",
1155
- "args": {
1156
- "positional": [],
1157
- "flags": []
1158
- },
1159
- "requires": [
1160
- "supabase",
1161
- "clauth",
1162
- "codeflow"
1163
- ],
1164
- "produces": [
1165
- ".rdc/reports/"
1166
- ],
1167
- "default_model": "opus",
1168
- "triggers": [
1169
- "session report",
1170
- "nightly report",
1171
- "summarize work done"
1172
- ],
1173
- "follows": [
1174
- "build",
1175
- "review",
1176
- "deploy",
1177
- "release"
1178
- ],
1179
- "leads_to": [],
1180
- "sandbox_aware": true,
1181
- "output_contract": "guides/output-contract.md",
1182
- "enabled_default": true,
1183
- "codeflow_required": true
1184
- },
1185
- "review": {
1186
- "name": "review",
1187
- "slash": "rdc:review",
1188
- "category": "build",
1189
- "usage": "rdc:review [--unattended]",
1190
- "args": {
1191
- "positional": [],
1192
- "flags": [
1193
- {
1194
- "name": "--unattended",
1195
- "type": "bool",
1196
- "default": false,
1197
- "description": "Auto-fix what is fixable; escalate the rest"
1198
- }
1199
- ]
1200
- },
1201
- "requires": [
1202
- "supabase",
1203
- "clauth",
1204
- "codeflow",
1205
- "agent-dispatch",
1206
- "git"
1207
- ],
1208
- "produces": [
1209
- "git_commits",
1210
- "supabase_writes"
1211
- ],
1212
- "default_model": "opus",
1213
- "triggers": [
1214
- "code review",
1215
- "post-build review",
1216
- "audit the work",
1217
- "tsc check"
1218
- ],
1219
- "follows": [
1220
- "build",
1221
- "fixit"
1222
- ],
1223
- "leads_to": [
1224
- "deploy",
1225
- "release",
1226
- "report"
1227
- ],
1228
- "sandbox_aware": true,
1229
- "output_contract": "guides/output-contract.md",
1230
- "enabled_default": true,
1231
- "codeflow_required": true
1232
- },
1233
- "self-test": {
1234
- "name": "self-test",
1235
- "slash": "rdc:self-test",
1236
- "category": "infra",
1237
- "usage": "rdc:self-test [--strict]",
1238
- "args": {
1239
- "positional": [],
1240
- "flags": [
1241
- {
1242
- "name": "--strict",
1243
- "type": "bool",
1244
- "default": false,
1245
- "description": "Fail on any warning"
1246
- }
1247
- ]
1248
- },
1249
- "requires": [
1250
- "clauth"
1251
- ],
1252
- "produces": [],
1253
- "default_model": "opus",
1254
- "triggers": [
1255
- "self test rdc skills",
1256
- "validate plugin",
1257
- "skill manifest consistency"
1258
- ],
1259
- "follows": [],
1260
- "leads_to": [],
1261
- "sandbox_aware": true,
1262
- "output_contract": "guides/output-contract.md",
1263
- "enabled_default": true,
1264
- "codeflow_required": false
1265
- },
1266
- "housekeeping": {
1267
- "name": "housekeeping",
1268
- "slash": "rdc:housekeeping",
1269
- "category": "reporting",
1270
- "usage": "rdc:housekeeping [--fix]",
1271
- "args": {
1272
- "positional": [],
1273
- "flags": [
1274
- {
1275
- "name": "--fix",
1276
- "type": "boolean",
1277
- "default": false,
1278
- "description": "Auto-remediate safe issues (scaffold CLAUDE.md, fix PUBLISH.md URLs, create missing dirs)"
1279
- }
1280
- ]
1281
- },
1282
- "requires": [
1283
- "supabase",
1284
- "clauth",
1285
- "coolify",
1286
- "git"
1287
- ],
1288
- "produces": [
1289
- ".rdc/reports/"
1290
- ],
1291
- "default_model": "sonnet",
1292
- "triggers": [
1293
- "weekly maintenance",
1294
- "housekeeping",
1295
- "directory structure audit",
1296
- "verify all apps",
1297
- "check repo health",
1298
- "maintenance audit"
1299
- ],
1300
- "follows": [],
1301
- "leads_to": [
1302
- "review"
1303
- ],
1304
- "sandbox_aware": true,
1305
- "output_contract": "guides/output-contract.md",
1306
- "enabled_default": true,
1307
- "codeflow_required": false
1308
- },
1309
- "status": {
1310
- "name": "status",
1311
- "slash": "rdc:status",
1312
- "category": "reporting",
1313
- "usage": "rdc:status",
1314
- "args": {
1315
- "positional": [],
1316
- "flags": []
1317
- },
1318
- "requires": [
1319
- "supabase",
1320
- "clauth"
1321
- ],
1322
- "produces": [],
1323
- "default_model": "haiku",
1324
- "triggers": [
1325
- "rdc status",
1326
- "what is open",
1327
- "session snapshot",
1328
- "kanban"
1329
- ],
1330
- "follows": [],
1331
- "leads_to": [],
1332
- "sandbox_aware": false,
1333
- "output_contract": "guides/output-contract.md",
1334
- "enabled_default": true,
1335
- "codeflow_required": false
1336
- },
1337
- "env": {
1338
- "name": "env",
1339
- "slash": "rdc:env",
1340
- "category": "infra",
1341
- "usage": "rdc:env [status|install|repair|update]",
1342
- "args": {
1343
- "positional": [
1344
- {
1345
- "name": "action",
1346
- "required": false,
1347
- "default": "status",
1348
- "values": ["status", "install", "repair", "update"]
1349
- }
1350
- ],
1351
- "flags": []
1352
- },
1353
- "requires": [
1354
- "clauth"
1355
- ],
1356
- "produces": [],
1357
- "default_model": "sonnet",
1358
- "triggers": [
1359
- "check environment",
1360
- "install environment",
1361
- "repair environment",
1362
- "update environment",
1363
- "setup env",
1364
- "fix env",
1365
- "env status",
1366
- "after reboot",
1367
- "GPU crash"
1368
- ],
1369
- "follows": [],
1370
- "leads_to": ["status"],
1371
- "sandbox_aware": false,
1372
- "output_contract": "guides/output-contract.md",
1373
- "enabled_default": true,
1374
- "codeflow_required": false
1375
- },
1376
- "terminal-config": {
1377
- "name": "terminal-config",
1378
- "slash": "rdc:terminal-config",
1379
- "category": "infra",
1380
- "usage": "rdc:terminal-config <task>",
1381
- "args": {
1382
- "positional": [
1383
- {
1384
- "name": "task",
1385
- "required": true,
1386
- "description": "Free-text terminal-config task",
1387
- "accepts": "string"
1388
- }
1389
- ],
1390
- "flags": []
1391
- },
1392
- "requires": [
1393
- "git"
1394
- ],
1395
- "produces": [
1396
- "git_commits"
1397
- ],
1398
- "default_model": "opus",
1399
- "triggers": [
1400
- "windows terminal config",
1401
- "shell profile",
1402
- "agent startup order"
1403
- ],
1404
- "follows": [],
1405
- "leads_to": [],
1406
- "sandbox_aware": false,
1407
- "output_contract": "guides/output-contract.md",
1408
- "enabled_default": true,
1409
- "codeflow_required": false
1410
- },
1
+ {
2
+ "name": "rdc",
3
+ "version": "0.26.0",
4
+ "description": "RDC typed-agent dispatch skill suite for Claude Code — plan, build, review, overnight unattended builds with work-item tracking and TDD enforcement.",
5
+ "author": {
6
+ "name": "LIFEAI",
7
+ "email": "support@lifeai.tools"
8
+ },
9
+ "homepage": "https://github.com/LIFEAI/rdc-skills",
10
+ "repository": "https://github.com/LIFEAI/rdc-skills",
11
+ "skills_meta_schema": {
12
+ "$comment": "Schema for entries in skills_meta. Each skill object has the same shape.",
13
+ "name": "string — skill slug (matches directory name under skills/)",
14
+ "slash": "string — slash-command form, e.g. 'rdc:build'",
15
+ "category": "planning | build | deploy | release | reporting | tooling | infra | dev-loop",
16
+ "usage": "string — single-line invocation example",
17
+ "args": {
18
+ "positional": "array of { name, required, description, accepts }",
19
+ "flags": "array of { name, type, default, description }"
20
+ },
21
+ "requires": "array of capabilities — subset of: supabase, clauth, codeflow, neo4j, github, coolify, pm2, npm, git, codeflow-http, agent-dispatch, work-items-rpc",
22
+ "produces": "array of side effects — subset of: work_items, git_commits, supabase_writes, git_pushes, deploys, npm_publishes, .rdc/plans/, .rdc/reports/, prototype_registry, akg_ingests",
23
+ "default_model": "opus | sonnet | haiku | inherit",
24
+ "triggers": "array of natural-language phrases that should suggest this skill",
25
+ "follows": "array of skill names that typically run before this one",
26
+ "leads_to": "array of skill names that typically run after this one",
27
+ "sandbox_aware": "bool — true if skill honors RDC_TEST=1 short-circuit",
28
+ "output_contract": "string — relative path to the skill's output contract (usually guides/output-contract.md)",
29
+ "enabled_default": "bool — installer default; user can override in settings.json",
30
+ "codeflow_required": "bool — true if the skill MUST consult CodeFlow before acting on the codebase"
31
+ },
32
+ "skills_meta": {
33
+ "channel-formatter": {
34
+ "name": "channel-formatter",
35
+ "slash": "rdc:channel-formatter",
36
+ "category": "tooling",
37
+ "usage": "rdc:channel-formatter <channel|pack> [content]",
38
+ "args": {
39
+ "positional": [
40
+ {
41
+ "name": "channel",
42
+ "required": false,
43
+ "description": "Target channel or pack: linkedin | twitter | twitter-thread | slack | email-ext | email-int | pitch-deck | word | pdf-report | web | strict-format | social-pack | campaign-pack | exec-pack | launch-pack. Inferred from the request if omitted.",
44
+ "accepts": "string"
45
+ },
46
+ {
47
+ "name": "content",
48
+ "required": false,
49
+ "description": "Text/content to format or repurpose. If omitted, formats or repurposes content from the surrounding conversation.",
50
+ "accepts": "string"
51
+ }
52
+ ],
53
+ "flags": []
54
+ },
55
+ "requires": [],
56
+ "produces": [],
57
+ "default_model": "inherit",
58
+ "triggers": [
59
+ "format this for linkedin",
60
+ "turn this article into a linkedin post",
61
+ "repurpose this article",
62
+ "make a content pack",
63
+ "make a social pack",
64
+ "make a campaign pack",
65
+ "turn this into a twitter thread",
66
+ "make posts from this",
67
+ "write launch posts",
68
+ "format this for social",
69
+ "extract posts from this report",
70
+ "write a tweet",
71
+ "social media post",
72
+ "draft an email",
73
+ "make this a slide",
74
+ "format for slack",
75
+ "reformat this for"
76
+ ],
77
+ "follows": [],
78
+ "leads_to": [
79
+ "convert",
80
+ "brochure",
81
+ "rdc-brochurify",
82
+ "lifeai-brochure-author"
83
+ ],
84
+ "sandbox_aware": true,
85
+ "output_contract": "guides/output-contract.md",
86
+ "enabled_default": true,
87
+ "codeflow_required": false
88
+ },
89
+ "brochure": {
90
+ "name": "brochure",
91
+ "slash": "rdc:brochure",
92
+ "category": "tooling",
93
+ "usage": "rdc:brochure <input> [--out path] [--template name] [--format Letter|A4]",
94
+ "args": {
95
+ "positional": [
96
+ {
97
+ "name": "input",
98
+ "required": true,
99
+ "description": "Path to .zip, folder, .html, .md, or http(s)://... URL",
100
+ "accepts": "path|url"
101
+ }
102
+ ],
103
+ "flags": [
104
+ {
105
+ "name": "--out",
106
+ "type": "path",
107
+ "default": null,
108
+ "description": "Output PDF path. Defaults to <input-basename>.pdf next to the input."
109
+ },
110
+ {
111
+ "name": "--template",
112
+ "type": "string",
113
+ "default": "studio-default",
114
+ "description": "Compose-mode template (scaffold/templates/brochure-<name>.html)."
115
+ },
116
+ {
117
+ "name": "--format",
118
+ "type": "string",
119
+ "default": "Letter",
120
+ "description": "Page size: Letter or A4."
121
+ },
122
+ {
123
+ "name": "--margin",
124
+ "type": "string",
125
+ "default": null,
126
+ "description": "Override CSS @page margin (e.g. \"0.5in\")."
127
+ },
128
+ {
129
+ "name": "--no-print-emulate",
130
+ "type": "bool",
131
+ "default": false,
132
+ "description": "Render with screen media instead of print."
133
+ },
134
+ {
135
+ "name": "--keep-workdir",
136
+ "type": "bool",
137
+ "default": false,
138
+ "description": "Keep the staged working directory for inspection."
139
+ }
140
+ ]
141
+ },
142
+ "requires": [],
143
+ "produces": [
144
+ "pdf_artifact"
145
+ ],
146
+ "default_model": "sonnet",
147
+ "triggers": [
148
+ "make a brochure",
149
+ "render this html to pdf",
150
+ "convert this zip to pdf",
151
+ "puppeteer pdf",
152
+ "print this to pdf"
153
+ ],
154
+ "follows": [],
155
+ "leads_to": [],
156
+ "sandbox_aware": true,
157
+ "output_contract": "guides/output-contract.md",
158
+ "enabled_default": true,
159
+ "codeflow_required": false
160
+ },
161
+ "rdc-brochurify": {
162
+ "name": "rdc-brochurify",
163
+ "slash": "rdc:brochurify",
164
+ "category": "tooling",
165
+ "usage": "rdc:brochurify <source|job-payload>",
166
+ "args": {
167
+ "positional": [
168
+ {
169
+ "name": "source",
170
+ "required": true,
171
+ "description": "URL, HTML, DOCX, Markdown, JSX, corpus query, or broker job payload to turn into a brochure PDF.",
172
+ "accepts": "path|url|json|string"
173
+ }
174
+ ],
175
+ "flags": []
176
+ },
177
+ "requires": [
178
+ "agent-dispatch"
179
+ ],
180
+ "produces": [
181
+ "pdf_artifact",
182
+ ".rdc/reports/"
183
+ ],
184
+ "default_model": "opus",
185
+ "triggers": [
186
+ "rdc:brochurify",
187
+ "brochurify this",
188
+ "make a brochure from",
189
+ "convert this to a brochure PDF",
190
+ "generate brochure from",
191
+ "monkey_dispatch payload with skill=\"brochurify\""
192
+ ],
193
+ "follows": [
194
+ "channel-formatter",
195
+ "convert",
196
+ "lifeai-brochure-author"
197
+ ],
198
+ "leads_to": [],
199
+ "sandbox_aware": true,
200
+ "output_contract": "guides/output-contract.md",
201
+ "enabled_default": true,
202
+ "codeflow_required": false
203
+ },
204
+ "lifeai-brochure-author": {
205
+ "name": "lifeai-brochure-author",
206
+ "slash": "lifeai-brochure-author",
207
+ "category": "tooling",
208
+ "usage": "lifeai-brochure-author <brochure-jsx-task>",
209
+ "args": {
210
+ "positional": [
211
+ {
212
+ "name": "brochure-jsx-task",
213
+ "required": true,
214
+ "description": "Brief, source content, or JSX verification task for @lifeai/brochure-kit output.",
215
+ "accepts": "string|path"
216
+ }
217
+ ],
218
+ "flags": []
219
+ },
220
+ "requires": [],
221
+ "produces": [
222
+ "brochure_jsx_guidance"
223
+ ],
224
+ "default_model": "opus",
225
+ "triggers": [
226
+ "write a brochure",
227
+ "make a one-pager",
228
+ "draft a PDF report",
229
+ "design a brochure",
230
+ "create an investor doc",
231
+ "generate a fact sheet",
232
+ "brochurify",
233
+ "@lifeai/brochure-kit"
234
+ ],
235
+ "follows": [],
236
+ "leads_to": [
237
+ "rdc-brochurify"
238
+ ],
239
+ "sandbox_aware": false,
240
+ "output_contract": "guides/output-contract.md",
241
+ "enabled_default": true,
242
+ "codeflow_required": false
243
+ },
244
+ "build": {
245
+ "name": "build",
246
+ "slash": "rdc:build",
247
+ "category": "build",
248
+ "usage": "rdc:build <epic-id>",
249
+ "args": {
250
+ "positional": [
251
+ {
252
+ "name": "epic-id",
253
+ "required": true,
254
+ "description": "UUID of a work_items epic with todo children",
255
+ "accepts": "uuid"
256
+ }
257
+ ],
258
+ "flags": [
259
+ {
260
+ "name": "--no-review",
261
+ "type": "bool",
262
+ "default": false,
263
+ "description": "Skip the mandatory per-wave code-review gate (NOT recommended)"
264
+ }
265
+ ]
266
+ },
267
+ "requires": [
268
+ "supabase",
269
+ "clauth",
270
+ "codeflow",
271
+ "agent-dispatch",
272
+ "work-items-rpc",
273
+ "git"
274
+ ],
275
+ "produces": [
276
+ "git_commits",
277
+ "work_items",
278
+ "supabase_writes",
279
+ "git_pushes"
280
+ ],
281
+ "default_model": "opus",
282
+ "triggers": [
283
+ "build the epic",
284
+ "execute the plan",
285
+ "dispatch agents",
286
+ "run rdc build"
287
+ ],
288
+ "follows": [
289
+ "plan",
290
+ "handoff"
291
+ ],
292
+ "leads_to": [
293
+ "review",
294
+ "report"
295
+ ],
296
+ "sandbox_aware": true,
297
+ "output_contract": "guides/output-contract.md",
298
+ "enabled_default": true,
299
+ "codeflow_required": true
300
+ },
301
+ "co-develop": {
302
+ "name": "co-develop",
303
+ "slash": "rdc:co-develop",
304
+ "category": "dev-loop",
305
+ "usage": "rdc:co-develop <ask|reply|inbox|start|resume|status>",
306
+ "args": {
307
+ "positional": [
308
+ {
309
+ "name": "subcommand",
310
+ "required": true,
311
+ "description": "Action verb",
312
+ "accepts": "ask | reply | inbox | start | resume | status"
313
+ }
314
+ ],
315
+ "flags": [
316
+ {
317
+ "name": "--wait",
318
+ "type": "bool",
319
+ "default": false,
320
+ "description": "Block until peer responds (default for `ask`)"
321
+ }
322
+ ]
323
+ },
324
+ "requires": [
325
+ "clauth"
326
+ ],
327
+ "produces": [],
328
+ "default_model": "inherit",
329
+ "triggers": [
330
+ "ask codex",
331
+ "send to codex",
332
+ "claude codex co-development",
333
+ "peer-aware delegation"
334
+ ],
335
+ "follows": [],
336
+ "leads_to": [],
337
+ "sandbox_aware": true,
338
+ "output_contract": "guides/output-contract.md",
339
+ "enabled_default": true,
340
+ "codeflow_required": false
341
+ },
342
+ "collab": {
343
+ "name": "collab",
344
+ "slash": "rdc:collab",
345
+ "category": "dev-loop",
346
+ "usage": "rdc:collab --session <session_id>",
347
+ "args": {
348
+ "positional": [],
349
+ "flags": [
350
+ {
351
+ "name": "--session",
352
+ "type": "string",
353
+ "default": null,
354
+ "description": "claude.ai session id to relay with",
355
+ "required": true
356
+ }
357
+ ]
358
+ },
359
+ "requires": [
360
+ "clauth",
361
+ "git"
362
+ ],
363
+ "produces": [
364
+ "git_commits",
365
+ "git_pushes"
366
+ ],
367
+ "default_model": "inherit",
368
+ "triggers": [
369
+ "collab with claude ai",
370
+ "relay session",
371
+ "bidirectional session"
372
+ ],
373
+ "follows": [],
374
+ "leads_to": [],
375
+ "sandbox_aware": true,
376
+ "output_contract": "guides/output-contract.md",
377
+ "enabled_default": true,
378
+ "codeflow_required": true
379
+ },
380
+ "convert": {
381
+ "name": "convert",
382
+ "slash": "rdc:convert",
383
+ "category": "tooling",
384
+ "usage": "rdc:convert <input> [--out <dir>] [--to markdown|word] [--images assets|base64|s3]",
385
+ "args": {
386
+ "positional": [
387
+ {
388
+ "name": "input",
389
+ "required": true,
390
+ "description": "One or more .docx, .pptx, .ppt, or .md files or directories",
391
+ "accepts": "path"
392
+ }
393
+ ],
394
+ "flags": [
395
+ {
396
+ "name": "--out",
397
+ "type": "path",
398
+ "default": null,
399
+ "description": "Output directory for the converted tree."
400
+ },
401
+ {
402
+ "name": "--out-same-dir",
403
+ "type": "bool",
404
+ "default": false,
405
+ "description": "Write .md, .assets, and reports beside each source file."
406
+ },
407
+ {
408
+ "name": "--to",
409
+ "type": "string",
410
+ "default": "auto",
411
+ "description": "Output target: auto | markdown | word."
412
+ },
413
+ {
414
+ "name": "--images",
415
+ "type": "string",
416
+ "default": "assets",
417
+ "description": "Image handling: assets | base64 | s3."
418
+ },
419
+ {
420
+ "name": "--equations",
421
+ "type": "string",
422
+ "default": "tex",
423
+ "description": "OMML equations: tex (KaTeX) | image (debug)."
424
+ },
425
+ {
426
+ "name": "--inline-images",
427
+ "type": "bool",
428
+ "default": false,
429
+ "description": "Emit <name>.inline.md with images as data URIs."
430
+ },
431
+ {
432
+ "name": "--word-template",
433
+ "type": "path",
434
+ "default": null,
435
+ "description": ".docx/.dotx template for Markdown -> Word."
436
+ },
437
+ {
438
+ "name": "--move-sources",
439
+ "type": "bool",
440
+ "default": false,
441
+ "description": "Move processed sources into a sources/ folder."
442
+ },
443
+ {
444
+ "name": "--config",
445
+ "type": "path",
446
+ "default": null,
447
+ "description": "JSON config with conversion/output/S3 defaults."
448
+ }
449
+ ]
450
+ },
451
+ "requires": [],
452
+ "produces": [
453
+ "markdown_artifact",
454
+ "word_artifact"
455
+ ],
456
+ "default_model": "inherit",
457
+ "triggers": [
458
+ "convert this docx to markdown",
459
+ "convert to word",
460
+ "docx to markdown",
461
+ "pptx to markdown",
462
+ "build a markdown corpus",
463
+ "open the report in regen-mde"
464
+ ],
465
+ "follows": [],
466
+ "leads_to": [],
467
+ "sandbox_aware": false,
468
+ "output_contract": "guides/output-contract.md",
469
+ "enabled_default": true,
470
+ "codeflow_required": false
471
+ },
472
+ "deploy": {
473
+ "name": "deploy",
474
+ "slash": "rdc:deploy",
475
+ "category": "deploy",
476
+ "usage": "rdc:deploy <slug> [new|diagnose|audit|promote|convert] [--fix|--hotfix <sha>] | rdc:deploy maintenance <service>",
477
+ "args": {
478
+ "positional": [
479
+ {
480
+ "name": "slug",
481
+ "required": true,
482
+ "description": "app_deployments.app_slug or pm2_name",
483
+ "accepts": "string"
484
+ },
485
+ {
486
+ "name": "action",
487
+ "required": false,
488
+ "description": "Operation kind",
489
+ "accepts": "new | diagnose | audit | promote | convert | maintenance | (omit for default deploy)"
490
+ }
491
+ ],
492
+ "flags": [
493
+ {
494
+ "name": "--fix",
495
+ "type": "bool",
496
+ "default": false,
497
+ "description": "Apply remediation during diagnose/audit"
498
+ },
499
+ {
500
+ "name": "--hotfix",
501
+ "type": "string",
502
+ "default": null,
503
+ "description": "With promote: cherry-pick this specific commit sha to main instead of the app-path develop delta"
504
+ }
505
+ ]
506
+ },
507
+ "requires": [
508
+ "clauth",
509
+ "coolify",
510
+ "pm2",
511
+ "supabase",
512
+ "codeflow"
513
+ ],
514
+ "produces": [
515
+ "deploys",
516
+ "supabase_writes"
517
+ ],
518
+ "default_model": "opus",
519
+ "triggers": [
520
+ "deploy to dev",
521
+ "deploy to coolify",
522
+ "audit watch paths",
523
+ "fix deploy"
524
+ ],
525
+ "follows": [
526
+ "build",
527
+ "review"
528
+ ],
529
+ "leads_to": [
530
+ "release"
531
+ ],
532
+ "sandbox_aware": true,
533
+ "output_contract": "guides/output-contract.md",
534
+ "enabled_default": true,
535
+ "codeflow_required": true
536
+ },
537
+ "regen-media": {
538
+ "name": "regen-media",
539
+ "slash": "rdc:regen-media",
540
+ "category": "tooling",
541
+ "usage": "rdc:regen-media <generate|edit|upscale|upload> <brief-or-path>",
542
+ "args": {
543
+ "positional": [
544
+ {
545
+ "name": "action",
546
+ "required": true,
547
+ "description": "Image workflow action",
548
+ "accepts": "generate | edit | upscale | upload"
549
+ },
550
+ {
551
+ "name": "brief-or-path",
552
+ "required": true,
553
+ "description": "Prompt text for generation/editing, or an image path for upload/upscale",
554
+ "accepts": "string|path"
555
+ }
556
+ ],
557
+ "flags": [
558
+ {
559
+ "name": "--size",
560
+ "type": "string",
561
+ "default": "2048x1152",
562
+ "description": "Target gpt-image-2 size such as 2048x1152, 2048x2048, 3840x2160, or auto"
563
+ },
564
+ {
565
+ "name": "--upload",
566
+ "type": "bool",
567
+ "default": false,
568
+ "description": "Upload finished local artifact to Regen Media after generation"
569
+ }
570
+ ]
571
+ },
572
+ "requires": [
573
+ "clauth"
574
+ ],
575
+ "produces": [
576
+ "image_artifact",
577
+ "media_asset"
578
+ ],
579
+ "default_model": "inherit",
580
+ "triggers": [
581
+ "generate an image",
582
+ "make an image",
583
+ "create a hero image",
584
+ "gpt-image-2",
585
+ "built-in image_gen",
586
+ "codex image generation",
587
+ "upscale this image",
588
+ "edit this image",
589
+ "upload to regen media",
590
+ "regen-media image"
591
+ ],
592
+ "follows": [],
593
+ "leads_to": [
594
+ "design",
595
+ "deploy"
596
+ ],
597
+ "sandbox_aware": true,
598
+ "output_contract": "guides/output-contract.md",
599
+ "enabled_default": true,
600
+ "codeflow_required": false
601
+ },
602
+ "edit": {
603
+ "name": "edit",
604
+ "slash": "rdc:edit",
605
+ "category": "dev-loop",
606
+ "usage": "rdc:edit <site|brand|route|file>",
607
+ "args": {
608
+ "positional": [
609
+ {
610
+ "name": "target",
611
+ "required": true,
612
+ "description": "Site, brand, route, or file to open in the local editor host",
613
+ "accepts": "string"
614
+ }
615
+ ],
616
+ "flags": []
617
+ },
618
+ "requires": [
619
+ "git"
620
+ ],
621
+ "produces": [],
622
+ "default_model": "inherit",
623
+ "triggers": [
624
+ "open this in the editor",
625
+ "edit this site",
626
+ "open site in editor",
627
+ "launch editor host"
628
+ ],
629
+ "follows": [],
630
+ "leads_to": [
631
+ "design"
632
+ ],
633
+ "sandbox_aware": true,
634
+ "output_contract": "guides/output-contract.md",
635
+ "enabled_default": true,
636
+ "codeflow_required": false
637
+ },
638
+ "design": {
639
+ "name": "design",
640
+ "slash": "rdc:design",
641
+ "category": "build",
642
+ "usage": "rdc:design <topic>",
643
+ "args": {
644
+ "positional": [
645
+ {
646
+ "name": "topic",
647
+ "required": true,
648
+ "description": "Design subject — palette, token system, Studio surface",
649
+ "accepts": "string"
650
+ }
651
+ ],
652
+ "flags": []
653
+ },
654
+ "requires": [
655
+ "supabase",
656
+ "clauth",
657
+ "codeflow",
658
+ "git"
659
+ ],
660
+ "produces": [
661
+ "git_commits",
662
+ "supabase_writes"
663
+ ],
664
+ "default_model": "opus",
665
+ "triggers": [
666
+ "design palette",
667
+ "studio design",
668
+ "token-aware ui",
669
+ "rampant color work"
670
+ ],
671
+ "follows": [],
672
+ "leads_to": [
673
+ "build"
674
+ ],
675
+ "sandbox_aware": true,
676
+ "output_contract": "guides/output-contract.md",
677
+ "enabled_default": true,
678
+ "codeflow_required": true
679
+ },
680
+ "fixit": {
681
+ "name": "fixit",
682
+ "slash": "rdc:fixit",
683
+ "category": "dev-loop",
684
+ "usage": "rdc:fixit <description>",
685
+ "args": {
686
+ "positional": [
687
+ {
688
+ "name": "description",
689
+ "required": true,
690
+ "description": "Short prose description of the fix",
691
+ "accepts": "string"
692
+ }
693
+ ],
694
+ "flags": []
695
+ },
696
+ "requires": [
697
+ "supabase",
698
+ "clauth",
699
+ "codeflow",
700
+ "agent-dispatch",
701
+ "work-items-rpc",
702
+ "git"
703
+ ],
704
+ "produces": [
705
+ "git_commits",
706
+ "work_items",
707
+ "supabase_writes",
708
+ "git_pushes"
709
+ ],
710
+ "default_model": "opus",
711
+ "triggers": [
712
+ "quick fix",
713
+ "small fix",
714
+ "hotfix",
715
+ "typo fix",
716
+ "less than 5 files"
717
+ ],
718
+ "follows": [],
719
+ "leads_to": [],
720
+ "sandbox_aware": true,
721
+ "output_contract": "guides/output-contract.md",
722
+ "enabled_default": true,
723
+ "codeflow_required": true,
724
+ "constraint": "Files touched MUST be < 5 AND time MUST be < 30 min. Otherwise use rdc:plan."
725
+ },
726
+ "fs-mcp": {
727
+ "name": "fs-mcp",
728
+ "slash": "rdc:fs-mcp",
729
+ "category": "tooling",
730
+ "usage": "rdc:fs-mcp <task>",
731
+ "args": {
732
+ "positional": [
733
+ {
734
+ "name": "task",
735
+ "required": true,
736
+ "description": "Free-text task referencing fs_read/fs_write/fs_import_git_files",
737
+ "accepts": "string"
738
+ }
739
+ ],
740
+ "flags": []
741
+ },
742
+ "requires": [
743
+ "clauth"
744
+ ],
745
+ "produces": [],
746
+ "default_model": "inherit",
747
+ "triggers": [
748
+ "file system mcp",
749
+ "fs_read",
750
+ "fs_write",
751
+ "fs_import_git_files",
752
+ "claude.ai filesystem"
753
+ ],
754
+ "follows": [],
755
+ "leads_to": [],
756
+ "sandbox_aware": false,
757
+ "output_contract": "guides/output-contract.md",
758
+ "enabled_default": true,
759
+ "codeflow_required": false
760
+ },
761
+ "handoff": {
762
+ "name": "handoff",
763
+ "slash": "rdc:handoff",
764
+ "category": "planning",
765
+ "usage": "rdc:handoff [--from-prototype <id>]",
766
+ "args": {
767
+ "positional": [],
768
+ "flags": [
769
+ {
770
+ "name": "--from-prototype",
771
+ "type": "string",
772
+ "default": null,
773
+ "description": "prototype_registry id to convert into a plan"
774
+ }
775
+ ]
776
+ },
777
+ "requires": [
778
+ "supabase",
779
+ "clauth",
780
+ "codeflow",
781
+ "work-items-rpc",
782
+ "git"
783
+ ],
784
+ "produces": [
785
+ "work_items",
786
+ "supabase_writes",
787
+ "git_commits",
788
+ ".rdc/plans/",
789
+ "prototype_registry"
790
+ ],
791
+ "default_model": "opus",
792
+ "triggers": [
793
+ "handoff to build",
794
+ "convert prototype to plan",
795
+ "finalize plan"
796
+ ],
797
+ "follows": [
798
+ "plan",
799
+ "prototype"
800
+ ],
801
+ "leads_to": [
802
+ "build"
803
+ ],
804
+ "sandbox_aware": true,
805
+ "output_contract": "guides/output-contract.md",
806
+ "enabled_default": true,
807
+ "codeflow_required": true
808
+ },
809
+ "help": {
810
+ "name": "help",
811
+ "slash": "rdc:help",
812
+ "category": "reporting",
813
+ "usage": "rdc:help",
814
+ "args": {
815
+ "positional": [],
816
+ "flags": []
817
+ },
818
+ "requires": [],
819
+ "produces": [],
820
+ "default_model": "haiku",
821
+ "triggers": [
822
+ "rdc help",
823
+ "what rdc skills exist",
824
+ "list skills"
825
+ ],
826
+ "follows": [],
827
+ "leads_to": [],
828
+ "sandbox_aware": false,
829
+ "output_contract": "guides/output-contract.md",
830
+ "enabled_default": true,
831
+ "codeflow_required": false
832
+ },
833
+ "overnight": {
834
+ "name": "overnight",
835
+ "slash": "rdc:overnight",
836
+ "category": "build",
837
+ "usage": "rdc:overnight [epic-id|label=<label>]",
838
+ "args": {
839
+ "positional": [
840
+ {
841
+ "name": "scope",
842
+ "required": false,
843
+ "description": "Specific epic UUID or label=<labelname> to drain",
844
+ "accepts": "uuid | label=string"
845
+ }
846
+ ],
847
+ "flags": []
848
+ },
849
+ "requires": [
850
+ "supabase",
851
+ "clauth",
852
+ "codeflow",
853
+ "agent-dispatch",
854
+ "work-items-rpc",
855
+ "git"
856
+ ],
857
+ "produces": [
858
+ "git_commits",
859
+ "work_items",
860
+ "supabase_writes",
861
+ "git_pushes",
862
+ ".rdc/reports/"
863
+ ],
864
+ "default_model": "opus",
865
+ "triggers": [
866
+ "unattended build",
867
+ "overnight run",
868
+ "drain queue",
869
+ "let claude run"
870
+ ],
871
+ "follows": [],
872
+ "leads_to": [],
873
+ "sandbox_aware": true,
874
+ "output_contract": "guides/output-contract.md",
875
+ "enabled_default": true,
876
+ "codeflow_required": true
877
+ },
878
+ "plan": {
879
+ "name": "plan",
880
+ "slash": "rdc:plan",
881
+ "category": "planning",
882
+ "usage": "rdc:plan <topic>",
883
+ "args": {
884
+ "positional": [
885
+ {
886
+ "name": "topic",
887
+ "required": true,
888
+ "description": "What you want planned",
889
+ "accepts": "string"
890
+ }
891
+ ],
892
+ "flags": []
893
+ },
894
+ "requires": [
895
+ "supabase",
896
+ "clauth",
897
+ "codeflow",
898
+ "work-items-rpc"
899
+ ],
900
+ "produces": [
901
+ "work_items",
902
+ "supabase_writes",
903
+ ".rdc/plans/"
904
+ ],
905
+ "default_model": "opus",
906
+ "triggers": [
907
+ "plan an epic",
908
+ "break down work",
909
+ "architecture decision",
910
+ "design decisions"
911
+ ],
912
+ "follows": [
913
+ "preplan"
914
+ ],
915
+ "leads_to": [
916
+ "handoff",
917
+ "build"
918
+ ],
919
+ "sandbox_aware": true,
920
+ "output_contract": "guides/output-contract.md",
921
+ "enabled_default": true,
922
+ "codeflow_required": true
923
+ },
924
+ "preplan": {
925
+ "name": "preplan",
926
+ "slash": "rdc:preplan",
927
+ "category": "planning",
928
+ "usage": "rdc:preplan <topic>",
929
+ "args": {
930
+ "positional": [
931
+ {
932
+ "name": "topic",
933
+ "required": true,
934
+ "description": "What you want researched",
935
+ "accepts": "string"
936
+ }
937
+ ],
938
+ "flags": []
939
+ },
940
+ "requires": [
941
+ "codeflow"
942
+ ],
943
+ "produces": [],
944
+ "default_model": "opus",
945
+ "triggers": [
946
+ "research before planning",
947
+ "preplan",
948
+ "research unknowns",
949
+ "what should we use"
950
+ ],
951
+ "follows": [],
952
+ "leads_to": [
953
+ "plan"
954
+ ],
955
+ "sandbox_aware": true,
956
+ "output_contract": "guides/output-contract.md",
957
+ "enabled_default": true,
958
+ "codeflow_required": true
959
+ },
960
+ "prototype": {
961
+ "name": "prototype",
962
+ "slash": "rdc:prototype",
963
+ "category": "build",
964
+ "usage": "rdc:prototype <description>",
965
+ "args": {
966
+ "positional": [
967
+ {
968
+ "name": "description",
969
+ "required": true,
970
+ "description": "What to mock up",
971
+ "accepts": "string"
972
+ }
973
+ ],
974
+ "flags": []
975
+ },
976
+ "requires": [
977
+ "supabase",
978
+ "clauth",
979
+ "codeflow"
980
+ ],
981
+ "produces": [
982
+ "supabase_writes",
983
+ "prototype_registry"
984
+ ],
985
+ "default_model": "opus",
986
+ "triggers": [
987
+ "mock it up",
988
+ "prototype this",
989
+ "show me what it looks like",
990
+ "jsx mockup"
991
+ ],
992
+ "follows": [],
993
+ "leads_to": [
994
+ "handoff",
995
+ "plan"
996
+ ],
997
+ "sandbox_aware": true,
998
+ "output_contract": "guides/output-contract.md",
999
+ "enabled_default": true,
1000
+ "codeflow_required": true
1001
+ },
1002
+ "rdc-extract-verifier-rules": {
1003
+ "name": "rdc-extract-verifier-rules",
1004
+ "slash": "rdc:extract-verifier-rules",
1005
+ "category": "tooling",
1006
+ "usage": "rdc:extract-verifier-rules [enhancement-log]",
1007
+ "args": {
1008
+ "positional": [
1009
+ {
1010
+ "name": "enhancement-log",
1011
+ "required": false,
1012
+ "description": "Optional path or description of enhancement-log entries to cluster into verifier-rule candidates.",
1013
+ "accepts": "path|string"
1014
+ }
1015
+ ],
1016
+ "flags": []
1017
+ },
1018
+ "requires": [
1019
+ "git"
1020
+ ],
1021
+ "produces": [
1022
+ ".rdc/reports/",
1023
+ "git_commits"
1024
+ ],
1025
+ "default_model": "opus",
1026
+ "triggers": [
1027
+ "rdc:extract-verifier-rules",
1028
+ "extract verifier rules",
1029
+ "promote enhancement log",
1030
+ "what new rules should we add",
1031
+ "verifier corpus update",
1032
+ "nightly cron at 3:00 AM PT"
1033
+ ],
1034
+ "follows": [
1035
+ "rdc-brochurify"
1036
+ ],
1037
+ "leads_to": [
1038
+ "review"
1039
+ ],
1040
+ "sandbox_aware": false,
1041
+ "output_contract": "guides/output-contract.md",
1042
+ "enabled_default": true,
1043
+ "codeflow_required": false
1044
+ },
1045
+ "rpms-filemap": {
1046
+ "name": "rpms-filemap",
1047
+ "slash": "rdc:rpms-filemap",
1048
+ "category": "tooling",
1049
+ "usage": "rdc:rpms-filemap",
1050
+ "args": {
1051
+ "positional": [],
1052
+ "flags": []
1053
+ },
1054
+ "requires": [],
1055
+ "produces": [],
1056
+ "default_model": "haiku",
1057
+ "triggers": [
1058
+ "rpms file map",
1059
+ "rule #1",
1060
+ "context export",
1061
+ "where does this file belong",
1062
+ "where should pm artifacts go"
1063
+ ],
1064
+ "follows": [],
1065
+ "leads_to": [],
1066
+ "sandbox_aware": false,
1067
+ "output_contract": "guides/output-contract.md",
1068
+ "enabled_default": true,
1069
+ "codeflow_required": false
1070
+ },
1071
+ "release": {
1072
+ "name": "release",
1073
+ "slash": "rdc:release",
1074
+ "category": "release",
1075
+ "usage": "rdc:release <repo> [version|--patch|--minor|--major|--dry-run]",
1076
+ "args": {
1077
+ "positional": [
1078
+ {
1079
+ "name": "repo",
1080
+ "required": true,
1081
+ "description": "package slug or repo name",
1082
+ "accepts": "string"
1083
+ },
1084
+ {
1085
+ "name": "version",
1086
+ "required": false,
1087
+ "description": "Explicit semver",
1088
+ "accepts": "semver"
1089
+ }
1090
+ ],
1091
+ "flags": [
1092
+ {
1093
+ "name": "--patch",
1094
+ "type": "bool",
1095
+ "default": false,
1096
+ "description": "Bump patch"
1097
+ },
1098
+ {
1099
+ "name": "--minor",
1100
+ "type": "bool",
1101
+ "default": false,
1102
+ "description": "Bump minor"
1103
+ },
1104
+ {
1105
+ "name": "--major",
1106
+ "type": "bool",
1107
+ "default": false,
1108
+ "description": "Bump major"
1109
+ },
1110
+ {
1111
+ "name": "--dry-run",
1112
+ "type": "bool",
1113
+ "default": false,
1114
+ "description": "Show actions without executing"
1115
+ }
1116
+ ]
1117
+ },
1118
+ "requires": [
1119
+ "clauth",
1120
+ "git",
1121
+ "npm",
1122
+ "coolify"
1123
+ ],
1124
+ "produces": [
1125
+ "git_commits",
1126
+ "git_pushes",
1127
+ "npm_publishes",
1128
+ "deploys"
1129
+ ],
1130
+ "default_model": "opus",
1131
+ "triggers": [
1132
+ "promote to production",
1133
+ "release the package",
1134
+ "push to main",
1135
+ "bump version and ship"
1136
+ ],
1137
+ "follows": [
1138
+ "deploy",
1139
+ "review"
1140
+ ],
1141
+ "leads_to": [
1142
+ "report"
1143
+ ],
1144
+ "sandbox_aware": true,
1145
+ "output_contract": "guides/output-contract.md",
1146
+ "enabled_default": true,
1147
+ "codeflow_required": false,
1148
+ "production_gate": "Promotion to main/production requires explicit user go-ahead. Dev deploys do not."
1149
+ },
1150
+ "report": {
1151
+ "name": "report",
1152
+ "slash": "rdc:report",
1153
+ "category": "reporting",
1154
+ "usage": "rdc:report",
1155
+ "args": {
1156
+ "positional": [],
1157
+ "flags": []
1158
+ },
1159
+ "requires": [
1160
+ "supabase",
1161
+ "clauth",
1162
+ "codeflow"
1163
+ ],
1164
+ "produces": [
1165
+ ".rdc/reports/"
1166
+ ],
1167
+ "default_model": "opus",
1168
+ "triggers": [
1169
+ "session report",
1170
+ "nightly report",
1171
+ "summarize work done"
1172
+ ],
1173
+ "follows": [
1174
+ "build",
1175
+ "review",
1176
+ "deploy",
1177
+ "release"
1178
+ ],
1179
+ "leads_to": [],
1180
+ "sandbox_aware": true,
1181
+ "output_contract": "guides/output-contract.md",
1182
+ "enabled_default": true,
1183
+ "codeflow_required": true
1184
+ },
1185
+ "refactor": {
1186
+ "name": "refactor",
1187
+ "slash": "rdc:refactor",
1188
+ "category": "build",
1189
+ "usage": "rdc:refactor <epic-id|topic> --takeover <reason>",
1190
+ "args": {
1191
+ "positional": [
1192
+ {
1193
+ "name": "epic-id-or-topic",
1194
+ "required": true,
1195
+ "description": "Corrective epic UUID or refactor topic",
1196
+ "accepts": "uuid|string"
1197
+ }
1198
+ ],
1199
+ "flags": [
1200
+ {
1201
+ "name": "--takeover",
1202
+ "type": "string",
1203
+ "default": null,
1204
+ "description": "Required governed takeover reason when active work is re-parented"
1205
+ }
1206
+ ]
1207
+ },
1208
+ "requires": [
1209
+ "supabase",
1210
+ "clauth",
1211
+ "codeflow",
1212
+ "agent-dispatch",
1213
+ "work-items-rpc",
1214
+ "git"
1215
+ ],
1216
+ "produces": [
1217
+ "git_commits",
1218
+ "work_items",
1219
+ "supabase_writes",
1220
+ "git_pushes"
1221
+ ],
1222
+ "default_model": "opus",
1223
+ "triggers": [
1224
+ "refactor the system",
1225
+ "take over this refactor",
1226
+ "consolidate corrective work",
1227
+ "rdc refactor"
1228
+ ],
1229
+ "follows": [
1230
+ "plan",
1231
+ "build"
1232
+ ],
1233
+ "leads_to": [
1234
+ "review",
1235
+ "report"
1236
+ ],
1237
+ "sandbox_aware": false,
1238
+ "output_contract": "guides/output-contract.md",
1239
+ "enabled_default": true,
1240
+ "codeflow_required": true
1241
+ },
1242
+ "review": {
1243
+ "name": "review",
1244
+ "slash": "rdc:review",
1245
+ "category": "build",
1246
+ "usage": "rdc:review [--unattended]",
1247
+ "args": {
1248
+ "positional": [],
1249
+ "flags": [
1250
+ {
1251
+ "name": "--unattended",
1252
+ "type": "bool",
1253
+ "default": false,
1254
+ "description": "Auto-fix what is fixable; escalate the rest"
1255
+ }
1256
+ ]
1257
+ },
1258
+ "requires": [
1259
+ "supabase",
1260
+ "clauth",
1261
+ "codeflow",
1262
+ "agent-dispatch",
1263
+ "git"
1264
+ ],
1265
+ "produces": [
1266
+ "git_commits",
1267
+ "supabase_writes"
1268
+ ],
1269
+ "default_model": "opus",
1270
+ "triggers": [
1271
+ "code review",
1272
+ "post-build review",
1273
+ "audit the work",
1274
+ "tsc check"
1275
+ ],
1276
+ "follows": [
1277
+ "build",
1278
+ "fixit"
1279
+ ],
1280
+ "leads_to": [
1281
+ "deploy",
1282
+ "release",
1283
+ "report"
1284
+ ],
1285
+ "sandbox_aware": true,
1286
+ "output_contract": "guides/output-contract.md",
1287
+ "enabled_default": true,
1288
+ "codeflow_required": true
1289
+ },
1290
+ "self-test": {
1291
+ "name": "self-test",
1292
+ "slash": "rdc:self-test",
1293
+ "category": "infra",
1294
+ "usage": "rdc:self-test [--strict]",
1295
+ "args": {
1296
+ "positional": [],
1297
+ "flags": [
1298
+ {
1299
+ "name": "--strict",
1300
+ "type": "bool",
1301
+ "default": false,
1302
+ "description": "Fail on any warning"
1303
+ }
1304
+ ]
1305
+ },
1306
+ "requires": [
1307
+ "clauth"
1308
+ ],
1309
+ "produces": [],
1310
+ "default_model": "opus",
1311
+ "triggers": [
1312
+ "self test rdc skills",
1313
+ "validate plugin",
1314
+ "skill manifest consistency"
1315
+ ],
1316
+ "follows": [],
1317
+ "leads_to": [],
1318
+ "sandbox_aware": true,
1319
+ "output_contract": "guides/output-contract.md",
1320
+ "enabled_default": true,
1321
+ "codeflow_required": false
1322
+ },
1323
+ "housekeeping": {
1324
+ "name": "housekeeping",
1325
+ "slash": "rdc:housekeeping",
1326
+ "category": "reporting",
1327
+ "usage": "rdc:housekeeping [--fix]",
1328
+ "args": {
1329
+ "positional": [],
1330
+ "flags": [
1331
+ {
1332
+ "name": "--fix",
1333
+ "type": "boolean",
1334
+ "default": false,
1335
+ "description": "Auto-remediate safe issues (scaffold CLAUDE.md, fix PUBLISH.md URLs, create missing dirs)"
1336
+ }
1337
+ ]
1338
+ },
1339
+ "requires": [
1340
+ "supabase",
1341
+ "clauth",
1342
+ "coolify",
1343
+ "git"
1344
+ ],
1345
+ "produces": [
1346
+ ".rdc/reports/"
1347
+ ],
1348
+ "default_model": "sonnet",
1349
+ "triggers": [
1350
+ "weekly maintenance",
1351
+ "housekeeping",
1352
+ "directory structure audit",
1353
+ "verify all apps",
1354
+ "check repo health",
1355
+ "maintenance audit"
1356
+ ],
1357
+ "follows": [],
1358
+ "leads_to": [
1359
+ "review"
1360
+ ],
1361
+ "sandbox_aware": true,
1362
+ "output_contract": "guides/output-contract.md",
1363
+ "enabled_default": true,
1364
+ "codeflow_required": false
1365
+ },
1366
+ "status": {
1367
+ "name": "status",
1368
+ "slash": "rdc:status",
1369
+ "category": "reporting",
1370
+ "usage": "rdc:status",
1371
+ "args": {
1372
+ "positional": [],
1373
+ "flags": []
1374
+ },
1375
+ "requires": [
1376
+ "supabase",
1377
+ "clauth"
1378
+ ],
1379
+ "produces": [],
1380
+ "default_model": "haiku",
1381
+ "triggers": [
1382
+ "rdc status",
1383
+ "what is open",
1384
+ "session snapshot",
1385
+ "kanban"
1386
+ ],
1387
+ "follows": [],
1388
+ "leads_to": [],
1389
+ "sandbox_aware": false,
1390
+ "output_contract": "guides/output-contract.md",
1391
+ "enabled_default": true,
1392
+ "codeflow_required": false
1393
+ },
1394
+ "env": {
1395
+ "name": "env",
1396
+ "slash": "rdc:env",
1397
+ "category": "infra",
1398
+ "usage": "rdc:env [status|install|repair|update]",
1399
+ "args": {
1400
+ "positional": [
1401
+ {
1402
+ "name": "action",
1403
+ "required": false,
1404
+ "default": "status",
1405
+ "values": ["status", "install", "repair", "update"]
1406
+ }
1407
+ ],
1408
+ "flags": []
1409
+ },
1410
+ "requires": [
1411
+ "clauth"
1412
+ ],
1413
+ "produces": [],
1414
+ "default_model": "sonnet",
1415
+ "triggers": [
1416
+ "check environment",
1417
+ "install environment",
1418
+ "repair environment",
1419
+ "update environment",
1420
+ "setup env",
1421
+ "fix env",
1422
+ "env status",
1423
+ "after reboot",
1424
+ "GPU crash"
1425
+ ],
1426
+ "follows": [],
1427
+ "leads_to": ["status"],
1428
+ "sandbox_aware": false,
1429
+ "output_contract": "guides/output-contract.md",
1430
+ "enabled_default": true,
1431
+ "codeflow_required": false
1432
+ },
1433
+ "terminal-config": {
1434
+ "name": "terminal-config",
1435
+ "slash": "rdc:terminal-config",
1436
+ "category": "infra",
1437
+ "usage": "rdc:terminal-config <task>",
1438
+ "args": {
1439
+ "positional": [
1440
+ {
1441
+ "name": "task",
1442
+ "required": true,
1443
+ "description": "Free-text terminal-config task",
1444
+ "accepts": "string"
1445
+ }
1446
+ ],
1447
+ "flags": []
1448
+ },
1449
+ "requires": [
1450
+ "git"
1451
+ ],
1452
+ "produces": [
1453
+ "git_commits"
1454
+ ],
1455
+ "default_model": "opus",
1456
+ "triggers": [
1457
+ "windows terminal config",
1458
+ "shell profile",
1459
+ "agent startup order"
1460
+ ],
1461
+ "follows": [],
1462
+ "leads_to": [],
1463
+ "sandbox_aware": false,
1464
+ "output_contract": "guides/output-contract.md",
1465
+ "enabled_default": true,
1466
+ "codeflow_required": false
1467
+ },
1411
1468
  "watch": {
1412
1469
  "name": "watch",
1413
1470
  "slash": "rdc:watch",
1414
- "category": "reporting",
1415
- "usage": "rdc:watch",
1416
- "args": {
1417
- "positional": [],
1418
- "flags": []
1419
- },
1420
- "requires": [],
1421
- "produces": [],
1422
- "default_model": "haiku",
1423
- "triggers": [
1424
- "watch session",
1425
- "live viewer",
1426
- "watch claude work"
1427
- ],
1428
- "follows": [],
1429
- "leads_to": [],
1430
- "sandbox_aware": true,
1431
- "output_contract": "guides/output-contract.md",
1471
+ "category": "reporting",
1472
+ "usage": "rdc:watch",
1473
+ "args": {
1474
+ "positional": [],
1475
+ "flags": []
1476
+ },
1477
+ "requires": [],
1478
+ "produces": [],
1479
+ "default_model": "haiku",
1480
+ "triggers": [
1481
+ "watch session",
1482
+ "live viewer",
1483
+ "watch claude work"
1484
+ ],
1485
+ "follows": [],
1486
+ "leads_to": [],
1487
+ "sandbox_aware": true,
1488
+ "output_contract": "guides/output-contract.md",
1432
1489
  "enabled_default": true,
1433
1490
  "codeflow_required": false
1434
1491
  },
@@ -1481,126 +1538,126 @@
1481
1538
  "workitems": {
1482
1539
  "name": "workitems",
1483
1540
  "slash": "rdc:workitems",
1484
- "category": "tooling",
1485
- "usage": "rdc:workitems [add|done|status|list|query]",
1486
- "args": {
1487
- "positional": [
1488
- {
1489
- "name": "subcommand",
1490
- "required": false,
1491
- "description": "CRUD verb",
1492
- "accepts": "add | done | status | list | query"
1493
- }
1494
- ],
1495
- "flags": []
1496
- },
1497
- "requires": [
1498
- "supabase",
1499
- "clauth",
1500
- "work-items-rpc"
1501
- ],
1502
- "produces": [
1503
- "work_items",
1504
- "supabase_writes"
1505
- ],
1506
- "default_model": "haiku",
1507
- "triggers": [
1508
- "add work item",
1509
- "close work item",
1510
- "list epics",
1511
- "query by label"
1512
- ],
1513
- "follows": [],
1514
- "leads_to": [],
1515
- "sandbox_aware": true,
1516
- "output_contract": "guides/output-contract.md",
1517
- "enabled_default": true,
1518
- "codeflow_required": false
1519
- },
1520
- "onramp": {
1521
- "name": "onramp",
1522
- "slash": "rdc:onramp",
1523
- "category": "infra",
1524
- "usage": "rdc:onramp <slug> --name \"<Display Name>\" [--location <json>] [--archetype <archetype>] [--owner place-fund|rdc|jv|client] [--history] [--skip-to <phase>] [--no-gate] [--dry-run]",
1525
- "args": {
1526
- "positional": [
1527
- {
1528
- "name": "slug",
1529
- "required": true,
1530
- "description": "kebab-case place identifier (e.g. spirit-bear-village). Validated against ^[a-z0-9]+(-[a-z0-9]+)*$.",
1531
- "accepts": "string"
1532
- }
1533
- ],
1534
- "flags": [
1535
- {
1536
- "name": "--name",
1537
- "type": "string",
1538
- "default": null,
1539
- "description": "Human display name. Required. Passed verbatim to enroll_place and the scaffolder."
1540
- },
1541
- {
1542
- "name": "--location",
1543
- "type": "json",
1544
- "default": "{}",
1545
- "description": "JSON object for enroll_place p_location (e.g. {\"state\":\"BC\",\"country\":\"Canada\"}). Never guessed — omit if unknown."
1546
- },
1547
- {
1548
- "name": "--archetype",
1549
- "type": "string",
1550
- "default": "TBD",
1551
- "description": "Base-arc archetype slug. See corpus/_shared/onramp/ARCHETYPES.md."
1552
- },
1553
- {
1554
- "name": "--owner",
1555
- "type": "string",
1556
- "default": "place-fund",
1557
- "description": "place-fund | rdc | jv | client"
1558
- },
1559
- {
1560
- "name": "--history",
1561
- "type": "boolean",
1562
- "default": false,
1563
- "description": "Opt-in: also scaffold places/<slug>/HISTORY.md (see rdc-onramp-skill.md §D4)."
1564
- },
1565
- {
1566
- "name": "--dry-run",
1567
- "type": "boolean",
1568
- "default": false,
1569
- "description": "Resolve drift state + print plan; perform NO writes (no RPC, no work item, no scaffolder)."
1570
- }
1571
- ]
1572
- },
1573
- "requires": [
1574
- "supabase",
1575
- "clauth",
1576
- "codeflow",
1577
- "work-items-rpc",
1578
- "git"
1579
- ],
1580
- "produces": [
1581
- "work_items",
1582
- "supabase_writes",
1583
- "git_commits",
1584
- "git_pushes",
1585
- "deploys"
1586
- ],
1587
- "default_model": "opus",
1588
- "triggers": [
1589
- "onramp a place",
1590
- "enroll a new place",
1591
- "lay the infra for",
1592
- "enroll this project",
1593
- "start a new place fund project",
1594
- "run enrollment for",
1595
- "run the full pipeline for",
1596
- "build a place from scratch"
1597
- ],
1598
- "follows": [],
1599
- "leads_to": [],
1600
- "sandbox_aware": true,
1601
- "output_contract": "guides/output-contract.md",
1602
- "enabled_default": true,
1603
- "codeflow_required": true
1604
- }
1605
- }
1606
- }
1541
+ "category": "tooling",
1542
+ "usage": "rdc:workitems [add|done|status|list|query]",
1543
+ "args": {
1544
+ "positional": [
1545
+ {
1546
+ "name": "subcommand",
1547
+ "required": false,
1548
+ "description": "CRUD verb",
1549
+ "accepts": "add | done | status | list | query"
1550
+ }
1551
+ ],
1552
+ "flags": []
1553
+ },
1554
+ "requires": [
1555
+ "supabase",
1556
+ "clauth",
1557
+ "work-items-rpc"
1558
+ ],
1559
+ "produces": [
1560
+ "work_items",
1561
+ "supabase_writes"
1562
+ ],
1563
+ "default_model": "haiku",
1564
+ "triggers": [
1565
+ "add work item",
1566
+ "close work item",
1567
+ "list epics",
1568
+ "query by label"
1569
+ ],
1570
+ "follows": [],
1571
+ "leads_to": [],
1572
+ "sandbox_aware": true,
1573
+ "output_contract": "guides/output-contract.md",
1574
+ "enabled_default": true,
1575
+ "codeflow_required": false
1576
+ },
1577
+ "onramp": {
1578
+ "name": "onramp",
1579
+ "slash": "rdc:onramp",
1580
+ "category": "infra",
1581
+ "usage": "rdc:onramp <slug> --name \"<Display Name>\" [--location <json>] [--archetype <archetype>] [--owner place-fund|rdc|jv|client] [--history] [--skip-to <phase>] [--no-gate] [--dry-run]",
1582
+ "args": {
1583
+ "positional": [
1584
+ {
1585
+ "name": "slug",
1586
+ "required": true,
1587
+ "description": "kebab-case place identifier (e.g. spirit-bear-village). Validated against ^[a-z0-9]+(-[a-z0-9]+)*$.",
1588
+ "accepts": "string"
1589
+ }
1590
+ ],
1591
+ "flags": [
1592
+ {
1593
+ "name": "--name",
1594
+ "type": "string",
1595
+ "default": null,
1596
+ "description": "Human display name. Required. Passed verbatim to enroll_place and the scaffolder."
1597
+ },
1598
+ {
1599
+ "name": "--location",
1600
+ "type": "json",
1601
+ "default": "{}",
1602
+ "description": "JSON object for enroll_place p_location (e.g. {\"state\":\"BC\",\"country\":\"Canada\"}). Never guessed — omit if unknown."
1603
+ },
1604
+ {
1605
+ "name": "--archetype",
1606
+ "type": "string",
1607
+ "default": "TBD",
1608
+ "description": "Base-arc archetype slug. See corpus/_shared/onramp/ARCHETYPES.md."
1609
+ },
1610
+ {
1611
+ "name": "--owner",
1612
+ "type": "string",
1613
+ "default": "place-fund",
1614
+ "description": "place-fund | rdc | jv | client"
1615
+ },
1616
+ {
1617
+ "name": "--history",
1618
+ "type": "boolean",
1619
+ "default": false,
1620
+ "description": "Opt-in: also scaffold places/<slug>/HISTORY.md (see rdc-onramp-skill.md §D4)."
1621
+ },
1622
+ {
1623
+ "name": "--dry-run",
1624
+ "type": "boolean",
1625
+ "default": false,
1626
+ "description": "Resolve drift state + print plan; perform NO writes (no RPC, no work item, no scaffolder)."
1627
+ }
1628
+ ]
1629
+ },
1630
+ "requires": [
1631
+ "supabase",
1632
+ "clauth",
1633
+ "codeflow",
1634
+ "work-items-rpc",
1635
+ "git"
1636
+ ],
1637
+ "produces": [
1638
+ "work_items",
1639
+ "supabase_writes",
1640
+ "git_commits",
1641
+ "git_pushes",
1642
+ "deploys"
1643
+ ],
1644
+ "default_model": "opus",
1645
+ "triggers": [
1646
+ "onramp a place",
1647
+ "enroll a new place",
1648
+ "lay the infra for",
1649
+ "enroll this project",
1650
+ "start a new place fund project",
1651
+ "run enrollment for",
1652
+ "run the full pipeline for",
1653
+ "build a place from scratch"
1654
+ ],
1655
+ "follows": [],
1656
+ "leads_to": [],
1657
+ "sandbox_aware": true,
1658
+ "output_contract": "guides/output-contract.md",
1659
+ "enabled_default": true,
1660
+ "codeflow_required": true
1661
+ }
1662
+ }
1663
+ }