metaharness 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (383) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +73 -0
  3. package/dist/analyze-repo.d.ts +74 -0
  4. package/dist/analyze-repo.d.ts.map +1 -0
  5. package/dist/analyze-repo.js +329 -0
  6. package/dist/analyze-repo.js.map +1 -0
  7. package/dist/audit-cmd.d.ts +6 -0
  8. package/dist/audit-cmd.d.ts.map +1 -0
  9. package/dist/audit-cmd.js +139 -0
  10. package/dist/audit-cmd.js.map +1 -0
  11. package/dist/bin.d.ts +3 -0
  12. package/dist/bin.d.ts.map +1 -0
  13. package/dist/bin.js +8 -0
  14. package/dist/bin.js.map +1 -0
  15. package/dist/compare-cmd.d.ts +56 -0
  16. package/dist/compare-cmd.d.ts.map +1 -0
  17. package/dist/compare-cmd.js +173 -0
  18. package/dist/compare-cmd.js.map +1 -0
  19. package/dist/completions-cmd.d.ts +6 -0
  20. package/dist/completions-cmd.d.ts.map +1 -0
  21. package/dist/completions-cmd.js +171 -0
  22. package/dist/completions-cmd.js.map +1 -0
  23. package/dist/diag.d.ts +76 -0
  24. package/dist/diag.d.ts.map +1 -0
  25. package/dist/diag.js +349 -0
  26. package/dist/diag.js.map +1 -0
  27. package/dist/eject.d.ts +33 -0
  28. package/dist/eject.d.ts.map +1 -0
  29. package/dist/eject.js +147 -0
  30. package/dist/eject.js.map +1 -0
  31. package/dist/export-config.d.ts +25 -0
  32. package/dist/export-config.d.ts.map +1 -0
  33. package/dist/export-config.js +134 -0
  34. package/dist/export-config.js.map +1 -0
  35. package/dist/external-template.d.ts +19 -0
  36. package/dist/external-template.d.ts.map +1 -0
  37. package/dist/external-template.js +37 -0
  38. package/dist/external-template.js.map +1 -0
  39. package/dist/federate.d.ts +37 -0
  40. package/dist/federate.d.ts.map +1 -0
  41. package/dist/federate.js +167 -0
  42. package/dist/federate.js.map +1 -0
  43. package/dist/genome-scorers.d.ts +33 -0
  44. package/dist/genome-scorers.d.ts.map +1 -0
  45. package/dist/genome-scorers.js +115 -0
  46. package/dist/genome-scorers.js.map +1 -0
  47. package/dist/genome.d.ts +28 -0
  48. package/dist/genome.d.ts.map +1 -0
  49. package/dist/genome.js +219 -0
  50. package/dist/genome.js.map +1 -0
  51. package/dist/harness-bin.d.ts +3 -0
  52. package/dist/harness-bin.d.ts.map +1 -0
  53. package/dist/harness-bin.js +17 -0
  54. package/dist/harness-bin.js.map +1 -0
  55. package/dist/index.d.ts +79 -0
  56. package/dist/index.d.ts.map +1 -0
  57. package/dist/index.js +409 -0
  58. package/dist/index.js.map +1 -0
  59. package/dist/manifest.d.ts +55 -0
  60. package/dist/manifest.d.ts.map +1 -0
  61. package/dist/manifest.js +62 -0
  62. package/dist/manifest.js.map +1 -0
  63. package/dist/mcp-cmd.d.ts +19 -0
  64. package/dist/mcp-cmd.d.ts.map +1 -0
  65. package/dist/mcp-cmd.js +179 -0
  66. package/dist/mcp-cmd.js.map +1 -0
  67. package/dist/mcp-scan.d.ts +25 -0
  68. package/dist/mcp-scan.d.ts.map +1 -0
  69. package/dist/mcp-scan.js +132 -0
  70. package/dist/mcp-scan.js.map +1 -0
  71. package/dist/oia-manifest.d.ts +97 -0
  72. package/dist/oia-manifest.d.ts.map +1 -0
  73. package/dist/oia-manifest.js +241 -0
  74. package/dist/oia-manifest.js.map +1 -0
  75. package/dist/publish-cmd.d.ts +9 -0
  76. package/dist/publish-cmd.d.ts.map +1 -0
  77. package/dist/publish-cmd.js +56 -0
  78. package/dist/publish-cmd.js.map +1 -0
  79. package/dist/publish.d.ts +55 -0
  80. package/dist/publish.d.ts.map +1 -0
  81. package/dist/publish.js +104 -0
  82. package/dist/publish.js.map +1 -0
  83. package/dist/registry.d.ts +60 -0
  84. package/dist/registry.d.ts.map +1 -0
  85. package/dist/registry.js +67 -0
  86. package/dist/registry.js.map +1 -0
  87. package/dist/rename.d.ts +26 -0
  88. package/dist/rename.d.ts.map +1 -0
  89. package/dist/rename.js +86 -0
  90. package/dist/rename.js.map +1 -0
  91. package/dist/renderer.d.ts +39 -0
  92. package/dist/renderer.d.ts.map +1 -0
  93. package/dist/renderer.js +75 -0
  94. package/dist/renderer.js.map +1 -0
  95. package/dist/sbom-cmd.d.ts +6 -0
  96. package/dist/sbom-cmd.d.ts.map +1 -0
  97. package/dist/sbom-cmd.js +125 -0
  98. package/dist/sbom-cmd.js.map +1 -0
  99. package/dist/score.d.ts +32 -0
  100. package/dist/score.d.ts.map +1 -0
  101. package/dist/score.js +381 -0
  102. package/dist/score.js.map +1 -0
  103. package/dist/secrets.d.ts +27 -0
  104. package/dist/secrets.d.ts.map +1 -0
  105. package/dist/secrets.js +228 -0
  106. package/dist/secrets.js.map +1 -0
  107. package/dist/subcommands.d.ts +32 -0
  108. package/dist/subcommands.d.ts.map +1 -0
  109. package/dist/subcommands.js +335 -0
  110. package/dist/subcommands.js.map +1 -0
  111. package/dist/tarball.d.ts +14 -0
  112. package/dist/tarball.d.ts.map +1 -0
  113. package/dist/tarball.js +121 -0
  114. package/dist/tarball.js.map +1 -0
  115. package/dist/threat-model.d.ts +32 -0
  116. package/dist/threat-model.d.ts.map +1 -0
  117. package/dist/threat-model.js +236 -0
  118. package/dist/threat-model.js.map +1 -0
  119. package/dist/upgrade-cmd.d.ts +9 -0
  120. package/dist/upgrade-cmd.d.ts.map +1 -0
  121. package/dist/upgrade-cmd.js +90 -0
  122. package/dist/upgrade-cmd.js.map +1 -0
  123. package/dist/upgrade.d.ts +37 -0
  124. package/dist/upgrade.d.ts.map +1 -0
  125. package/dist/upgrade.js +124 -0
  126. package/dist/upgrade.js.map +1 -0
  127. package/dist/validate.d.ts +7 -0
  128. package/dist/validate.d.ts.map +1 -0
  129. package/dist/validate.js +240 -0
  130. package/dist/validate.js.map +1 -0
  131. package/dist/walker.d.ts +24 -0
  132. package/dist/walker.d.ts.map +1 -0
  133. package/dist/walker.js +76 -0
  134. package/dist/walker.js.map +1 -0
  135. package/dist/witness-client.d.ts +40 -0
  136. package/dist/witness-client.d.ts.map +1 -0
  137. package/dist/witness-client.js +99 -0
  138. package/dist/witness-client.js.map +1 -0
  139. package/dist/wizard.d.ts +37 -0
  140. package/dist/wizard.d.ts.map +1 -0
  141. package/dist/wizard.js +137 -0
  142. package/dist/wizard.js.map +1 -0
  143. package/dist/writer.d.ts +13 -0
  144. package/dist/writer.d.ts.map +1 -0
  145. package/dist/writer.js +43 -0
  146. package/dist/writer.js.map +1 -0
  147. package/package.json +114 -0
  148. package/templates/catalog.def.mjs +542 -0
  149. package/templates/catalog.json +1274 -0
  150. package/templates/minimal/.claude/settings.json.tmpl +18 -0
  151. package/templates/minimal/CLAUDE.md.tmpl +23 -0
  152. package/templates/minimal/README.md.tmpl +20 -0
  153. package/templates/minimal/manifest.json +16 -0
  154. package/templates/minimal/package.json.tmpl +30 -0
  155. package/templates/minimal/src/init.ts.tmpl +21 -0
  156. package/templates/vertical_advertising/.claude/commands/doctor.md.tmpl +12 -0
  157. package/templates/vertical_advertising/.claude/settings.json.tmpl +33 -0
  158. package/templates/vertical_advertising/.claude/skills/media-plan/SKILL.md.tmpl +13 -0
  159. package/templates/vertical_advertising/CLAUDE.md.tmpl +30 -0
  160. package/templates/vertical_advertising/README.md.tmpl +29 -0
  161. package/templates/vertical_advertising/manifest.json +81 -0
  162. package/templates/vertical_advertising/package.json.tmpl +30 -0
  163. package/templates/vertical_advertising/src/agents/copywriter.ts.tmpl +7 -0
  164. package/templates/vertical_advertising/src/agents/media-planner.ts.tmpl +7 -0
  165. package/templates/vertical_advertising/src/agents/performance-analyst.ts.tmpl +7 -0
  166. package/templates/vertical_advertising/src/init.ts.tmpl +21 -0
  167. package/templates/vertical_agentics/.claude/commands/doctor.md.tmpl +12 -0
  168. package/templates/vertical_agentics/.claude/settings.json.tmpl +33 -0
  169. package/templates/vertical_agentics/.claude/skills/memory-inspect/SKILL.md.tmpl +14 -0
  170. package/templates/vertical_agentics/.claude/skills/run-swarm/SKILL.md.tmpl +14 -0
  171. package/templates/vertical_agentics/CLAUDE.md.tmpl +32 -0
  172. package/templates/vertical_agentics/README.md.tmpl +30 -0
  173. package/templates/vertical_agentics/manifest.json +91 -0
  174. package/templates/vertical_agentics/package.json.tmpl +30 -0
  175. package/templates/vertical_agentics/src/agents/critic.ts.tmpl +7 -0
  176. package/templates/vertical_agentics/src/agents/orchestrator.ts.tmpl +7 -0
  177. package/templates/vertical_agentics/src/agents/planner.ts.tmpl +7 -0
  178. package/templates/vertical_agentics/src/agents/worker.ts.tmpl +7 -0
  179. package/templates/vertical_agentics/src/init.ts.tmpl +21 -0
  180. package/templates/vertical_ai/.claude/commands/doctor.md.tmpl +12 -0
  181. package/templates/vertical_ai/.claude/settings.json.tmpl +35 -0
  182. package/templates/vertical_ai/.claude/skills/eval-report/SKILL.md.tmpl +13 -0
  183. package/templates/vertical_ai/CLAUDE.md.tmpl +31 -0
  184. package/templates/vertical_ai/README.md.tmpl +30 -0
  185. package/templates/vertical_ai/manifest.json +86 -0
  186. package/templates/vertical_ai/package.json.tmpl +30 -0
  187. package/templates/vertical_ai/src/agents/data-curator.ts.tmpl +7 -0
  188. package/templates/vertical_ai/src/agents/deployer.ts.tmpl +7 -0
  189. package/templates/vertical_ai/src/agents/evaluator.ts.tmpl +7 -0
  190. package/templates/vertical_ai/src/agents/trainer.ts.tmpl +7 -0
  191. package/templates/vertical_ai/src/init.ts.tmpl +21 -0
  192. package/templates/vertical_business/.claude/commands/doctor.md.tmpl +12 -0
  193. package/templates/vertical_business/.claude/settings.json.tmpl +33 -0
  194. package/templates/vertical_business/.claude/skills/quarterly-plan/SKILL.md.tmpl +13 -0
  195. package/templates/vertical_business/CLAUDE.md.tmpl +30 -0
  196. package/templates/vertical_business/README.md.tmpl +29 -0
  197. package/templates/vertical_business/manifest.json +81 -0
  198. package/templates/vertical_business/package.json.tmpl +30 -0
  199. package/templates/vertical_business/src/agents/analyst.ts.tmpl +7 -0
  200. package/templates/vertical_business/src/agents/ops-coordinator.ts.tmpl +7 -0
  201. package/templates/vertical_business/src/agents/strategist.ts.tmpl +7 -0
  202. package/templates/vertical_business/src/init.ts.tmpl +21 -0
  203. package/templates/vertical_coding/.claude/commands/doctor.md.tmpl +12 -0
  204. package/templates/vertical_coding/.claude/commands/review-diff.md.tmpl +10 -0
  205. package/templates/vertical_coding/.claude/settings.json.tmpl +40 -0
  206. package/templates/vertical_coding/.claude/skills/plan-change/SKILL.md.tmpl +15 -0
  207. package/templates/vertical_coding/CLAUDE.md.tmpl +32 -0
  208. package/templates/vertical_coding/README.md.tmpl +30 -0
  209. package/templates/vertical_coding/manifest.json +91 -0
  210. package/templates/vertical_coding/package.json.tmpl +30 -0
  211. package/templates/vertical_coding/src/agents/architect.ts.tmpl +7 -0
  212. package/templates/vertical_coding/src/agents/implementer.ts.tmpl +7 -0
  213. package/templates/vertical_coding/src/agents/reviewer.ts.tmpl +7 -0
  214. package/templates/vertical_coding/src/agents/test-writer.ts.tmpl +7 -0
  215. package/templates/vertical_coding/src/init.ts.tmpl +21 -0
  216. package/templates/vertical_crm/.claude/commands/doctor.md.tmpl +12 -0
  217. package/templates/vertical_crm/.claude/settings.json.tmpl +33 -0
  218. package/templates/vertical_crm/.claude/skills/memory-inspect/SKILL.md.tmpl +14 -0
  219. package/templates/vertical_crm/CLAUDE.md.tmpl +30 -0
  220. package/templates/vertical_crm/README.md.tmpl +29 -0
  221. package/templates/vertical_crm/manifest.json +81 -0
  222. package/templates/vertical_crm/package.json.tmpl +30 -0
  223. package/templates/vertical_crm/src/agents/account-manager.ts.tmpl +7 -0
  224. package/templates/vertical_crm/src/agents/churn-watcher.ts.tmpl +7 -0
  225. package/templates/vertical_crm/src/agents/lead-qualifier.ts.tmpl +7 -0
  226. package/templates/vertical_crm/src/init.ts.tmpl +21 -0
  227. package/templates/vertical_devops/.claude/settings.json.tmpl +36 -0
  228. package/templates/vertical_devops/CLAUDE.md.tmpl +34 -0
  229. package/templates/vertical_devops/README.md.tmpl +27 -0
  230. package/templates/vertical_devops/manifest.json +22 -0
  231. package/templates/vertical_devops/package.json.tmpl +26 -0
  232. package/templates/vertical_devops/runbooks/README.md.tmpl +32 -0
  233. package/templates/vertical_devops/src/agents/escalator.ts.tmpl +19 -0
  234. package/templates/vertical_devops/src/agents/postmortem.ts.tmpl +23 -0
  235. package/templates/vertical_devops/src/agents/responder.ts.tmpl +14 -0
  236. package/templates/vertical_devops/src/agents/runbook-runner.ts.tmpl +17 -0
  237. package/templates/vertical_devops/src/init.ts.tmpl +23 -0
  238. package/templates/vertical_education/.claude/commands/doctor.md.tmpl +12 -0
  239. package/templates/vertical_education/.claude/commands/mastery-report.md.tmpl +12 -0
  240. package/templates/vertical_education/.claude/settings.json.tmpl +45 -0
  241. package/templates/vertical_education/.claude/skills/memory-inspect/SKILL.md.tmpl +14 -0
  242. package/templates/vertical_education/.claude/skills/teach-next/SKILL.md.tmpl +16 -0
  243. package/templates/vertical_education/CLAUDE.md.tmpl +33 -0
  244. package/templates/vertical_education/README.md.tmpl +30 -0
  245. package/templates/vertical_education/manifest.json +96 -0
  246. package/templates/vertical_education/package.json.tmpl +30 -0
  247. package/templates/vertical_education/src/agents/explainer.ts.tmpl +7 -0
  248. package/templates/vertical_education/src/agents/grader.ts.tmpl +7 -0
  249. package/templates/vertical_education/src/agents/quiz-master.ts.tmpl +7 -0
  250. package/templates/vertical_education/src/agents/tutor.ts.tmpl +7 -0
  251. package/templates/vertical_education/src/init.ts.tmpl +21 -0
  252. package/templates/vertical_exotic/.claude/commands/doctor.md.tmpl +12 -0
  253. package/templates/vertical_exotic/.claude/settings.json.tmpl +44 -0
  254. package/templates/vertical_exotic/.claude/skills/evolve/SKILL.md.tmpl +14 -0
  255. package/templates/vertical_exotic/.claude/skills/memory-inspect/SKILL.md.tmpl +14 -0
  256. package/templates/vertical_exotic/CLAUDE.md.tmpl +31 -0
  257. package/templates/vertical_exotic/README.md.tmpl +29 -0
  258. package/templates/vertical_exotic/manifest.json +86 -0
  259. package/templates/vertical_exotic/package.json.tmpl +30 -0
  260. package/templates/vertical_exotic/src/agents/experimenter.ts.tmpl +7 -0
  261. package/templates/vertical_exotic/src/agents/federator.ts.tmpl +7 -0
  262. package/templates/vertical_exotic/src/agents/hypothesizer.ts.tmpl +7 -0
  263. package/templates/vertical_exotic/src/init.ts.tmpl +21 -0
  264. package/templates/vertical_gaming/.claude/commands/design-doc-diff.md.tmpl +13 -0
  265. package/templates/vertical_gaming/.claude/commands/doctor.md.tmpl +12 -0
  266. package/templates/vertical_gaming/.claude/settings.json.tmpl +45 -0
  267. package/templates/vertical_gaming/.claude/skills/memory-inspect/SKILL.md.tmpl +14 -0
  268. package/templates/vertical_gaming/.claude/skills/playtest-recap/SKILL.md.tmpl +16 -0
  269. package/templates/vertical_gaming/CLAUDE.md.tmpl +33 -0
  270. package/templates/vertical_gaming/README.md.tmpl +30 -0
  271. package/templates/vertical_gaming/manifest.json +96 -0
  272. package/templates/vertical_gaming/package.json.tmpl +30 -0
  273. package/templates/vertical_gaming/src/agents/balance-critic.ts.tmpl +7 -0
  274. package/templates/vertical_gaming/src/agents/economy-modeler.ts.tmpl +7 -0
  275. package/templates/vertical_gaming/src/agents/narrative-keeper.ts.tmpl +7 -0
  276. package/templates/vertical_gaming/src/agents/playtest-reader.ts.tmpl +7 -0
  277. package/templates/vertical_gaming/src/init.ts.tmpl +21 -0
  278. package/templates/vertical_health/.claude/commands/doctor.md.tmpl +12 -0
  279. package/templates/vertical_health/.claude/settings.json.tmpl +33 -0
  280. package/templates/vertical_health/.claude/skills/wellness-intake/SKILL.md.tmpl +15 -0
  281. package/templates/vertical_health/CLAUDE.md.tmpl +30 -0
  282. package/templates/vertical_health/README.md.tmpl +29 -0
  283. package/templates/vertical_health/manifest.json +81 -0
  284. package/templates/vertical_health/package.json.tmpl +30 -0
  285. package/templates/vertical_health/src/agents/care-coordinator.ts.tmpl +7 -0
  286. package/templates/vertical_health/src/agents/intake.ts.tmpl +7 -0
  287. package/templates/vertical_health/src/agents/triage.ts.tmpl +7 -0
  288. package/templates/vertical_health/src/init.ts.tmpl +21 -0
  289. package/templates/vertical_legal/.claude/settings.json.tmpl +10 -0
  290. package/templates/vertical_legal/CLAUDE.md.tmpl +24 -0
  291. package/templates/vertical_legal/README.md.tmpl +21 -0
  292. package/templates/vertical_legal/manifest.json +20 -0
  293. package/templates/vertical_legal/package.json.tmpl +13 -0
  294. package/templates/vertical_legal/src/agents/citation-checker.ts.tmpl +7 -0
  295. package/templates/vertical_legal/src/agents/redline.ts.tmpl +7 -0
  296. package/templates/vertical_legal/src/agents/risk-rater.ts.tmpl +8 -0
  297. package/templates/vertical_legal/src/init.ts.tmpl +13 -0
  298. package/templates/vertical_marketing/.claude/commands/doctor.md.tmpl +12 -0
  299. package/templates/vertical_marketing/.claude/settings.json.tmpl +33 -0
  300. package/templates/vertical_marketing/.claude/skills/campaign-brief/SKILL.md.tmpl +13 -0
  301. package/templates/vertical_marketing/CLAUDE.md.tmpl +30 -0
  302. package/templates/vertical_marketing/README.md.tmpl +29 -0
  303. package/templates/vertical_marketing/manifest.json +81 -0
  304. package/templates/vertical_marketing/package.json.tmpl +30 -0
  305. package/templates/vertical_marketing/src/agents/content-creator.ts.tmpl +7 -0
  306. package/templates/vertical_marketing/src/agents/seo-analyst.ts.tmpl +7 -0
  307. package/templates/vertical_marketing/src/agents/strategist.ts.tmpl +7 -0
  308. package/templates/vertical_marketing/src/init.ts.tmpl +21 -0
  309. package/templates/vertical_repo-maintainer/.claude/commands/doctor.md.tmpl +12 -0
  310. package/templates/vertical_repo-maintainer/.claude/commands/release-check.md.tmpl +13 -0
  311. package/templates/vertical_repo-maintainer/.claude/commands/repo-triage.md.tmpl +16 -0
  312. package/templates/vertical_repo-maintainer/.claude/settings.json.tmpl +44 -0
  313. package/templates/vertical_repo-maintainer/.claude/skills/memory-inspect/SKILL.md.tmpl +14 -0
  314. package/templates/vertical_repo-maintainer/.claude/skills/plan-change/SKILL.md.tmpl +15 -0
  315. package/templates/vertical_repo-maintainer/CLAUDE.md.tmpl +34 -0
  316. package/templates/vertical_repo-maintainer/README.md.tmpl +30 -0
  317. package/templates/vertical_repo-maintainer/manifest.json +101 -0
  318. package/templates/vertical_repo-maintainer/package.json.tmpl +30 -0
  319. package/templates/vertical_repo-maintainer/src/agents/benchmarker.ts.tmpl +7 -0
  320. package/templates/vertical_repo-maintainer/src/agents/maintainer.ts.tmpl +7 -0
  321. package/templates/vertical_repo-maintainer/src/agents/release.ts.tmpl +7 -0
  322. package/templates/vertical_repo-maintainer/src/agents/security.ts.tmpl +7 -0
  323. package/templates/vertical_repo-maintainer/src/init.ts.tmpl +21 -0
  324. package/templates/vertical_research/.claude/settings.json.tmpl +9 -0
  325. package/templates/vertical_research/CLAUDE.md.tmpl +33 -0
  326. package/templates/vertical_research/README.md.tmpl +17 -0
  327. package/templates/vertical_research/manifest.json +23 -0
  328. package/templates/vertical_research/package.json.tmpl +13 -0
  329. package/templates/vertical_research/src/agents/citer.ts.tmpl +8 -0
  330. package/templates/vertical_research/src/agents/fact-checker.ts.tmpl +8 -0
  331. package/templates/vertical_research/src/agents/scout.ts.tmpl +7 -0
  332. package/templates/vertical_research/src/agents/source-grader.ts.tmpl +10 -0
  333. package/templates/vertical_research/src/agents/synthesizer.ts.tmpl +8 -0
  334. package/templates/vertical_research/src/agents/web-searcher.ts.tmpl +6 -0
  335. package/templates/vertical_research/src/init.ts.tmpl +13 -0
  336. package/templates/vertical_ruview/.claude/commands/doctor.md.tmpl +12 -0
  337. package/templates/vertical_ruview/.claude/settings.json.tmpl +33 -0
  338. package/templates/vertical_ruview/.claude/skills/index-and-ask/SKILL.md.tmpl +15 -0
  339. package/templates/vertical_ruview/.claude/skills/memory-inspect/SKILL.md.tmpl +14 -0
  340. package/templates/vertical_ruview/CLAUDE.md.tmpl +31 -0
  341. package/templates/vertical_ruview/README.md.tmpl +29 -0
  342. package/templates/vertical_ruview/manifest.json +86 -0
  343. package/templates/vertical_ruview/package.json.tmpl +30 -0
  344. package/templates/vertical_ruview/src/agents/indexer.ts.tmpl +7 -0
  345. package/templates/vertical_ruview/src/agents/retriever.ts.tmpl +7 -0
  346. package/templates/vertical_ruview/src/agents/reviewer.ts.tmpl +7 -0
  347. package/templates/vertical_ruview/src/init.ts.tmpl +21 -0
  348. package/templates/vertical_sales/.claude/commands/doctor.md.tmpl +12 -0
  349. package/templates/vertical_sales/.claude/commands/pipeline-report.md.tmpl +13 -0
  350. package/templates/vertical_sales/.claude/settings.json.tmpl +45 -0
  351. package/templates/vertical_sales/.claude/skills/memory-inspect/SKILL.md.tmpl +14 -0
  352. package/templates/vertical_sales/.claude/skills/qualify-lead/SKILL.md.tmpl +15 -0
  353. package/templates/vertical_sales/CLAUDE.md.tmpl +33 -0
  354. package/templates/vertical_sales/README.md.tmpl +30 -0
  355. package/templates/vertical_sales/manifest.json +96 -0
  356. package/templates/vertical_sales/package.json.tmpl +30 -0
  357. package/templates/vertical_sales/src/agents/closer.ts.tmpl +7 -0
  358. package/templates/vertical_sales/src/agents/demo-coach.ts.tmpl +7 -0
  359. package/templates/vertical_sales/src/agents/prospector.ts.tmpl +7 -0
  360. package/templates/vertical_sales/src/agents/qualifier.ts.tmpl +7 -0
  361. package/templates/vertical_sales/src/init.ts.tmpl +21 -0
  362. package/templates/vertical_support/.claude/settings.json.tmpl +25 -0
  363. package/templates/vertical_support/CLAUDE.md.tmpl +34 -0
  364. package/templates/vertical_support/README.md.tmpl +16 -0
  365. package/templates/vertical_support/kb/README.md.tmpl +23 -0
  366. package/templates/vertical_support/manifest.json +22 -0
  367. package/templates/vertical_support/package.json.tmpl +24 -0
  368. package/templates/vertical_support/src/agents/escalator.ts.tmpl +6 -0
  369. package/templates/vertical_support/src/agents/kb-searcher.ts.tmpl +6 -0
  370. package/templates/vertical_support/src/agents/responder.ts.tmpl +7 -0
  371. package/templates/vertical_support/src/agents/triager.ts.tmpl +6 -0
  372. package/templates/vertical_support/src/init.ts.tmpl +16 -0
  373. package/templates/vertical_trading/.claude/settings.json.tmpl +20 -0
  374. package/templates/vertical_trading/CLAUDE.md.tmpl +24 -0
  375. package/templates/vertical_trading/README.md.tmpl +17 -0
  376. package/templates/vertical_trading/manifest.json +22 -0
  377. package/templates/vertical_trading/package.json.tmpl +13 -0
  378. package/templates/vertical_trading/src/agents/executor.ts.tmpl +8 -0
  379. package/templates/vertical_trading/src/agents/market-watcher.ts.tmpl +7 -0
  380. package/templates/vertical_trading/src/agents/postmortem.ts.tmpl +8 -0
  381. package/templates/vertical_trading/src/agents/risk-checker.ts.tmpl +11 -0
  382. package/templates/vertical_trading/src/agents/signal-gen.ts.tmpl +8 -0
  383. package/templates/vertical_trading/src/init.ts.tmpl +20 -0
@@ -0,0 +1,1274 @@
1
+ {
2
+ "schema": 1,
3
+ "generatedBy": "gen-templates.mjs",
4
+ "templates": [
5
+ {
6
+ "id": "minimal",
7
+ "dir": "minimal",
8
+ "category": "Starter",
9
+ "name": "Minimal",
10
+ "domain": "starter",
11
+ "description": "Kernel + one host adapter + an init entry point. The smallest publishable harness.",
12
+ "harnessDesc": "My AI agent harness",
13
+ "quickStart": "The bare scaffold — learn the system, then grow into a vertical.",
14
+ "tags": [
15
+ "starter",
16
+ "minimal"
17
+ ],
18
+ "generate": false,
19
+ "mcpServers": [
20
+ "{{name}}"
21
+ ],
22
+ "agentCount": 0,
23
+ "skillCount": 0,
24
+ "commandCount": 1,
25
+ "agents": [],
26
+ "skills": [],
27
+ "commands": [
28
+ {
29
+ "id": "doctor",
30
+ "name": "doctor",
31
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
32
+ }
33
+ ]
34
+ },
35
+ {
36
+ "id": "vertical:devops",
37
+ "dir": "vertical_devops",
38
+ "category": "Operations",
39
+ "name": "DevOps / SRE",
40
+ "domain": "devops/incident-response",
41
+ "description": "Incident-response harness — responder, runbook-runner, escalator, postmortem agents.",
42
+ "harnessDesc": "Incident response with on-call workflows",
43
+ "quickStart": "4 on-call agents + alerts & runbook-store MCP servers + guarded kubectl perms.",
44
+ "tags": [
45
+ "devops",
46
+ "sre",
47
+ "incident-response",
48
+ "on-call"
49
+ ],
50
+ "generate": false,
51
+ "mcpServers": [
52
+ "{{name}}"
53
+ ],
54
+ "agentCount": 4,
55
+ "skillCount": 0,
56
+ "commandCount": 1,
57
+ "agents": [
58
+ {
59
+ "id": "responder",
60
+ "name": "Responder",
61
+ "tier": "haiku",
62
+ "role": "Triages alerts, finds the runbook."
63
+ },
64
+ {
65
+ "id": "runbook-runner",
66
+ "name": "Runbook Runner",
67
+ "tier": "sonnet",
68
+ "role": "Executes runbooks with confirm gates."
69
+ },
70
+ {
71
+ "id": "escalator",
72
+ "name": "Escalator",
73
+ "tier": "sonnet",
74
+ "role": "Pages humans on severity."
75
+ },
76
+ {
77
+ "id": "postmortem",
78
+ "name": "Postmortem",
79
+ "tier": "opus",
80
+ "role": "Blameless postmortems."
81
+ }
82
+ ],
83
+ "skills": [],
84
+ "commands": [
85
+ {
86
+ "id": "doctor",
87
+ "name": "doctor",
88
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "id": "vertical:coding",
94
+ "dir": "vertical_coding",
95
+ "category": "Engineering",
96
+ "name": "Advanced Coding",
97
+ "domain": "software-engineering",
98
+ "description": "A senior engineering pod — architect, implementer, reviewer, and test-writer over a shared code memory.",
99
+ "harnessDesc": "Plan, implement, review, and test code changes",
100
+ "quickStart": "Architect → implement → review → test, with a code-index MCP and push-guarded git perms.",
101
+ "tags": [
102
+ "coding",
103
+ "engineering",
104
+ "tdd",
105
+ "code-review",
106
+ "refactor"
107
+ ],
108
+ "generate": true,
109
+ "mcpServers": [
110
+ "{{name}}",
111
+ "code_index"
112
+ ],
113
+ "agentCount": 4,
114
+ "skillCount": 1,
115
+ "commandCount": 2,
116
+ "agents": [
117
+ {
118
+ "id": "architect",
119
+ "name": "Architect",
120
+ "tier": "opus",
121
+ "role": "Designs the change before code is written."
122
+ },
123
+ {
124
+ "id": "implementer",
125
+ "name": "Implementer",
126
+ "tier": "sonnet",
127
+ "role": "Writes code that matches the surrounding style."
128
+ },
129
+ {
130
+ "id": "reviewer",
131
+ "name": "Reviewer",
132
+ "tier": "opus",
133
+ "role": "Hunts correctness bugs in the diff."
134
+ },
135
+ {
136
+ "id": "test-writer",
137
+ "name": "Test Writer",
138
+ "tier": "sonnet",
139
+ "role": "Adds the missing tests for the change."
140
+ }
141
+ ],
142
+ "skills": [
143
+ {
144
+ "id": "plan-change",
145
+ "name": "plan-change",
146
+ "description": "Turn a feature request into a minimal, file-level implementation plan before any code."
147
+ }
148
+ ],
149
+ "commands": [
150
+ {
151
+ "id": "doctor",
152
+ "name": "doctor",
153
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
154
+ },
155
+ {
156
+ "id": "review-diff",
157
+ "name": "review-diff",
158
+ "description": "Review the current working diff for correctness, security, and reuse."
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "id": "vertical:research",
164
+ "dir": "vertical_research",
165
+ "category": "Knowledge",
166
+ "name": "Research Dossiers",
167
+ "domain": "research/multi-source-dossier",
168
+ "description": "Research dossier harness — scout, web-searcher, source-grader, synthesizer, fact-checker, citer; evidence-graded multi-source synthesis.",
169
+ "harnessDesc": "Fan-out research and produce cited dossiers",
170
+ "quickStart": "Scout → search → grade → synthesize → fact-check → cite, with web-search & dossier MCPs.",
171
+ "tags": [
172
+ "research",
173
+ "rag",
174
+ "citations",
175
+ "synthesis",
176
+ "fact-checking"
177
+ ],
178
+ "generate": false,
179
+ "mcpServers": [
180
+ "{{name}}"
181
+ ],
182
+ "agentCount": 6,
183
+ "skillCount": 0,
184
+ "commandCount": 1,
185
+ "agents": [
186
+ {
187
+ "id": "scout",
188
+ "name": "Scout",
189
+ "tier": "sonnet",
190
+ "role": "Decomposes the question into sub-queries."
191
+ },
192
+ {
193
+ "id": "web-searcher",
194
+ "name": "Web Searcher",
195
+ "tier": "sonnet",
196
+ "role": "Fans out searches and collects sources."
197
+ },
198
+ {
199
+ "id": "source-grader",
200
+ "name": "Source Grader",
201
+ "tier": "sonnet",
202
+ "role": "Grades source quality and recency."
203
+ },
204
+ {
205
+ "id": "synthesizer",
206
+ "name": "Synthesizer",
207
+ "tier": "opus",
208
+ "role": "Writes the dossier from the evidence."
209
+ },
210
+ {
211
+ "id": "fact-checker",
212
+ "name": "Fact Checker",
213
+ "tier": "opus",
214
+ "role": "Adversarially verifies each claim."
215
+ },
216
+ {
217
+ "id": "citer",
218
+ "name": "Citer",
219
+ "tier": "haiku",
220
+ "role": "Normalises and checks citations."
221
+ }
222
+ ],
223
+ "skills": [],
224
+ "commands": [
225
+ {
226
+ "id": "doctor",
227
+ "name": "doctor",
228
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
229
+ }
230
+ ]
231
+ },
232
+ {
233
+ "id": "vertical:trading",
234
+ "dir": "vertical_trading",
235
+ "category": "Finance",
236
+ "name": "Trading Desk",
237
+ "domain": "trading/quantitative",
238
+ "description": "Trading harness — market-watcher, signal-gen, risk-checker, executor (paper by default), postmortem; circuit-breaker safety patterns.",
239
+ "harnessDesc": "Watch markets, generate signals, gate risk, execute (paper)",
240
+ "quickStart": "Watch → signal → risk-gate → execute (paper) → postmortem, with circuit-breaker safety.",
241
+ "tags": [
242
+ "trading",
243
+ "finance",
244
+ "risk",
245
+ "backtesting",
246
+ "quant"
247
+ ],
248
+ "generate": false,
249
+ "mcpServers": [
250
+ "{{name}}"
251
+ ],
252
+ "agentCount": 5,
253
+ "skillCount": 0,
254
+ "commandCount": 1,
255
+ "agents": [
256
+ {
257
+ "id": "market-watcher",
258
+ "name": "Market Watcher",
259
+ "tier": "haiku",
260
+ "role": "Streams and summarises market state."
261
+ },
262
+ {
263
+ "id": "signal-gen",
264
+ "name": "Signal Generator",
265
+ "tier": "sonnet",
266
+ "role": "Emits directional signals with confidence."
267
+ },
268
+ {
269
+ "id": "risk-checker",
270
+ "name": "Risk Checker",
271
+ "tier": "opus",
272
+ "role": "The non-bypassable risk gate."
273
+ },
274
+ {
275
+ "id": "executor",
276
+ "name": "Executor",
277
+ "tier": "sonnet",
278
+ "role": "Routes approved orders (paper by default)."
279
+ },
280
+ {
281
+ "id": "postmortem",
282
+ "name": "Postmortem",
283
+ "tier": "opus",
284
+ "role": "Attributes wins and losses."
285
+ }
286
+ ],
287
+ "skills": [],
288
+ "commands": [
289
+ {
290
+ "id": "doctor",
291
+ "name": "doctor",
292
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
293
+ }
294
+ ]
295
+ },
296
+ {
297
+ "id": "vertical:support",
298
+ "dir": "vertical_support",
299
+ "category": "Customer",
300
+ "name": "Customer Support",
301
+ "domain": "customer-support",
302
+ "description": "Customer support harness — triager, kb-searcher, responder, escalator; KB-RAG MCP and escalation rules.",
303
+ "harnessDesc": "Triage tickets, answer with cited KB, escalate",
304
+ "quickStart": "Triage → KB-search → respond → escalate, with a KB-RAG MCP and abstain-not-hallucinate policy.",
305
+ "tags": [
306
+ "support",
307
+ "customer-service",
308
+ "ticketing",
309
+ "kb",
310
+ "escalation"
311
+ ],
312
+ "generate": false,
313
+ "mcpServers": [
314
+ "{{name}}"
315
+ ],
316
+ "agentCount": 4,
317
+ "skillCount": 0,
318
+ "commandCount": 1,
319
+ "agents": [
320
+ {
321
+ "id": "triager",
322
+ "name": "Triager",
323
+ "tier": "haiku",
324
+ "role": "Classifies and routes inbound tickets."
325
+ },
326
+ {
327
+ "id": "kb-searcher",
328
+ "name": "KB Searcher",
329
+ "tier": "sonnet",
330
+ "role": "Finds cited answers in the knowledge base."
331
+ },
332
+ {
333
+ "id": "responder",
334
+ "name": "Responder",
335
+ "tier": "sonnet",
336
+ "role": "Writes the customer-facing reply."
337
+ },
338
+ {
339
+ "id": "escalator",
340
+ "name": "Escalator",
341
+ "tier": "sonnet",
342
+ "role": "Hands off to a human with context."
343
+ }
344
+ ],
345
+ "skills": [],
346
+ "commands": [
347
+ {
348
+ "id": "doctor",
349
+ "name": "doctor",
350
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ "id": "vertical:legal",
356
+ "dir": "vertical_legal",
357
+ "category": "Professional",
358
+ "name": "Legal Redline",
359
+ "domain": "legal/contract-review",
360
+ "description": "Legal review harness — redline, citation-checker, risk-rater; citation-search MCP and a deliberation-first workflow. Drafts only; not legal advice.",
361
+ "harnessDesc": "Redline contracts, check citations, rate risk",
362
+ "quickStart": "Redline → citation-check → risk-rate, with a citation-search MCP. Always defers to a licensed human.",
363
+ "tags": [
364
+ "legal",
365
+ "contracts",
366
+ "redline",
367
+ "compliance"
368
+ ],
369
+ "generate": false,
370
+ "mcpServers": [
371
+ "{{name}}"
372
+ ],
373
+ "agentCount": 3,
374
+ "skillCount": 0,
375
+ "commandCount": 1,
376
+ "agents": [
377
+ {
378
+ "id": "redline",
379
+ "name": "Redliner",
380
+ "tier": "opus",
381
+ "role": "Proposes redlines against a playbook."
382
+ },
383
+ {
384
+ "id": "citation-checker",
385
+ "name": "Citation Checker",
386
+ "tier": "opus",
387
+ "role": "Verifies every cited authority."
388
+ },
389
+ {
390
+ "id": "risk-rater",
391
+ "name": "Risk Rater",
392
+ "tier": "sonnet",
393
+ "role": "Scores residual risk per clause."
394
+ }
395
+ ],
396
+ "skills": [],
397
+ "commands": [
398
+ {
399
+ "id": "doctor",
400
+ "name": "doctor",
401
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "id": "vertical:business",
407
+ "dir": "vertical_business",
408
+ "category": "Business",
409
+ "name": "Business Operations",
410
+ "domain": "business/strategy",
411
+ "description": "A business pod — analyst, strategist, and ops-coordinator for plans, metrics, and execution.",
412
+ "harnessDesc": "Analyse, strategise, and coordinate execution",
413
+ "quickStart": "Analyst → strategist → ops-coordinator, with a metrics MCP for KPI grounding.",
414
+ "tags": [
415
+ "business",
416
+ "strategy",
417
+ "operations",
418
+ "kpi",
419
+ "planning"
420
+ ],
421
+ "generate": true,
422
+ "mcpServers": [
423
+ "{{name}}",
424
+ "metrics"
425
+ ],
426
+ "agentCount": 3,
427
+ "skillCount": 1,
428
+ "commandCount": 1,
429
+ "agents": [
430
+ {
431
+ "id": "analyst",
432
+ "name": "Analyst",
433
+ "tier": "sonnet",
434
+ "role": "Turns raw metrics into findings."
435
+ },
436
+ {
437
+ "id": "strategist",
438
+ "name": "Strategist",
439
+ "tier": "opus",
440
+ "role": "Chooses the bet and the trade-offs."
441
+ },
442
+ {
443
+ "id": "ops-coordinator",
444
+ "name": "Ops Coordinator",
445
+ "tier": "sonnet",
446
+ "role": "Turns the chosen bet into owned actions."
447
+ }
448
+ ],
449
+ "skills": [
450
+ {
451
+ "id": "quarterly-plan",
452
+ "name": "quarterly-plan",
453
+ "description": "Build a quarterly plan: findings → strategy → owned action items tied to KPIs."
454
+ }
455
+ ],
456
+ "commands": [
457
+ {
458
+ "id": "doctor",
459
+ "name": "doctor",
460
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
461
+ }
462
+ ]
463
+ },
464
+ {
465
+ "id": "vertical:crm",
466
+ "dir": "vertical_crm",
467
+ "category": "Customer",
468
+ "name": "Customer Management",
469
+ "domain": "crm/lifecycle",
470
+ "description": "A CRM pod — lead-qualifier, account-manager, and churn-watcher over the customer lifecycle.",
471
+ "harnessDesc": "Qualify leads, manage accounts, watch for churn",
472
+ "quickStart": "Qualify → manage → watch-churn, with a CRM-store MCP and lifecycle memory.",
473
+ "tags": [
474
+ "crm",
475
+ "sales",
476
+ "accounts",
477
+ "churn",
478
+ "lifecycle"
479
+ ],
480
+ "generate": true,
481
+ "mcpServers": [
482
+ "{{name}}",
483
+ "crm_store"
484
+ ],
485
+ "agentCount": 3,
486
+ "skillCount": 1,
487
+ "commandCount": 1,
488
+ "agents": [
489
+ {
490
+ "id": "lead-qualifier",
491
+ "name": "Lead Qualifier",
492
+ "tier": "haiku",
493
+ "role": "Scores and routes inbound leads."
494
+ },
495
+ {
496
+ "id": "account-manager",
497
+ "name": "Account Manager",
498
+ "tier": "sonnet",
499
+ "role": "Owns the relationship and the next play."
500
+ },
501
+ {
502
+ "id": "churn-watcher",
503
+ "name": "Churn Watcher",
504
+ "tier": "sonnet",
505
+ "role": "Detects and explains churn risk early."
506
+ }
507
+ ],
508
+ "skills": [
509
+ {
510
+ "id": "memory-inspect",
511
+ "name": "memory-inspect",
512
+ "description": "Search and inspect the harness memory namespace (HNSW + emergent-time decay)."
513
+ }
514
+ ],
515
+ "commands": [
516
+ {
517
+ "id": "doctor",
518
+ "name": "doctor",
519
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
520
+ }
521
+ ]
522
+ },
523
+ {
524
+ "id": "vertical:marketing",
525
+ "dir": "vertical_marketing",
526
+ "category": "Growth",
527
+ "name": "Marketing",
528
+ "domain": "marketing/content",
529
+ "description": "A marketing pod — strategist, content-creator, and SEO-analyst for campaigns and content.",
530
+ "harnessDesc": "Plan campaigns, create content, optimise for SEO",
531
+ "quickStart": "Strategy → content → SEO, with an analytics MCP for grounding claims in real traffic.",
532
+ "tags": [
533
+ "marketing",
534
+ "content",
535
+ "seo",
536
+ "campaigns",
537
+ "growth"
538
+ ],
539
+ "generate": true,
540
+ "mcpServers": [
541
+ "{{name}}",
542
+ "analytics"
543
+ ],
544
+ "agentCount": 3,
545
+ "skillCount": 1,
546
+ "commandCount": 1,
547
+ "agents": [
548
+ {
549
+ "id": "strategist",
550
+ "name": "Strategist",
551
+ "tier": "opus",
552
+ "role": "Sets the audience, message, and channel."
553
+ },
554
+ {
555
+ "id": "content-creator",
556
+ "name": "Content Creator",
557
+ "tier": "sonnet",
558
+ "role": "Writes on-brand content for the channel."
559
+ },
560
+ {
561
+ "id": "seo-analyst",
562
+ "name": "SEO Analyst",
563
+ "tier": "sonnet",
564
+ "role": "Grounds content in real search demand."
565
+ }
566
+ ],
567
+ "skills": [
568
+ {
569
+ "id": "campaign-brief",
570
+ "name": "campaign-brief",
571
+ "description": "Produce a campaign brief: audience, message, channels, content plan, and the metric."
572
+ }
573
+ ],
574
+ "commands": [
575
+ {
576
+ "id": "doctor",
577
+ "name": "doctor",
578
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ "id": "vertical:advertising",
584
+ "dir": "vertical_advertising",
585
+ "category": "Growth",
586
+ "name": "Advertising",
587
+ "domain": "advertising/media",
588
+ "description": "An ad shop — media-planner, copywriter, and performance-analyst across online and traditional.",
589
+ "harnessDesc": "Plan media, write copy, and optimise ad spend",
590
+ "quickStart": "Media-plan → copy → performance, spanning digital (PPC/social) and traditional (print/OOH/radio).",
591
+ "tags": [
592
+ "advertising",
593
+ "media-planning",
594
+ "ppc",
595
+ "ooh",
596
+ "creative"
597
+ ],
598
+ "generate": true,
599
+ "mcpServers": [
600
+ "{{name}}",
601
+ "ad_metrics"
602
+ ],
603
+ "agentCount": 3,
604
+ "skillCount": 1,
605
+ "commandCount": 1,
606
+ "agents": [
607
+ {
608
+ "id": "media-planner",
609
+ "name": "Media Planner",
610
+ "tier": "opus",
611
+ "role": "Allocates budget across channels."
612
+ },
613
+ {
614
+ "id": "copywriter",
615
+ "name": "Copywriter",
616
+ "tier": "sonnet",
617
+ "role": "Writes copy to the channel and format."
618
+ },
619
+ {
620
+ "id": "performance-analyst",
621
+ "name": "Performance Analyst",
622
+ "tier": "sonnet",
623
+ "role": "Reads results and reallocates spend."
624
+ }
625
+ ],
626
+ "skills": [
627
+ {
628
+ "id": "media-plan",
629
+ "name": "media-plan",
630
+ "description": "Build a cross-channel media plan with budget split, creative, and KPIs."
631
+ }
632
+ ],
633
+ "commands": [
634
+ {
635
+ "id": "doctor",
636
+ "name": "doctor",
637
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "id": "vertical:ai",
643
+ "dir": "vertical_ai",
644
+ "category": "Engineering",
645
+ "name": "AI / ML Engineering",
646
+ "domain": "ai/ml-lifecycle",
647
+ "description": "An ML pod — data-curator, trainer, evaluator, and deployer over the model lifecycle.",
648
+ "harnessDesc": "Curate data, train, evaluate, and deploy models",
649
+ "quickStart": "Curate → train → evaluate → deploy, with an experiment-tracking MCP and eval gates.",
650
+ "tags": [
651
+ "ai",
652
+ "ml",
653
+ "training",
654
+ "evaluation",
655
+ "mlops"
656
+ ],
657
+ "generate": true,
658
+ "mcpServers": [
659
+ "{{name}}",
660
+ "experiments"
661
+ ],
662
+ "agentCount": 4,
663
+ "skillCount": 1,
664
+ "commandCount": 1,
665
+ "agents": [
666
+ {
667
+ "id": "data-curator",
668
+ "name": "Data Curator",
669
+ "tier": "sonnet",
670
+ "role": "Builds and documents the dataset."
671
+ },
672
+ {
673
+ "id": "trainer",
674
+ "name": "Trainer",
675
+ "tier": "sonnet",
676
+ "role": "Runs reproducible training jobs."
677
+ },
678
+ {
679
+ "id": "evaluator",
680
+ "name": "Evaluator",
681
+ "tier": "opus",
682
+ "role": "The honest eval gate."
683
+ },
684
+ {
685
+ "id": "deployer",
686
+ "name": "Deployer",
687
+ "tier": "sonnet",
688
+ "role": "Ships behind a guardrail."
689
+ }
690
+ ],
691
+ "skills": [
692
+ {
693
+ "id": "eval-report",
694
+ "name": "eval-report",
695
+ "description": "Produce an honest eval report: metrics, subgroup slices, baseline delta, ship/no-ship."
696
+ }
697
+ ],
698
+ "commands": [
699
+ {
700
+ "id": "doctor",
701
+ "name": "doctor",
702
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "id": "vertical:agentics",
708
+ "dir": "vertical_agentics",
709
+ "category": "Frontier",
710
+ "name": "Agentics",
711
+ "domain": "agentics/orchestration",
712
+ "description": "A self-coordinating swarm — orchestrator, planner, worker, and critic over shared memory.",
713
+ "harnessDesc": "Orchestrate a multi-agent swarm over shared memory",
714
+ "quickStart": "Orchestrator → planner → workers → critic, with a swarm-bus MCP and shared memory.",
715
+ "tags": [
716
+ "agentics",
717
+ "multi-agent",
718
+ "swarm",
719
+ "orchestration",
720
+ "planning"
721
+ ],
722
+ "generate": true,
723
+ "mcpServers": [
724
+ "{{name}}",
725
+ "swarm_bus"
726
+ ],
727
+ "agentCount": 4,
728
+ "skillCount": 2,
729
+ "commandCount": 1,
730
+ "agents": [
731
+ {
732
+ "id": "orchestrator",
733
+ "name": "Orchestrator",
734
+ "tier": "opus",
735
+ "role": "Routes work and owns the goal state."
736
+ },
737
+ {
738
+ "id": "planner",
739
+ "name": "Planner",
740
+ "tier": "opus",
741
+ "role": "Builds the dependency-aware plan."
742
+ },
743
+ {
744
+ "id": "worker",
745
+ "name": "Worker",
746
+ "tier": "sonnet",
747
+ "role": "Executes one task and reports."
748
+ },
749
+ {
750
+ "id": "critic",
751
+ "name": "Critic",
752
+ "tier": "opus",
753
+ "role": "Reviews outputs before they land."
754
+ }
755
+ ],
756
+ "skills": [
757
+ {
758
+ "id": "memory-inspect",
759
+ "name": "memory-inspect",
760
+ "description": "Search and inspect the harness memory namespace (HNSW + emergent-time decay)."
761
+ },
762
+ {
763
+ "id": "run-swarm",
764
+ "name": "run-swarm",
765
+ "description": "Decompose a goal and run the orchestrator→planner→worker→critic loop to completion."
766
+ }
767
+ ],
768
+ "commands": [
769
+ {
770
+ "id": "doctor",
771
+ "name": "doctor",
772
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
773
+ }
774
+ ]
775
+ },
776
+ {
777
+ "id": "vertical:ruview",
778
+ "dir": "vertical_ruview",
779
+ "category": "Knowledge",
780
+ "name": "Ruvector Review",
781
+ "domain": "ruvector/retrieval",
782
+ "description": "A ruvector-backed retrieval & review desk — indexer, retriever, and reviewer over a vector store.",
783
+ "harnessDesc": "Index a corpus, retrieve with citations, review answers",
784
+ "quickStart": "Index → retrieve → review, on a ruvector HNSW store with emergent-time decay.",
785
+ "tags": [
786
+ "ruvector",
787
+ "retrieval",
788
+ "review",
789
+ "hnsw",
790
+ "vector-db"
791
+ ],
792
+ "generate": true,
793
+ "mcpServers": [
794
+ "{{name}}",
795
+ "ruvector"
796
+ ],
797
+ "agentCount": 3,
798
+ "skillCount": 2,
799
+ "commandCount": 1,
800
+ "agents": [
801
+ {
802
+ "id": "indexer",
803
+ "name": "Indexer",
804
+ "tier": "sonnet",
805
+ "role": "Chunks and embeds the corpus."
806
+ },
807
+ {
808
+ "id": "retriever",
809
+ "name": "Retriever",
810
+ "tier": "sonnet",
811
+ "role": "Runs HNSW search with citations."
812
+ },
813
+ {
814
+ "id": "reviewer",
815
+ "name": "Reviewer",
816
+ "tier": "opus",
817
+ "role": "Grades the answer against the sources."
818
+ }
819
+ ],
820
+ "skills": [
821
+ {
822
+ "id": "memory-inspect",
823
+ "name": "memory-inspect",
824
+ "description": "Search and inspect the harness memory namespace (HNSW + emergent-time decay)."
825
+ },
826
+ {
827
+ "id": "index-and-ask",
828
+ "name": "index-and-ask",
829
+ "description": "Index a corpus into ruvector and answer a question with reviewed citations."
830
+ }
831
+ ],
832
+ "commands": [
833
+ {
834
+ "id": "doctor",
835
+ "name": "doctor",
836
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
837
+ }
838
+ ]
839
+ },
840
+ {
841
+ "id": "vertical:health",
842
+ "dir": "vertical_health",
843
+ "category": "Professional",
844
+ "name": "Health & Wellness",
845
+ "domain": "health/coordination",
846
+ "description": "A wellness-coordination harness — intake, triage, and care-coordinator. Informational only; not medical advice.",
847
+ "harnessDesc": "Coordinate intake and wellness information (not medical advice)",
848
+ "quickStart": "Intake → triage → coordinate, with a knowledge MCP. Hard-codes \"see a clinician\" for anything clinical.",
849
+ "tags": [
850
+ "health",
851
+ "wellness",
852
+ "intake",
853
+ "coordination",
854
+ "safety"
855
+ ],
856
+ "generate": true,
857
+ "mcpServers": [
858
+ "{{name}}",
859
+ "health_kb"
860
+ ],
861
+ "agentCount": 3,
862
+ "skillCount": 1,
863
+ "commandCount": 1,
864
+ "agents": [
865
+ {
866
+ "id": "intake",
867
+ "name": "Intake",
868
+ "tier": "haiku",
869
+ "role": "Collects structured intake, flags red flags."
870
+ },
871
+ {
872
+ "id": "triage",
873
+ "name": "Triage",
874
+ "tier": "sonnet",
875
+ "role": "Routes to the right resource, not a diagnosis."
876
+ },
877
+ {
878
+ "id": "care-coordinator",
879
+ "name": "Care Coordinator",
880
+ "tier": "sonnet",
881
+ "role": "Organises logistics and reminders."
882
+ }
883
+ ],
884
+ "skills": [
885
+ {
886
+ "id": "wellness-intake",
887
+ "name": "wellness-intake",
888
+ "description": "Run a safe, structured wellness intake that escalates red flags to professionals."
889
+ }
890
+ ],
891
+ "commands": [
892
+ {
893
+ "id": "doctor",
894
+ "name": "doctor",
895
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
896
+ }
897
+ ]
898
+ },
899
+ {
900
+ "id": "vertical:gaming",
901
+ "dir": "vertical_gaming",
902
+ "category": "Frontier",
903
+ "name": "Game Design / Playtest",
904
+ "domain": "gaming",
905
+ "description": "A game-design pod — playtest reader, balance critic, economy modeler, narrative thread keeper over per-build telemetry memory.",
906
+ "harnessDesc": "Read playtests → critique balance → model economy → keep narrative consistent across builds",
907
+ "quickStart": "Playtest reader → balance critic → economy modeler → narrative keeper over per-build telemetry memory.",
908
+ "tags": [
909
+ "gaming",
910
+ "game-design",
911
+ "playtest",
912
+ "balance",
913
+ "narrative"
914
+ ],
915
+ "generate": true,
916
+ "mcpServers": [
917
+ "{{name}}",
918
+ "telemetry_store",
919
+ "design_doc"
920
+ ],
921
+ "agentCount": 4,
922
+ "skillCount": 2,
923
+ "commandCount": 2,
924
+ "agents": [
925
+ {
926
+ "id": "playtest-reader",
927
+ "name": "Playtest Reader",
928
+ "tier": "sonnet",
929
+ "role": "Reads playtest sessions and surfaces the signal."
930
+ },
931
+ {
932
+ "id": "balance-critic",
933
+ "name": "Balance Critic",
934
+ "tier": "opus",
935
+ "role": "Critiques mechanic balance with concrete proposals."
936
+ },
937
+ {
938
+ "id": "economy-modeler",
939
+ "name": "Economy Modeler",
940
+ "tier": "opus",
941
+ "role": "Models in-game economy flows."
942
+ },
943
+ {
944
+ "id": "narrative-keeper",
945
+ "name": "Narrative Keeper",
946
+ "tier": "sonnet",
947
+ "role": "Maintains narrative + lore consistency across builds."
948
+ }
949
+ ],
950
+ "skills": [
951
+ {
952
+ "id": "memory-inspect",
953
+ "name": "memory-inspect",
954
+ "description": "Search and inspect the harness memory namespace (HNSW + emergent-time decay)."
955
+ },
956
+ {
957
+ "id": "playtest-recap",
958
+ "name": "playtest-recap",
959
+ "description": "Run one full playtest analysis cycle: read → critique balance → model economy → check narrative."
960
+ }
961
+ ],
962
+ "commands": [
963
+ {
964
+ "id": "doctor",
965
+ "name": "doctor",
966
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
967
+ },
968
+ {
969
+ "id": "design-doc-diff",
970
+ "name": "design-doc-diff",
971
+ "description": "Diff the current design doc against the previous build and surface unresolved tensions."
972
+ }
973
+ ]
974
+ },
975
+ {
976
+ "id": "vertical:sales",
977
+ "dir": "vertical_sales",
978
+ "category": "Customer / Growth",
979
+ "name": "Sales / Pipeline",
980
+ "domain": "sales",
981
+ "description": "A B2B sales pod — prospector, qualifier, demo-coach, closer over per-account context memory.",
982
+ "harnessDesc": "Prospect → qualify → demo → close, with a CRM-store MCP and no-stretch policy",
983
+ "quickStart": "Prospect → qualify → demo → close with hidden-pain framework + objection-handling memory.",
984
+ "tags": [
985
+ "sales",
986
+ "pipeline",
987
+ "b2b",
988
+ "qualification",
989
+ "demo"
990
+ ],
991
+ "generate": true,
992
+ "mcpServers": [
993
+ "{{name}}",
994
+ "crm_store",
995
+ "pricing_book"
996
+ ],
997
+ "agentCount": 4,
998
+ "skillCount": 2,
999
+ "commandCount": 2,
1000
+ "agents": [
1001
+ {
1002
+ "id": "prospector",
1003
+ "name": "Prospector",
1004
+ "tier": "sonnet",
1005
+ "role": "Researches accounts + identifies buying signals."
1006
+ },
1007
+ {
1008
+ "id": "qualifier",
1009
+ "name": "Qualifier",
1010
+ "tier": "haiku",
1011
+ "role": "Fast triage with a hidden-pain framework."
1012
+ },
1013
+ {
1014
+ "id": "demo-coach",
1015
+ "name": "Demo Coach",
1016
+ "tier": "sonnet",
1017
+ "role": "Generates personalised demos from the prospect brief."
1018
+ },
1019
+ {
1020
+ "id": "closer",
1021
+ "name": "Closer",
1022
+ "tier": "opus",
1023
+ "role": "Handles objections + negotiates honestly."
1024
+ }
1025
+ ],
1026
+ "skills": [
1027
+ {
1028
+ "id": "memory-inspect",
1029
+ "name": "memory-inspect",
1030
+ "description": "Search and inspect the harness memory namespace (HNSW + emergent-time decay)."
1031
+ },
1032
+ {
1033
+ "id": "qualify-lead",
1034
+ "name": "qualify-lead",
1035
+ "description": "Run one qualification pass on a lead: BANT/MEDDPICC score + missing-fact list + go/no-go."
1036
+ }
1037
+ ],
1038
+ "commands": [
1039
+ {
1040
+ "id": "doctor",
1041
+ "name": "doctor",
1042
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
1043
+ },
1044
+ {
1045
+ "id": "pipeline-report",
1046
+ "name": "pipeline-report",
1047
+ "description": "Summarise the current pipeline by stage + the one bottleneck to address this week."
1048
+ }
1049
+ ]
1050
+ },
1051
+ {
1052
+ "id": "vertical:education",
1053
+ "dir": "vertical_education",
1054
+ "category": "Knowledge",
1055
+ "name": "Education / Tutoring",
1056
+ "domain": "learning",
1057
+ "description": "A tutoring pod — tutor, explainer, quiz-master, grader over a per-learner mastery memory.",
1058
+ "harnessDesc": "Tutor → explain → quiz → grade with adaptive depth and a \"say I do not know\" floor",
1059
+ "quickStart": "Tutor → explain → quiz → grade, over per-learner mastery memory with an abstain-not-hallucinate policy.",
1060
+ "tags": [
1061
+ "education",
1062
+ "tutoring",
1063
+ "learning",
1064
+ "pedagogy",
1065
+ "mastery-based"
1066
+ ],
1067
+ "generate": true,
1068
+ "mcpServers": [
1069
+ "{{name}}",
1070
+ "mastery_log",
1071
+ "curriculum"
1072
+ ],
1073
+ "agentCount": 4,
1074
+ "skillCount": 2,
1075
+ "commandCount": 2,
1076
+ "agents": [
1077
+ {
1078
+ "id": "tutor",
1079
+ "name": "Tutor",
1080
+ "tier": "sonnet",
1081
+ "role": "Picks the next concept to teach from the learner's mastery map."
1082
+ },
1083
+ {
1084
+ "id": "explainer",
1085
+ "name": "Explainer",
1086
+ "tier": "sonnet",
1087
+ "role": "Explains the picked concept at the right depth."
1088
+ },
1089
+ {
1090
+ "id": "quiz-master",
1091
+ "name": "Quiz Master",
1092
+ "tier": "haiku",
1093
+ "role": "Generates calibrated quiz items."
1094
+ },
1095
+ {
1096
+ "id": "grader",
1097
+ "name": "Grader",
1098
+ "tier": "sonnet",
1099
+ "role": "Grades open-ended responses against the hidden rubric."
1100
+ }
1101
+ ],
1102
+ "skills": [
1103
+ {
1104
+ "id": "memory-inspect",
1105
+ "name": "memory-inspect",
1106
+ "description": "Search and inspect the harness memory namespace (HNSW + emergent-time decay)."
1107
+ },
1108
+ {
1109
+ "id": "teach-next",
1110
+ "name": "teach-next",
1111
+ "description": "Run one teaching cycle: pick next concept → explain → quiz → grade → update mastery."
1112
+ }
1113
+ ],
1114
+ "commands": [
1115
+ {
1116
+ "id": "doctor",
1117
+ "name": "doctor",
1118
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
1119
+ },
1120
+ {
1121
+ "id": "mastery-report",
1122
+ "name": "mastery-report",
1123
+ "description": "Summarise the learner's current mastery map and recommend the next session's focus."
1124
+ }
1125
+ ]
1126
+ },
1127
+ {
1128
+ "id": "vertical:repo-maintainer",
1129
+ "dir": "vertical_repo-maintainer",
1130
+ "category": "Engineering",
1131
+ "name": "Repo Maintainer",
1132
+ "domain": "engineering/repo-maintenance",
1133
+ "description": "A maintenance pod for an existing repo — maintainer, benchmarker, release, security agents. The \"this repo ships with its own agent\" demo.",
1134
+ "harnessDesc": "Maintain an existing repo: triage what changed, benchmark, release-check, security-flag",
1135
+ "quickStart": "Maintainer triages the diff → benchmarker reports regressions → release drafts the GH release body → security flags risky MCP grants. Drop into any repo and run.",
1136
+ "tags": [
1137
+ "repo-maintainer",
1138
+ "engineering",
1139
+ "release",
1140
+ "security",
1141
+ "benchmark",
1142
+ "viral"
1143
+ ],
1144
+ "generate": true,
1145
+ "mcpServers": [
1146
+ "{{name}}",
1147
+ "code_index"
1148
+ ],
1149
+ "agentCount": 4,
1150
+ "skillCount": 2,
1151
+ "commandCount": 3,
1152
+ "agents": [
1153
+ {
1154
+ "id": "maintainer",
1155
+ "name": "Maintainer",
1156
+ "tier": "opus",
1157
+ "role": "Triages the repo state — what changed, what is risky, what to review first."
1158
+ },
1159
+ {
1160
+ "id": "benchmarker",
1161
+ "name": "Benchmarker",
1162
+ "tier": "sonnet",
1163
+ "role": "Runs the perf gates and reports regressions."
1164
+ },
1165
+ {
1166
+ "id": "release",
1167
+ "name": "Release",
1168
+ "tier": "opus",
1169
+ "role": "Drafts the GitHub release body + runs the readiness gates."
1170
+ },
1171
+ {
1172
+ "id": "security",
1173
+ "name": "Security",
1174
+ "tier": "opus",
1175
+ "role": "Flags risky MCP grants, leaked secrets, dangerous diffs."
1176
+ }
1177
+ ],
1178
+ "skills": [
1179
+ {
1180
+ "id": "memory-inspect",
1181
+ "name": "memory-inspect",
1182
+ "description": "Search and inspect the harness memory namespace (HNSW + emergent-time decay)."
1183
+ },
1184
+ {
1185
+ "id": "plan-change",
1186
+ "name": "plan-change",
1187
+ "description": "Turn a feature request into a minimal, file-level implementation plan before any code."
1188
+ }
1189
+ ],
1190
+ "commands": [
1191
+ {
1192
+ "id": "doctor",
1193
+ "name": "doctor",
1194
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
1195
+ },
1196
+ {
1197
+ "id": "repo-triage",
1198
+ "name": "repo-triage",
1199
+ "description": "Maintainer triage: what changed, what is risky, what to review first."
1200
+ },
1201
+ {
1202
+ "id": "release-check",
1203
+ "name": "release-check",
1204
+ "description": "Run the release-readiness umbrella + draft a tweet-length announcement."
1205
+ }
1206
+ ]
1207
+ },
1208
+ {
1209
+ "id": "vertical:exotic",
1210
+ "dir": "vertical_exotic",
1211
+ "category": "Frontier",
1212
+ "name": "Exotic / Self-Evolving",
1213
+ "domain": "exotic/self-evolution",
1214
+ "description": "A frontier harness — a meta-agent that proposes, tests, and federates improvements to itself.",
1215
+ "harnessDesc": "A self-evolving, federation-aware experimental harness",
1216
+ "quickStart": "Hypothesizer → experimenter → federator over a witness-signed evolution log (ADR-014).",
1217
+ "tags": [
1218
+ "exotic",
1219
+ "self-evolving",
1220
+ "federation",
1221
+ "meta",
1222
+ "experimental"
1223
+ ],
1224
+ "generate": true,
1225
+ "mcpServers": [
1226
+ "{{name}}",
1227
+ "evolution_log",
1228
+ "federation"
1229
+ ],
1230
+ "agentCount": 3,
1231
+ "skillCount": 2,
1232
+ "commandCount": 1,
1233
+ "agents": [
1234
+ {
1235
+ "id": "hypothesizer",
1236
+ "name": "Hypothesizer",
1237
+ "tier": "opus",
1238
+ "role": "Proposes a falsifiable self-improvement."
1239
+ },
1240
+ {
1241
+ "id": "experimenter",
1242
+ "name": "Experimenter",
1243
+ "tier": "opus",
1244
+ "role": "Tests the hypothesis safely and records it."
1245
+ },
1246
+ {
1247
+ "id": "federator",
1248
+ "name": "Federator",
1249
+ "tier": "sonnet",
1250
+ "role": "Shares vetted improvements across instances."
1251
+ }
1252
+ ],
1253
+ "skills": [
1254
+ {
1255
+ "id": "memory-inspect",
1256
+ "name": "memory-inspect",
1257
+ "description": "Search and inspect the harness memory namespace (HNSW + emergent-time decay)."
1258
+ },
1259
+ {
1260
+ "id": "evolve",
1261
+ "name": "evolve",
1262
+ "description": "Run one safe self-improvement cycle: hypothesize → experiment → record → (maybe) federate."
1263
+ }
1264
+ ],
1265
+ "commands": [
1266
+ {
1267
+ "id": "doctor",
1268
+ "name": "doctor",
1269
+ "description": "Health-check the harness: kernel load, MCP wiring, memory backend, host adapter."
1270
+ }
1271
+ ]
1272
+ }
1273
+ ]
1274
+ }