MindForge
An agentic intelligence framework for Claude Code — orchestrates multi-agent workflows with governance, memory, and autonomous execution. Production-hardened with true parallelism, streaming SDK, and zero-trust security. Install once, get structured AI-driven development with built-in quality gates.
---
Latest release
v11.9.0 (2026-07-27) — Bedrock provider + full dry-run audit. See CHANGELOG.md for full history, or RELEASENOTES.md for human-readable notes.
---
Install
Fastest path — Claude Code plugin marketplace (no project files written):
/plugin marketplace add sairam0424/MindForge
/plugin install mindforge@mindforgeOr the full framework engine via npx (writes .mindforge/ governance, memory, and planning into your project):
npx mindforge-cc@latest --claude --localAll install channels (global, local, Antigravity, Cursor, Copilot, Gemini CLI, MCP server, combined runtimes, --minimal): see docs/getting-started.md.
---
Verify
/mindforge:health # framework + installation health check
/mindforge:health --repair # fix anything the health check flags
/mindforge:status # project status snapshot
/mindforge:next # auto-discover your first taskFull verification walkthrough: docs/quick-verify.md.
---