mindforge-cc 11.8.3 → 11.9.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 (435) hide show
  1. package/.agent/mindforge/ship.md +2 -2
  2. package/.agent/mindforge/update.md +1 -1
  3. package/.agent/mindforge/wf-catalog.md +5 -2
  4. package/.agent/mindforge/wf-orchestrate-review.md +35 -0
  5. package/.agent/mindforge/wf-verification-loop.md +45 -0
  6. package/.agent/mindforge/wf-workflow-optimizer.md +51 -0
  7. package/.agent/skills/article-illustrator/SKILL.md +7 -7
  8. package/.agent/skills/arxiv/SKILL.md +6 -6
  9. package/.agent/skills/code-wiki/SKILL.md +11 -11
  10. package/.agent/skills/concept-diagrams/SKILL.md +6 -6
  11. package/.agent/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
  12. package/.agent/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
  13. package/.agent/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
  14. package/.agent/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
  15. package/.agent/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
  16. package/.agent/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
  17. package/.agent/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
  18. package/.agent/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
  19. package/.agent/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
  20. package/.agent/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
  21. package/.agent/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
  22. package/.agent/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
  23. package/.agent/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
  24. package/.agent/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
  25. package/.agent/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
  26. package/.agent/skills/concept-diagrams/templates/template.html +174 -0
  27. package/.agent/skills/domain-intel/SKILL.md +7 -7
  28. package/.agent/skills/duckduckgo-search/SKILL.md +17 -17
  29. package/.agent/skills/github-auth/scripts/gh-env.sh +66 -0
  30. package/.agent/skills/github-code-review/SKILL.md +9 -9
  31. package/.agent/skills/github-pr-workflow/SKILL.md +3 -3
  32. package/.agent/skills/godmode/SKILL.md +8 -8
  33. package/.agent/skills/jupyter-live-kernel/SKILL.md +3 -3
  34. package/.agent/skills/kanban-orchestrator/SKILL.md +10 -10
  35. package/.agent/skills/kanban-worker/SKILL.md +6 -6
  36. package/.agent/skills/llm-wiki/SKILL.md +7 -7
  37. package/.agent/skills/mindforge-autonomous/SKILL.md +1 -1
  38. package/.agent/skills/mindforge-complete-milestone/SKILL.md +1 -1
  39. package/.agent/skills/mindforge-discuss-phase/SKILL.md +1 -1
  40. package/.agent/skills/mindforge-do/SKILL.md +1 -1
  41. package/.agent/skills/mindforge-execute-phase/SKILL.md +1 -1
  42. package/.agent/skills/mindforge-list-workspaces/SKILL.md +1 -1
  43. package/.agent/skills/mindforge-manager/SKILL.md +1 -1
  44. package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +1 -1
  45. package/.agent/skills/mindforge-new-milestone/SKILL.md +4 -4
  46. package/.agent/skills/mindforge-new-project/SKILL.md +4 -4
  47. package/.agent/skills/mindforge-new-workspace/SKILL.md +1 -1
  48. package/.agent/skills/mindforge-note/SKILL.md +1 -1
  49. package/.agent/skills/mindforge-plan-phase/SKILL.md +1 -1
  50. package/.agent/skills/mindforge-profile-user/SKILL.md +1 -1
  51. package/.agent/skills/mindforge-remove-workspace/SKILL.md +1 -1
  52. package/.agent/skills/mindforge-research-phase/SKILL.md +1 -1
  53. package/.agent/skills/mindforge-ui-phase/SKILL.md +1 -1
  54. package/.agent/skills/mindforge-ui-review/SKILL.md +1 -1
  55. package/.agent/skills/mindforge-verify-work/SKILL.md +1 -1
  56. package/.agent/skills/mindforge-workspace-isolated/SKILL.md +1 -1
  57. package/.agent/skills/node-inspect-debugger/SKILL.md +1 -1
  58. package/.agent/skills/obsidian/SKILL.md +15 -15
  59. package/.agent/skills/osint-investigation/SKILL.md +3 -2
  60. package/.agent/skills/osint-investigation/references/sources/courtlistener.md +98 -0
  61. package/.agent/skills/osint-investigation/references/sources/gdelt.md +104 -0
  62. package/.agent/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
  63. package/.agent/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
  64. package/.agent/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
  65. package/.agent/skills/osint-investigation/references/sources/opencorporates.md +103 -0
  66. package/.agent/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
  67. package/.agent/skills/osint-investigation/references/sources/senate-ld.md +89 -0
  68. package/.agent/skills/osint-investigation/references/sources/usaspending.md +97 -0
  69. package/.agent/skills/osint-investigation/references/sources/wayback.md +93 -0
  70. package/.agent/skills/osint-investigation/references/sources/wikipedia.md +107 -0
  71. package/.agent/skills/osint-investigation/scripts/_http.py +82 -0
  72. package/.agent/skills/osint-investigation/scripts/_normalize.py +67 -0
  73. package/.agent/skills/osint-investigation/scripts/build_findings.py +221 -0
  74. package/.agent/skills/osint-investigation/scripts/entity_resolution.py +228 -0
  75. package/.agent/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
  76. package/.agent/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
  77. package/.agent/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
  78. package/.agent/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
  79. package/.agent/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
  80. package/.agent/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
  81. package/.agent/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
  82. package/.agent/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
  83. package/.agent/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
  84. package/.agent/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
  85. package/.agent/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
  86. package/.agent/skills/osint-investigation/scripts/timing_analysis.py +252 -0
  87. package/.agent/skills/oss-forensics/SKILL.md +10 -9
  88. package/.agent/skills/oss-forensics/scripts/evidence-store.py +313 -0
  89. package/.agent/skills/parallel-cli/SKILL.md +2 -2
  90. package/.agent/skills/pinggy-tunnel/SKILL.md +3 -3
  91. package/.agent/skills/pixel-art/SKILL.md +2 -2
  92. package/.agent/skills/plan/SKILL.md +10 -10
  93. package/.agent/skills/requesting-code-review/SKILL.md +4 -6
  94. package/.agent/skills/research-paper-writing/SKILL.md +32 -32
  95. package/.agent/skills/rest-graphql-debug/SKILL.md +31 -32
  96. package/.agent/skills/s6-container-supervision/SKILL.md +1 -1
  97. package/.agent/skills/scrapling/SKILL.md +1 -1
  98. package/.agent/skills/sherlock/SKILL.md +1 -1
  99. package/.agent/skills/simplify-code/SKILL.md +5 -7
  100. package/.agent/skills/skill-authoring/SKILL.md +4 -4
  101. package/.agent/skills/spike/SKILL.md +11 -13
  102. package/.agent/skills/subagent-driven-development/SKILL.md +7 -11
  103. package/.agent/skills/systematic-debugging/SKILL.md +13 -14
  104. package/.agent/skills/test-driven-development/SKILL.md +6 -7
  105. package/.agent/skills/video-orchestrator/SKILL.md +1 -1
  106. package/.agent/skills/web-pentest/SKILL.md +7 -7
  107. package/.claude/commands/mindforge/ship.md +2 -2
  108. package/.claude/commands/mindforge/update.md +1 -1
  109. package/.claude/commands/mindforge/wf-catalog.md +5 -2
  110. package/.claude/commands/mindforge/wf-orchestrate-review.md +35 -0
  111. package/.claude/commands/mindforge/wf-verification-loop.md +45 -0
  112. package/.claude/commands/mindforge/wf-workflow-optimizer.md +51 -0
  113. package/.mindforge/config.json +3 -3
  114. package/.mindforge/dynamic-workflows/REGISTRY.md +4 -1
  115. package/.mindforge/dynamic-workflows/index.json +910 -840
  116. package/.mindforge/dynamic-workflows/scripts/accessibility-audit.js +88 -90
  117. package/.mindforge/dynamic-workflows/scripts/ai-model-eval.js +59 -61
  118. package/.mindforge/dynamic-workflows/scripts/api-contract-test.js +87 -85
  119. package/.mindforge/dynamic-workflows/scripts/api-migration.js +120 -122
  120. package/.mindforge/dynamic-workflows/scripts/architecture-modernization.js +84 -86
  121. package/.mindforge/dynamic-workflows/scripts/code-audit.js +75 -77
  122. package/.mindforge/dynamic-workflows/scripts/code-explainer.js +99 -101
  123. package/.mindforge/dynamic-workflows/scripts/competitive-analysis.js +62 -64
  124. package/.mindforge/dynamic-workflows/scripts/competitive-teardown.js +106 -108
  125. package/.mindforge/dynamic-workflows/scripts/cost-analysis.js +78 -80
  126. package/.mindforge/dynamic-workflows/scripts/data-pipeline-validate.js +47 -49
  127. package/.mindforge/dynamic-workflows/scripts/database-migration.js +85 -87
  128. package/.mindforge/dynamic-workflows/scripts/debug-detective.js +97 -99
  129. package/.mindforge/dynamic-workflows/scripts/dependency-health.js +81 -83
  130. package/.mindforge/dynamic-workflows/scripts/design-system-audit.js +84 -86
  131. package/.mindforge/dynamic-workflows/scripts/documentation-gen.js +65 -67
  132. package/.mindforge/dynamic-workflows/scripts/feature-planner.js +78 -80
  133. package/.mindforge/dynamic-workflows/scripts/incident-response.js +81 -83
  134. package/.mindforge/dynamic-workflows/scripts/multi-repo-sync.js +49 -51
  135. package/.mindforge/dynamic-workflows/scripts/mutation-testing.js +113 -115
  136. package/.mindforge/dynamic-workflows/scripts/onboard-codebase.js +79 -81
  137. package/.mindforge/dynamic-workflows/scripts/orchestrate-review.js +115 -0
  138. package/.mindforge/dynamic-workflows/scripts/perf-optimize.js +97 -99
  139. package/.mindforge/dynamic-workflows/scripts/pr-review.js +61 -63
  140. package/.mindforge/dynamic-workflows/scripts/refactor-plan.js +88 -90
  141. package/.mindforge/dynamic-workflows/scripts/release-prep.js +79 -81
  142. package/.mindforge/dynamic-workflows/scripts/security-hardening.js +117 -119
  143. package/.mindforge/dynamic-workflows/scripts/security-threat-model.js +119 -121
  144. package/.mindforge/dynamic-workflows/scripts/tdd-sprint.js +80 -82
  145. package/.mindforge/dynamic-workflows/scripts/tech-evaluation.js +50 -52
  146. package/.mindforge/dynamic-workflows/scripts/test-coverage-gap.js +68 -70
  147. package/.mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js +89 -91
  148. package/.mindforge/dynamic-workflows/scripts/verification-loop.js +138 -0
  149. package/.mindforge/dynamic-workflows/scripts/workflow-optimizer.js +136 -0
  150. package/.mindforge/dynamic-workflows/scripts/writer-reviewer.js +63 -65
  151. package/.mindforge/memory/sync-manifest.json +1 -1
  152. package/.mindforge/personas/advisor-researcher.md +2 -2
  153. package/.mindforge/personas/api-load-tester.md +1 -1
  154. package/.mindforge/personas/authentication-architect.md +1 -1
  155. package/.mindforge/personas/backup-recovery-specialist.md +1 -1
  156. package/.mindforge/personas/build-optimizer.md +1 -1
  157. package/.mindforge/personas/caching-strategist.md +1 -1
  158. package/.mindforge/personas/chaos-engineer.md +1 -1
  159. package/.mindforge/personas/compliance-auditor.md +1 -1
  160. package/.mindforge/personas/config-management-expert.md +1 -1
  161. package/.mindforge/personas/coverage-specialist.md +1 -1
  162. package/.mindforge/personas/debug-specialist.md +2 -2
  163. package/.mindforge/personas/debugger.md +2 -2
  164. package/.mindforge/personas/dependency-auditor.md +1 -1
  165. package/.mindforge/personas/developer.md +1 -1
  166. package/.mindforge/personas/devops-engineer.md +1 -1
  167. package/.mindforge/personas/doc-auditor.md +1 -1
  168. package/.mindforge/personas/executor.md +1 -1
  169. package/.mindforge/personas/go-specialist.md +1 -1
  170. package/.mindforge/personas/incident-commander.md +1 -1
  171. package/.mindforge/personas/java-specialist.md +1 -1
  172. package/.mindforge/personas/kubernetes-debugger.md +1 -1
  173. package/.mindforge/personas/logging-architect.md +1 -1
  174. package/.mindforge/personas/mf-planner.md +1 -1
  175. package/.mindforge/personas/mf-researcher.md +1 -1
  176. package/.mindforge/personas/mf-reviewer.md +1 -1
  177. package/.mindforge/personas/monorepo-architect.md +2 -1
  178. package/.mindforge/personas/nyquist-auditor.md +1 -1
  179. package/.mindforge/personas/observability-engineer.md +1 -1
  180. package/.mindforge/personas/performance-optimizer.md +1 -1
  181. package/.mindforge/personas/phase-researcher.md +5 -5
  182. package/.mindforge/personas/planner.md +1 -1
  183. package/.mindforge/personas/project-researcher.md +2 -2
  184. package/.mindforge/personas/python-specialist.md +1 -1
  185. package/.mindforge/personas/qa-engineer.md +1 -1
  186. package/.mindforge/personas/release-manager.md +6 -4
  187. package/.mindforge/personas/research-agent.md +4 -4
  188. package/.mindforge/personas/roadmapper-extend.md +1 -1
  189. package/.mindforge/personas/rust-specialist.md +1 -1
  190. package/.mindforge/personas/security-reviewer.md +1 -1
  191. package/.mindforge/personas/tech-writer.md +1 -1
  192. package/.mindforge/personas/typescript-wizard.md +1 -1
  193. package/.mindforge/personas/ui-researcher.md +1 -1
  194. package/.mindforge/skills/accessibility/SKILL.md +2 -2
  195. package/.mindforge/skills/agent-architecture-audit/SKILL.md +11 -0
  196. package/.mindforge/skills/arxiv/SKILL.md +6 -6
  197. package/.mindforge/skills/arxiv/scripts/search_arxiv.py +114 -0
  198. package/.mindforge/skills/code-tour/SKILL.md +2 -2
  199. package/.mindforge/skills/code-wiki/SKILL.md +11 -11
  200. package/.mindforge/skills/code-wiki/templates/README.md +31 -0
  201. package/.mindforge/skills/code-wiki/templates/architecture.md +30 -0
  202. package/.mindforge/skills/code-wiki/templates/getting-started.md +47 -0
  203. package/.mindforge/skills/code-wiki/templates/module.md +38 -0
  204. package/.mindforge/skills/concept-diagrams/SKILL.md +6 -6
  205. package/.mindforge/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
  206. package/.mindforge/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
  207. package/.mindforge/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
  208. package/.mindforge/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
  209. package/.mindforge/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
  210. package/.mindforge/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
  211. package/.mindforge/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
  212. package/.mindforge/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
  213. package/.mindforge/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
  214. package/.mindforge/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
  215. package/.mindforge/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
  216. package/.mindforge/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
  217. package/.mindforge/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
  218. package/.mindforge/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
  219. package/.mindforge/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
  220. package/.mindforge/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
  221. package/.mindforge/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
  222. package/.mindforge/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
  223. package/.mindforge/skills/concept-diagrams/templates/template.html +174 -0
  224. package/.mindforge/skills/creative-ideation/references/full-prompt-library.md +110 -0
  225. package/.mindforge/skills/documentation/SKILL.md +4 -1
  226. package/.mindforge/skills/domain-intel/SKILL.md +7 -7
  227. package/.mindforge/skills/domain-intel/scripts/domain_intel.py +397 -0
  228. package/.mindforge/skills/duckduckgo-search/SKILL.md +17 -17
  229. package/.mindforge/skills/duckduckgo-search/scripts/duckduckgo.sh +28 -0
  230. package/.mindforge/skills/environment-management/SKILL.md +1 -1
  231. package/.mindforge/skills/github-code-review/SKILL.md +9 -9
  232. package/.mindforge/skills/github-code-review/references/review-output-template.md +74 -0
  233. package/.mindforge/skills/github-issues/templates/bug-report.md +35 -0
  234. package/.mindforge/skills/github-issues/templates/feature-request.md +31 -0
  235. package/.mindforge/skills/github-pr-workflow/SKILL.md +3 -3
  236. package/.mindforge/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
  237. package/.mindforge/skills/github-pr-workflow/references/conventional-commits.md +71 -0
  238. package/.mindforge/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
  239. package/.mindforge/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
  240. package/.mindforge/skills/jupyter-live-kernel/SKILL.md +3 -3
  241. package/.mindforge/skills/kanban-orchestrator/SKILL.md +10 -10
  242. package/.mindforge/skills/kanban-worker/SKILL.md +6 -6
  243. package/.mindforge/skills/meme-generation/SKILL.md +1 -1
  244. package/.mindforge/skills/meme-generation/scripts/generate_meme.py +470 -0
  245. package/.mindforge/skills/meme-generation/scripts/templates.json +97 -0
  246. package/.mindforge/skills/obsidian/SKILL.md +15 -15
  247. package/.mindforge/skills/orch-pipeline/SKILL.md +2 -2
  248. package/.mindforge/skills/osint-investigation/SKILL.md +3 -2
  249. package/.mindforge/skills/osint-investigation/references/sources/courtlistener.md +98 -0
  250. package/.mindforge/skills/osint-investigation/references/sources/gdelt.md +104 -0
  251. package/.mindforge/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
  252. package/.mindforge/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
  253. package/.mindforge/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
  254. package/.mindforge/skills/osint-investigation/references/sources/opencorporates.md +103 -0
  255. package/.mindforge/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
  256. package/.mindforge/skills/osint-investigation/references/sources/senate-ld.md +89 -0
  257. package/.mindforge/skills/osint-investigation/references/sources/usaspending.md +97 -0
  258. package/.mindforge/skills/osint-investigation/references/sources/wayback.md +93 -0
  259. package/.mindforge/skills/osint-investigation/references/sources/wikipedia.md +107 -0
  260. package/.mindforge/skills/osint-investigation/scripts/_http.py +82 -0
  261. package/.mindforge/skills/osint-investigation/scripts/_normalize.py +67 -0
  262. package/.mindforge/skills/osint-investigation/scripts/build_findings.py +221 -0
  263. package/.mindforge/skills/osint-investigation/scripts/entity_resolution.py +228 -0
  264. package/.mindforge/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
  265. package/.mindforge/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
  266. package/.mindforge/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
  267. package/.mindforge/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
  268. package/.mindforge/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
  269. package/.mindforge/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
  270. package/.mindforge/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
  271. package/.mindforge/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
  272. package/.mindforge/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
  273. package/.mindforge/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
  274. package/.mindforge/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
  275. package/.mindforge/skills/osint-investigation/scripts/timing_analysis.py +252 -0
  276. package/.mindforge/skills/osint-investigation/templates/source-template.md +59 -0
  277. package/.mindforge/skills/oss-forensics/SKILL.md +6 -6
  278. package/.mindforge/skills/oss-forensics/references/evidence-types.md +89 -0
  279. package/.mindforge/skills/oss-forensics/references/github-archive-guide.md +184 -0
  280. package/.mindforge/skills/oss-forensics/references/investigation-templates.md +131 -0
  281. package/.mindforge/skills/oss-forensics/references/recovery-techniques.md +164 -0
  282. package/.mindforge/skills/oss-forensics/scripts/evidence-store.py +313 -0
  283. package/.mindforge/skills/oss-forensics/templates/forensic-report.md +151 -0
  284. package/.mindforge/skills/oss-forensics/templates/malicious-package-report.md +43 -0
  285. package/.mindforge/skills/pixel-art/SKILL.md +2 -2
  286. package/.mindforge/skills/pixel-art/references/palettes.md +49 -0
  287. package/.mindforge/skills/plan/SKILL.md +10 -10
  288. package/.mindforge/skills/requesting-code-review/SKILL.md +4 -6
  289. package/.mindforge/skills/research-paper-writing/SKILL.md +32 -32
  290. package/.mindforge/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
  291. package/.mindforge/skills/research-paper-writing/references/checklists.md +434 -0
  292. package/.mindforge/skills/research-paper-writing/references/citation-workflow.md +563 -0
  293. package/.mindforge/skills/research-paper-writing/references/experiment-patterns.md +728 -0
  294. package/.mindforge/skills/research-paper-writing/references/human-evaluation.md +476 -0
  295. package/.mindforge/skills/research-paper-writing/references/paper-types.md +481 -0
  296. package/.mindforge/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
  297. package/.mindforge/skills/research-paper-writing/references/sources.md +191 -0
  298. package/.mindforge/skills/research-paper-writing/references/writing-guide.md +474 -0
  299. package/.mindforge/skills/research-paper-writing/templates/README.md +251 -0
  300. package/.mindforge/skills/scrapling/SKILL.md +1 -1
  301. package/.mindforge/skills/sherlock/SKILL.md +1 -1
  302. package/.mindforge/skills/simplify-code/SKILL.md +5 -7
  303. package/.mindforge/skills/spike/SKILL.md +11 -13
  304. package/.mindforge/skills/subagent-driven-development/SKILL.md +7 -11
  305. package/.mindforge/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
  306. package/.mindforge/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
  307. package/.mindforge/skills/systematic-debugging/SKILL.md +13 -14
  308. package/.mindforge/skills/test-driven-development/SKILL.md +6 -7
  309. package/.mindforge/skills/testing-standards/SKILL.md +1 -1
  310. package/.mindforge/skills/web-pentest/SKILL.md +2 -2
  311. package/.mindforge/skills/web-pentest/references/bypass-techniques.md +133 -0
  312. package/.mindforge/skills/web-pentest/references/exploitation-techniques.md +204 -0
  313. package/.mindforge/skills/web-pentest/references/scope-enforcement.md +110 -0
  314. package/.mindforge/skills/web-pentest/references/vuln-taxonomy.md +81 -0
  315. package/.mindforge/skills/web-pentest/templates/authorization.md +69 -0
  316. package/.mindforge/skills/web-pentest/templates/pentest-report.md +178 -0
  317. package/.mindforge/skills/writing-skills/SKILL.md +4 -3
  318. package/CHANGELOG.md +23 -1821
  319. package/MINDFORGE.md +3 -3
  320. package/README.md +58 -510
  321. package/RELEASENOTES.md +87 -2
  322. package/SECURITY.md +5 -3
  323. package/bin/install.js +1 -1
  324. package/bin/models/bedrock-provider.js +192 -0
  325. package/bin/models/model-client.js +19 -0
  326. package/bin/updater/changelog-fetcher.js +95 -5
  327. package/bin/utils/readiness-gate.js +3 -3
  328. package/changelogs/README.md +109 -0
  329. package/changelogs/index.json +103 -0
  330. package/changelogs/v0.1.0.md +21 -0
  331. package/changelogs/v0.2.0.md +15 -0
  332. package/changelogs/v0.3.0.md +28 -0
  333. package/changelogs/v0.4.0.md +29 -0
  334. package/changelogs/v0.5.0.md +34 -0
  335. package/changelogs/v0.6.0.md +34 -0
  336. package/changelogs/v1.0.0.md +60 -0
  337. package/changelogs/v1.0.1.md +15 -0
  338. package/changelogs/v1.0.2.md +10 -0
  339. package/changelogs/v1.0.3.md +10 -0
  340. package/changelogs/v1.0.4.md +10 -0
  341. package/changelogs/v1.0.5.md +10 -0
  342. package/changelogs/v10.0.0.md +71 -0
  343. package/changelogs/v10.0.2.md +15 -0
  344. package/changelogs/v10.0.3.md +21 -0
  345. package/changelogs/v10.0.4.md +16 -0
  346. package/changelogs/v10.0.5.md +16 -0
  347. package/changelogs/v10.0.6.md +15 -0
  348. package/changelogs/v10.0.7.md +15 -0
  349. package/changelogs/v10.0.8.md +15 -0
  350. package/changelogs/v10.0.9.md +15 -0
  351. package/changelogs/v10.1.0.md +16 -0
  352. package/changelogs/v10.1.1.md +15 -0
  353. package/changelogs/v10.2.0.md +14 -0
  354. package/changelogs/v10.3.0.md +13 -0
  355. package/changelogs/v10.4.0.md +13 -0
  356. package/changelogs/v10.5.0.md +13 -0
  357. package/changelogs/v10.6.0.md +13 -0
  358. package/changelogs/v10.7.0.md +15 -0
  359. package/changelogs/v11.0.0.md +66 -0
  360. package/changelogs/v11.0.1.md +10 -0
  361. package/changelogs/v11.1.0.md +56 -0
  362. package/changelogs/v11.2.0.md +41 -0
  363. package/changelogs/v11.2.1.md +38 -0
  364. package/changelogs/v11.3.0.md +45 -0
  365. package/changelogs/v11.3.1.md +39 -0
  366. package/changelogs/v11.4.0.md +38 -0
  367. package/changelogs/v11.5.0.md +77 -0
  368. package/changelogs/v11.5.1.md +47 -0
  369. package/changelogs/v11.6.0.md +45 -0
  370. package/changelogs/v11.7.0.md +30 -0
  371. package/changelogs/v11.7.1.md +8 -0
  372. package/changelogs/v11.8.0.md +19 -0
  373. package/changelogs/v11.8.1.md +28 -0
  374. package/changelogs/v11.8.2.md +22 -0
  375. package/changelogs/v11.8.3.md +22 -0
  376. package/changelogs/v11.9.0.md +17 -0
  377. package/changelogs/v11.9.1.md +8 -0
  378. package/changelogs/v2.0.0-alpha.1.md +42 -0
  379. package/changelogs/v2.0.0-alpha.10.md +13 -0
  380. package/changelogs/v2.0.0-alpha.11.md +14 -0
  381. package/changelogs/v2.0.0-alpha.12.md +16 -0
  382. package/changelogs/v2.0.0-alpha.2.md +14 -0
  383. package/changelogs/v2.0.0-alpha.3.md +17 -0
  384. package/changelogs/v2.0.0-alpha.4.md +17 -0
  385. package/changelogs/v2.0.0-alpha.7.md +18 -0
  386. package/changelogs/v2.0.0-alpha.8.md +11 -0
  387. package/changelogs/v2.0.0-alpha.9.md +12 -0
  388. package/changelogs/v2.0.0.md +35 -0
  389. package/changelogs/v2.1.0.md +22 -0
  390. package/changelogs/v2.1.1.md +25 -0
  391. package/changelogs/v2.1.2.md +21 -0
  392. package/changelogs/v2.3.2.md +19 -0
  393. package/changelogs/v2.3.3.md +16 -0
  394. package/changelogs/v2.3.4.md +16 -0
  395. package/changelogs/v2.3.5.md +21 -0
  396. package/changelogs/v2.4.0.md +29 -0
  397. package/changelogs/v2.5.0.md +26 -0
  398. package/changelogs/v2.6.0.md +26 -0
  399. package/changelogs/v3.0.0.md +17 -0
  400. package/changelogs/v4.0.0.md +19 -0
  401. package/changelogs/v4.1.0.md +19 -0
  402. package/changelogs/v4.3.0.md +31 -0
  403. package/changelogs/v5.0.0-alpha.1.md +35 -0
  404. package/changelogs/v5.0.0-alpha.2.md +22 -0
  405. package/changelogs/v5.1.0.md +42 -0
  406. package/changelogs/v5.2.0.md +18 -0
  407. package/changelogs/v5.3.0.md +14 -0
  408. package/changelogs/v5.4.0.md +28 -0
  409. package/changelogs/v5.5.0.md +11 -0
  410. package/changelogs/v5.6.0.md +11 -0
  411. package/changelogs/v5.7.0.md +12 -0
  412. package/changelogs/v5.8.0.md +12 -0
  413. package/changelogs/v5.9.0.md +11 -0
  414. package/changelogs/v6.0.0-alpha.md +45 -0
  415. package/changelogs/v6.1.0-alpha.md +29 -0
  416. package/changelogs/v6.2.0-alpha.md +30 -0
  417. package/changelogs/v6.2.0.md +21 -0
  418. package/changelogs/v6.3.0.md +14 -0
  419. package/changelogs/v6.4.0.md +13 -0
  420. package/changelogs/v6.5.0.md +13 -0
  421. package/changelogs/v6.6.0.md +12 -0
  422. package/changelogs/v6.7.0.md +12 -0
  423. package/changelogs/v7.0.0.md +13 -0
  424. package/changelogs/v8.0.0.md +14 -0
  425. package/changelogs/v8.1.0.md +13 -0
  426. package/changelogs/v8.2.0.md +12 -0
  427. package/changelogs/v8.2.1.md +11 -0
  428. package/changelogs/v9.0.0.md +20 -0
  429. package/docs/commands-reference.md +72 -4
  430. package/docs/faq.md +38 -1
  431. package/docs/getting-started.md +52 -12
  432. package/docs/sdk-reference.md +36 -3
  433. package/docs/troubleshooting.md +59 -1
  434. package/docs/user-guide.md +7 -4
  435. package/package.json +4 -3
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: subagent-driven-development
3
- description: "Execute plans via delegate_task subagents (2-stage review)."
3
+ description: "Execute plans via Agent subagents (2-stage review)."
4
4
  version: 1.1.0
5
5
  ---
6
6
 
@@ -34,7 +34,7 @@ Read the plan file. Extract ALL tasks with their full text and context upfront.
34
34
 
35
35
  ```python
36
36
  # Read the plan
37
- read_file("docs/plans/feature-plan.md")
37
+ Read("docs/plans/feature-plan.md")
38
38
 
39
39
  # Create todo list with all tasks
40
40
  todo([
@@ -52,10 +52,10 @@ For EACH task in the plan:
52
52
 
53
53
  #### Step 1: Dispatch Implementer Subagent
54
54
 
55
- Use `delegate_task` with complete context:
55
+ Use `Agent` with complete context:
56
56
 
57
57
  ```python
58
- delegate_task(
58
+ Agent(
59
59
  goal="Implement Task 1: Create User model with email and password_hash fields",
60
60
  context="""
61
61
  TASK FROM PLAN:
@@ -78,7 +78,6 @@ delegate_task(
78
78
  - Tests use pytest, run from project root
79
79
  - bcrypt already in requirements.txt
80
80
  """,
81
- toolsets=['terminal', 'file']
82
81
  )
83
82
  ```
84
83
 
@@ -87,7 +86,7 @@ delegate_task(
87
86
  After the implementer completes, verify against the original spec:
88
87
 
89
88
  ```python
90
- delegate_task(
89
+ Agent(
91
90
  goal="Review if implementation matches the spec from the plan",
92
91
  context="""
93
92
  ORIGINAL TASK SPEC:
@@ -105,7 +104,6 @@ delegate_task(
105
104
 
106
105
  OUTPUT: PASS or list of specific spec gaps to fix.
107
106
  """,
108
- toolsets=['file']
109
107
  )
110
108
  ```
111
109
 
@@ -116,7 +114,7 @@ delegate_task(
116
114
  After spec compliance passes:
117
115
 
118
116
  ```python
119
- delegate_task(
117
+ Agent(
120
118
  goal="Review code quality for Task 1 implementation",
121
119
  context="""
122
120
  FILES TO REVIEW:
@@ -137,7 +135,6 @@ delegate_task(
137
135
  - Minor Issues: [optional]
138
136
  - Verdict: APPROVED or REQUEST_CHANGES
139
137
  """,
140
- toolsets=['file']
141
138
  )
142
139
  ```
143
140
 
@@ -154,7 +151,7 @@ todo([{"id": "task-1", "content": "Create User model with email field", "status"
154
151
  After ALL tasks are complete, dispatch a final integration reviewer:
155
152
 
156
153
  ```python
157
- delegate_task(
154
+ Agent(
158
155
  goal="Review the entire implementation for consistency and integration issues",
159
156
  context="""
160
157
  All tasks from the plan are complete. Review the full implementation:
@@ -163,7 +160,6 @@ delegate_task(
163
160
  - All tests passing?
164
161
  - Ready for merge?
165
162
  """,
166
- toolsets=['terminal', 'file']
167
163
  )
168
164
  ```
169
165
 
@@ -61,7 +61,7 @@ You MUST complete each phase before proceeding to the next.
61
61
  - Read stack traces completely
62
62
  - Note line numbers, file paths, error codes
63
63
 
64
- **Action:** Use `read_file` on the relevant source files. Use `search_files` to find the error string in the codebase.
64
+ **Action:** Use `Read` on the relevant source files. Use `Grep` to find the error string in the codebase.
65
65
 
66
66
  ### 2. Reproduce Consistently
67
67
 
@@ -70,7 +70,7 @@ You MUST complete each phase before proceeding to the next.
70
70
  - Does it happen every time?
71
71
  - If not reproducible → gather more data, don't guess
72
72
 
73
- **Action:** Use the `terminal` tool to run the failing test or trigger the bug:
73
+ **Action:** Use the `Bash` tool to run the failing test or trigger the bug:
74
74
 
75
75
  ```bash
76
76
  # Run specific failing test
@@ -124,14 +124,14 @@ THEN investigate that specific component.
124
124
  - Keep tracing upstream until you find the source
125
125
  - Fix at the source, not at the symptom
126
126
 
127
- **Action:** Use `search_files` to trace references:
127
+ **Action:** Use `Grep` to trace references:
128
128
 
129
129
  ```python
130
130
  # Find where the function is called
131
- search_files("function_name(", path="src/", file_glob="*.py")
131
+ Grep("function_name(", path="src/", file_glob="*.py")
132
132
 
133
133
  # Find where the variable is set
134
- search_files("variable_name\\s*=", path="src/", file_glob="*.py")
134
+ Grep("variable_name\\s*=", path="src/", file_glob="*.py")
135
135
  ```
136
136
 
137
137
  ### Phase 1 Completion Checklist
@@ -156,10 +156,10 @@ search_files("variable_name\\s*=", path="src/", file_glob="*.py")
156
156
  - Locate similar working code in the same codebase
157
157
  - What works that's similar to what's broken?
158
158
 
159
- **Action:** Use `search_files` to find comparable patterns:
159
+ **Action:** Use `Grep` to find comparable patterns:
160
160
 
161
161
  ```python
162
- search_files("similar_pattern", path="src/", file_glob="*.py")
162
+ Grep("similar_pattern", path="src/", file_glob="*.py")
163
163
  ```
164
164
 
165
165
  ### 2. Compare Against References
@@ -314,17 +314,17 @@ If you catch yourself thinking:
314
314
 
315
315
  Use these tools during Phase 1:
316
316
 
317
- - **`search_files`** — Find error strings, trace function calls, locate patterns
318
- - **`read_file`** — Read source code with line numbers for precise analysis
319
- - **`terminal`** — Run tests, check git history, reproduce bugs
320
- - **`web_search`/`web_extract`** — Research error messages, library docs
317
+ - **`Grep`** — Find error strings, trace function calls, locate patterns
318
+ - **`Read`** — Read source code with line numbers for precise analysis
319
+ - **`Bash`** — Run tests, check git history, reproduce bugs
320
+ - **`WebSearch`/`WebFetch`** — Research error messages, library docs
321
321
 
322
- ### With delegate_task
322
+ ### With Agent
323
323
 
324
324
  For complex multi-component debugging, dispatch investigation subagents:
325
325
 
326
326
  ```python
327
- delegate_task(
327
+ Agent(
328
328
  goal="Investigate why [specific test/behavior] fails",
329
329
  context="""
330
330
  Follow systematic-debugging skill:
@@ -337,7 +337,6 @@ delegate_task(
337
337
  File: [path to failing code]
338
338
  Test command: [exact command]
339
339
  """,
340
- toolsets=['terminal', 'file']
341
340
  )
342
341
  ```
343
342
 
@@ -277,25 +277,25 @@ Can't check all boxes? You skipped TDD. Start over.
277
277
 
278
278
  ### Running Tests
279
279
 
280
- Use the `terminal` tool to run tests at each step:
280
+ Use the `Bash` tool to run tests at each step:
281
281
 
282
282
  ```python
283
283
  # RED — verify failure
284
- terminal("pytest tests/test_feature.py::test_name -v")
284
+ Bash("pytest tests/test_feature.py::test_name -v")
285
285
 
286
286
  # GREEN — verify pass
287
- terminal("pytest tests/test_feature.py::test_name -v")
287
+ Bash("pytest tests/test_feature.py::test_name -v")
288
288
 
289
289
  # Full suite — verify no regressions
290
- terminal("pytest tests/ -q")
290
+ Bash("pytest tests/ -q")
291
291
  ```
292
292
 
293
- ### With delegate_task
293
+ ### With Agent
294
294
 
295
295
  When dispatching subagents for implementation, enforce TDD in the goal:
296
296
 
297
297
  ```python
298
- delegate_task(
298
+ Agent(
299
299
  goal="Implement [feature] using strict TDD",
300
300
  context="""
301
301
  Follow test-driven-development skill:
@@ -309,7 +309,6 @@ delegate_task(
309
309
  Project test command: pytest tests/ -q
310
310
  Project structure: [describe relevant files]
311
311
  """,
312
- toolsets=['terminal', 'file']
313
312
  )
314
313
  ```
315
314
 
@@ -146,7 +146,7 @@ task graphs. See **[references/examples.md](references/examples.md)**.
146
146
 
147
147
  3. **One workspace per project.** All profiles for a given video share the same
148
148
  `dir:` workspace. Tasks pass artifacts via shared filesystem and structured
149
- handoffs. **Every** `kanban_create` call passes
149
+ handoffs. **Every** `TaskCreate` call passes
150
150
  `workspace_kind="dir"` + `workspace_path="<absolute project path>"`.
151
151
 
152
152
  4. **Tenant every project.** Use a project-specific tenant
@@ -16,11 +16,11 @@ triggers:
16
16
  - "find vulns in [URL]"
17
17
  - "OWASP test [URL]"
18
18
  toolsets:
19
- - terminal
20
- - web
21
- - browser
22
- - file
23
- - delegation
19
+ - Bash
20
+ - WebFetch
21
+ - Read
22
+ - Write
23
+ - Agent
24
24
  ---
25
25
 
26
26
  # Web Application Penetration Testing
@@ -200,11 +200,11 @@ input vectors.
200
200
 
201
201
  ## Phase 3: Vulnerability Analysis
202
202
 
203
- One delegate_task per vulnerability class. Each agent reads
203
+ One Agent per vulnerability class. Each agent reads
204
204
  `evidence/recon.md` (+ `evidence/pre-recon.md` if present), produces
205
205
  `findings/<class>-queue.json` using `templates/exploitation-queue.json`.
206
206
 
207
- Use `delegate_task` with these focused subagents (parallel where possible):
207
+ Use `Agent` with these focused subagents (parallel where possible):
208
208
 
209
209
  | Class | Goal | Reference |
210
210
  |-------|------|-----------|
@@ -29,7 +29,7 @@ Generate a CHANGELOG.md entry following Keep a Changelog format:
29
29
  - [Security improvements]
30
30
  ```
31
31
 
32
- Prepend this to CHANGELOG.md.
32
+ Create changelogs/vX.Y.Z.md with the full entry. Prepend a matching entry to root CHANGELOG.md (trim oldest if rolling window > 10 entries).
33
33
 
34
34
  ## Step 2 — Run final quality gates
35
35
  Run all of the following and report results:
@@ -93,7 +93,7 @@ Generate a complete PR description:
93
93
 
94
94
  ## Step 4 — Commit and tag
95
95
  ```bash
96
- git add CHANGELOG.md
96
+ git add changelogs/vX.Y.Z.md CHANGELOG.md
97
97
  git commit -m "docs(changelog): add Phase [N] release notes"
98
98
  git push origin feat/mindforge-core-scaffold
99
99
  ```
@@ -15,7 +15,7 @@ Execute `bin/updater/self-update.js` `checkAndUpdate()`.
15
15
  Always show: current version, latest version, update type (major/minor/patch).
16
16
 
17
17
  ### 2. Changelog display (unless --skip-changelog)
18
- Fetch and display the relevant CHANGELOG.md section.
18
+ Fetch and display the relevant changelog section (root CHANGELOG.md rolling window covers the newest 10 versions; older versions are fetched from changelogs/vX.Y.Z.md via the changelog-fetcher.js fallback path).
19
19
  For major updates: prefix with ⚠️ BREAKING CHANGES notice.
20
20
  Limit display to 3,000 characters — link to full CHANGELOG for the rest.
21
21
 
@@ -1,9 +1,9 @@
1
1
  ---
2
- description: "Browse the MindForge dynamic workflow library — 32 pre-built multi-agent workflows across 5 tiers"
2
+ description: "Browse the MindForge dynamic workflow library — 35 pre-built multi-agent workflows across 5 tiers"
3
3
  ---
4
4
  # /mindforge:wf-catalog
5
5
 
6
- Browse and discover the MindForge **Dynamic Workflow Library** — 32 pre-built multi-agent workflows that run via Claude Code's Workflow tool.
6
+ Browse and discover the MindForge **Dynamic Workflow Library** — 35 pre-built multi-agent workflows that run via Claude Code's Workflow tool.
7
7
 
8
8
  ## Usage
9
9
  `/mindforge:wf-catalog` — show all workflows grouped by tier
@@ -30,6 +30,8 @@ Browse and discover the MindForge **Dynamic Workflow Library** — 32 pre-built
30
30
  - `/mindforge:wf-mutation-testing` — Mutant generator → parallel kill-test → score
31
31
  - `/mindforge:wf-code-explainer` — Structure → domain → architecture → narrative tour
32
32
  - `/mindforge:wf-design-system-audit` — 5-dimension parallel audit → consistency score
33
+ - `/mindforge:wf-orchestrate-review` — 4-lens panel (factual/domain/safety/style) → merged verdict
34
+ - `/mindforge:wf-verification-loop` — Implementer vs. scorer loop → re-attempts until score maxed
33
35
 
34
36
  **Ops** — Infrastructure and release workflows
35
37
  - `/mindforge:wf-incident-response` — Parallel investigation → RCA → postmortem
@@ -46,6 +48,7 @@ Browse and discover the MindForge **Dynamic Workflow Library** — 32 pre-built
46
48
  - `/mindforge:wf-documentation-gen` — Parallel doc gen → normalize → publish-ready
47
49
  - `/mindforge:wf-api-migration` — Breaking change detection → guide → compat matrix
48
50
  - `/mindforge:wf-data-pipeline-validate` — Stage-by-stage validation → quality gates
51
+ - `/mindforge:wf-workflow-optimizer` — Builder + scorer + optimizer → revises the process itself
49
52
 
50
53
  **Beast** — Compound workflows (5 phases, 8+ agents, adversarial verification)
51
54
  - `/mindforge:wf-security-hardening` — 5-angle OWASP scout → 3-vote verify → STRIDE → roadmap
@@ -0,0 +1,35 @@
1
+ ---
2
+ description: "4-lens parallel review — factual, domain, safety, style — coordinated as one panel and merged into a single verdict"
3
+ ---
4
+ # /mindforge:wf-orchestrate-review
5
+
6
+ Runs the **Orchestrate Review** dynamic workflow.
7
+
8
+ ## Usage
9
+ `/mindforge:wf-orchestrate-review [target artifact, or describe what to review]`
10
+
11
+ ## What it does
12
+ - **Scope**: Pins the target and any domain context
13
+ - **Panel**: 4 parallel lenses — factual accuracy, domain correctness, safety, style/voice
14
+ - **Consensus**: Merges all findings, deduplicates, assigns severity (blocking/major/minor)
15
+ - **Verdict**: APPROVED / APPROVED_WITH_SUGGESTIONS / CHANGES_REQUIRED / BLOCKING
16
+
17
+ ## Running
18
+
19
+ Invoke via Claude Code's Workflow tool:
20
+
21
+ ```
22
+ Workflow({
23
+ scriptPath: ".mindforge/dynamic-workflows/scripts/orchestrate-review.js",
24
+ args: "<your input>"
25
+ })
26
+ ```
27
+
28
+ `args` can be a plain string target, or `{ target, domainContext }` for reviews that need
29
+ subject-matter framing (e.g. "this is a medical dosage guide" so the domain lens knows
30
+ what expertise to check against).
31
+
32
+ Or discover via CLI:
33
+ ```bash
34
+ node bin/mindforge-cli.js workflow info orchestrate-review
35
+ ```
@@ -0,0 +1,45 @@
1
+ ---
2
+ description: "Implementer vs. scorer loop: revise each round, score against a fixed metric, keep re-attempting until the score is maxed or a round cap is hit"
3
+ ---
4
+ # /mindforge:wf-verification-loop
5
+
6
+ Runs the **Verification Loop** dynamic workflow.
7
+
8
+ ## Usage
9
+ `/mindforge:wf-verification-loop [task description, or { task, metric, targetScore, maxRounds }]`
10
+
11
+ ## What it does
12
+ - **Scope**: Pins the artifact, the metric, and the target score / max-round cap
13
+ - **Round**: An implementer agent revises the artifact; a separate scorer agent grades it
14
+ against the same fixed rubric every round; repeats until the target score is hit, the
15
+ score plateaus for `plateauRounds` consecutive rounds, or `maxRounds` is reached
16
+ - **Report**: Round-by-round score history plus the final artifact
17
+
18
+ Unlike a fixed-count review pass, this loop's whole point is that the implementer keeps
19
+ re-attempting the SAME task, judged by a separate scorer, until the score stops moving —
20
+ not a one-shot audit.
21
+
22
+ ## Running
23
+
24
+ Invoke via Claude Code's Workflow tool:
25
+
26
+ ```
27
+ Workflow({
28
+ scriptPath: ".mindforge/dynamic-workflows/scripts/verification-loop.js",
29
+ args: {
30
+ task: "Tighten this system prompt for token efficiency without losing instruction coverage",
31
+ metric: "10 pts clarity, 10 pts token economy, 10 pts no lost instructions",
32
+ targetScore: 95,
33
+ maxRounds: 8
34
+ }
35
+ })
36
+ ```
37
+
38
+ `args` can also be a plain string task description if you want the scorer to infer and
39
+ hold its own rubric. Defaults: `targetScore` 95, `maxRounds` 8, `plateauRounds` 2 (stop
40
+ early if the score doesn't improve for 2 consecutive rounds).
41
+
42
+ Or discover via CLI:
43
+ ```bash
44
+ node bin/mindforge-cli.js workflow info verification-loop
45
+ ```
@@ -0,0 +1,51 @@
1
+ ---
2
+ description: "Builder + scorer + a distinct process-optimizer role: proposes structural changes to the PROCESS itself across rounds, not just fixes to one output"
3
+ ---
4
+ # /mindforge:wf-workflow-optimizer
5
+
6
+ Runs the **Workflow Optimizer** dynamic workflow.
7
+
8
+ ## Usage
9
+ `/mindforge:wf-workflow-optimizer [task family description, or { taskFamily, metric, maxRounds, priorHistory }]`
10
+
11
+ ## What it does
12
+ - **Scope**: Pins the task family, the fixed outcome metric, and any prior round history
13
+ you supply (this script holds no state of its own between invocations)
14
+ - **Cycle**: A builder agent runs under the *current* process instructions; a separate
15
+ scorer agent grades the output against the fixed metric; a **third, distinct
16
+ process-optimizer agent** — with no role in building or scoring — diagnoses *why* the
17
+ process produced that result and rewrites the builder's instructions for next round.
18
+ Repeats until the optimizer judges the process has converged or `maxRounds` is hit.
19
+ - **Report**: The score trend across rounds alongside every round's structural diagnosis,
20
+ so you can see whether rising scores came from real process changes, not just luck.
21
+
22
+ This is not "implementer vs. scorer, keep re-attempting the same task" (that's
23
+ `/mindforge:wf-verification-loop`, one artifact, one metric, no separate optimizer role).
24
+ This workflow's object of improvement is the **process itself** — the builder's own
25
+ instructions evolve round to round, and the deliverable includes that evolution history,
26
+ not just a final artifact.
27
+
28
+ ## Running
29
+
30
+ Invoke via Claude Code's Workflow tool:
31
+
32
+ ```
33
+ Workflow({
34
+ scriptPath: ".mindforge/dynamic-workflows/scripts/workflow-optimizer.js",
35
+ args: {
36
+ taskFamily: "Write a one-paragraph executive summary of a technical incident postmortem",
37
+ metric: "30 pts non-technical-reader clarity, 30 pts root-cause traceability, 40 pts action-item concreteness",
38
+ maxRounds: 5
39
+ }
40
+ })
41
+ ```
42
+
43
+ To continue optimizing the SAME process across separate sessions, pass the previous run's
44
+ returned `processHistory` back in as `args.priorHistory` — the script itself has no
45
+ filesystem access and keeps no state between invocations, so cross-session continuity is
46
+ the caller's responsibility.
47
+
48
+ Or discover via CLI:
49
+ ```bash
50
+ node bin/mindforge-cli.js workflow info workflow-optimizer
51
+ ```
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "11.8.3",
2
+ "version": "11.9.1",
3
3
  "environment": "development",
4
4
  "governance": {
5
5
  "drift_threshold": 0.75,
6
6
  "critical_drift_threshold": 0.5,
7
7
  "res_threshold": 0.8,
8
- "active_did": "did:mindforge:46cb14a1-0490-458e-9afb-947bf7cfba2b"
8
+ "active_did": "did:mindforge:ea8ace55-c2f0-46f2-af28-4d5a8ee3293a"
9
9
  },
10
10
  "revops": {
11
11
  "market_registry": {
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "mesh": {
73
73
  "_node_id_note": "Set node_id to a unique value per node in multi-node deployments. auto = hostname-derived.",
74
- "node_id": "auto",
74
+ "node_id": "beta-node",
75
75
  "peers": []
76
76
  },
77
77
  "ase": {
@@ -1,6 +1,6 @@
1
1
  # MindForge Dynamic Workflow Registry
2
2
 
3
- 32 pre-built multi-agent workflows across 5 tiers. Each runs via Claude Code's `Workflow` tool using `parallel()`, `pipeline()`, `phase()`, and `agent()` primitives to fan out work across concurrent subagents and synthesize results.
3
+ 35 pre-built multi-agent workflows across 5 tiers. Each runs via Claude Code's `Workflow` tool using `parallel()`, `pipeline()`, `phase()`, and `agent()` primitives to fan out work across concurrent subagents and synthesize results.
4
4
 
5
5
  **Trigger:** Use `/mindforge:wf-catalog` to browse interactively, or invoke any `/mindforge:wf-<name>` command directly.
6
6
 
@@ -28,6 +28,8 @@
28
28
  | debug-detective | /mindforge:wf-debug-detective | 4-hypothesis parallel investigation → scientific RCA | Hard-to-reproduce bugs |
29
29
  | writer-reviewer | /mindforge:wf-writer-reviewer | Implement → fresh context review → verdict | Unbiased code review |
30
30
  | mutation-testing | /mindforge:wf-mutation-testing | Mutant generator → parallel kill-test → score | Test suite effectiveness |
31
+ | orchestrate-review | /mindforge:wf-orchestrate-review | 4-lens parallel review: factual/domain/safety/style → verdict | Reviewing content/decisions, not code — docs, policies, plans |
32
+ | verification-loop | /mindforge:wf-verification-loop | Implementer vs. scorer, iterate rounds until score maxed | Pushing a single metric as high as possible, not a fixed-pass audit |
31
33
  | code-explainer | /mindforge:wf-code-explainer | Structure → domain → architecture → narrative tour | Onboarding to unfamiliar codebases |
32
34
  | design-system-audit | /mindforge:wf-design-system-audit | 5-dimension parallel audit → consistency score | Design system health checks |
33
35
 
@@ -52,6 +54,7 @@
52
54
  | documentation-gen | /mindforge:wf-documentation-gen | Parallel doc gen → normalize → publish-ready | Generating or refreshing docs |
53
55
  | api-migration | /mindforge:wf-api-migration | Breaking change detection → guide → compat matrix | API versioning and migration |
54
56
  | data-pipeline-validate | /mindforge:wf-data-pipeline-validate | Stage-by-stage validation → quality gates | Data pipeline correctness checks |
57
+ | workflow-optimizer | /mindforge:wf-workflow-optimizer | Builder → scorer → distinct process-optimizer, rounds evolve the process itself | Improving a repeatable process across attempts, not one output |
55
58
 
56
59
  ## Beast tier — Compound workflows (5 phases, 8+ agents, adversarial verification)
57
60