Open-source orchestration that manages the full agent lifecycle — from issue to merged PR. Plan with Opus, build with any model, review and merge automatically.
Assign an issue. Overdeck handles planning, implementation, review, testing, and merge. The only human step is clicking Merge.
Not a demo. A production control plane for teams shipping real software with AI coding agents.
13-view real-time dashboard. Conversations, terminal streaming, kanban board, activity feed, cost tracking, health monitoring — all in one place. Attach to any agent session mid-flight.
Automated quality gates. Inspect verifies each step against the spec. Review diffs against the PRD. Test runs CI. UAT does browser testing. Merge opens the PR.
Opus for planning. Kimi, Sonnet, or GPT for implementation. Haiku for quick tasks. Cloister routes each job to the best model — optimizing capability vs. cost automatically.
Every agent works in its own git worktree with its own branch and tmux session. Run ten agents in parallel on different issues — zero conflicts, zero stepping on each other.
Write a SKILL.md once — it works across Claude Code, Codex, Cursor, and Gemini CLI. Skills persist context across sessions. Your agents never start from zero.
GitHub Issues, Linear, GitLab, and Rally. Connect your existing workflow. Overdeck syncs status bidirectionally, creates PRDs, and links everything back to your tickets.
Every agent, every terminal, every dollar — visible in real time.
See every issue across every project at a glance. Filter by project, cycle, status. Cards show live agent state, cost, specialist progress, and action links. Priority-colored left borders. Semantic column headers.
The nerve center. Threaded conversations with every agent, live terminal streaming, feature metadata, vBRIEF plan viewer, and transcript uploads. Select any feature from the sidebar and see its full lifecycle.
134 agents and counting. Every agent ever spawned — its model, cumulative cost, total runtime, and current status. Cloister Deacon monitors health, detects stuck sessions, and auto-recovers.
Configure multiple AI providers — Anthropic, OpenAI, Google, Kimi, and more. Overdeck routes tasks based on capability matching and cost optimization. Test model connectivity, view available models, all from the settings panel.
13 dashboard views covering every aspect of multi-agent orchestration.








Other tools let you talk to an AI. Overdeck manages the entire software development lifecycle — from ticket to merged PR — with specialized agents at each stage. Planning, implementation, code review, testing, and merge are all automated.
Every agent runs in its own tmux session with full terminal I/O. Attach mid-flight, read scrollback, send commands. 13 dashboard views give you total visibility into what every agent is doing, spending, and producing.
Use any model from any provider. Anthropic, OpenAI, Google, Moonshot — mix and match. Cloister routes each task to the optimal model based on capability and cost. Switch models without changing a line of code.
Write a SKILL.md once and it works across Claude Code, Codex, Cursor, and Gemini CLI. 60+ skills included. Context persists across sessions via PRDs, beads, and state files — agents don't start from zero.
Everything in the dashboard is also available from the CLI.
# Install and launch $ npx @overdeck/core install && overdeck up # Start working on an issue $ pan work issue PAN-443 # Check status across all agents $ pan status Agents: 3/3 active | Stuck: 0 | Queue: 5 Cost today: $12.47 | Handoffs: 20 # Send a message to a running agent $ pan tell agent-cli-1 "focus on the API routes first" # Parallel convoy — work multiple issues at once $ pan convoy create --issues PAN-100,PAN-101,PAN-102