compozy — What is it?

Compozy is an AI-assisted development tool that orchestrates the full lifecycle of AI coding agents, from idea generation to code shipping.

⭐ 2,141 Stars 🍴 108 Forks Go MIT Author: compozy
Source: README View on GitHub →

Why it matters

Compozy is gaining attention due to its comprehensive approach to AI-assisted development, addressing the pain points of scattered prompts, manual task tracking, and inefficient code review cycles. Its unique feature of a single command to manage 40+ agents and its structured pipeline from idea to code make it stand out.

Source: Synthesis of README and project traits

Core Features

Single command for multiple agents

Compozy allows installation of core workflow skills into various AI agents with a single command, enabling a seamless development process.

Source: README
Structured pipeline

The tool supports a structured pipeline from idea to code, with optional stages like PRD, TechSpec, and Tasks, ensuring a systematic approach to development.

Source: README
Codebase-aware enrichment

Compozy uses parallel agents to explore the codebase, providing context-specific tasks and enhancing the development process.

Source: README
Multi-agent execution

Compozy supports concurrent execution of tasks across multiple agents, with configurable timeouts, retries, and exponential backoff.

Source: README
Reusable agents

Users can package prompts, runtime defaults, and agent-local MCP servers to create reusable agents for different tasks.

Source: README
Workflow memory

Compozy maintains context between runs, allowing agents to inherit decisions, learnings, and errors from previous tasks.

Source: README
Provider-agnostic reviews

The tool supports fetching review comments from various sources and normalizes them into a consistent format.

Source: README
Markdown-based artifacts

All artifacts like PRDs, specs, and reviews are stored as human-readable markdown files, ensuring version control and ease of editing.

Source: README
Executable extensions

Compozy allows intercepting and modifying pipeline phases with subprocess hooks and supports custom extensions using TypeScript or Go SDKs.

Source: README
Single binary, local-first

Compozy compiles to a single Go binary with no runtime dependencies, ensuring that code and data remain local.

Source: README
Embeddable

Compozy can be used as a standalone CLI or imported as a Go package into custom tools.

Source: README

Architecture

Compozy's architecture is modular, with a daemon managing runtime state and workspace artifacts. It uses YAML frontmatter for metadata and supports concurrent task execution across multiple agents. The tool leverages various design patterns, including dependency injection and the command pattern, for flexibility and maintainability.

Source: Code tree + dependency files

Project Knowledge Graph

Knowledge graph: project (center) + core features (inner hexagons) + key dependencies (outer chips) github.com/coder/acp-go-sdkgithub.com/cod… github.com/gin-gonic/gingithub.com/gin… github.com/gofrs/flockgithub.com/gof… github.com/spf13/cobragithub.com/spf… Single command for multiple agentsSingle command for… Structured pipeline Codebase-aware enrichmentCodebase-aware enri… Multi-agent executionMulti-agent executi… Reusable agents Workflow memory Provider-agnostic reviewsProvider-agnostic r… Markdown-based artifactsMarkdown-based arti… compozy Project Core feature Key dependency

Center: project; inner ring: core feature modules; outer ring: key dependencies. Auto-generated from core_features and tech_stack.key_deps.

Tech Stack

LanguageGoFrameworkCobra, Gin, fsnotify, etc.
github.com/coder/acp-go-sdkgithub.com/gin-gonic/gingithub.com/gofrs/flockgithub.com/spf13/cobra
Local execution, no specific infrastructure mentioned
Source: Dependency files + code tree

Quick Start

```bash brew tap compozy/compozy brew install --cask compozy npm install -g @compozy/cli go install github.com/compozy/compozy/cmd/compozy@latest git clone git@github.com:compozy/compozy.git cd compozy && make verify && go build ./cmd/compozy compozy setup compozy exec --agent ```
Source: README Installation/Quick Start

Use Cases

Compozy is suitable for developers and teams looking to streamline the AI-assisted development process, especially in scenarios involving code generation, review cycles, and collaborative development.

Source: README

Strengths & Limitations

Strengths

  • Strengths: Comprehensive AI-assisted development pipeline, modular architecture, support for various AI agents, and ease of integration with existing workflows.

Limitations

  • Limitations: Limited community and ecosystem compared to more established tools, potential learning curve for new users, and reliance on specific AI agents and runtimes.
Source: Synthesis of README, code structure and dependencies

Latest Release

v0.2.4 (2026-05-14): Release 0.2.4 - Bug fixes for Codex acp integration, Cwd path, and Workspace register.

Source: GitHub Releases

Verdict

Compozy is a promising tool for developers seeking to integrate AI into their development process. Its comprehensive features and structured pipeline make it a valuable asset for teams looking to automate and streamline their development workflows.

Transparency Notice
This page is auto-generated by AI (a large language model) from the following public materials: GitHub README, code tree, dependency files and release notes. Analyzed at: 2026-05-22 10:19. Quality score: 85/100.

Data sources: README, GitHub API, dependency files