mindforge-cc 11.8.2 → 11.9.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 (361) hide show
  1. package/.agent/mindforge/wf-orchestrate-review.md +35 -0
  2. package/.agent/mindforge/wf-verification-loop.md +45 -0
  3. package/.agent/mindforge/wf-workflow-optimizer.md +51 -0
  4. package/.agent/skills/article-illustrator/SKILL.md +7 -7
  5. package/.agent/skills/arxiv/SKILL.md +6 -6
  6. package/.agent/skills/code-wiki/SKILL.md +11 -11
  7. package/.agent/skills/concept-diagrams/SKILL.md +6 -6
  8. package/.agent/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
  9. package/.agent/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
  10. package/.agent/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
  11. package/.agent/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
  12. package/.agent/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
  13. package/.agent/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
  14. package/.agent/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
  15. package/.agent/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
  16. package/.agent/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
  17. package/.agent/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
  18. package/.agent/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
  19. package/.agent/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
  20. package/.agent/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
  21. package/.agent/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
  22. package/.agent/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
  23. package/.agent/skills/concept-diagrams/templates/template.html +174 -0
  24. package/.agent/skills/domain-intel/SKILL.md +7 -7
  25. package/.agent/skills/duckduckgo-search/SKILL.md +17 -17
  26. package/.agent/skills/github-auth/scripts/gh-env.sh +66 -0
  27. package/.agent/skills/github-code-review/SKILL.md +9 -9
  28. package/.agent/skills/github-pr-workflow/SKILL.md +3 -3
  29. package/.agent/skills/godmode/SKILL.md +8 -8
  30. package/.agent/skills/jupyter-live-kernel/SKILL.md +3 -3
  31. package/.agent/skills/kanban-orchestrator/SKILL.md +10 -10
  32. package/.agent/skills/kanban-worker/SKILL.md +6 -6
  33. package/.agent/skills/llm-wiki/SKILL.md +7 -7
  34. package/.agent/skills/mindforge-autonomous/SKILL.md +1 -1
  35. package/.agent/skills/mindforge-complete-milestone/SKILL.md +1 -1
  36. package/.agent/skills/mindforge-discuss-phase/SKILL.md +1 -1
  37. package/.agent/skills/mindforge-do/SKILL.md +1 -1
  38. package/.agent/skills/mindforge-execute-phase/SKILL.md +1 -1
  39. package/.agent/skills/mindforge-list-workspaces/SKILL.md +1 -1
  40. package/.agent/skills/mindforge-manager/SKILL.md +1 -1
  41. package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +1 -1
  42. package/.agent/skills/mindforge-new-milestone/SKILL.md +4 -4
  43. package/.agent/skills/mindforge-new-project/SKILL.md +4 -4
  44. package/.agent/skills/mindforge-new-workspace/SKILL.md +1 -1
  45. package/.agent/skills/mindforge-note/SKILL.md +1 -1
  46. package/.agent/skills/mindforge-plan-phase/SKILL.md +1 -1
  47. package/.agent/skills/mindforge-profile-user/SKILL.md +1 -1
  48. package/.agent/skills/mindforge-remove-workspace/SKILL.md +1 -1
  49. package/.agent/skills/mindforge-research-phase/SKILL.md +1 -1
  50. package/.agent/skills/mindforge-ui-phase/SKILL.md +1 -1
  51. package/.agent/skills/mindforge-ui-review/SKILL.md +1 -1
  52. package/.agent/skills/mindforge-verify-work/SKILL.md +1 -1
  53. package/.agent/skills/mindforge-workspace-isolated/SKILL.md +1 -1
  54. package/.agent/skills/node-inspect-debugger/SKILL.md +1 -1
  55. package/.agent/skills/obsidian/SKILL.md +15 -15
  56. package/.agent/skills/osint-investigation/SKILL.md +3 -2
  57. package/.agent/skills/osint-investigation/references/sources/courtlistener.md +98 -0
  58. package/.agent/skills/osint-investigation/references/sources/gdelt.md +104 -0
  59. package/.agent/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
  60. package/.agent/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
  61. package/.agent/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
  62. package/.agent/skills/osint-investigation/references/sources/opencorporates.md +103 -0
  63. package/.agent/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
  64. package/.agent/skills/osint-investigation/references/sources/senate-ld.md +89 -0
  65. package/.agent/skills/osint-investigation/references/sources/usaspending.md +97 -0
  66. package/.agent/skills/osint-investigation/references/sources/wayback.md +93 -0
  67. package/.agent/skills/osint-investigation/references/sources/wikipedia.md +107 -0
  68. package/.agent/skills/osint-investigation/scripts/_http.py +82 -0
  69. package/.agent/skills/osint-investigation/scripts/_normalize.py +67 -0
  70. package/.agent/skills/osint-investigation/scripts/build_findings.py +221 -0
  71. package/.agent/skills/osint-investigation/scripts/entity_resolution.py +228 -0
  72. package/.agent/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
  73. package/.agent/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
  74. package/.agent/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
  75. package/.agent/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
  76. package/.agent/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
  77. package/.agent/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
  78. package/.agent/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
  79. package/.agent/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
  80. package/.agent/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
  81. package/.agent/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
  82. package/.agent/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
  83. package/.agent/skills/osint-investigation/scripts/timing_analysis.py +252 -0
  84. package/.agent/skills/oss-forensics/SKILL.md +10 -9
  85. package/.agent/skills/oss-forensics/scripts/evidence-store.py +313 -0
  86. package/.agent/skills/parallel-cli/SKILL.md +2 -2
  87. package/.agent/skills/pinggy-tunnel/SKILL.md +3 -3
  88. package/.agent/skills/pixel-art/SKILL.md +2 -2
  89. package/.agent/skills/plan/SKILL.md +10 -10
  90. package/.agent/skills/requesting-code-review/SKILL.md +4 -6
  91. package/.agent/skills/research-paper-writing/SKILL.md +32 -32
  92. package/.agent/skills/rest-graphql-debug/SKILL.md +31 -32
  93. package/.agent/skills/s6-container-supervision/SKILL.md +1 -1
  94. package/.agent/skills/scrapling/SKILL.md +1 -1
  95. package/.agent/skills/sherlock/SKILL.md +1 -1
  96. package/.agent/skills/simplify-code/SKILL.md +5 -7
  97. package/.agent/skills/skill-authoring/SKILL.md +4 -4
  98. package/.agent/skills/spike/SKILL.md +11 -13
  99. package/.agent/skills/subagent-driven-development/SKILL.md +7 -11
  100. package/.agent/skills/systematic-debugging/SKILL.md +13 -14
  101. package/.agent/skills/test-driven-development/SKILL.md +6 -7
  102. package/.agent/skills/video-orchestrator/SKILL.md +1 -1
  103. package/.agent/skills/web-pentest/SKILL.md +7 -7
  104. package/.mindforge/config.json +3 -2
  105. package/.mindforge/dynamic-workflows/REGISTRY.md +4 -1
  106. package/.mindforge/dynamic-workflows/index.json +910 -840
  107. package/.mindforge/dynamic-workflows/scripts/accessibility-audit.js +88 -90
  108. package/.mindforge/dynamic-workflows/scripts/ai-model-eval.js +59 -61
  109. package/.mindforge/dynamic-workflows/scripts/api-contract-test.js +87 -85
  110. package/.mindforge/dynamic-workflows/scripts/api-migration.js +120 -122
  111. package/.mindforge/dynamic-workflows/scripts/architecture-modernization.js +84 -86
  112. package/.mindforge/dynamic-workflows/scripts/code-audit.js +75 -77
  113. package/.mindforge/dynamic-workflows/scripts/code-explainer.js +99 -101
  114. package/.mindforge/dynamic-workflows/scripts/competitive-analysis.js +62 -64
  115. package/.mindforge/dynamic-workflows/scripts/competitive-teardown.js +106 -108
  116. package/.mindforge/dynamic-workflows/scripts/cost-analysis.js +78 -80
  117. package/.mindforge/dynamic-workflows/scripts/data-pipeline-validate.js +47 -49
  118. package/.mindforge/dynamic-workflows/scripts/database-migration.js +85 -87
  119. package/.mindforge/dynamic-workflows/scripts/debug-detective.js +97 -99
  120. package/.mindforge/dynamic-workflows/scripts/dependency-health.js +81 -83
  121. package/.mindforge/dynamic-workflows/scripts/design-system-audit.js +84 -86
  122. package/.mindforge/dynamic-workflows/scripts/documentation-gen.js +65 -67
  123. package/.mindforge/dynamic-workflows/scripts/feature-planner.js +78 -80
  124. package/.mindforge/dynamic-workflows/scripts/incident-response.js +81 -83
  125. package/.mindforge/dynamic-workflows/scripts/multi-repo-sync.js +49 -51
  126. package/.mindforge/dynamic-workflows/scripts/mutation-testing.js +113 -115
  127. package/.mindforge/dynamic-workflows/scripts/onboard-codebase.js +79 -81
  128. package/.mindforge/dynamic-workflows/scripts/orchestrate-review.js +115 -0
  129. package/.mindforge/dynamic-workflows/scripts/perf-optimize.js +97 -99
  130. package/.mindforge/dynamic-workflows/scripts/pr-review.js +61 -63
  131. package/.mindforge/dynamic-workflows/scripts/refactor-plan.js +88 -90
  132. package/.mindforge/dynamic-workflows/scripts/release-prep.js +79 -81
  133. package/.mindforge/dynamic-workflows/scripts/security-hardening.js +117 -119
  134. package/.mindforge/dynamic-workflows/scripts/security-threat-model.js +119 -121
  135. package/.mindforge/dynamic-workflows/scripts/tdd-sprint.js +80 -82
  136. package/.mindforge/dynamic-workflows/scripts/tech-evaluation.js +50 -52
  137. package/.mindforge/dynamic-workflows/scripts/test-coverage-gap.js +68 -70
  138. package/.mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js +89 -91
  139. package/.mindforge/dynamic-workflows/scripts/verification-loop.js +138 -0
  140. package/.mindforge/dynamic-workflows/scripts/workflow-optimizer.js +136 -0
  141. package/.mindforge/dynamic-workflows/scripts/writer-reviewer.js +63 -65
  142. package/.mindforge/memory/sync-manifest.json +1 -1
  143. package/.mindforge/personas/advisor-researcher.md +2 -2
  144. package/.mindforge/personas/api-load-tester.md +1 -1
  145. package/.mindforge/personas/authentication-architect.md +1 -1
  146. package/.mindforge/personas/backup-recovery-specialist.md +1 -1
  147. package/.mindforge/personas/build-optimizer.md +1 -1
  148. package/.mindforge/personas/caching-strategist.md +1 -1
  149. package/.mindforge/personas/chaos-engineer.md +1 -1
  150. package/.mindforge/personas/compliance-auditor.md +1 -1
  151. package/.mindforge/personas/config-management-expert.md +1 -1
  152. package/.mindforge/personas/coverage-specialist.md +1 -1
  153. package/.mindforge/personas/debug-specialist.md +2 -2
  154. package/.mindforge/personas/debugger.md +2 -2
  155. package/.mindforge/personas/dependency-auditor.md +1 -1
  156. package/.mindforge/personas/developer.md +1 -1
  157. package/.mindforge/personas/devops-engineer.md +1 -1
  158. package/.mindforge/personas/executor.md +1 -1
  159. package/.mindforge/personas/go-specialist.md +1 -1
  160. package/.mindforge/personas/incident-commander.md +1 -1
  161. package/.mindforge/personas/java-specialist.md +1 -1
  162. package/.mindforge/personas/kubernetes-debugger.md +1 -1
  163. package/.mindforge/personas/logging-architect.md +1 -1
  164. package/.mindforge/personas/mf-planner.md +1 -1
  165. package/.mindforge/personas/mf-researcher.md +1 -1
  166. package/.mindforge/personas/mf-reviewer.md +1 -1
  167. package/.mindforge/personas/nyquist-auditor.md +1 -1
  168. package/.mindforge/personas/observability-engineer.md +1 -1
  169. package/.mindforge/personas/performance-optimizer.md +1 -1
  170. package/.mindforge/personas/phase-researcher.md +5 -5
  171. package/.mindforge/personas/planner.md +1 -1
  172. package/.mindforge/personas/project-researcher.md +2 -2
  173. package/.mindforge/personas/python-specialist.md +1 -1
  174. package/.mindforge/personas/qa-engineer.md +1 -1
  175. package/.mindforge/personas/release-manager.md +1 -1
  176. package/.mindforge/personas/research-agent.md +4 -4
  177. package/.mindforge/personas/roadmapper-extend.md +1 -1
  178. package/.mindforge/personas/rust-specialist.md +1 -1
  179. package/.mindforge/personas/security-reviewer.md +1 -1
  180. package/.mindforge/personas/tech-writer.md +1 -1
  181. package/.mindforge/personas/typescript-wizard.md +1 -1
  182. package/.mindforge/personas/ui-researcher.md +1 -1
  183. package/.mindforge/skills/accessibility/SKILL.md +3 -3
  184. package/.mindforge/skills/agent-architecture-audit/SKILL.md +11 -0
  185. package/.mindforge/skills/agent-loops/SKILL.md +1 -1
  186. package/.mindforge/skills/arxiv/SKILL.md +6 -6
  187. package/.mindforge/skills/arxiv/scripts/search_arxiv.py +114 -0
  188. package/.mindforge/skills/code-tour/SKILL.md +2 -2
  189. package/.mindforge/skills/code-wiki/SKILL.md +11 -11
  190. package/.mindforge/skills/code-wiki/templates/README.md +31 -0
  191. package/.mindforge/skills/code-wiki/templates/architecture.md +30 -0
  192. package/.mindforge/skills/code-wiki/templates/getting-started.md +47 -0
  193. package/.mindforge/skills/code-wiki/templates/module.md +38 -0
  194. package/.mindforge/skills/concept-diagrams/SKILL.md +6 -6
  195. package/.mindforge/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
  196. package/.mindforge/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
  197. package/.mindforge/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
  198. package/.mindforge/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
  199. package/.mindforge/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
  200. package/.mindforge/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
  201. package/.mindforge/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
  202. package/.mindforge/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
  203. package/.mindforge/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
  204. package/.mindforge/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
  205. package/.mindforge/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
  206. package/.mindforge/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
  207. package/.mindforge/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
  208. package/.mindforge/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
  209. package/.mindforge/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
  210. package/.mindforge/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
  211. package/.mindforge/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
  212. package/.mindforge/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
  213. package/.mindforge/skills/concept-diagrams/templates/template.html +174 -0
  214. package/.mindforge/skills/creative-ideation/references/full-prompt-library.md +110 -0
  215. package/.mindforge/skills/documentation/SKILL.md +1 -1
  216. package/.mindforge/skills/domain-intel/SKILL.md +7 -7
  217. package/.mindforge/skills/domain-intel/scripts/domain_intel.py +397 -0
  218. package/.mindforge/skills/duckduckgo-search/SKILL.md +17 -17
  219. package/.mindforge/skills/duckduckgo-search/scripts/duckduckgo.sh +28 -0
  220. package/.mindforge/skills/environment-management/SKILL.md +1 -1
  221. package/.mindforge/skills/github-code-review/SKILL.md +9 -9
  222. package/.mindforge/skills/github-code-review/references/review-output-template.md +74 -0
  223. package/.mindforge/skills/github-issues/templates/bug-report.md +35 -0
  224. package/.mindforge/skills/github-issues/templates/feature-request.md +31 -0
  225. package/.mindforge/skills/github-pr-workflow/SKILL.md +3 -3
  226. package/.mindforge/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
  227. package/.mindforge/skills/github-pr-workflow/references/conventional-commits.md +71 -0
  228. package/.mindforge/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
  229. package/.mindforge/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
  230. package/.mindforge/skills/incident-response/SKILL.md +1 -1
  231. package/.mindforge/skills/jupyter-live-kernel/SKILL.md +3 -3
  232. package/.mindforge/skills/kanban-orchestrator/SKILL.md +10 -10
  233. package/.mindforge/skills/kanban-worker/SKILL.md +6 -6
  234. package/.mindforge/skills/meme-generation/SKILL.md +1 -1
  235. package/.mindforge/skills/meme-generation/scripts/generate_meme.py +470 -0
  236. package/.mindforge/skills/meme-generation/scripts/templates.json +97 -0
  237. package/.mindforge/skills/obsidian/SKILL.md +15 -15
  238. package/.mindforge/skills/orch-pipeline/SKILL.md +2 -2
  239. package/.mindforge/skills/osint-investigation/SKILL.md +3 -2
  240. package/.mindforge/skills/osint-investigation/references/sources/courtlistener.md +98 -0
  241. package/.mindforge/skills/osint-investigation/references/sources/gdelt.md +104 -0
  242. package/.mindforge/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
  243. package/.mindforge/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
  244. package/.mindforge/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
  245. package/.mindforge/skills/osint-investigation/references/sources/opencorporates.md +103 -0
  246. package/.mindforge/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
  247. package/.mindforge/skills/osint-investigation/references/sources/senate-ld.md +89 -0
  248. package/.mindforge/skills/osint-investigation/references/sources/usaspending.md +97 -0
  249. package/.mindforge/skills/osint-investigation/references/sources/wayback.md +93 -0
  250. package/.mindforge/skills/osint-investigation/references/sources/wikipedia.md +107 -0
  251. package/.mindforge/skills/osint-investigation/scripts/_http.py +82 -0
  252. package/.mindforge/skills/osint-investigation/scripts/_normalize.py +67 -0
  253. package/.mindforge/skills/osint-investigation/scripts/build_findings.py +221 -0
  254. package/.mindforge/skills/osint-investigation/scripts/entity_resolution.py +228 -0
  255. package/.mindforge/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
  256. package/.mindforge/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
  257. package/.mindforge/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
  258. package/.mindforge/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
  259. package/.mindforge/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
  260. package/.mindforge/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
  261. package/.mindforge/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
  262. package/.mindforge/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
  263. package/.mindforge/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
  264. package/.mindforge/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
  265. package/.mindforge/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
  266. package/.mindforge/skills/osint-investigation/scripts/timing_analysis.py +252 -0
  267. package/.mindforge/skills/osint-investigation/templates/source-template.md +59 -0
  268. package/.mindforge/skills/oss-forensics/SKILL.md +6 -6
  269. package/.mindforge/skills/oss-forensics/references/evidence-types.md +89 -0
  270. package/.mindforge/skills/oss-forensics/references/github-archive-guide.md +184 -0
  271. package/.mindforge/skills/oss-forensics/references/investigation-templates.md +131 -0
  272. package/.mindforge/skills/oss-forensics/references/recovery-techniques.md +164 -0
  273. package/.mindforge/skills/oss-forensics/scripts/evidence-store.py +313 -0
  274. package/.mindforge/skills/oss-forensics/templates/forensic-report.md +151 -0
  275. package/.mindforge/skills/oss-forensics/templates/malicious-package-report.md +43 -0
  276. package/.mindforge/skills/pixel-art/SKILL.md +2 -2
  277. package/.mindforge/skills/pixel-art/references/palettes.md +49 -0
  278. package/.mindforge/skills/plan/SKILL.md +10 -10
  279. package/.mindforge/skills/requesting-code-review/SKILL.md +4 -6
  280. package/.mindforge/skills/research-paper-writing/SKILL.md +32 -32
  281. package/.mindforge/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
  282. package/.mindforge/skills/research-paper-writing/references/checklists.md +434 -0
  283. package/.mindforge/skills/research-paper-writing/references/citation-workflow.md +563 -0
  284. package/.mindforge/skills/research-paper-writing/references/experiment-patterns.md +728 -0
  285. package/.mindforge/skills/research-paper-writing/references/human-evaluation.md +476 -0
  286. package/.mindforge/skills/research-paper-writing/references/paper-types.md +481 -0
  287. package/.mindforge/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
  288. package/.mindforge/skills/research-paper-writing/references/sources.md +191 -0
  289. package/.mindforge/skills/research-paper-writing/references/writing-guide.md +474 -0
  290. package/.mindforge/skills/research-paper-writing/templates/README.md +251 -0
  291. package/.mindforge/skills/scrapling/SKILL.md +1 -1
  292. package/.mindforge/skills/security-review/SKILL.md +1 -1
  293. package/.mindforge/skills/sherlock/SKILL.md +1 -1
  294. package/.mindforge/skills/simplify-code/SKILL.md +5 -7
  295. package/.mindforge/skills/spike/SKILL.md +11 -13
  296. package/.mindforge/skills/subagent-driven-development/SKILL.md +7 -11
  297. package/.mindforge/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
  298. package/.mindforge/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
  299. package/.mindforge/skills/systematic-debugging/SKILL.md +13 -14
  300. package/.mindforge/skills/test-driven-development/SKILL.md +7 -8
  301. package/.mindforge/skills/testing-standards/SKILL.md +1 -1
  302. package/.mindforge/skills/web-pentest/SKILL.md +2 -2
  303. package/.mindforge/skills/web-pentest/references/bypass-techniques.md +133 -0
  304. package/.mindforge/skills/web-pentest/references/exploitation-techniques.md +204 -0
  305. package/.mindforge/skills/web-pentest/references/scope-enforcement.md +110 -0
  306. package/.mindforge/skills/web-pentest/references/vuln-taxonomy.md +81 -0
  307. package/.mindforge/skills/web-pentest/templates/authorization.md +69 -0
  308. package/.mindforge/skills/web-pentest/templates/pentest-report.md +178 -0
  309. package/.mindforge/skills/writing-skills/SKILL.md +4 -3
  310. package/CHANGELOG.md +35 -0
  311. package/MINDFORGE.md +3 -3
  312. package/README.md +9 -7
  313. package/RELEASENOTES.md +65 -2
  314. package/SECURITY.md +5 -3
  315. package/bin/autonomous/auto-runner.js +5 -2
  316. package/bin/engine/skill-loader.js +4 -0
  317. package/bin/governance/rbac.js +4 -0
  318. package/bin/memory/eis-client.js +1 -0
  319. package/bin/mindforge-cli.js +5 -0
  320. package/bin/models/bedrock-provider.js +192 -0
  321. package/bin/models/model-client.js +19 -0
  322. package/bin/spawn-agent.js +9 -2
  323. package/docs/commands-reference.md +68 -6
  324. package/docs/faq.md +38 -1
  325. package/docs/getting-started.md +27 -12
  326. package/docs/sdk-reference.md +36 -3
  327. package/docs/troubleshooting.md +59 -1
  328. package/docs/user-guide.md +7 -4
  329. package/package.json +3 -3
  330. package/.claude/commands/mindforge/skill-tdd.md +0 -53
  331. package/.claude/commands/mindforge/skills-index.md +0 -118
  332. package/.claude/commands/mindforge/systematic-debug.md +0 -60
  333. package/.claude/commands/mindforge/wf-accessibility-audit.md +0 -31
  334. package/.claude/commands/mindforge/wf-ai-model-eval.md +0 -31
  335. package/.claude/commands/mindforge/wf-api-migration.md +0 -31
  336. package/.claude/commands/mindforge/wf-architecture-modernization.md +0 -32
  337. package/.claude/commands/mindforge/wf-catalog.md +0 -59
  338. package/.claude/commands/mindforge/wf-code-audit.md +0 -31
  339. package/.claude/commands/mindforge/wf-code-explainer.md +0 -31
  340. package/.claude/commands/mindforge/wf-competitive-analysis.md +0 -31
  341. package/.claude/commands/mindforge/wf-competitive-teardown.md +0 -31
  342. package/.claude/commands/mindforge/wf-cost-analysis.md +0 -31
  343. package/.claude/commands/mindforge/wf-data-pipeline-validate.md +0 -31
  344. package/.claude/commands/mindforge/wf-database-migration.md +0 -31
  345. package/.claude/commands/mindforge/wf-debug-detective.md +0 -32
  346. package/.claude/commands/mindforge/wf-design-system-audit.md +0 -31
  347. package/.claude/commands/mindforge/wf-documentation-gen.md +0 -31
  348. package/.claude/commands/mindforge/wf-feature-planner.md +0 -31
  349. package/.claude/commands/mindforge/wf-incident-response.md +0 -31
  350. package/.claude/commands/mindforge/wf-multi-repo-sync.md +0 -31
  351. package/.claude/commands/mindforge/wf-mutation-testing.md +0 -31
  352. package/.claude/commands/mindforge/wf-onboard-codebase.md +0 -31
  353. package/.claude/commands/mindforge/wf-perf-optimize.md +0 -31
  354. package/.claude/commands/mindforge/wf-pr-review.md +0 -31
  355. package/.claude/commands/mindforge/wf-refactor-plan.md +0 -31
  356. package/.claude/commands/mindforge/wf-release-prep.md +0 -31
  357. package/.claude/commands/mindforge/wf-security-threat-model.md +0 -31
  358. package/.claude/commands/mindforge/wf-tdd-sprint.md +0 -31
  359. package/.claude/commands/mindforge/wf-tech-evaluation.md +0 -31
  360. package/.claude/commands/mindforge/wf-ux-heuristic-audit.md +0 -31
  361. package/.claude/commands/mindforge/wf-writer-reviewer.md +0 -30
@@ -1,842 +1,912 @@
1
1
  [
2
- {
3
- "name": "competitive-analysis",
4
- "description": "Multi-angle competitive research producing a SWOT and positioning summary",
5
- "whenToUse": "When evaluating a product, company, or technology against competitors",
6
- "tier": "research",
7
- "command": "/mindforge:wf-competitive-analysis",
8
- "scriptPath": ".mindforge/dynamic-workflows/scripts/competitive-analysis.js",
9
- "phases": [
10
- {
11
- "title": "Scope",
12
- "detail": "Define target and 5 research angles"
13
- },
14
- {
15
- "title": "Research",
16
- "detail": "Parallel research: product / pricing / reviews / community / roadmap"
17
- },
18
- {
19
- "title": "SWOT",
20
- "detail": "Synthesize strengths, weaknesses, opportunities, threats"
21
- },
22
- {
23
- "title": "Position",
24
- "detail": "Produce positioning recommendations"
25
- }
26
- ]
27
- },
28
- {
29
- "name": "tech-evaluation",
30
- "description": "Scored technology evaluation across DX, performance, security, ecosystem, and community",
31
- "whenToUse": "When choosing between technologies, frameworks, or libraries for a project",
32
- "tier": "research",
33
- "command": "/mindforge:wf-tech-evaluation",
34
- "scriptPath": ".mindforge/dynamic-workflows/scripts/tech-evaluation.js",
35
- "phases": [
36
- {
37
- "title": "Scope",
38
- "detail": "Define candidates and evaluation criteria"
39
- },
40
- {
41
- "title": "Evaluate",
42
- "detail": "5 parallel dimension agents per candidate"
43
- },
44
- {
45
- "title": "Score",
46
- "detail": "Build weighted scoring matrix"
47
- },
48
- {
49
- "title": "Recommend",
50
- "detail": "Produce ranked recommendation with trade-offs"
51
- }
52
- ]
53
- },
54
- {
55
- "name": "ai-model-eval",
56
- "description": "4-parallel model benchmark agents → scoring matrix → cost/performance recommendation",
57
- "whenToUse": "When choosing between AI models or providers for a use case",
58
- "tier": "research",
59
- "command": "/mindforge:wf-ai-model-eval",
60
- "scriptPath": ".mindforge/dynamic-workflows/scripts/ai-model-eval.js",
61
- "phases": [
62
- {
63
- "title": "Scope",
64
- "detail": "Define evaluation criteria and test prompts for the use case"
65
- },
66
- {
67
- "title": "Benchmark",
68
- "detail": "4 parallel model evaluators (quality / reasoning / speed / cost)"
69
- },
70
- {
71
- "title": "Score",
72
- "detail": "Scoring matrix across all dimensions"
73
- },
74
- {
75
- "title": "Recommend",
76
- "detail": "Ranked recommendation with break-even cost analysis"
77
- }
78
- ]
79
- },
80
- {
81
- "name": "ux-heuristic-audit",
82
- "description": "10 Nielsen heuristics parallel audit → severity ranking → fix brief",
83
- "whenToUse": "When auditing a UI for usability issues using Nielsen's 10 heuristics",
84
- "tier": "research",
85
- "command": "/mindforge:wf-ux-heuristic-audit",
86
- "scriptPath": ".mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js",
87
- "phases": [
88
- {
89
- "title": "Scope",
90
- "detail": "Define target UI and identify key user flows to audit"
91
- },
92
- {
93
- "title": "Audit",
94
- "detail": "10 parallel heuristic evaluators — one per Nielsen heuristic"
95
- },
96
- {
97
- "title": "Rank",
98
- "detail": "Severity ranking of all violations by impact on user experience"
99
- },
100
- {
101
- "title": "Brief",
102
- "detail": "Prioritized fix brief with specific design recommendations"
103
- }
104
- ]
105
- },
106
- {
107
- "name": "competitive-teardown",
108
- "description": "5 parallel competitor angle agents → pipeline synthesis into competitive positioning report",
109
- "whenToUse": "When doing a deep competitive teardown across product, tech, pricing, hiring, and community",
110
- "tier": "research",
111
- "command": "/mindforge:wf-competitive-teardown",
112
- "scriptPath": ".mindforge/dynamic-workflows/scripts/competitive-teardown.js",
113
- "phases": [
114
- {
115
- "title": "Scope",
116
- "detail": "Identify competitors and define evaluation framework"
117
- },
118
- {
119
- "title": "Research",
120
- "detail": "5 parallel competitor angle agents: product/tech/pricing/hiring/community"
121
- },
122
- {
123
- "title": "Analyze",
124
- "detail": "Synthesize competitive landscape from all angles"
125
- },
126
- {
127
- "title": "Synthesis",
128
- "detail": "Competitive positioning report with differentiation opportunities"
129
- }
130
- ]
131
- },
132
- {
133
- "name": "code-audit",
134
- "description": "Parallel security + quality + performance audit with adversarial finding verification",
135
- "whenToUse": "When you need a comprehensive code review before a release or security review",
136
- "tier": "dev",
137
- "command": "/mindforge:wf-code-audit",
138
- "scriptPath": ".mindforge/dynamic-workflows/scripts/code-audit.js",
139
- "phases": [
140
- {
141
- "title": "Scope",
142
- "detail": "Build file list from git diff or path argument"
143
- },
144
- {
145
- "title": "Audit",
146
- "detail": "3 parallel auditors: security / quality / performance"
147
- },
148
- {
149
- "title": "Verify",
150
- "detail": "Adversarial verification of high-severity findings"
151
- },
152
- {
153
- "title": "Report",
154
- "detail": "Risk-ranked report with actionable remediation"
155
- }
156
- ]
157
- },
158
- {
159
- "name": "feature-planner",
160
- "description": "Sequential pipeline: brief → PRD → architecture → user stories",
161
- "whenToUse": "When starting a new feature and need a complete specification before coding",
162
- "tier": "dev",
163
- "command": "/mindforge:wf-feature-planner",
164
- "scriptPath": ".mindforge/dynamic-workflows/scripts/feature-planner.js",
165
- "phases": [
166
- {
167
- "title": "Brief",
168
- "detail": "Clarify goals, users, success criteria"
169
- },
170
- {
171
- "title": "PRD",
172
- "detail": "Generate product requirements document"
173
- },
174
- {
175
- "title": "Architecture",
176
- "detail": "Design technical architecture and data flow"
177
- },
178
- {
179
- "title": "Stories",
180
- "detail": "Break into implementation user stories"
181
- }
182
- ]
183
- },
184
- {
185
- "name": "pr-review",
186
- "description": "4-dimensional parallel PR review: correctness, security, performance, style → consensus verdict",
187
- "whenToUse": "When you want a thorough multi-perspective review of a pull request or diff",
188
- "tier": "dev",
189
- "command": "/mindforge:wf-pr-review",
190
- "scriptPath": ".mindforge/dynamic-workflows/scripts/pr-review.js",
191
- "phases": [
192
- {
193
- "title": "Scope",
194
- "detail": "Read diff and build review context"
195
- },
196
- {
197
- "title": "Review",
198
- "detail": "4 parallel reviewers: correctness / security / performance / style"
199
- },
200
- {
201
- "title": "Consensus",
202
- "detail": "Merge findings, deduplicate, score severity"
203
- },
204
- {
205
- "title": "Verdict",
206
- "detail": "Produce APPROVED / CHANGES REQUIRED verdict with findings"
207
- }
208
- ]
209
- },
210
- {
211
- "name": "tdd-sprint",
212
- "description": "Strict Red-Green-Refactor TDD loop with spec-first discipline",
213
- "whenToUse": "When implementing a feature or fix using test-driven development methodology",
214
- "tier": "dev",
215
- "command": "/mindforge:wf-tdd-sprint",
216
- "scriptPath": ".mindforge/dynamic-workflows/scripts/tdd-sprint.js",
217
- "phases": [
218
- {
219
- "title": "Spec",
220
- "detail": "Define behavior requirements and acceptance criteria"
221
- },
222
- {
223
- "title": "Red",
224
- "detail": "Write failing test that captures the requirement"
225
- },
226
- {
227
- "title": "Green",
228
- "detail": "Write minimal code to make the test pass"
229
- },
230
- {
231
- "title": "Refactor",
232
- "detail": "Clean up while keeping tests green, verify all pass"
233
- }
234
- ]
235
- },
236
- {
237
- "name": "refactor-plan",
238
- "description": "Technical debt scan → risk-sorted sequence → safe refactor implementation plan",
239
- "whenToUse": "When you need to plan a refactoring safely without breaking existing behavior",
240
- "tier": "dev",
241
- "command": "/mindforge:wf-refactor-plan",
242
- "scriptPath": ".mindforge/dynamic-workflows/scripts/refactor-plan.js",
243
- "phases": [
244
- {
245
- "title": "Scan",
246
- "detail": "Identify technical debt, complexity hotspots, dead code"
247
- },
248
- {
249
- "title": "Prioritize",
250
- "detail": "Risk-sort by blast radius and test coverage"
251
- },
252
- {
253
- "title": "Sequence",
254
- "detail": "Order changes to minimize merge conflicts"
255
- },
256
- {
257
- "title": "Plan",
258
- "detail": "Produce step-by-step refactor plan with verification gates"
259
- }
260
- ]
261
- },
262
- {
263
- "name": "test-coverage-gap",
264
- "description": "Parallel per-module coverage analysis → gap map → prioritized test-writing plan",
265
- "whenToUse": "When you need to find and fix test coverage gaps across a codebase or module",
266
- "tier": "dev",
267
- "command": "/mindforge:wf-test-coverage-gap",
268
- "scriptPath": ".mindforge/dynamic-workflows/scripts/test-coverage-gap.js",
269
- "phases": [
270
- {
271
- "title": "Discover",
272
- "detail": "Map modules and identify testable units"
273
- },
274
- {
275
- "title": "Analyze",
276
- "detail": "Parallel coverage analysis per module"
277
- },
278
- {
279
- "title": "GapMap",
280
- "detail": "Synthesize gaps by severity and risk"
281
- },
282
- {
283
- "title": "Plan",
284
- "detail": "Prioritized test-writing plan with concrete test cases"
285
- }
286
- ]
287
- },
288
- {
289
- "name": "api-contract-test",
290
- "description": "Writer/Reviewer pattern: spec reader vs implementation reader → contract violation report",
291
- "whenToUse": "When validating that an API implementation matches its OpenAPI/GraphQL/Protobuf spec",
292
- "tier": "dev",
293
- "command": "/mindforge:wf-api-contract-test",
294
- "scriptPath": ".mindforge/dynamic-workflows/scripts/api-contract-test.js",
295
- "phases": [
296
- {
297
- "title": "ReadSpec",
298
- "detail": "Parse the API specification (OpenAPI/GraphQL/Protobuf/docs)"
299
- },
300
- {
301
- "title": "ReadImpl",
302
- "detail": "Read the actual implementation in a fresh context"
303
- },
304
- {
305
- "title": "Diff",
306
- "detail": "Cross-reference spec contracts vs implementation"
307
- },
308
- {
309
- "title": "Report",
310
- "detail": "Violation report with severity and fix instructions"
311
- }
312
- ]
313
- },
314
- {
315
- "name": "debug-detective",
316
- "description": "4-hypothesis parallel investigation → evidence gathering → scientific RCA",
317
- "whenToUse": "When debugging a hard-to-reproduce bug or production issue with unclear root cause",
318
- "tier": "dev",
319
- "command": "/mindforge:wf-debug-detective",
320
- "scriptPath": ".mindforge/dynamic-workflows/scripts/debug-detective.js",
321
- "phases": [
322
- {
323
- "title": "Intake",
324
- "detail": "Document symptoms, context, and reproduction steps"
325
- },
326
- {
327
- "title": "Hypothesize",
328
- "detail": "4 parallel hypothesis agents from different angles"
329
- },
330
- {
331
- "title": "Evidence",
332
- "detail": "Parallel evidence gathering per hypothesis"
333
- },
334
- {
335
- "title": "RCA",
336
- "detail": "Scientific root cause analysis from evidence"
337
- },
338
- {
339
- "title": "Fix",
340
- "detail": "Targeted fix plan with regression test spec"
341
- }
342
- ]
343
- },
344
- {
345
- "name": "writer-reviewer",
346
- "description": "Anthropic Writer/Reviewer pattern: implement in Context A → fresh Context B reviews the diff",
347
- "whenToUse": "When you want unbiased code review — a fresh context reviewer has no bias toward code it did not write",
348
- "tier": "dev",
349
- "command": "/mindforge:wf-writer-reviewer",
350
- "scriptPath": ".mindforge/dynamic-workflows/scripts/writer-reviewer.js",
351
- "phases": [
352
- {
353
- "title": "Implement",
354
- "detail": "Writer agent implements the requested change"
355
- },
356
- {
357
- "title": "Review",
358
- "detail": "Fresh reviewer agent inspects only the diff without implementation context"
359
- },
360
- {
361
- "title": "Verdict",
362
- "detail": "Accept / request-changes verdict with specific actionable feedback"
363
- }
364
- ]
365
- },
366
- {
367
- "name": "mutation-testing",
368
- "description": "Mutant generator → parallel kill-test agents → mutation score + survival report",
369
- "whenToUse": "When evaluating test suite effectiveness by checking if tests catch deliberate code mutations",
370
- "tier": "dev",
371
- "command": "/mindforge:wf-mutation-testing",
372
- "scriptPath": ".mindforge/dynamic-workflows/scripts/mutation-testing.js",
373
- "phases": [
374
- {
375
- "title": "Analyze",
376
- "detail": "Identify mutable source lines: conditions, operators, return values"
377
- },
378
- {
379
- "title": "Mutate",
380
- "detail": "Generate 10-15 specific mutation descriptions"
381
- },
382
- {
383
- "title": "Kill",
384
- "detail": "Parallel kill-test per mutation — would existing tests catch it?"
385
- },
386
- {
387
- "title": "Report",
388
- "detail": "Mutation score report with killed/survived/timeout breakdown"
389
- }
390
- ]
391
- },
392
- {
393
- "name": "code-explainer",
394
- "description": "Structural map → domain extraction → architecture patterns → guided narrative tour for onboarding",
395
- "whenToUse": "When onboarding to an unfamiliar codebase or explaining a complex module to a new developer",
396
- "tier": "dev",
397
- "command": "/mindforge:wf-code-explainer",
398
- "scriptPath": ".mindforge/dynamic-workflows/scripts/code-explainer.js",
399
- "phases": [
400
- {
401
- "title": "Structure",
402
- "detail": "Map file structure, entry points, and module boundaries"
403
- },
404
- {
405
- "title": "Domain",
406
- "detail": "Extract domain concepts, business logic, and key abstractions"
407
- },
408
- {
409
- "title": "Architecture",
410
- "detail": "Identify architectural patterns, data flow, and design decisions"
411
- },
412
- {
413
- "title": "Tour",
414
- "detail": "Synthesize a guided narrative tour for a new developer"
415
- }
416
- ]
417
- },
418
- {
419
- "name": "design-system-audit",
420
- "description": "5 parallel dimension auditors (spacing/color/typography/icons/a11y) → consistency score",
421
- "whenToUse": "When auditing a frontend codebase for design system consistency and token usage",
422
- "tier": "dev",
423
- "command": "/mindforge:wf-design-system-audit",
424
- "scriptPath": ".mindforge/dynamic-workflows/scripts/design-system-audit.js",
425
- "phases": [
426
- {
427
- "title": "Inventory",
428
- "detail": "Discover design tokens, component files, and styling approach"
429
- },
430
- {
431
- "title": "Audit",
432
- "detail": "5 parallel dimension auditors: spacing, color, typography, icons, accessibility"
433
- },
434
- {
435
- "title": "Score",
436
- "detail": "Aggregate consistency scores per dimension and overall"
437
- },
438
- {
439
- "title": "Report",
440
- "detail": "Design system health report with specific violation fixes"
441
- }
442
- ]
443
- },
444
- {
445
- "name": "incident-response",
446
- "description": "Parallel investigation across logs, metrics, traces, and code → mitigation → RCA → postmortem",
447
- "whenToUse": "When responding to a production incident or unexpected system failure",
448
- "tier": "ops",
449
- "command": "/mindforge:wf-incident-response",
450
- "scriptPath": ".mindforge/dynamic-workflows/scripts/incident-response.js",
451
- "phases": [
452
- {
453
- "title": "Alert",
454
- "detail": "Characterize the incident: impact, scope, timeline"
455
- },
456
- {
457
- "title": "Investigate",
458
- "detail": "4 parallel agents: logs / metrics / traces / code changes"
459
- },
460
- {
461
- "title": "Mitigate",
462
- "detail": "Identify and apply immediate mitigation steps"
463
- },
464
- {
465
- "title": "RCA",
466
- "detail": "Root cause analysis and postmortem document"
467
- }
468
- ]
469
- },
470
- {
471
- "name": "release-prep",
472
- "description": "Automated release pipeline: tests → changelog → version bump → PR → announcement draft",
473
- "whenToUse": "When preparing a production release and need all release artifacts generated",
474
- "tier": "ops",
475
- "command": "/mindforge:wf-release-prep",
476
- "scriptPath": ".mindforge/dynamic-workflows/scripts/release-prep.js",
477
- "phases": [
478
- {
479
- "title": "Check",
480
- "detail": "Run tests, verify no uncommitted changes, check CI status"
481
- },
482
- {
483
- "title": "Changelog",
484
- "detail": "Generate changelog from commits since last release"
485
- },
486
- {
487
- "title": "Bump",
488
- "detail": "Update version in all required files"
489
- },
490
- {
491
- "title": "PR",
492
- "detail": "Create release PR and draft announcement"
493
- }
494
- ]
495
- },
496
- {
497
- "name": "dependency-health",
498
- "description": "Parallel per-dependency audit (CVEs / licenses / staleness / maintenance) → risk matrix",
499
- "whenToUse": "When auditing dependencies before a release, security review, or due diligence",
500
- "tier": "ops",
501
- "command": "/mindforge:wf-dependency-health",
502
- "scriptPath": ".mindforge/dynamic-workflows/scripts/dependency-health.js",
503
- "phases": [
504
- {
505
- "title": "Inventory",
506
- "detail": "Extract full dependency tree from package manifests"
507
- },
508
- {
509
- "title": "Audit",
510
- "detail": "Parallel audit per batch: CVEs, license risk, staleness, maintenance status"
511
- },
512
- {
513
- "title": "RiskMatrix",
514
- "detail": "Consolidate into risk matrix with severity tiers"
515
- },
516
- {
517
- "title": "Action",
518
- "detail": "Prioritized upgrade / replace / accept recommendations"
519
- }
520
- ]
521
- },
522
- {
523
- "name": "database-migration",
524
- "description": "Schema diff → risk analysis → migration scripts → rollback plan",
525
- "whenToUse": "When planning or reviewing a database schema migration",
526
- "tier": "ops",
527
- "command": "/mindforge:wf-database-migration",
528
- "scriptPath": ".mindforge/dynamic-workflows/scripts/database-migration.js",
529
- "phases": [
530
- {
531
- "title": "SchemaDiff",
532
- "detail": "Parse current and target schema, compute structural diff"
533
- },
534
- {
535
- "title": "RiskAnalysis",
536
- "detail": "Assess data loss risk, locking impact, and rollback complexity"
537
- },
538
- {
539
- "title": "Scripts",
540
- "detail": "Generate forward migration + rollback scripts"
541
- },
542
- {
543
- "title": "Runbook",
544
- "detail": "Step-by-step production runbook with verification checks"
545
- }
546
- ]
547
- },
548
- {
549
- "name": "multi-repo-sync",
550
- "description": "Parallel per-repo audit → cross-repo divergence map → sync plan",
551
- "whenToUse": "When managing multiple related repos and need to find/fix divergence in shared config, deps, or conventions",
552
- "tier": "ops",
553
- "command": "/mindforge:wf-multi-repo-sync",
554
- "scriptPath": ".mindforge/dynamic-workflows/scripts/multi-repo-sync.js",
555
- "phases": [
556
- {
557
- "title": "Discover",
558
- "detail": "List target repos and their relationships"
559
- },
560
- {
561
- "title": "Audit",
562
- "detail": "Parallel audit per repo for divergence from the reference"
563
- },
564
- {
565
- "title": "DivergenceMap",
566
- "detail": "Cross-repo divergence map with severity"
567
- },
568
- {
569
- "title": "SyncPlan",
570
- "detail": "Prioritized sync plan — what to align and how"
571
- }
572
- ]
573
- },
574
- {
575
- "name": "cost-analysis",
576
- "description": "Parallel infra/API/query/bundle cost agents → reduction plan with ROI estimates",
577
- "whenToUse": "When analyzing and reducing infrastructure, API, database, or bundle costs",
578
- "tier": "ops",
579
- "command": "/mindforge:wf-cost-analysis",
580
- "scriptPath": ".mindforge/dynamic-workflows/scripts/cost-analysis.js",
581
- "phases": [
582
- {
583
- "title": "Scope",
584
- "detail": "Identify cost centers and establish current baseline"
585
- },
586
- {
587
- "title": "Analyze",
588
- "detail": "4 parallel cost dimension agents: infra / API / database / bundle"
589
- },
590
- {
591
- "title": "Model",
592
- "detail": "Cost model with reduction opportunities and ROI estimates"
593
- },
594
- {
595
- "title": "Plan",
596
- "detail": "Prioritized cost reduction plan with implementation steps"
597
- }
598
- ]
599
- },
600
- {
601
- "name": "onboard-codebase",
602
- "description": "Map structure → domain analysis → architecture → generate guided tour and onboarding docs",
603
- "whenToUse": "When joining a new codebase or onboarding a team member to an existing repo",
604
- "tier": "intelligence",
605
- "command": "/mindforge:wf-onboard-codebase",
606
- "scriptPath": ".mindforge/dynamic-workflows/scripts/onboard-codebase.js",
607
- "phases": [
608
- {
609
- "title": "Map",
610
- "detail": "Discover file structure, languages, entry points"
611
- },
612
- {
613
- "title": "Domain",
614
- "detail": "Identify business domains and core abstractions"
615
- },
616
- {
617
- "title": "Architecture",
618
- "detail": "Map layers, data flow, and key patterns"
619
- },
620
- {
621
- "title": "Tour",
622
- "detail": "Generate guided tour and onboarding documentation"
623
- }
624
- ]
625
- },
626
- {
627
- "name": "perf-optimize",
628
- "description": "Profile → parallel bottleneck hunt across DB/network/CPU/memory → prioritized fix plan",
629
- "whenToUse": "When an application is slow and you need to find and fix performance bottlenecks",
630
- "tier": "intelligence",
631
- "command": "/mindforge:wf-perf-optimize",
632
- "scriptPath": ".mindforge/dynamic-workflows/scripts/perf-optimize.js",
633
- "phases": [
634
- {
635
- "title": "Profile",
636
- "detail": "Establish baseline metrics and identify slow paths"
637
- },
638
- {
639
- "title": "Identify",
640
- "detail": "4 parallel agents: DB queries / network / CPU / memory"
641
- },
642
- {
643
- "title": "Plan",
644
- "detail": "Prioritize fixes by impact-to-effort ratio"
645
- },
646
- {
647
- "title": "Benchmark",
648
- "detail": "Define verification benchmarks for each fix"
649
- }
650
- ]
651
- },
652
- {
653
- "name": "architecture-modernization",
654
- "description": "Legacy architecture map → target design → migration sequencing → risk gates",
655
- "whenToUse": "When planning a major architecture overhaul: monolith-to-services, framework upgrade, or platform migration",
656
- "tier": "intelligence",
657
- "command": "/mindforge:wf-architecture-modernization",
658
- "scriptPath": ".mindforge/dynamic-workflows/scripts/architecture-modernization.js",
659
- "phases": [
660
- {
661
- "title": "Map",
662
- "detail": "Map current architecture: components, dependencies, coupling, pain points"
663
- },
664
- {
665
- "title": "Design",
666
- "detail": "3 parallel target architecture proposals with trade-off analysis"
667
- },
668
- {
669
- "title": "Select",
670
- "detail": "Judge panel selects best design, synthesizes hybrid"
671
- },
672
- {
673
- "title": "Sequence",
674
- "detail": "Migration sequencing with risk gates and rollback checkpoints"
675
- },
676
- {
677
- "title": "Roadmap",
678
- "detail": "Sprint-by-sprint modernization roadmap"
679
- }
680
- ]
681
- },
682
- {
683
- "name": "documentation-gen",
684
- "description": "Parallel per-file doc generation → style normalization → publish-ready documentation",
685
- "whenToUse": "When generating or refreshing documentation for a codebase, API, or module",
686
- "tier": "intelligence",
687
- "command": "/mindforge:wf-documentation-gen",
688
- "scriptPath": ".mindforge/dynamic-workflows/scripts/documentation-gen.js",
689
- "phases": [
690
- {
691
- "title": "Scope",
692
- "detail": "Discover files needing documentation"
693
- },
694
- {
695
- "title": "Generate",
696
- "detail": "Parallel doc generation per file/module"
697
- },
698
- {
699
- "title": "Normalize",
700
- "detail": "Style consistency pass across all generated docs"
701
- },
702
- {
703
- "title": "Publish",
704
- "detail": "Assemble README, API reference, and changelog entries"
705
- }
706
- ]
707
- },
708
- {
709
- "name": "api-migration",
710
- "description": "Breaking change detection → versioning strategy → migration guide → compatibility matrix",
711
- "whenToUse": "When planning or communicating an API version migration to consumers",
712
- "tier": "intelligence",
713
- "command": "/mindforge:wf-api-migration",
714
- "scriptPath": ".mindforge/dynamic-workflows/scripts/api-migration.js",
715
- "phases": [
716
- {
717
- "title": "Detect",
718
- "detail": "Detect breaking vs non-breaking changes between old and new API versions"
719
- },
720
- {
721
- "title": "Version",
722
- "detail": "Propose versioning strategy: semver, URL versioning, or header versioning"
723
- },
724
- {
725
- "title": "Guide",
726
- "detail": "Generate migration guide for API consumers"
727
- },
728
- {
729
- "title": "Matrix",
730
- "detail": "Compatibility matrix: which client versions work with which API versions"
731
- }
732
- ]
733
- },
734
- {
735
- "name": "data-pipeline-validate",
736
- "description": "Pipeline stage-by-stage validation → data quality gates → anomaly detection report",
737
- "whenToUse": "When validating a data pipeline for correctness, completeness, and quality before production use",
738
- "tier": "intelligence",
739
- "command": "/mindforge:wf-data-pipeline-validate",
740
- "scriptPath": ".mindforge/dynamic-workflows/scripts/data-pipeline-validate.js",
741
- "phases": [
742
- {
743
- "title": "Map",
744
- "detail": "Map all pipeline stages from source to sink"
745
- },
746
- {
747
- "title": "Validate",
748
- "detail": "Parallel validation per stage (schema / completeness / transforms / outputs)"
749
- },
750
- {
751
- "title": "Quality",
752
- "detail": "Data quality gate assessment — freshness, completeness, consistency"
753
- },
754
- {
755
- "title": "Report",
756
- "detail": "Validation report with stage health scores and fix recommendations"
757
- }
758
- ]
759
- },
760
- {
761
- "name": "security-hardening",
762
- "description": "5-angle OWASP parallel scout → 3-vote adversarial verification → threat model + remediation roadmap",
763
- "whenToUse": "When hardening a codebase before a security review, pentest, or production launch",
764
- "tier": "beast",
765
- "command": "/mindforge:wf-security-hardening",
766
- "scriptPath": ".mindforge/dynamic-workflows/scripts/security-hardening.js",
767
- "phases": [
768
- {
769
- "title": "Scope",
770
- "detail": "Define attack surface and target context"
771
- },
772
- {
773
- "title": "Scout",
774
- "detail": "5 parallel OWASP/CWE dimension scouts"
775
- },
776
- {
777
- "title": "Verify",
778
- "detail": "3-vote adversarial verification per critical finding"
779
- },
780
- {
781
- "title": "ThreatModel",
782
- "detail": "STRIDE threat model from confirmed findings"
783
- },
784
- {
785
- "title": "Roadmap",
786
- "detail": "Prioritized remediation roadmap with severity/effort matrix"
787
- }
788
- ]
789
- },
790
- {
791
- "name": "accessibility-audit",
792
- "description": "WCAG 2.2 parallel per-criterion audit → 3-vote adversarial verify failures → remediation spec",
793
- "whenToUse": "When auditing a UI for WCAG 2.2 compliance before launch, legal review, or accessibility certification",
794
- "tier": "beast",
795
- "command": "/mindforge:wf-accessibility-audit",
796
- "scriptPath": ".mindforge/dynamic-workflows/scripts/accessibility-audit.js",
797
- "phases": [
798
- {
799
- "title": "Scope",
800
- "detail": "Define target UI and map components/pages to audit"
801
- },
802
- {
803
- "title": "Audit",
804
- "detail": "6 parallel WCAG principle auditors (Perceivable/Operable/Understandable/Robust + ARIA + Keyboard)"
805
- },
806
- {
807
- "title": "Verify",
808
- "detail": "3-vote adversarial verification of all Level A and AA failures"
809
- },
810
- {
811
- "title": "Spec",
812
- "detail": "Remediation spec with exact ARIA attributes, HTML fixes, and WCAG references"
813
- }
814
- ]
815
- },
816
- {
817
- "name": "security-threat-model",
818
- "description": "Asset inventory → STRIDE threat enumeration → parallel mitigations → CVSS-style score matrix",
819
- "whenToUse": "When threat modeling a system architecture, API, or new feature before building",
820
- "tier": "beast",
821
- "command": "/mindforge:wf-security-threat-model",
822
- "scriptPath": ".mindforge/dynamic-workflows/scripts/security-threat-model.js",
823
- "phases": [
824
- {
825
- "title": "Assets",
826
- "detail": "Inventory system assets, data flows, and trust boundaries"
827
- },
828
- {
829
- "title": "STRIDE",
830
- "detail": "6 parallel STRIDE threat agents — one per threat category"
831
- },
832
- {
833
- "title": "Mitigate",
834
- "detail": "Parallel mitigation agent per identified threat"
835
- },
836
- {
837
- "title": "Score",
838
- "detail": "CVSS-style risk score matrix with remediation priority"
839
- }
840
- ]
841
- }
2
+ {
3
+ "name": "competitive-analysis",
4
+ "description": "Multi-angle competitive research producing a SWOT and positioning summary",
5
+ "whenToUse": "When evaluating a product, company, or technology against competitors",
6
+ "tier": "research",
7
+ "command": "/mindforge:wf-competitive-analysis",
8
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/competitive-analysis.js",
9
+ "phases": [
10
+ {
11
+ "title": "Scope",
12
+ "detail": "Define target and 5 research angles"
13
+ },
14
+ {
15
+ "title": "Research",
16
+ "detail": "Parallel research: product / pricing / reviews / community / roadmap"
17
+ },
18
+ {
19
+ "title": "SWOT",
20
+ "detail": "Synthesize strengths, weaknesses, opportunities, threats"
21
+ },
22
+ {
23
+ "title": "Position",
24
+ "detail": "Produce positioning recommendations"
25
+ }
26
+ ]
27
+ },
28
+ {
29
+ "name": "tech-evaluation",
30
+ "description": "Scored technology evaluation across DX, performance, security, ecosystem, and community",
31
+ "whenToUse": "When choosing between technologies, frameworks, or libraries for a project",
32
+ "tier": "research",
33
+ "command": "/mindforge:wf-tech-evaluation",
34
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/tech-evaluation.js",
35
+ "phases": [
36
+ {
37
+ "title": "Scope",
38
+ "detail": "Define candidates and evaluation criteria"
39
+ },
40
+ {
41
+ "title": "Evaluate",
42
+ "detail": "5 parallel dimension agents per candidate"
43
+ },
44
+ {
45
+ "title": "Score",
46
+ "detail": "Build weighted scoring matrix"
47
+ },
48
+ {
49
+ "title": "Recommend",
50
+ "detail": "Produce ranked recommendation with trade-offs"
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "name": "ai-model-eval",
56
+ "description": "4-parallel model benchmark agents → scoring matrix → cost/performance recommendation",
57
+ "whenToUse": "When choosing between AI models or providers for a use case",
58
+ "tier": "research",
59
+ "command": "/mindforge:wf-ai-model-eval",
60
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/ai-model-eval.js",
61
+ "phases": [
62
+ {
63
+ "title": "Scope",
64
+ "detail": "Define evaluation criteria and test prompts for the use case"
65
+ },
66
+ {
67
+ "title": "Benchmark",
68
+ "detail": "4 parallel model evaluators (quality / reasoning / speed / cost)"
69
+ },
70
+ {
71
+ "title": "Score",
72
+ "detail": "Scoring matrix across all dimensions"
73
+ },
74
+ {
75
+ "title": "Recommend",
76
+ "detail": "Ranked recommendation with break-even cost analysis"
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "name": "ux-heuristic-audit",
82
+ "description": "10 Nielsen heuristics parallel audit → severity ranking → fix brief",
83
+ "whenToUse": "When auditing a UI for usability issues using Nielsen's 10 heuristics",
84
+ "tier": "research",
85
+ "command": "/mindforge:wf-ux-heuristic-audit",
86
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js",
87
+ "phases": [
88
+ {
89
+ "title": "Scope",
90
+ "detail": "Define target UI and identify key user flows to audit"
91
+ },
92
+ {
93
+ "title": "Audit",
94
+ "detail": "10 parallel heuristic evaluators — one per Nielsen heuristic"
95
+ },
96
+ {
97
+ "title": "Rank",
98
+ "detail": "Severity ranking of all violations by impact on user experience"
99
+ },
100
+ {
101
+ "title": "Brief",
102
+ "detail": "Prioritized fix brief with specific design recommendations"
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "name": "competitive-teardown",
108
+ "description": "5 parallel competitor angle agents → pipeline synthesis into competitive positioning report",
109
+ "whenToUse": "When doing a deep competitive teardown across product, tech, pricing, hiring, and community",
110
+ "tier": "research",
111
+ "command": "/mindforge:wf-competitive-teardown",
112
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/competitive-teardown.js",
113
+ "phases": [
114
+ {
115
+ "title": "Scope",
116
+ "detail": "Identify competitors and define evaluation framework"
117
+ },
118
+ {
119
+ "title": "Research",
120
+ "detail": "5 parallel competitor angle agents: product/tech/pricing/hiring/community"
121
+ },
122
+ {
123
+ "title": "Analyze",
124
+ "detail": "Synthesize competitive landscape from all angles"
125
+ },
126
+ {
127
+ "title": "Synthesis",
128
+ "detail": "Competitive positioning report with differentiation opportunities"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "name": "code-audit",
134
+ "description": "Parallel security + quality + performance audit with adversarial finding verification",
135
+ "whenToUse": "When you need a comprehensive code review before a release or security review",
136
+ "tier": "dev",
137
+ "command": "/mindforge:wf-code-audit",
138
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/code-audit.js",
139
+ "phases": [
140
+ {
141
+ "title": "Scope",
142
+ "detail": "Build file list from git diff or path argument"
143
+ },
144
+ {
145
+ "title": "Audit",
146
+ "detail": "3 parallel auditors: security / quality / performance"
147
+ },
148
+ {
149
+ "title": "Verify",
150
+ "detail": "Adversarial verification of high-severity findings"
151
+ },
152
+ {
153
+ "title": "Report",
154
+ "detail": "Risk-ranked report with actionable remediation"
155
+ }
156
+ ]
157
+ },
158
+ {
159
+ "name": "feature-planner",
160
+ "description": "Sequential pipeline: brief → PRD → architecture → user stories",
161
+ "whenToUse": "When starting a new feature and need a complete specification before coding",
162
+ "tier": "dev",
163
+ "command": "/mindforge:wf-feature-planner",
164
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/feature-planner.js",
165
+ "phases": [
166
+ {
167
+ "title": "Brief",
168
+ "detail": "Clarify goals, users, success criteria"
169
+ },
170
+ {
171
+ "title": "PRD",
172
+ "detail": "Generate product requirements document"
173
+ },
174
+ {
175
+ "title": "Architecture",
176
+ "detail": "Design technical architecture and data flow"
177
+ },
178
+ {
179
+ "title": "Stories",
180
+ "detail": "Break into implementation user stories"
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "name": "pr-review",
186
+ "description": "4-dimensional parallel PR review: correctness, security, performance, style → consensus verdict",
187
+ "whenToUse": "When you want a thorough multi-perspective review of a pull request or diff",
188
+ "tier": "dev",
189
+ "command": "/mindforge:wf-pr-review",
190
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/pr-review.js",
191
+ "phases": [
192
+ {
193
+ "title": "Scope",
194
+ "detail": "Read diff and build review context"
195
+ },
196
+ {
197
+ "title": "Review",
198
+ "detail": "4 parallel reviewers: correctness / security / performance / style"
199
+ },
200
+ {
201
+ "title": "Consensus",
202
+ "detail": "Merge findings, deduplicate, score severity"
203
+ },
204
+ {
205
+ "title": "Verdict",
206
+ "detail": "Produce APPROVED / CHANGES REQUIRED verdict with findings"
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "name": "tdd-sprint",
212
+ "description": "Strict Red-Green-Refactor TDD loop with spec-first discipline",
213
+ "whenToUse": "When implementing a feature or fix using test-driven development methodology",
214
+ "tier": "dev",
215
+ "command": "/mindforge:wf-tdd-sprint",
216
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/tdd-sprint.js",
217
+ "phases": [
218
+ {
219
+ "title": "Spec",
220
+ "detail": "Define behavior requirements and acceptance criteria"
221
+ },
222
+ {
223
+ "title": "Red",
224
+ "detail": "Write failing test that captures the requirement"
225
+ },
226
+ {
227
+ "title": "Green",
228
+ "detail": "Write minimal code to make the test pass"
229
+ },
230
+ {
231
+ "title": "Refactor",
232
+ "detail": "Clean up while keeping tests green, verify all pass"
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "name": "refactor-plan",
238
+ "description": "Technical debt scan → risk-sorted sequence → safe refactor implementation plan",
239
+ "whenToUse": "When you need to plan a refactoring safely without breaking existing behavior",
240
+ "tier": "dev",
241
+ "command": "/mindforge:wf-refactor-plan",
242
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/refactor-plan.js",
243
+ "phases": [
244
+ {
245
+ "title": "Scan",
246
+ "detail": "Identify technical debt, complexity hotspots, dead code"
247
+ },
248
+ {
249
+ "title": "Prioritize",
250
+ "detail": "Risk-sort by blast radius and test coverage"
251
+ },
252
+ {
253
+ "title": "Sequence",
254
+ "detail": "Order changes to minimize merge conflicts"
255
+ },
256
+ {
257
+ "title": "Plan",
258
+ "detail": "Produce step-by-step refactor plan with verification gates"
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "name": "test-coverage-gap",
264
+ "description": "Parallel per-module coverage analysis → gap map → prioritized test-writing plan",
265
+ "whenToUse": "When you need to find and fix test coverage gaps across a codebase or module",
266
+ "tier": "dev",
267
+ "command": "/mindforge:wf-test-coverage-gap",
268
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/test-coverage-gap.js",
269
+ "phases": [
270
+ {
271
+ "title": "Discover",
272
+ "detail": "Map modules and identify testable units"
273
+ },
274
+ {
275
+ "title": "Analyze",
276
+ "detail": "Parallel coverage analysis per module"
277
+ },
278
+ {
279
+ "title": "GapMap",
280
+ "detail": "Synthesize gaps by severity and risk"
281
+ },
282
+ {
283
+ "title": "Plan",
284
+ "detail": "Prioritized test-writing plan with concrete test cases"
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "name": "api-contract-test",
290
+ "description": "Writer/Reviewer pattern: spec reader vs implementation reader → contract violation report",
291
+ "whenToUse": "When validating that an API implementation matches its OpenAPI/GraphQL/Protobuf spec",
292
+ "tier": "dev",
293
+ "command": "/mindforge:wf-api-contract-test",
294
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/api-contract-test.js",
295
+ "phases": [
296
+ {
297
+ "title": "ReadSpec",
298
+ "detail": "Parse the API specification (OpenAPI/GraphQL/Protobuf/docs)"
299
+ },
300
+ {
301
+ "title": "ReadImpl",
302
+ "detail": "Read the actual implementation in a fresh context"
303
+ },
304
+ {
305
+ "title": "Diff",
306
+ "detail": "Cross-reference spec contracts vs implementation"
307
+ },
308
+ {
309
+ "title": "Report",
310
+ "detail": "Violation report with severity and fix instructions"
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "name": "debug-detective",
316
+ "description": "4-hypothesis parallel investigation → evidence gathering → scientific RCA",
317
+ "whenToUse": "When debugging a hard-to-reproduce bug or production issue with unclear root cause",
318
+ "tier": "dev",
319
+ "command": "/mindforge:wf-debug-detective",
320
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/debug-detective.js",
321
+ "phases": [
322
+ {
323
+ "title": "Intake",
324
+ "detail": "Document symptoms, context, and reproduction steps"
325
+ },
326
+ {
327
+ "title": "Hypothesize",
328
+ "detail": "4 parallel hypothesis agents from different angles"
329
+ },
330
+ {
331
+ "title": "Evidence",
332
+ "detail": "Parallel evidence gathering per hypothesis"
333
+ },
334
+ {
335
+ "title": "RCA",
336
+ "detail": "Scientific root cause analysis from evidence"
337
+ },
338
+ {
339
+ "title": "Fix",
340
+ "detail": "Targeted fix plan with regression test spec"
341
+ }
342
+ ]
343
+ },
344
+ {
345
+ "name": "writer-reviewer",
346
+ "description": "Anthropic Writer/Reviewer pattern: implement in Context A → fresh Context B reviews the diff",
347
+ "whenToUse": "When you want unbiased code review — a fresh context reviewer has no bias toward code it did not write",
348
+ "tier": "dev",
349
+ "command": "/mindforge:wf-writer-reviewer",
350
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/writer-reviewer.js",
351
+ "phases": [
352
+ {
353
+ "title": "Implement",
354
+ "detail": "Writer agent implements the requested change"
355
+ },
356
+ {
357
+ "title": "Review",
358
+ "detail": "Fresh reviewer agent inspects only the diff without implementation context"
359
+ },
360
+ {
361
+ "title": "Verdict",
362
+ "detail": "Accept / request-changes verdict with specific actionable feedback"
363
+ }
364
+ ]
365
+ },
366
+ {
367
+ "name": "mutation-testing",
368
+ "description": "Mutant generator → parallel kill-test agents → mutation score + survival report",
369
+ "whenToUse": "When evaluating test suite effectiveness by checking if tests catch deliberate code mutations",
370
+ "tier": "dev",
371
+ "command": "/mindforge:wf-mutation-testing",
372
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/mutation-testing.js",
373
+ "phases": [
374
+ {
375
+ "title": "Analyze",
376
+ "detail": "Identify mutable source lines: conditions, operators, return values"
377
+ },
378
+ {
379
+ "title": "Mutate",
380
+ "detail": "Generate 10-15 specific mutation descriptions"
381
+ },
382
+ {
383
+ "title": "Kill",
384
+ "detail": "Parallel kill-test per mutation — would existing tests catch it?"
385
+ },
386
+ {
387
+ "title": "Report",
388
+ "detail": "Mutation score report with killed/survived/timeout breakdown"
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "name": "code-explainer",
394
+ "description": "Structural map → domain extraction → architecture patterns → guided narrative tour for onboarding",
395
+ "whenToUse": "When onboarding to an unfamiliar codebase or explaining a complex module to a new developer",
396
+ "tier": "dev",
397
+ "command": "/mindforge:wf-code-explainer",
398
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/code-explainer.js",
399
+ "phases": [
400
+ {
401
+ "title": "Structure",
402
+ "detail": "Map file structure, entry points, and module boundaries"
403
+ },
404
+ {
405
+ "title": "Domain",
406
+ "detail": "Extract domain concepts, business logic, and key abstractions"
407
+ },
408
+ {
409
+ "title": "Architecture",
410
+ "detail": "Identify architectural patterns, data flow, and design decisions"
411
+ },
412
+ {
413
+ "title": "Tour",
414
+ "detail": "Synthesize a guided narrative tour for a new developer"
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "name": "design-system-audit",
420
+ "description": "5 parallel dimension auditors (spacing/color/typography/icons/a11y) → consistency score",
421
+ "whenToUse": "When auditing a frontend codebase for design system consistency and token usage",
422
+ "tier": "dev",
423
+ "command": "/mindforge:wf-design-system-audit",
424
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/design-system-audit.js",
425
+ "phases": [
426
+ {
427
+ "title": "Inventory",
428
+ "detail": "Discover design tokens, component files, and styling approach"
429
+ },
430
+ {
431
+ "title": "Audit",
432
+ "detail": "5 parallel dimension auditors: spacing, color, typography, icons, accessibility"
433
+ },
434
+ {
435
+ "title": "Score",
436
+ "detail": "Aggregate consistency scores per dimension and overall"
437
+ },
438
+ {
439
+ "title": "Report",
440
+ "detail": "Design system health report with specific violation fixes"
441
+ }
442
+ ]
443
+ },
444
+ {
445
+ "name": "incident-response",
446
+ "description": "Parallel investigation across logs, metrics, traces, and code → mitigation → RCA → postmortem",
447
+ "whenToUse": "When responding to a production incident or unexpected system failure",
448
+ "tier": "ops",
449
+ "command": "/mindforge:wf-incident-response",
450
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/incident-response.js",
451
+ "phases": [
452
+ {
453
+ "title": "Alert",
454
+ "detail": "Characterize the incident: impact, scope, timeline"
455
+ },
456
+ {
457
+ "title": "Investigate",
458
+ "detail": "4 parallel agents: logs / metrics / traces / code changes"
459
+ },
460
+ {
461
+ "title": "Mitigate",
462
+ "detail": "Identify and apply immediate mitigation steps"
463
+ },
464
+ {
465
+ "title": "RCA",
466
+ "detail": "Root cause analysis and postmortem document"
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "name": "release-prep",
472
+ "description": "Automated release pipeline: tests → changelog → version bump → PR → announcement draft",
473
+ "whenToUse": "When preparing a production release and need all release artifacts generated",
474
+ "tier": "ops",
475
+ "command": "/mindforge:wf-release-prep",
476
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/release-prep.js",
477
+ "phases": [
478
+ {
479
+ "title": "Check",
480
+ "detail": "Run tests, verify no uncommitted changes, check CI status"
481
+ },
482
+ {
483
+ "title": "Changelog",
484
+ "detail": "Generate changelog from commits since last release"
485
+ },
486
+ {
487
+ "title": "Bump",
488
+ "detail": "Update version in all required files"
489
+ },
490
+ {
491
+ "title": "PR",
492
+ "detail": "Create release PR and draft announcement"
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "name": "dependency-health",
498
+ "description": "Parallel per-dependency audit (CVEs / licenses / staleness / maintenance) → risk matrix",
499
+ "whenToUse": "When auditing dependencies before a release, security review, or due diligence",
500
+ "tier": "ops",
501
+ "command": "/mindforge:wf-dependency-health",
502
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/dependency-health.js",
503
+ "phases": [
504
+ {
505
+ "title": "Inventory",
506
+ "detail": "Extract full dependency tree from package manifests"
507
+ },
508
+ {
509
+ "title": "Audit",
510
+ "detail": "Parallel audit per batch: CVEs, license risk, staleness, maintenance status"
511
+ },
512
+ {
513
+ "title": "RiskMatrix",
514
+ "detail": "Consolidate into risk matrix with severity tiers"
515
+ },
516
+ {
517
+ "title": "Action",
518
+ "detail": "Prioritized upgrade / replace / accept recommendations"
519
+ }
520
+ ]
521
+ },
522
+ {
523
+ "name": "database-migration",
524
+ "description": "Schema diff → risk analysis → migration scripts → rollback plan",
525
+ "whenToUse": "When planning or reviewing a database schema migration",
526
+ "tier": "ops",
527
+ "command": "/mindforge:wf-database-migration",
528
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/database-migration.js",
529
+ "phases": [
530
+ {
531
+ "title": "SchemaDiff",
532
+ "detail": "Parse current and target schema, compute structural diff"
533
+ },
534
+ {
535
+ "title": "RiskAnalysis",
536
+ "detail": "Assess data loss risk, locking impact, and rollback complexity"
537
+ },
538
+ {
539
+ "title": "Scripts",
540
+ "detail": "Generate forward migration + rollback scripts"
541
+ },
542
+ {
543
+ "title": "Runbook",
544
+ "detail": "Step-by-step production runbook with verification checks"
545
+ }
546
+ ]
547
+ },
548
+ {
549
+ "name": "multi-repo-sync",
550
+ "description": "Parallel per-repo audit → cross-repo divergence map → sync plan",
551
+ "whenToUse": "When managing multiple related repos and need to find/fix divergence in shared config, deps, or conventions",
552
+ "tier": "ops",
553
+ "command": "/mindforge:wf-multi-repo-sync",
554
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/multi-repo-sync.js",
555
+ "phases": [
556
+ {
557
+ "title": "Discover",
558
+ "detail": "List target repos and their relationships"
559
+ },
560
+ {
561
+ "title": "Audit",
562
+ "detail": "Parallel audit per repo for divergence from the reference"
563
+ },
564
+ {
565
+ "title": "DivergenceMap",
566
+ "detail": "Cross-repo divergence map with severity"
567
+ },
568
+ {
569
+ "title": "SyncPlan",
570
+ "detail": "Prioritized sync plan — what to align and how"
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "name": "cost-analysis",
576
+ "description": "Parallel infra/API/query/bundle cost agents → reduction plan with ROI estimates",
577
+ "whenToUse": "When analyzing and reducing infrastructure, API, database, or bundle costs",
578
+ "tier": "ops",
579
+ "command": "/mindforge:wf-cost-analysis",
580
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/cost-analysis.js",
581
+ "phases": [
582
+ {
583
+ "title": "Scope",
584
+ "detail": "Identify cost centers and establish current baseline"
585
+ },
586
+ {
587
+ "title": "Analyze",
588
+ "detail": "4 parallel cost dimension agents: infra / API / database / bundle"
589
+ },
590
+ {
591
+ "title": "Model",
592
+ "detail": "Cost model with reduction opportunities and ROI estimates"
593
+ },
594
+ {
595
+ "title": "Plan",
596
+ "detail": "Prioritized cost reduction plan with implementation steps"
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "name": "onboard-codebase",
602
+ "description": "Map structure → domain analysis → architecture → generate guided tour and onboarding docs",
603
+ "whenToUse": "When joining a new codebase or onboarding a team member to an existing repo",
604
+ "tier": "intelligence",
605
+ "command": "/mindforge:wf-onboard-codebase",
606
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/onboard-codebase.js",
607
+ "phases": [
608
+ {
609
+ "title": "Map",
610
+ "detail": "Discover file structure, languages, entry points"
611
+ },
612
+ {
613
+ "title": "Domain",
614
+ "detail": "Identify business domains and core abstractions"
615
+ },
616
+ {
617
+ "title": "Architecture",
618
+ "detail": "Map layers, data flow, and key patterns"
619
+ },
620
+ {
621
+ "title": "Tour",
622
+ "detail": "Generate guided tour and onboarding documentation"
623
+ }
624
+ ]
625
+ },
626
+ {
627
+ "name": "perf-optimize",
628
+ "description": "Profile → parallel bottleneck hunt across DB/network/CPU/memory → prioritized fix plan",
629
+ "whenToUse": "When an application is slow and you need to find and fix performance bottlenecks",
630
+ "tier": "intelligence",
631
+ "command": "/mindforge:wf-perf-optimize",
632
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/perf-optimize.js",
633
+ "phases": [
634
+ {
635
+ "title": "Profile",
636
+ "detail": "Establish baseline metrics and identify slow paths"
637
+ },
638
+ {
639
+ "title": "Identify",
640
+ "detail": "4 parallel agents: DB queries / network / CPU / memory"
641
+ },
642
+ {
643
+ "title": "Plan",
644
+ "detail": "Prioritize fixes by impact-to-effort ratio"
645
+ },
646
+ {
647
+ "title": "Benchmark",
648
+ "detail": "Define verification benchmarks for each fix"
649
+ }
650
+ ]
651
+ },
652
+ {
653
+ "name": "architecture-modernization",
654
+ "description": "Legacy architecture map → target design → migration sequencing → risk gates",
655
+ "whenToUse": "When planning a major architecture overhaul: monolith-to-services, framework upgrade, or platform migration",
656
+ "tier": "intelligence",
657
+ "command": "/mindforge:wf-architecture-modernization",
658
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/architecture-modernization.js",
659
+ "phases": [
660
+ {
661
+ "title": "Map",
662
+ "detail": "Map current architecture: components, dependencies, coupling, pain points"
663
+ },
664
+ {
665
+ "title": "Design",
666
+ "detail": "3 parallel target architecture proposals with trade-off analysis"
667
+ },
668
+ {
669
+ "title": "Select",
670
+ "detail": "Judge panel selects best design, synthesizes hybrid"
671
+ },
672
+ {
673
+ "title": "Sequence",
674
+ "detail": "Migration sequencing with risk gates and rollback checkpoints"
675
+ },
676
+ {
677
+ "title": "Roadmap",
678
+ "detail": "Sprint-by-sprint modernization roadmap"
679
+ }
680
+ ]
681
+ },
682
+ {
683
+ "name": "documentation-gen",
684
+ "description": "Parallel per-file doc generation → style normalization → publish-ready documentation",
685
+ "whenToUse": "When generating or refreshing documentation for a codebase, API, or module",
686
+ "tier": "intelligence",
687
+ "command": "/mindforge:wf-documentation-gen",
688
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/documentation-gen.js",
689
+ "phases": [
690
+ {
691
+ "title": "Scope",
692
+ "detail": "Discover files needing documentation"
693
+ },
694
+ {
695
+ "title": "Generate",
696
+ "detail": "Parallel doc generation per file/module"
697
+ },
698
+ {
699
+ "title": "Normalize",
700
+ "detail": "Style consistency pass across all generated docs"
701
+ },
702
+ {
703
+ "title": "Publish",
704
+ "detail": "Assemble README, API reference, and changelog entries"
705
+ }
706
+ ]
707
+ },
708
+ {
709
+ "name": "api-migration",
710
+ "description": "Breaking change detection → versioning strategy → migration guide → compatibility matrix",
711
+ "whenToUse": "When planning or communicating an API version migration to consumers",
712
+ "tier": "intelligence",
713
+ "command": "/mindforge:wf-api-migration",
714
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/api-migration.js",
715
+ "phases": [
716
+ {
717
+ "title": "Detect",
718
+ "detail": "Detect breaking vs non-breaking changes between old and new API versions"
719
+ },
720
+ {
721
+ "title": "Version",
722
+ "detail": "Propose versioning strategy: semver, URL versioning, or header versioning"
723
+ },
724
+ {
725
+ "title": "Guide",
726
+ "detail": "Generate migration guide for API consumers"
727
+ },
728
+ {
729
+ "title": "Matrix",
730
+ "detail": "Compatibility matrix: which client versions work with which API versions"
731
+ }
732
+ ]
733
+ },
734
+ {
735
+ "name": "data-pipeline-validate",
736
+ "description": "Pipeline stage-by-stage validation → data quality gates → anomaly detection report",
737
+ "whenToUse": "When validating a data pipeline for correctness, completeness, and quality before production use",
738
+ "tier": "intelligence",
739
+ "command": "/mindforge:wf-data-pipeline-validate",
740
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/data-pipeline-validate.js",
741
+ "phases": [
742
+ {
743
+ "title": "Map",
744
+ "detail": "Map all pipeline stages from source to sink"
745
+ },
746
+ {
747
+ "title": "Validate",
748
+ "detail": "Parallel validation per stage (schema / completeness / transforms / outputs)"
749
+ },
750
+ {
751
+ "title": "Quality",
752
+ "detail": "Data quality gate assessment — freshness, completeness, consistency"
753
+ },
754
+ {
755
+ "title": "Report",
756
+ "detail": "Validation report with stage health scores and fix recommendations"
757
+ }
758
+ ]
759
+ },
760
+ {
761
+ "name": "security-hardening",
762
+ "description": "5-angle OWASP parallel scout → 3-vote adversarial verification → threat model + remediation roadmap",
763
+ "whenToUse": "When hardening a codebase before a security review, pentest, or production launch",
764
+ "tier": "beast",
765
+ "command": "/mindforge:wf-security-hardening",
766
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/security-hardening.js",
767
+ "phases": [
768
+ {
769
+ "title": "Scope",
770
+ "detail": "Define attack surface and target context"
771
+ },
772
+ {
773
+ "title": "Scout",
774
+ "detail": "5 parallel OWASP/CWE dimension scouts"
775
+ },
776
+ {
777
+ "title": "Verify",
778
+ "detail": "3-vote adversarial verification per critical finding"
779
+ },
780
+ {
781
+ "title": "ThreatModel",
782
+ "detail": "STRIDE threat model from confirmed findings"
783
+ },
784
+ {
785
+ "title": "Roadmap",
786
+ "detail": "Prioritized remediation roadmap with severity/effort matrix"
787
+ }
788
+ ]
789
+ },
790
+ {
791
+ "name": "accessibility-audit",
792
+ "description": "WCAG 2.2 parallel per-criterion audit → 3-vote adversarial verify failures → remediation spec",
793
+ "whenToUse": "When auditing a UI for WCAG 2.2 compliance before launch, legal review, or accessibility certification",
794
+ "tier": "beast",
795
+ "command": "/mindforge:wf-accessibility-audit",
796
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/accessibility-audit.js",
797
+ "phases": [
798
+ {
799
+ "title": "Scope",
800
+ "detail": "Define target UI and map components/pages to audit"
801
+ },
802
+ {
803
+ "title": "Audit",
804
+ "detail": "6 parallel WCAG principle auditors (Perceivable/Operable/Understandable/Robust + ARIA + Keyboard)"
805
+ },
806
+ {
807
+ "title": "Verify",
808
+ "detail": "3-vote adversarial verification of all Level A and AA failures"
809
+ },
810
+ {
811
+ "title": "Spec",
812
+ "detail": "Remediation spec with exact ARIA attributes, HTML fixes, and WCAG references"
813
+ }
814
+ ]
815
+ },
816
+ {
817
+ "name": "security-threat-model",
818
+ "description": "Asset inventory → STRIDE threat enumeration → parallel mitigations → CVSS-style score matrix",
819
+ "whenToUse": "When threat modeling a system architecture, API, or new feature before building",
820
+ "tier": "beast",
821
+ "command": "/mindforge:wf-security-threat-model",
822
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/security-threat-model.js",
823
+ "phases": [
824
+ {
825
+ "title": "Assets",
826
+ "detail": "Inventory system assets, data flows, and trust boundaries"
827
+ },
828
+ {
829
+ "title": "STRIDE",
830
+ "detail": "6 parallel STRIDE threat agents — one per threat category"
831
+ },
832
+ {
833
+ "title": "Mitigate",
834
+ "detail": "Parallel mitigation agent per identified threat"
835
+ },
836
+ {
837
+ "title": "Score",
838
+ "detail": "CVSS-style risk score matrix with remediation priority"
839
+ }
840
+ ]
841
+ },
842
+ {
843
+ "name": "orchestrate-review",
844
+ "description": "4-lens parallel review — factual, domain, safety, style — coordinated as one panel and merged into a single verdict",
845
+ "whenToUse": "When reviewing content or a decision where correctness/security/performance is the wrong axis split — e.g. a document, a policy, a plan, an AI-generated artifact, anything where you want independent factual-accuracy, domain-expert, safety, and voice/style perspectives rather than code-review dimensions",
846
+ "tier": "dev",
847
+ "command": "/mindforge:wf-orchestrate-review",
848
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/orchestrate-review.js",
849
+ "phases": [
850
+ {
851
+ "title": "Scope",
852
+ "detail": "pin the target and any domain context"
853
+ },
854
+ {
855
+ "title": "Panel",
856
+ "detail": "4 parallel lenses: factual / domain / safety / style"
857
+ },
858
+ {
859
+ "title": "Consensus",
860
+ "detail": "merge findings, deduplicate, score severity"
861
+ },
862
+ {
863
+ "title": "Verdict",
864
+ "detail": "single panel verdict with findings by lens"
865
+ }
866
+ ]
867
+ },
868
+ {
869
+ "name": "verification-loop",
870
+ "description": "Implementer vs. scorer loop: one agent revises an artifact each round, a separate agent scores it against a fixed metric, and the implementer keeps re-attempting until the score is maxed or a round cap is hit",
871
+ "whenToUse": "When a task has a single well-defined quality metric worth pushing as high as possible, rather than a single fixed-count review pass — e.g. tightening a prompt, hardening a config, polishing a spec, or any \"keep improving this until the score stops moving\" task",
872
+ "tier": "dev",
873
+ "command": "/mindforge:wf-verification-loop",
874
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/verification-loop.js",
875
+ "phases": [
876
+ {
877
+ "title": "Scope",
878
+ "detail": "pin the artifact, the metric, and the target/max-round cap"
879
+ },
880
+ {
881
+ "title": "Round",
882
+ "detail": "implementer revises, scorer grades — repeats until target hit, score plateaus, or cap reached"
883
+ },
884
+ {
885
+ "title": "Report",
886
+ "detail": "round-by-round score history and the final artifact"
887
+ }
888
+ ]
889
+ },
890
+ {
891
+ "name": "workflow-optimizer",
892
+ "description": "Builder + scorer + a distinct process-optimizer role: each round scores the OUTPUT, but a separate optimizer agent reviews the round and proposes structural changes to the PROCESS itself (extra phases, different builder count, a corrected rubric) — the next round runs under the revised process, so the comparison is whether the workflow is getting better at producing good outputs, not just whether one artifact beat another",
893
+ "whenToUse": "When you want to improve a repeatable PROCESS across attempts, not just polish one output — e.g. \"this review workflow keeps missing X, fix the workflow, not just this one review\" or tuning how a builder+scorer pipeline should be structured before locking it in as a reusable workflow",
894
+ "tier": "intelligence",
895
+ "command": "/mindforge:wf-workflow-optimizer",
896
+ "scriptPath": ".mindforge/dynamic-workflows/scripts/workflow-optimizer.js",
897
+ "phases": [
898
+ {
899
+ "title": "Scope",
900
+ "detail": "pin the task family, the outcome metric, and any prior round history supplied by the caller"
901
+ },
902
+ {
903
+ "title": "Cycle",
904
+ "detail": "builder runs under the current process -> scorer grades the output -> a separate process-optimizer proposes structural changes to the process for next round"
905
+ },
906
+ {
907
+ "title": "Report",
908
+ "detail": "process-change history alongside the score trend, so a rising score can be attributed to real structural improvements"
909
+ }
910
+ ]
911
+ }
842
912
  ]