Open_Source

From idea toshipped code.One command.

Compozy orchestrates 40+ AI coding agents through a structured pipeline -- from idea to merged PR -- right from your terminal. Single binary, zero dependencies.

Tech Decoration
>> COMPOZY.PIPELINECLI Orchestration Engine
RUNNING
Idea
PRD
Spec
Tasks
Exec
Review
Agents40+
Skills9
Local-First
Tech Decoration
WORKFLOW

Structured
PIPELINE

From idea to shipped code through seven structured phases.

01
PRD GenerationIdea β†’ Requirements
Task ExecutionAgents run in parallel
03
Code ReviewAutomated validation
04
Memory PersistContext for next run
MODE: LOCALMARKDOWN_FIRST
Tech Decoration
Agent Overview40+
OPEN SOURCE
Claude
Codex
Gemini
Ollama
OpenRouter
OpenCode
Moonshot
+33
Skills9 built-in
Phases7 stages
DepsZero
Tech Decoration
compozy // output
>_ Awaiting stream connection...
40+
40+ AI agents
9
9 built-in skills
MIT
100% open source
How It Works

Seven phases. One pipeline.

Every feature follows a structured path from idea to shipped code. No steps skipped, nothing lost between handoffs.

1
Idea

Describe what you want to build in plain language

2
PRD

AI generates a Product Requirements Document

3
TechSpec

Architecture, risks, and implementation plan

4
Tasks

Spec broken into independent, executable work units

5
Execution

Agents execute tasks with full codebase context

6
Review

Automated code review and quality validation

7
Memory

Context compacted and persisted for future tasks

What Compozy Does

Structure for your AI workflow.

Your AI agents work in isolation with no shared context. Compozy connects them into one structured pipeline with memory, enrichment, and review.

01
Multi-Agent

40+ Agents, One Pipeline

Claude Code, Codex, Cursor, Gemini, and 36 more -- orchestrated through a single CLI.

Stop switching between terminals and losing context. Compozy routes tasks to the right agent, manages their execution, and collects results into a unified workflow. Add new agents by name -- no plugins or configuration files needed.

  • Claude Code, Codex, Cursor, Gemini, and 36 more agents supported
  • Route different tasks to different agents based on capability
  • Add new agents without plugins or configuration
compozy orchestrate
Claude
Claude Code
Codex
Codex
Gemini
Gemini
Z.AI
Z.AI
OpenRouter
OpenRouter
Ollama
Ollama
OpenCode
OpenCode
Vercel
Vercel
Moonshot
Moonshot
+31 more agents
02
Structured Pipeline

Seven Phases, Zero Guesswork

Every feature follows a traceable path: Idea, PRD, TechSpec, Tasks, Execution, Review, Memory.

AI coding without structure produces throwaway code. Compozy enforces a pipeline where each phase produces a versioned markdown artifact. Nothing gets lost between handoffs. Every decision is traceable back to its origin.

  • Each phase produces a versioned markdown artifact
  • Phase gates prevent skipping steps or losing context
  • Full audit trail from idea through merged pull request
1.
Idea
2.
PRD
3.
TechSpec
4.
Tasks
5.
ExecutionPARALLEL
6.
Review
7.
Memory
03
Codebase-Aware

Agents Explore Before They Execute

Every agent starts with full understanding of your repository -- file structure, patterns, dependencies, and conventions.

The biggest cost of AI-assisted development is re-explaining your codebase every session. Compozy enriches each task with repository context before any agent touches your code. Agents understand your patterns, not just your prompt.

  • Automatic repository analysis before task execution
  • Agents understand your code patterns and conventions
  • No more copy-pasting context into every session
Enrichment Output
$compozy enrich --task auth-module
SCANAnalyzing repository structure...
FOUNDsrc/auth/ (12 files, 2.4k LOC)
FOUNDsrc/middleware/session.ts
FOUNDtests/auth/ (8 test suites)
DEPSbetter-auth@2.1, drizzle-orm@0.36
PATTERNRepository uses Effect-TS service pattern
PATTERNAuth routes follow Hono middleware chain
ENRICHTask context enriched with 14 references
DONEAgent ready. Full codebase context loaded.
04
Workflow Memory

Context That Persists Across Tasks

Cross-task memory with automatic compaction keeps agents informed without bloating token windows.

Each task builds on what came before. Compozy maintains a workflow memory that compacts automatically, carrying forward decisions, constraints, and learnings. New tasks start informed. Previous context is never lost, never duplicated.

  • Cross-task context persisted as structured markdown
  • Automatic memory compaction prevents token bloat
  • New tasks inherit decisions from previous phases
Workflow Memory3.2k tokens compacted
+.compozy/
-config.toml
+memory/
-shared.md
-task-001.md
-task-002.md
-compacted.md
+artifacts/
-prd-auth-v2.md
-techspec-auth-v1.md
+tasks/
-001-oauth-provider.md
-002-session-middleware.md
-003-rbac-guards.md
14 files trackedAUTO_COMPACT: ON
05
Markdown-First

Human-Readable, Version-Controllable

Every artifact -- PRDs, specs, tasks, reviews -- is plain markdown. Commit them. Diff them. Read them without a special tool.

No proprietary formats. No locked databases. Every artifact Compozy produces is a markdown file you can read, edit, commit, and diff with standard tools. Your project knowledge lives in your repository, not in a SaaS dashboard.

  • All artifacts are plain markdown committed to your repo
  • Diff PRDs and specs like you diff code
  • No proprietary formats or external databases
prd-auth-v2.md
---title: Authentication System v2phase: prdstatus: approvedversion: 2---# OverviewOAuth2 + SSO integration with role-basedaccess control for enterprise teams.## Requirements- Multi-provider OAuth2 (Google, GitHub)- Session management with JWT rotation- RBAC with org-level permissions## Decisions- Use PKCE flow for all providers- Stateless JWT + refresh rotation
git diff: +142 -0COMMITTED
06
Local-First

Your Code Stays on Your Machine

Single binary. Zero runtime dependencies. No accounts, no telemetry, no vendor lock-in.

Compozy runs entirely on your machine. Install via Homebrew, NPM, Go, or build from source. Your code never leaves your laptop. Swap agents freely. Switch providers anytime. You own every byte.

  • Single binary with zero runtime dependencies
  • No accounts, no telemetry, no data collection
  • Install via Homebrew, NPM, Go, or build from source
100% Local Execution
Your Terminalcompozy run
CLI EngineGo binary, zero deps
AI AgentsClaude, Codex, Gemini...
Your Files.compozy/ + markdown artifacts
No cloud|No telemetry|No accounts
Get Started

Install in seconds.

Single binary, zero runtime dependencies. Pick your preferred method.

HomebrewRecommended
NPM
Go
Source
Ecosystem

Works with anyAgentyoualready use.

Compozy supports 40+ AI coding agents out of the box. No plugins, no configuration files -- just the agent name.

Supported Agents

Claude
Supported

Claude Code

Codex
Supported

Codex

Z.AI
Supported

Z.AI

OpenRouter
Supported

OpenRouter

Gemini
Supported

Gemini

Ollama
Supported

Ollama

OpenCode
Supported

OpenCode

Vercel
Supported

Vercel

Moonshot
Supported

Moonshot

+30 more agents supported

View all on GitHub
Open Source

Built in the open.
Shaped by the community.

Compozy is MIT-licensed and built by developers for developers. Star the repo, file an issue, or contribute a pull request.