Immune-Brain is a Skill-driven workflow system for agentic engineering. It keeps planning, execution, review, QA, and learning capture as separate roles so agents can continue work across sessions without relying on chat memory.
Use the host-native plugin surface for your agent:
- Codex: add the repo marketplace from
.agents/plugins/marketplace.json, then installimmune-brain. - Claude Code: add the marketplace from
.claude-plugin/marketplace.json, then installimmune-brain. - Cursor: use
.cursor-plugin/marketplace.jsonwhere plugin marketplaces are available. Runtime tools are exposed through MCP.
All hosts use the same canonical Skill tree:
plugins/immune-brain/skills/
Do not register a second managed copy of the same Skills while the host plugin is enabled. That can double-register Skills.
Codex and Cursor use plugins/immune-brain/.mcp.json, which exposes tools for:
- workflow status
- Plan validation
- Step activation
- execution evidence recording
- QA review decisions
- health checks
Claude Code can also use plugins/immune-brain/bin/imm-* wrappers. These call
the same plugin-local runtime adapter used by MCP. The plugin package includes
its own .imm runtime, so the runtime tools work even when only
plugins/immune-brain is installed.
The public repository does not ship the source repository's root .imm
development runtime or internal planning history. Any files under
plugins/immune-brain/dist/ are packaged plugin runtime assets.
Use these Skills from your agent:
prep: clarify and planrun: continue a validated Planimm-work: drive the current Stepimm-code-review: review material changesimm-compounder: capture reusable learnings after completion
Target projects keep their workflow state in:
.imm/memory/current_iteration.json
docs/specs/
docs/plans/
docs/solutions/
Run agents from the project root so runtime tools read and write the intended project state.
python3 -m json.tool plugins/immune-brain/.codex-plugin/plugin.json
python3 -m json.tool plugins/immune-brain/.mcp.json
python3 plugins/immune-brain/dist/immune_brain_runtime.py list-tools
python3 plugins/immune-brain/dist/.imm/activation_plan.py --validate-refs