mindforge-cc 11.5.1 → 11.7.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 (214) hide show
  1. package/.agent/mindforge/skill-tdd.md +53 -0
  2. package/.agent/mindforge/skills-index.md +118 -0
  3. package/.agent/mindforge/systematic-debug.md +60 -0
  4. package/.agent/mindforge/wf-catalog.md +37 -0
  5. package/.agent/mindforge/wf-code-audit.md +31 -0
  6. package/.agent/mindforge/wf-competitive-analysis.md +31 -0
  7. package/.agent/mindforge/wf-deep-research.md +32 -0
  8. package/.agent/mindforge/wf-feature-planner.md +31 -0
  9. package/.agent/mindforge/wf-incident-response.md +31 -0
  10. package/.agent/mindforge/wf-onboard-codebase.md +31 -0
  11. package/.agent/mindforge/wf-perf-optimize.md +31 -0
  12. package/.agent/mindforge/wf-pr-review.md +31 -0
  13. package/.agent/mindforge/wf-refactor-plan.md +31 -0
  14. package/.agent/mindforge/wf-release-prep.md +31 -0
  15. package/.agent/mindforge/wf-tdd-sprint.md +31 -0
  16. package/.agent/mindforge/wf-tech-evaluation.md +31 -0
  17. package/.agent/skills/1password-skill/SKILL.md +156 -0
  18. package/.agent/skills/1password-skill/references/cli-examples.md +31 -0
  19. package/.agent/skills/1password-skill/references/get-started.md +21 -0
  20. package/.agent/skills/article-illustrator/SKILL.md +199 -0
  21. package/.agent/skills/article-illustrator/references/prompt-construction.md +426 -0
  22. package/.agent/skills/article-illustrator/references/style-presets.md +80 -0
  23. package/.agent/skills/article-illustrator/references/styles.md +224 -0
  24. package/.agent/skills/article-illustrator/references/usage.md +50 -0
  25. package/.agent/skills/article-illustrator/references/workflow.md +332 -0
  26. package/.agent/skills/arxiv/SKILL.md +275 -0
  27. package/.agent/skills/blogwatcher/SKILL.md +130 -0
  28. package/.agent/skills/code-wiki/SKILL.md +438 -0
  29. package/.agent/skills/code-wiki/templates/README.md +31 -0
  30. package/.agent/skills/code-wiki/templates/architecture.md +30 -0
  31. package/.agent/skills/code-wiki/templates/getting-started.md +47 -0
  32. package/.agent/skills/code-wiki/templates/module.md +38 -0
  33. package/.agent/skills/codebase-inspection/SKILL.md +109 -0
  34. package/.agent/skills/comic-creator/SKILL.md +240 -0
  35. package/.agent/skills/comic-creator/references/analysis-framework.md +176 -0
  36. package/.agent/skills/comic-creator/references/auto-selection.md +71 -0
  37. package/.agent/skills/comic-creator/references/base-prompt.md +98 -0
  38. package/.agent/skills/comic-creator/references/character-template.md +180 -0
  39. package/.agent/skills/comic-creator/references/ohmsha-guide.md +85 -0
  40. package/.agent/skills/comic-creator/references/partial-workflows.md +106 -0
  41. package/.agent/skills/comic-creator/references/storyboard-template.md +143 -0
  42. package/.agent/skills/comic-creator/references/workflow.md +401 -0
  43. package/.agent/skills/concept-diagrams/SKILL.md +355 -0
  44. package/.agent/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
  45. package/.agent/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
  46. package/.agent/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
  47. package/.agent/skills/creative-ideation/SKILL.md +144 -0
  48. package/.agent/skills/creative-ideation/references/full-prompt-library.md +110 -0
  49. package/.agent/skills/devops-cli/SKILL.md +149 -0
  50. package/.agent/skills/devops-cli/references/app-discovery.md +112 -0
  51. package/.agent/skills/devops-cli/references/authentication.md +59 -0
  52. package/.agent/skills/devops-cli/references/cli-reference.md +104 -0
  53. package/.agent/skills/devops-cli/references/running-apps.md +171 -0
  54. package/.agent/skills/devops-watchers/SKILL.md +103 -0
  55. package/.agent/skills/docker-management/SKILL.md +273 -0
  56. package/.agent/skills/domain-intel/SKILL.md +96 -0
  57. package/.agent/skills/duckduckgo-search/SKILL.md +230 -0
  58. package/.agent/skills/github-auth/SKILL.md +240 -0
  59. package/.agent/skills/github-code-review/SKILL.md +474 -0
  60. package/.agent/skills/github-code-review/references/review-output-template.md +74 -0
  61. package/.agent/skills/github-issues/SKILL.md +363 -0
  62. package/.agent/skills/github-issues/templates/bug-report.md +35 -0
  63. package/.agent/skills/github-issues/templates/feature-request.md +31 -0
  64. package/.agent/skills/github-pr-workflow/SKILL.md +360 -0
  65. package/.agent/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
  66. package/.agent/skills/github-pr-workflow/references/conventional-commits.md +71 -0
  67. package/.agent/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
  68. package/.agent/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
  69. package/.agent/skills/github-repo-management/SKILL.md +509 -0
  70. package/.agent/skills/github-repo-management/references/github-api-cheatsheet.md +161 -0
  71. package/.agent/skills/godmode/SKILL.md +396 -0
  72. package/.agent/skills/godmode/references/jailbreak-templates.md +128 -0
  73. package/.agent/skills/godmode/references/refusal-detection.md +142 -0
  74. package/.agent/skills/hyperframes/SKILL.md +182 -0
  75. package/.agent/skills/hyperframes/references/cli.md +185 -0
  76. package/.agent/skills/hyperframes/references/composition.md +129 -0
  77. package/.agent/skills/hyperframes/references/features.md +289 -0
  78. package/.agent/skills/hyperframes/references/gsap.md +136 -0
  79. package/.agent/skills/hyperframes/references/troubleshooting.md +137 -0
  80. package/.agent/skills/hyperframes/references/website-to-video.md +145 -0
  81. package/.agent/skills/jupyter-live-kernel/SKILL.md +160 -0
  82. package/.agent/skills/kanban-orchestrator/SKILL.md +209 -0
  83. package/.agent/skills/kanban-worker/SKILL.md +188 -0
  84. package/.agent/skills/llm-wiki/SKILL.md +499 -0
  85. package/.agent/skills/meme-generation/SKILL.md +122 -0
  86. package/.agent/skills/node-inspect-debugger/SKILL.md +312 -0
  87. package/.agent/skills/obsidian/SKILL.md +60 -0
  88. package/.agent/skills/osint-investigation/SKILL.md +269 -0
  89. package/.agent/skills/osint-investigation/templates/source-template.md +59 -0
  90. package/.agent/skills/oss-forensics/SKILL.md +422 -0
  91. package/.agent/skills/oss-forensics/references/evidence-types.md +89 -0
  92. package/.agent/skills/oss-forensics/references/github-archive-guide.md +184 -0
  93. package/.agent/skills/oss-forensics/references/investigation-templates.md +131 -0
  94. package/.agent/skills/oss-forensics/references/recovery-techniques.md +164 -0
  95. package/.agent/skills/oss-forensics/templates/forensic-report.md +151 -0
  96. package/.agent/skills/oss-forensics/templates/malicious-package-report.md +43 -0
  97. package/.agent/skills/parallel-cli/SKILL.md +384 -0
  98. package/.agent/skills/pinggy-tunnel/SKILL.md +302 -0
  99. package/.agent/skills/pixel-art/SKILL.md +209 -0
  100. package/.agent/skills/pixel-art/references/palettes.md +49 -0
  101. package/.agent/skills/plan/SKILL.md +331 -0
  102. package/.agent/skills/polymarket/SKILL.md +75 -0
  103. package/.agent/skills/polymarket/references/api-endpoints.md +220 -0
  104. package/.agent/skills/python-debugpy/SKILL.md +368 -0
  105. package/.agent/skills/requesting-code-review/SKILL.md +273 -0
  106. package/.agent/skills/research-paper-writing/SKILL.md +2367 -0
  107. package/.agent/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
  108. package/.agent/skills/research-paper-writing/references/checklists.md +434 -0
  109. package/.agent/skills/research-paper-writing/references/citation-workflow.md +563 -0
  110. package/.agent/skills/research-paper-writing/references/experiment-patterns.md +728 -0
  111. package/.agent/skills/research-paper-writing/references/human-evaluation.md +476 -0
  112. package/.agent/skills/research-paper-writing/references/paper-types.md +481 -0
  113. package/.agent/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
  114. package/.agent/skills/research-paper-writing/references/sources.md +191 -0
  115. package/.agent/skills/research-paper-writing/references/writing-guide.md +474 -0
  116. package/.agent/skills/research-paper-writing/templates/README.md +251 -0
  117. package/.agent/skills/rest-graphql-debug/SKILL.md +507 -0
  118. package/.agent/skills/s6-container-supervision/SKILL.md +171 -0
  119. package/.agent/skills/scrapling/SKILL.md +328 -0
  120. package/.agent/skills/sherlock/SKILL.md +186 -0
  121. package/.agent/skills/simplify-code/SKILL.md +168 -0
  122. package/.agent/skills/skill-authoring/SKILL.md +158 -0
  123. package/.agent/skills/spike/SKILL.md +190 -0
  124. package/.agent/skills/subagent-driven-development/SKILL.md +345 -0
  125. package/.agent/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
  126. package/.agent/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
  127. package/.agent/skills/systematic-debugging/SKILL.md +360 -0
  128. package/.agent/skills/test-driven-development/SKILL.md +336 -0
  129. package/.agent/skills/video-orchestrator/SKILL.md +194 -0
  130. package/.agent/skills/video-orchestrator/references/examples.md +227 -0
  131. package/.agent/skills/video-orchestrator/references/intake.md +166 -0
  132. package/.agent/skills/video-orchestrator/references/kanban-setup.md +278 -0
  133. package/.agent/skills/video-orchestrator/references/monitoring.md +180 -0
  134. package/.agent/skills/video-orchestrator/references/role-archetypes.md +298 -0
  135. package/.agent/skills/video-orchestrator/references/tool-matrix.md +317 -0
  136. package/.agent/skills/web-pentest/SKILL.md +332 -0
  137. package/.agent/skills/web-pentest/references/bypass-techniques.md +133 -0
  138. package/.agent/skills/web-pentest/references/exploitation-techniques.md +204 -0
  139. package/.agent/skills/web-pentest/references/scope-enforcement.md +110 -0
  140. package/.agent/skills/web-pentest/references/vuln-taxonomy.md +81 -0
  141. package/.agent/skills/web-pentest/templates/authorization.md +69 -0
  142. package/.agent/skills/web-pentest/templates/pentest-report.md +178 -0
  143. package/.claude/commands/mindforge/skill-tdd.md +53 -0
  144. package/.claude/commands/mindforge/skills-index.md +118 -0
  145. package/.claude/commands/mindforge/systematic-debug.md +60 -0
  146. package/.claude/commands/mindforge/wf-catalog.md +37 -0
  147. package/.claude/commands/mindforge/wf-code-audit.md +31 -0
  148. package/.claude/commands/mindforge/wf-competitive-analysis.md +31 -0
  149. package/.claude/commands/mindforge/wf-deep-research.md +32 -0
  150. package/.claude/commands/mindforge/wf-feature-planner.md +31 -0
  151. package/.claude/commands/mindforge/wf-incident-response.md +31 -0
  152. package/.claude/commands/mindforge/wf-onboard-codebase.md +31 -0
  153. package/.claude/commands/mindforge/wf-perf-optimize.md +31 -0
  154. package/.claude/commands/mindforge/wf-pr-review.md +31 -0
  155. package/.claude/commands/mindforge/wf-refactor-plan.md +31 -0
  156. package/.claude/commands/mindforge/wf-release-prep.md +31 -0
  157. package/.claude/commands/mindforge/wf-tdd-sprint.md +31 -0
  158. package/.claude/commands/mindforge/wf-tech-evaluation.md +31 -0
  159. package/.mindforge/config.json +2 -2
  160. package/.mindforge/dynamic-workflows/REGISTRY.md +65 -0
  161. package/.mindforge/dynamic-workflows/index.json +171 -0
  162. package/.mindforge/dynamic-workflows/scripts/code-audit.js +103 -0
  163. package/.mindforge/dynamic-workflows/scripts/competitive-analysis.js +85 -0
  164. package/.mindforge/dynamic-workflows/scripts/deep-research.js +151 -0
  165. package/.mindforge/dynamic-workflows/scripts/feature-planner.js +104 -0
  166. package/.mindforge/dynamic-workflows/scripts/incident-response.js +106 -0
  167. package/.mindforge/dynamic-workflows/scripts/onboard-codebase.js +102 -0
  168. package/.mindforge/dynamic-workflows/scripts/perf-optimize.js +128 -0
  169. package/.mindforge/dynamic-workflows/scripts/pr-review.js +87 -0
  170. package/.mindforge/dynamic-workflows/scripts/refactor-plan.js +121 -0
  171. package/.mindforge/dynamic-workflows/scripts/release-prep.js +102 -0
  172. package/.mindforge/dynamic-workflows/scripts/tdd-sprint.js +103 -0
  173. package/.mindforge/dynamic-workflows/scripts/tech-evaluation.js +72 -0
  174. package/.mindforge/memory/sync-manifest.json +1 -1
  175. package/.mindforge/skills/arxiv/SKILL.md +294 -0
  176. package/.mindforge/skills/blogwatcher/SKILL.md +147 -0
  177. package/.mindforge/skills/code-wiki/SKILL.md +457 -0
  178. package/.mindforge/skills/codebase-inspection/SKILL.md +126 -0
  179. package/.mindforge/skills/concept-diagrams/SKILL.md +373 -0
  180. package/.mindforge/skills/creative-ideation/SKILL.md +162 -0
  181. package/.mindforge/skills/domain-intel/SKILL.md +116 -0
  182. package/.mindforge/skills/duckduckgo-search/SKILL.md +249 -0
  183. package/.mindforge/skills/github-code-review/SKILL.md +493 -0
  184. package/.mindforge/skills/github-issues/SKILL.md +382 -0
  185. package/.mindforge/skills/github-pr-workflow/SKILL.md +379 -0
  186. package/.mindforge/skills/jupyter-live-kernel/SKILL.md +179 -0
  187. package/.mindforge/skills/kanban-orchestrator/SKILL.md +227 -0
  188. package/.mindforge/skills/kanban-worker/SKILL.md +206 -0
  189. package/.mindforge/skills/meme-generation/SKILL.md +141 -0
  190. package/.mindforge/skills/obsidian/SKILL.md +80 -0
  191. package/.mindforge/skills/osint-investigation/SKILL.md +288 -0
  192. package/.mindforge/skills/oss-forensics/SKILL.md +421 -0
  193. package/.mindforge/skills/pixel-art/SKILL.md +228 -0
  194. package/.mindforge/skills/plan/SKILL.md +350 -0
  195. package/.mindforge/skills/requesting-code-review/SKILL.md +292 -0
  196. package/.mindforge/skills/research-paper-writing/SKILL.md +2384 -0
  197. package/.mindforge/skills/scrapling/SKILL.md +345 -0
  198. package/.mindforge/skills/sherlock/SKILL.md +203 -0
  199. package/.mindforge/skills/simplify-code/SKILL.md +187 -0
  200. package/.mindforge/skills/spike/SKILL.md +209 -0
  201. package/.mindforge/skills/subagent-driven-development/SKILL.md +364 -0
  202. package/.mindforge/skills/systematic-debugging/SKILL.md +379 -0
  203. package/.mindforge/skills/test-driven-development/SKILL.md +355 -0
  204. package/.mindforge/skills/web-pentest/SKILL.md +327 -0
  205. package/CHANGELOG.md +71 -0
  206. package/MINDFORGE.md +2 -2
  207. package/README.md +72 -3
  208. package/RELEASENOTES.md +109 -0
  209. package/bin/installer-core.js +6 -2
  210. package/bin/mindforge-cli.js +7 -0
  211. package/bin/workflows/workflow-runner.js +110 -0
  212. package/docs/commands-reference.md +25 -0
  213. package/docs/getting-started.md +42 -5
  214. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # Changelog
2
2
 
3
+ ## [11.7.0] - 2026-06-23 — Workflow Forge
4
+
5
+ First Dynamic Workflow Library for MindForge. Adds 12 pre-built multi-agent workflow scripts that users trigger via `/mindforge:wf-*` commands. Each workflow uses Claude Code's `Workflow` tool primitives (`parallel()`, `pipeline()`, `phase()`, `agent()`) for true fan-out concurrent agent execution with structured synthesis. Architecture follows adversarially-verified best practices: three-tier progressive disclosure, one-workflow-per-domain, predefined (not open-ended) patterns.
6
+
7
+ ### Added
8
+
9
+ - **Dynamic Workflow Library (`.mindforge/dynamic-workflows/`)** — 12 self-contained multi-agent workflow scripts:
10
+ - *Research tier:* `deep-research` (5× parallel searches → 3-vote adversarial verify → cited synthesis), `competitive-analysis` (5× parallel angles → SWOT → positioning), `tech-evaluation` (5× dimension agents → scored matrix → recommendation)
11
+ - *Dev tier:* `code-audit` (3× parallel auditors → adversarial verify → risk report), `feature-planner` (brief → PRD → architecture → user stories pipeline), `pr-review` (4× parallel reviewers → consensus verdict), `tdd-sprint` (Spec → Red → Green → Refactor loop), `refactor-plan` (debt scan → risk-sort → safe sequence → plan)
12
+ - *Ops tier:* `incident-response` (4× parallel investigation → mitigation → RCA → postmortem), `release-prep` (tests → changelog → version bump → PR → announcement)
13
+ - *Intelligence tier:* `onboard-codebase` (map → domain → architecture → guided tour), `perf-optimize` (profile → 4× parallel bottleneck hunt → fix plan → benchmarks)
14
+ - **13 new slash commands** — `/mindforge:wf-catalog` (browseable index) + 12 `/mindforge:wf-<name>` workflow commands
15
+ - **CLI workflow subcommand** — `node bin/mindforge-cli.js workflow list|info|run <name>` for discovery and metadata access
16
+ - **Workflow registry** — `index.json` (machine-readable) + `REGISTRY.md` (human-readable catalog) with tier, description, phases, and command for each workflow
17
+ - **`tests/workflow-registry.test.js`** — validates registry consistency, script meta exports, command mirror parity, and frontmatter schema for all workflow commands
18
+
19
+ ### Summary
20
+
21
+ | Tier | Workflows | Commands |
22
+ |------|-----------|----------|
23
+ | Research | 3 | `wf-deep-research`, `wf-competitive-analysis`, `wf-tech-evaluation` |
24
+ | Dev | 4 | `wf-code-audit`, `wf-feature-planner`, `wf-pr-review`, `wf-tdd-sprint`, `wf-refactor-plan` |
25
+ | Ops | 2 | `wf-incident-response`, `wf-release-prep` |
26
+ | Intelligence | 2 | `wf-onboard-codebase`, `wf-perf-optimize` |
27
+ | **Total** | **12** | **13 (including wf-catalog)** |
28
+
29
+ ---
30
+
31
+ ## [11.6.0] - 2026-06-17 — Skill Forge
32
+
33
+ Largest single skill expansion in MindForge's history. Adds 80 community-sourced skills across 8 engineering domains with zero external attribution in any committed file. 30 skills are promoted to the engine tier for automatic trigger-matching; 50 live in the extended tier for explicit activation. Three new slash commands complete the discovery surface.
34
+
35
+ ### Added
36
+
37
+ - **Engine-tier skills (auto-trigger, `.mindforge/skills/`)** — 30 new skills activated automatically when task description matches trigger phrases:
38
+ - *Software development:* `systematic-debugging` (4-phase root-cause methodology), `test-driven-development` (RED-GREEN-REFACTOR), `plan` (implementation planning), `simplify-code`, `requesting-code-review`, `spike`, `subagent-driven-development`, `code-wiki`
39
+ - *DevOps & orchestration:* `kanban-orchestrator`, `kanban-worker` (multi-agent task routing)
40
+ - *GitHub workflows:* `github-code-review`, `github-pr-workflow`, `github-issues`, `codebase-inspection`
41
+ - *Research & intelligence:* `research-paper-writing`, `arxiv`, `osint-investigation`, `domain-intel`, `duckduckgo-search`, `scrapling`, `blogwatcher`
42
+ - *Creative:* `concept-diagrams` (SVG educational visuals), `creative-ideation`, `pixel-art`, `meme-generation`
43
+ - *Security:* `web-pentest` (authorized penetration testing), `oss-forensics`, `sherlock`
44
+ - *Data-science & note-taking:* `jupyter-live-kernel`, `obsidian`
45
+
46
+ - **Extended-tier skills (explicit activation, `.agent/skills/`)** — 20 additional skills beyond the promoted 30:
47
+ - *Software development:* `node-inspect-debugger`, `python-debugpy`, `skill-authoring`, `rest-graphql-debug`
48
+ - *GitHub:* `github-auth`, `github-repo-management`
49
+ - *DevOps:* `docker-management`, `devops-cli`, `devops-watchers`, `pinggy-tunnel`, `s6-container-supervision`
50
+ - *Research:* `llm-wiki`, `polymarket`, `parallel-cli`
51
+ - *Security:* `godmode`, `1password-skill`
52
+ - *Creative:* `hyperframes`, `article-illustrator`, `comic-creator`, `video-orchestrator`
53
+
54
+ - **3 new slash commands:**
55
+ - `/mindforge:systematic-debug` — 4-phase root-cause debugging (no fixes without RCA)
56
+ - `/mindforge:skill-tdd` — strict RED-GREEN-REFACTOR TDD enforcement
57
+ - `/mindforge:skills-index` — browseable catalog of all 153 skills grouped by category
58
+
59
+ ### Changed
60
+
61
+ - `tests/install.test.js` — added `hermes-agent` to secret-scanner skip list (gitignored donor directory)
62
+ - `CLAUDE.md` — new **Extended Skill Library** section documents both skill tiers, trigger mechanics, and bulk import pattern
63
+
64
+ ### Skill counts
65
+
66
+ | Tier | Before | After |
67
+ |---|---|---|
68
+ | Engine tier (`.mindforge/skills/`) | 202 | 232 |
69
+ | Extended tier (`.agent/skills/`) | 73 | 123 |
70
+ | Slash commands | 174 | 177 |
71
+
72
+ ---
73
+
3
74
  ## [11.5.1] - 2026-06-11 — Robustness + governance-gate patch (Wave 8)
4
75
 
5
76
  A fast-follow patch from a fresh adversarial audit of the shipped v11.5.0 tree.
package/MINDFORGE.md CHANGED
@@ -3,10 +3,10 @@
3
3
  ## 1. IDENTITY & VERSIONING
4
4
 
5
5
  [NAME] = MindForge
6
- [VERSION] = 11.5.1
6
+ [VERSION] = 11.7.0
7
7
  [STABLE] = true
8
8
  [MODE] = "Platform Sovereign"
9
- [REQUIRED_CORE_VERSION] = 11.5.1
9
+ [REQUIRED_CORE_VERSION] = 11.7.0
10
10
  [SOVEREIGN_IDENTITY] = true
11
11
  [SRE_LAYER_ENABLED] = true
12
12
 
package/README.md CHANGED
@@ -4,9 +4,11 @@
4
4
 
5
5
  ---
6
6
 
7
- ## Latest: v11.3.1
7
+ ## Latest: v11.7.0
8
8
 
9
- - **v11.3.1Packaging hotfix.** Restores the full published payload: every `npx mindforge-cc` install now delivers all 174 slash commands, 73 skills, 154 subagents, and the complete `.mindforge/` framework. (v11.3.0 shipped a too-narrow npm allowlist that silently dropped commands and skills fixed here, with a tarball regression test so it cannot recur.)
9
+ - **v11.7.0"Workflow Forge".** Ships the first Dynamic Workflow Library 12 pre-built multi-agent workflow scripts that run via Claude Code's `Workflow` tool with true parallel agent execution. Four tiers: Research (deep-research, competitive-analysis, tech-evaluation), Dev (code-audit, feature-planner, pr-review, tdd-sprint, refactor-plan), Ops (incident-response, release-prep), Intelligence (onboard-codebase, perf-optimize). 13 new `/mindforge:wf-*` commands. Total: 198 commands.
10
+ - **v11.6.0 — "Skill Forge".** Adds 80 community-sourced skills across 8 domains (software-development, github, devops, research, security, creative, data-science, note-taking) — 30 promoted to engine tier for automatic trigger-matching, 50 in the extended tier for explicit activation. Three new slash commands: `/mindforge:systematic-debug`, `/mindforge:skill-tdd`, `/mindforge:skills-index`. Total: 153 skills, 232 engine-tier entries, 185 commands.
11
+ - **v11.5.1 — Standalone MCP server.** The MindForge MCP server now ships as its own npm package, `mindforge-mcp-server@11.5.1`, listed on the official MCP Registry as `io.github.sairam0424/mindforge`. Add it to Claude Code with one command (see [Use the MCP server](#-use-the-mcp-server-standalone)); it exposes 7 tools over stdio (6 read-only + 1 guarded write).
10
12
  - **v11.3.0 — "Legion".** Imports 154 specialized Claude-Code-native subagents across 10 categories into `.claude/agents/`, fully rebranded and collision-safe. Additive and backward-compatible.
11
13
 
12
14
  See [CHANGELOG.md](./CHANGELOG.md) for full release history.
@@ -22,7 +24,7 @@ MindForge v11.0.0 "Sovereign Stability" is a production-hardening release focuse
22
24
  - **Production observability** — `/api/v1/system` health endpoint, P95 latency tracking, heap health monitoring, and real EIS client with retry logic.
23
25
  - **Graduated intelligence** — Adaptive tier escalation (+1/+2/MAX) with cost-awareness, 3-tier stuck detection, and adaptive context windows.
24
26
 
25
- This release ships 211 personas, 73 skills, 154 specialized subagents, 174 commands, 18 pillars, and 49 swarm templates across 12 engineering domains.
27
+ This release ships 211 personas, 153 skills, 154 specialized subagents, 198 commands, 18 pillars, and 49 swarm templates across 12 engineering domains.
26
28
 
27
29
 
28
30
  ## Installation & Setup
@@ -74,6 +76,29 @@ npx mindforge-cc@latest --claude --local
74
76
  npx mindforge-cc@latest --antigravity --local
75
77
  ```
76
78
 
79
+ ### 🔗 Use the MCP server (standalone)
80
+
81
+ The MindForge MCP server is published as its own npm package,
82
+ **`mindforge-mcp-server`** (`11.5.1`), and is listed on the official
83
+ [MCP Registry](https://registry.modelcontextprotocol.io) as
84
+ `io.github.sairam0424/mindforge`. Wire it into Claude Code with one command:
85
+
86
+ ```bash
87
+ claude mcp add mindforge -- npx -y mindforge-mcp-server
88
+ ```
89
+
90
+ It exposes **7 tools over stdio** — 6 read-only plus 1 guarded write:
91
+
92
+ | Tool | Purpose |
93
+ | :--- | :--- |
94
+ | `mindforge_health` | Framework health check |
95
+ | `mindforge_status` | Project status snapshot |
96
+ | `mindforge_memory_query` | Query the knowledge graph |
97
+ | `mindforge_memory_stats` | Knowledge graph statistics |
98
+ | `mindforge_memory_find_related` | Find related knowledge entries |
99
+ | `mindforge_audit_log` | Read the append-only audit trail |
100
+ | `mindforge_memory_remember` | Persist a memory (guarded write) |
101
+
77
102
  ---
78
103
 
79
104
  - **Production Hardening (v11.0.0)** — LRU caches, atomic JSON writes, log rotation, HANDOFF validation, and temporal snapshot GC for crash-safe long-running sessions.
@@ -355,8 +380,51 @@ See `.mindforge/production/token-optimiser.md`.
355
380
  - **Architecture:** `docs/architecture/README.md`
356
381
  - **Contributing:** `docs/contributing/CONTRIBUTING.md`
357
382
 
383
+ ## 🚀 Dynamic Workflow Library
384
+
385
+ 12 pre-built multi-agent workflow scripts that run via Claude Code's `Workflow` tool. Each workflow fans out concurrent agents, synthesizes results, and returns structured output.
386
+
387
+ **Discover:** `/mindforge:wf-catalog` or `node bin/mindforge-cli.js workflow list`
388
+
389
+ | Tier | Command | What it does |
390
+ |------|---------|-------------|
391
+ | Research | `/mindforge:wf-deep-research` | Fan-out web research → adversarial verify → cited report |
392
+ | Research | `/mindforge:wf-competitive-analysis` | 5× parallel angles → SWOT → positioning |
393
+ | Research | `/mindforge:wf-tech-evaluation` | 5× dimensions → scored matrix → recommendation |
394
+ | Dev | `/mindforge:wf-code-audit` | 3× parallel auditors → verified findings → risk report |
395
+ | Dev | `/mindforge:wf-feature-planner` | Brief → PRD → architecture → user stories |
396
+ | Dev | `/mindforge:wf-pr-review` | 4× parallel reviewers → consensus verdict |
397
+ | Dev | `/mindforge:wf-tdd-sprint` | Spec → RED → GREEN → REFACTOR loop |
398
+ | Dev | `/mindforge:wf-refactor-plan` | Debt scan → risk-sort → safe sequence → plan |
399
+ | Ops | `/mindforge:wf-incident-response` | 4× parallel investigation → mitigate → RCA → postmortem |
400
+ | Ops | `/mindforge:wf-release-prep` | Tests → changelog → version bump → PR → announcement |
401
+ | Intelligence | `/mindforge:wf-onboard-codebase` | Map → domain → architecture → guided tour |
402
+ | Intelligence | `/mindforge:wf-perf-optimize` | Profile → 4× bottleneck hunt → prioritized fix plan |
403
+
404
+ ---
405
+
358
406
  ## 📜 Framework Evolution & Version History
359
407
 
408
+ <details>
409
+ <summary><b>v11.7.0 — Workflow Forge (Dynamic Workflow Library)</b></summary>
410
+
411
+ - **12 dynamic workflow scripts** in `.mindforge/dynamic-workflows/scripts/` — each runs via Claude Code's `Workflow` tool with true parallel agent execution, structured JSON schemas, and adversarial verification where appropriate.
412
+ - **4 tiers:** Research (fan-out search + verify + synthesis), Dev (code-audit, feature-planner, pr-review, tdd-sprint, refactor-plan), Ops (incident-response, release-prep), Intelligence (onboard-codebase, perf-optimize).
413
+ - **13 new commands:** `/mindforge:wf-catalog` discovery index + 12 workflow-specific commands.
414
+ - **CLI discovery:** `node bin/mindforge-cli.js workflow list|info|run <name>`.
415
+ - Architecture follows adversarially-verified best practices: one-workflow-per-domain, predefined (not open-ended) pipelines, fan-out + gated synthesis pattern.
416
+ </details>
417
+
418
+ <details>
419
+ <summary><b>v11.6.0 — Skill Forge (Core + Dev Skill Pack)</b></summary>
420
+
421
+ - **80 new skills** across 8 domains: software-development, GitHub workflows, DevOps orchestration, research intelligence, security, creative tooling, data-science, and note-taking.
422
+ - **Engine tier (auto-trigger):** 30 skills in `.mindforge/skills/` activated automatically by trigger-phrase matching — systematic debugging, TDD, kanban orchestration, OSINT investigation, web pentesting, concept diagram generation, research paper writing, and more.
423
+ - **Extended tier (explicit):** 50 skills in `.agent/skills/` covering GitHub auth, docker management, DevOps watchers, 1Password, debuggers, pixel art, video orchestration, and more.
424
+ - **3 new slash commands:** `/mindforge:systematic-debug` (4-phase RCA), `/mindforge:skill-tdd` (RED-GREEN-REFACTOR), `/mindforge:skills-index` (browseable skill catalog).
425
+ - All skills cleanly integrated — zero external attribution in any committed file.
426
+ </details>
427
+
360
428
  <details>
361
429
  <summary><b>v11.0.0 — Sovereign Stability (Production Hardening)</b></summary>
362
430
 
@@ -501,3 +569,4 @@ MindForge never stores credentials in files. Review:
501
569
 
502
570
  ## ⚖️ License
503
571
  MIT © 2026 MindForge Team
572
+ eam
package/RELEASENOTES.md CHANGED
@@ -1,5 +1,114 @@
1
1
  # Release Notes
2
2
 
3
+ ## v11.7.0 — Workflow Forge
4
+
5
+ **Release Date**: 2026-06-23
6
+ **Type**: Minor — new dynamic workflow library, no breaking changes
7
+ **Upgrade Path**: `npx mindforge-cc@latest`
8
+
9
+ ---
10
+
11
+ The first Dynamic Workflow Library for MindForge. Twelve pre-built multi-agent workflow scripts ship in the npm package and are immediately available to any user who installs MindForge. Each workflow runs via Claude Code's native `Workflow` tool for true parallel agent execution.
12
+
13
+ ### Dynamic Workflow Library
14
+
15
+ 12 workflows across 4 tiers, each backed by a full JS orchestration script in `.mindforge/dynamic-workflows/scripts/`:
16
+
17
+ **Research tier** — fan-out parallel searches, adversarial claim verification, cited synthesis:
18
+ - `deep-research` — Decompose → 5× parallel web search → fetch 15 sources → 3-vote verify → synthesize cited report
19
+ - `competitive-analysis` — 5× angles (product/pricing/reviews/community/roadmap) → SWOT → positioning
20
+ - `tech-evaluation` — 5× dimensions (DX/perf/security/ecosystem/community) → scored matrix → recommendation
21
+
22
+ **Dev tier** — coding-assistant power workflows:
23
+ - `code-audit` — 3× parallel auditors (security/quality/perf) → adversarial verify high-severity findings → risk report
24
+ - `feature-planner` — Brief → PRD → Architecture → User stories (sequential pipeline)
25
+ - `pr-review` — 4× parallel reviewers (correctness/security/perf/style) → consensus verdict
26
+ - `tdd-sprint` — Spec → RED (failing test) → GREEN (minimal impl) → REFACTOR (clean up) loop
27
+ - `refactor-plan` — Debt scan → risk-sort → sequence → safe implementation plan
28
+
29
+ **Ops tier**:
30
+ - `incident-response` — 4× parallel investigation (logs/metrics/traces/code) → mitigate → RCA → postmortem
31
+ - `release-prep` — Tests → changelog → semver bump → PR body → announcement draft
32
+
33
+ **Intelligence tier**:
34
+ - `onboard-codebase` — Map → domain analysis → architecture → guided tour + onboarding docs
35
+ - `perf-optimize` — Profile → 4× parallel bottleneck hunt (DB/network/CPU/memory) → prioritized fix plan → benchmarks
36
+
37
+ ### 13 new commands
38
+
39
+ `/mindforge:wf-catalog` — browseable index of all 12 workflows grouped by tier
40
+ `/mindforge:wf-<name>` — one command per workflow, each with usage and phase descriptions
41
+
42
+ ### CLI discovery
43
+
44
+ ```bash
45
+ node bin/mindforge-cli.js workflow list # print catalog
46
+ node bin/mindforge-cli.js workflow info <name> # show phases and description
47
+ ```
48
+
49
+ ### Upgrade steps
50
+
51
+ 1. `npx mindforge-cc@latest` — all 12 workflows and 13 commands install automatically
52
+ 2. Run `/mindforge:wf-catalog` to browse the library
53
+ 3. Try `/mindforge:wf-deep-research <your question>` for a first run
54
+
55
+ ---
56
+
57
+ ## v11.6.0 — Skill Forge
58
+
59
+ **Release Date**: 2026-06-17
60
+ **Type**: Minor — additive skill pack expansion, no breaking changes
61
+ **Upgrade Path**: `npx mindforge-cc@latest`
62
+
63
+ ---
64
+
65
+ Largest single skill expansion in MindForge history. 80 new skills across 8 engineering domains — software development, GitHub workflows, DevOps orchestration, research intelligence, security, creative tooling, data-science, and note-taking. Zero breaking changes; fully backward-compatible.
66
+
67
+ ### Engine-tier skills (auto-trigger)
68
+
69
+ 30 skills in `.mindforge/skills/` now activate automatically when your task description matches their trigger phrases — no explicit invocation needed:
70
+
71
+ - **Systematic debugging** — 4-phase root-cause methodology. The iron rule: no fix without a root cause investigation first.
72
+ - **Test-driven development** — RED-GREEN-REFACTOR enforcement. Write the failing test first, always.
73
+ - **Plan mode** — implementation planning before coding. Saves the plan to a markdown file.
74
+ - **Kanban orchestration** — `kanban-orchestrator` decomposes work and routes to specialist agents; `kanban-worker` executes individual cards.
75
+ - **GitHub workflows** — PR review, PR lifecycle, issue management, codebase inspection.
76
+ - **OSINT investigation** — public-records cross-reference across SEC, OFAC, OpenCorporates, court records, Wayback Machine.
77
+ - **Web pentesting** — authorized web application penetration testing with hard scope guardrails.
78
+ - **Concept diagrams** — flat, minimal SVG educational diagrams with automatic dark mode.
79
+ - **Research paper writing** — academic paper authoring with citation workflow and reviewer guidelines.
80
+ - And 21 more across research, creative, security, data-science, and note-taking domains.
81
+
82
+ ### Extended-tier skills (explicit activation)
83
+
84
+ 50 skills in `.agent/skills/` for on-demand use: GitHub auth, docker management, DevOps watchers, 1Password CLI integration, debuggers (Node inspect, Python debugpy), creative tools (pixel art, video orchestration, comic creation), research tools (LLM wiki, polymarket, parallel CLI), and more.
85
+
86
+ ### New slash commands
87
+
88
+ | Command | Purpose |
89
+ |---|---|
90
+ | `/mindforge:systematic-debug` | 4-phase root-cause debugging session |
91
+ | `/mindforge:skill-tdd` | Strict TDD RED-GREEN-REFACTOR cycle |
92
+ | `/mindforge:skills-index` | Browse all 153 skills by category |
93
+
94
+ ### Skill counts
95
+
96
+ | Tier | Before | After |
97
+ |---|---|---|
98
+ | Engine tier (`.mindforge/skills/`) | 202 | 232 |
99
+ | Extended tier (`.agent/skills/`) | 73 | 123 |
100
+ | Slash commands | 174 | 177 |
101
+
102
+ ### Upgrade
103
+
104
+ ```bash
105
+ npx mindforge-cc@latest --claude --global
106
+ ```
107
+
108
+ No migration steps required. All new skills are additive.
109
+
110
+ ---
111
+
3
112
  ## v11.5.1 — Robustness + governance-gate patch
4
113
 
5
114
  **Release Date**: 2026-06-11
@@ -527,9 +527,13 @@ async function install(runtime, scope, options = {}) {
527
527
  ];
528
528
 
529
529
  if (runtime === 'claude') {
530
- // Claude Code specifically looks in .claude/commands/mindforge
530
+ // Claude Code looks in .claude/commands/mindforge. Use .agent/mindforge as the
531
+ // canonical source — it is always committed, while .claude/ is gitignored. The
532
+ // previous behaviour of reading from .claude/commands/mindforge/ (itself gitignored)
533
+ // left CI with an empty command set on a fresh checkout.
531
534
  cmdSources.length = 0;
532
- cmdSources.push({ src: src('.claude', 'commands', 'mindforge'), namespace: 'mindforge' });
535
+ cmdSources.push({ src: src('.agent', 'mindforge'), namespace: 'mindforge' });
536
+ cmdSources.push({ src: src('.agent', 'forge'), namespace: 'forge' });
533
537
  }
534
538
 
535
539
  let totalCount = 0;
@@ -140,6 +140,13 @@ const COMMANDS = {
140
140
  }
141
141
  };
142
142
 
143
+ // ── Workflow subcommand (non-script, handled inline) ─────────────────────────
144
+ if (COMMAND === 'workflow') {
145
+ const workflowRunner = require('./workflows/workflow-runner');
146
+ workflowRunner.run(COMMAND_ARGS[0], COMMAND_ARGS.slice(1));
147
+ process.exit(0);
148
+ }
149
+
143
150
  if (!COMMAND || ARGS.includes('--help') || ARGS.includes('-h')) {
144
151
  printUsage();
145
152
  process.exit(0);
@@ -0,0 +1,110 @@
1
+ 'use strict';
2
+
3
+ const fs = require('fs');
4
+ const path = require('path');
5
+
6
+ const ROOT = path.resolve(__dirname, '..', '..');
7
+ const REGISTRY_PATH = path.join(ROOT, '.mindforge', 'dynamic-workflows', 'index.json');
8
+
9
+ function loadRegistry() {
10
+ if (!fs.existsSync(REGISTRY_PATH)) {
11
+ console.error('Workflow registry not found. Run `npx mindforge-cc@latest` to reinstall.');
12
+ process.exit(1);
13
+ }
14
+ return JSON.parse(fs.readFileSync(REGISTRY_PATH, 'utf8'));
15
+ }
16
+
17
+ function cmdList() {
18
+ const workflows = loadRegistry();
19
+ const tiers = ['research', 'dev', 'ops', 'intelligence'];
20
+ const byTier = {};
21
+ for (const wf of workflows) {
22
+ (byTier[wf.tier] = byTier[wf.tier] || []).push(wf);
23
+ }
24
+
25
+ console.log('\nMindForge Dynamic Workflow Library\n');
26
+ for (const tier of tiers) {
27
+ if (!byTier[tier]) continue;
28
+ console.log(` ${tier.toUpperCase()} TIER`);
29
+ for (const wf of byTier[tier]) {
30
+ console.log(` ${wf.command.padEnd(40)} ${wf.description}`);
31
+ }
32
+ console.log('');
33
+ }
34
+ console.log(` Total: ${workflows.length} workflows`);
35
+ console.log(' Run `node bin/mindforge-cli.js workflow info <name>` for details.\n');
36
+ }
37
+
38
+ function cmdInfo(name) {
39
+ if (!name) {
40
+ console.error('Usage: workflow info <name>');
41
+ process.exit(1);
42
+ }
43
+ const workflows = loadRegistry();
44
+ const wf = workflows.find(w => w.name === name);
45
+ if (!wf) {
46
+ console.error(`Workflow not found: ${name}`);
47
+ console.error(`Available: ${workflows.map(w => w.name).join(', ')}`);
48
+ process.exit(1);
49
+ }
50
+
51
+ console.log(`\n${wf.name}`);
52
+ console.log(` Command: ${wf.command}`);
53
+ console.log(` Tier: ${wf.tier}`);
54
+ console.log(` Description: ${wf.description}`);
55
+ console.log(` When to use: ${wf.whenToUse}`);
56
+ console.log(` Script: ${wf.scriptPath}`);
57
+ console.log(' Phases:');
58
+ for (const p of wf.phases) {
59
+ console.log(` ${p.title.padEnd(16)} ${p.detail}`);
60
+ }
61
+ console.log('');
62
+ }
63
+
64
+ function cmdRun(name, args) {
65
+ if (!name) {
66
+ console.error('Usage: workflow run <name> [args...]');
67
+ process.exit(1);
68
+ }
69
+ const workflows = loadRegistry();
70
+ const wf = workflows.find(w => w.name === name);
71
+ if (!wf) {
72
+ console.error(`Workflow not found: ${name}`);
73
+ process.exit(1);
74
+ }
75
+
76
+ const scriptPath = path.join(ROOT, wf.scriptPath);
77
+ if (!fs.existsSync(scriptPath)) {
78
+ console.error(`Workflow script not found: ${scriptPath}`);
79
+ process.exit(1);
80
+ }
81
+
82
+ const argsStr = args.join(' ');
83
+ console.log(`\nTo run the "${name}" workflow in Claude Code:`);
84
+ console.log('\nInvoke via the Workflow tool with:');
85
+ console.log(` scriptPath: "${wf.scriptPath}"`);
86
+ console.log(` args: "${argsStr}"`);
87
+ console.log(`\nOr use the command: ${wf.command} ${argsStr}`);
88
+ console.log('\nThe Workflow tool runs in Claude Code\'s native multi-agent environment.');
89
+ console.log('Phases: ' + wf.phases.map(p => p.title).join(' -> ') + '\n');
90
+ }
91
+
92
+ function run(subcommand, args) {
93
+ switch (subcommand) {
94
+ case 'list':
95
+ cmdList();
96
+ break;
97
+ case 'info':
98
+ cmdInfo(args[0]);
99
+ break;
100
+ case 'run':
101
+ cmdRun(args[0], args.slice(1));
102
+ break;
103
+ default:
104
+ console.error(`Unknown workflow subcommand: ${subcommand || '(none)'}`);
105
+ console.error('Usage: workflow <list|info|run> [args]');
106
+ process.exit(1);
107
+ }
108
+ }
109
+
110
+ module.exports = { run };
@@ -194,4 +194,29 @@ mindforge <command> [options]
194
194
  | `tokens` | Analyze token consumption and cost efficiency |
195
195
  | `learning` | Consult or initialize the project agentic learning memory |
196
196
  | `record-learning` | Append a new Learning Entry to the Evolution Log |
197
+ | `workflow list` | List all available dynamic workflows with descriptions |
198
+ | `workflow info <name>` | Show phases and metadata for a specific workflow |
199
+ | `workflow run <name> [args]` | Display invocation instructions for a workflow |
200
+
201
+ ---
202
+
203
+ ## 🚀 Dynamic Workflow Library
204
+
205
+ Pre-built multi-agent workflow scripts triggered via `/mindforge:wf-*` commands. Each runs via Claude Code's `Workflow` tool with true parallel agent execution.
206
+
207
+ | Command | Tier | Description |
208
+ | :--- | :--- | :--- |
209
+ | `/mindforge:wf-catalog` | — | Browse all 12 workflows grouped by tier |
210
+ | `/mindforge:wf-deep-research` | research | Fan-out web research → adversarial verify → cited report |
211
+ | `/mindforge:wf-competitive-analysis` | research | 5× parallel angles → SWOT → positioning |
212
+ | `/mindforge:wf-tech-evaluation` | research | 5× dimensions → scored matrix → recommendation |
213
+ | `/mindforge:wf-code-audit` | dev | 3× parallel auditors → verified findings → risk report |
214
+ | `/mindforge:wf-feature-planner` | dev | Brief → PRD → architecture → user stories pipeline |
215
+ | `/mindforge:wf-pr-review` | dev | 4× parallel reviewers → consensus verdict |
216
+ | `/mindforge:wf-tdd-sprint` | dev | Spec → RED → GREEN → REFACTOR loop |
217
+ | `/mindforge:wf-refactor-plan` | dev | Debt scan → risk-sort → safe sequence → plan |
218
+ | `/mindforge:wf-incident-response` | ops | 4× parallel investigation → mitigate → RCA → postmortem |
219
+ | `/mindforge:wf-release-prep` | ops | Tests → changelog → version bump → PR → announcement |
220
+ | `/mindforge:wf-onboard-codebase` | intelligence | Map → domain → architecture → guided tour |
221
+ | `/mindforge:wf-perf-optimize` | intelligence | Profile → 4× bottleneck hunt → prioritized fix plan |
197
222
 
@@ -1,4 +1,4 @@
1
- # MindForge — Getting Started (v11.3.1)
1
+ # MindForge — Getting Started (v11.5.1)
2
2
 
3
3
  This guide gets you from zero to a working MindForge project in under five minutes.
4
4
 
@@ -9,21 +9,58 @@ This guide gets you from zero to a working MindForge project in under five minut
9
9
 
10
10
  ## Install
11
11
 
12
- MindForge is installed via `npx` for zero-config setup:
12
+ MindForge ships across several channels. Pick the one that matches how you work — the CLI installer is the recommended starting point.
13
+
14
+ ### 1. CLI installer (recommended, via `npx`)
15
+
16
+ Zero-config setup that scaffolds the full framework:
13
17
 
14
18
  ```bash
15
19
  # Recommended (auto-detects your runtime)
16
- npx mindforge-cc
20
+ npx mindforge-cc@latest
17
21
 
18
22
  # Antigravity (local development)
19
- npx mindforge-cc --antigravity --local
23
+ npx mindforge-cc@latest --antigravity --local
20
24
 
21
25
  # Claude Code (local, per project)
22
- npx mindforge-cc --claude --local
26
+ npx mindforge-cc@latest --claude --local
23
27
  ```
24
28
 
25
29
  After installation, the `mindforge` CLI command is available for runtime operations (health checks, security scans, headless execution, etc.).
26
30
 
31
+ ### 2. Claude Code plugin (self-hosted marketplace)
32
+
33
+ Install MindForge as a Claude Code plugin from its marketplace:
34
+
35
+ ```bash
36
+ /plugin marketplace add sairam0424/MindForge
37
+ /plugin install mindforge@mindforge
38
+ ```
39
+
40
+ ### 3. Standalone MCP server
41
+
42
+ Run the MindForge MCP server (`mindforge-mcp-server`) over stdio — it exposes 7 tools (6 read-only plus 1 guarded write): `mindforge_health`, `mindforge_status`, `mindforge_memory_query`, `mindforge_memory_stats`, `mindforge_memory_find_related`, `mindforge_audit_log`, and `mindforge_memory_remember`.
43
+
44
+ ```bash
45
+ claude mcp add mindforge -- npx -y mindforge-mcp-server
46
+ ```
47
+
48
+ This server is also published to the [MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.sairam0424/mindforge` (currently `11.5.1`, marked latest).
49
+
50
+ ### 4. Homebrew
51
+
52
+ ```bash
53
+ brew install sairam0424/tap/mindforge
54
+ ```
55
+
56
+ ### SDK
57
+
58
+ To build on top of MindForge programmatically, install the TypeScript SDK:
59
+
60
+ ```bash
61
+ npm i mindforge-sdk
62
+ ```
63
+
27
64
  ## Initialise Your Project
28
65
 
29
66
  Open your agentic runtime (Antigravity or Claude Code) in your repository and run:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindforge-cc",
3
- "version": "11.5.1",
3
+ "version": "11.7.0",
4
4
  "description": "MindForge \u2014 Sovereign Agentic Intelligence Framework. Sovereign Stability: Production-Hardened Agentic Intelligence (v11)",
5
5
  "bin": {
6
6
  "mindforge-cc": "bin/install.js",
@@ -23,6 +23,7 @@
23
23
  ".mindforge/schemas/",
24
24
  ".mindforge/personas/",
25
25
  ".mindforge/skills/",
26
+ ".mindforge/dynamic-workflows/",
26
27
  ".mindforge/governance/",
27
28
  ".mindforge/integrations/",
28
29
  ".mindforge/intelligence/",