Kanban for coding agents

TaskTrooper vs Vibe Kanban

A kanban board where each task gets a branch, a terminal and a dev server.

Vibe Kanban gives coding agents a board and an isolated workspace per task, and supports a long list of agents. You start each task and review the result; the project has announced it is sunsetting. TaskTrooper's board dispatches by itself, gives each column an owner, and carries the task through review, QA, merge and deploy.

DimensionVibe KanbanTaskTrooper
Where it runsLocal via npx, or a self-hosted server.On your Mac: the desktop app starts an embedded Postgres, the Go backend and the agent sessions. Nothing hosted.
Who starts the workYou, per task.The board. A card entering a column is dispatched to that column's agent; nobody presses run.
RolesNone; pick an agent per task.Six role agents (PM, architect, backend, frontend, mobile, QA) with seeded skills, rules, tool policies and memory. Add your own from a template or from scratch, and give each agent its own runtime: one board can mix Claude Code, Cursor, OpenCode, Antigravity and API models.
Parallel agents and toolsOne agent per task in its own workspace, all with the same capabilities.Several tasks run at once (three sessions by default), each in its own workspace, branch and CLI session. Each role has its own tool policy, so the backend agent runs the test suite while QA drives a browser against another build and the architect reads a third task's pull request. QA has no code tools; the architect reviews and does not implement.
LifecycleTodo, in progress, review.Thirteen columns out of the box: analysis review, code review, QA, PM UAT, human UAT, Done merges, Released watches the deploy.
QANone.A QA agent that cannot pass a task without executing: real requests, headless browser, iOS/Android simulators.
After mergeNone.Deploy recipes, health checks, incidents from Alertmanager/Sentry/webhooks, rollback, App Store and Play releases.
AgentsClaude Code, Codex, Gemini CLI, Copilot, Amp, Cursor, OpenCode and more.Claude Code, Cursor, Antigravity and OpenCode as local processes; Anthropic, OpenAI, Gemini, Groq or any OpenAI-compatible API.
StatusAnnounced as sunsetting.Active.
LicenseApache-2.0.Apache-2.0.

Choose Vibe Kanban if

  • You want the widest agent list and a light board.
  • You want to start and watch each task yourself.

Choose TaskTrooper if

  • You want the board to dispatch and the task to keep moving.
  • You want QA and deploy stages, not only review.
  • You want something maintained.

github.com/BloopAI/vibe-kanban Apache-2.0Described from public documentation; if something is out of date, open an issue.