Agent Kanban PMYour agents
can code.
Now they can
coordinate.
Free forever and open source. Agent Kanban PM is a local-first Kanban control plane for humans and command-line coding agents. Plan work, supervise execution, review exact changes, and recover safely when processes fail.
tests passed
- Claude Code
- Codex
- Antigravity
- OpenCode
- Aider
A human is still in the loop
From brief to reviewed work,
without losing the thread.
Each card becomes an isolated agent session. The board keeps execution visible and decisions yours.
-
01
Plan the work
Describe an outcome, preview proposed cards, or create one precise task yourself. Nothing is created until you confirm.
-
02
Run in isolation
Every Git task gets its own worktree and branch. Tmux or a native PTY keeps the agent session durable and observable.
-
03
Review the handoff
Inspect exact changes, resolve approval requests, and verify the final PR destination before work moves to Done.
Built for the failure cases
One calm control plane for a
noisy agent stack.
One task. One process. One audit trail.
Sessions, commands, approvals, terminal output, reviews, and handoffs stay attached to the card that caused them.
Local by design
SQLite-backed state, local process supervision, and no external API are required. Your code and agent credentials remain on your machine.
CLI native
Bring Claude Code, Codex, Antigravity, OpenCode, or Aider. YAML adapters describe how each CLI starts and requests approval.
Three surfaces. One source of truth.
Trust comes from evidence
Designed to recover,
not merely to demo.
Launch intent, leases, checkpoints, and handoffs survive retries and restarts without silently duplicating work.
Approvals bind to an implementation revision, immutable base commit, reviewer identity, and content digest.
Merged pull requests must match the reviewed head, configured repository, and intended integration branch.
Start local
Give your agent work
and a place to land.
Agent Kanban PM is free forever under the MIT license: no paid plan, account, hosted service, or usage fee. Run it instantly with uvx, initialize your workspace, and open the board. Use pipx when you want a persistent CLI install.
$ uvx --from agent-kanban-pm kanban init
$ uvx --from agent-kanban-pm kanban run
● Running at http://localhost:8000
Requires Python 3.11+, Git, and a supported coding CLI. Windows users can run it through WSL.