Your AI coding tool's operating system

Turn one AI assistant into a coordinated dev team. Works with Cursor, Claude Code, Copilot, Windsurf, and any MCP client.

Cursor Claude Code GitHub Copilot Windsurf Goose Roo Cline
npx -y github:cloga/optimus-code init Copied!
Scroll

How It Works

A self-evolving agent lifecycle

Orchestrate

Your AI assistant becomes a Master Agent that analyzes tasks and selects the right specialists.

Delegate

Tasks are dispatched to specialized roles — Architect, PM, QA, Dev — that work in parallel via the Council pattern.

Evolve

Agents start ephemeral (T3), precipitate into templates (T2), and freeze as reusable instances (T1). Your team grows with every task.

T3
Ephemeral
T2
Template
T1
Instance

Watch the Swarm Work

From request to merge — a fully automated pipeline

1

User Request

You describe what you need in natural language

2

PM Creates Issue

Product Manager structures requirements and creates a tracking issue

3

Dev Writes Code

Developer implements with full architectural context

4

QA Verifies

QA Engineer runs tests and reviews quality

5

PR Merged

Pull request merged, issue closed, work shipped

See It In Action

Real workflows, not demos

Bug Fix

Before

You debug alone, context scattered across files and tabs.

After

PM creates issue, Architect designs fix, Dev implements, QA verifies — all tracked.

New Feature

Before

Solo agent guesses at architecture and writes everything in one pass.

After

Council debates architecture, then Dev builds with full context and reviewed design.

Code Review

Before

One reviewer, one perspective, blind spots everywhere.

After

3 expert reviewers in parallel with synthesis report — security, performance, and architecture.

The Architecture

Optimus Code is built on a Great Unification architecture — a pure Node.js MCP daemon with self-evolving agents, map-reduce councils, and issue-first SDLC. Read the full technical deep-dive.

3 Agent Tiers 5 Core Skills Unlimited Roles Zero Config
Read Architecture Whitepaper →
User Layer
Any MCP client
Meta Kernel
Memory, cron, reflection
Organization
PM, Architect — plan & review
Execution
Dev, QA — build & test

Features

Plan Mode

Orchestrators plan, developers code. Separation of concerns enforced by the system.

Council Pattern

Spawn parallel expert reviews. Map-reduce consensus from multiple perspectives.

Skills System

Roles define WHO. Skills define HOW. Many-to-many binding at runtime.

Issue Lineage

Parent-child traceability across all GitHub Issues. Every delegation tracked.

Memory System

Continuous learning from project history. Past mistakes never repeated.

Self-Evolving Agents

Ephemeral → Template → Instance. Your team grows with every task.

Optimus vs. Agent Teams

How our multi-agent architecture compares to Claude Code's new Agent Teams

Dimension Claude Code Agent Teams Optimus Swarm
Multi-Vendor Claude only (single vendor lock-in) Claude + GPT + Gemini + Qwen + any ACP agent
Cross-IDE Terminal only (requires tmux/iTerm2) VS Code, Cursor, Windsurf, Claude Code, Codex, any MCP client
Expert Review Same-model Lead reviews same-model Worker Cross-model heterogeneous council (Map-Reduce + auto VERDICT)
Design Process Worker plans → Lead approves (same model) Problem-First SDLC: 3+ experts propose → Master synthesizes → Council reviews
Coordination Shared task list, workers self-claim PM-orchestrated: intelligent role-aware assignment with full context
Communication Peer-to-peer messaging between agents Centralized orchestration — eliminates cross-model protocol issues
Nested Delegation × Not supported (flat topology) Up to 3 levels of nested delegation with depth tracking
Persistent Memory × None Project + Role + User level memory with relevance scoring
SDLC Integration Task execution only Full lifecycle: Problem → Proposal → Solution → Dev → Review → Release
GitHub/ADO Integration × None Auto Issue/PR creation, lineage tracking, labels

Get Started in 60 Seconds

1

Initialize

npx -y github:cloga/optimus-code init
2

Configure (optional)

VS Code users are auto-configured. Others: add to your MCP client config.

3

Orchestrate

"Use dispatch_council to review our design with Chief Architect and QA Engineer"

Works With Everything

Any MCP-compatible AI coding tool. No lock-in.

VS Code / Copilot
Cursor
Windsurf
Claude Code
Goose
Roo Cline
Built on Model Context Protocol