Aigon — Summary
Aigon is a spec-driven multi-agent harness for orchestrating Claude Code, Gemini CLI, Codex CLI, Cursor, OpenCode, Kimi, and Amp from a single Kanban board, CLI, or slash command — running each agent in its own git worktree under tmux with shared Markdown spec files.
Problem it solves: Developers using multiple AI coding agents face fragmented workflows, lost context, and no unified view of feature progress; Aigon provides a single inbox → backlog → in-progress → review → done lifecycle over plain Markdown specs that persists across agents and sessions.
Distinctive trait: Agents are interchangeable engines — Aigon orchestrates the workflow and lifecycle around them; if one vendor's subscription lapses or a model underperforms, you switch agents without losing the spec or the branch.
Target audience: Power users and teams who pay for multiple AI coding subscriptions and want to coordinate them on real branches in real worktrees, with a local Kanban dashboard for visibility, a CLI for terminal workflows, and slash commands for in-agent use.
Production-readiness: Beta (v2.66.0-beta.2); maintained by Sen Labs with 10 stars; early-access commercial product with a free open-source core (Drive, Fleet, dashboard, telemetry) and a Pro tier (AutoConductor autonomous orchestration, deep analytics, AI-powered coaching) in private beta.
Differs from seeds: Aigon is closest to taskmaster-ai in its structured task lifecycle and CLI-centric operation, but differs fundamentally in supporting heterogeneous agent pools (7 different CLI tools) with per-feature worktree isolation, Fleet mode for parallel agent racing, and a local web dashboard. Unlike openspec which focuses on spec authoring, Aigon manages the full feature lifecycle from inception through PR merge. Unlike claude-flow which bundles an MCP server with 305 tools, Aigon delegates execution entirely to the agent CLIs it orchestrates and stores all state as Markdown specs in git.