Developer Tools

Open-source Kanban app runs AI agents in parallel on every task card

Dispatch multiple agents at once, each in its own git branch, board updates live.

Deep Dive

Dispatch parallel agents on as many cards as you want; each agent runs in its own git worktree on a kanbots/issue-N branch. The board updates live as runs progress, decisions surface, and costs accrue.

Key Points
  • Runs multiple AI agents in parallel, each on its own Kanban card
  • Each agent uses a separate git worktree and branch (kanbots/issue-N) for isolation
  • Live board updates show progress, decisions, and cost accumulation in real time

Why It Matters

Brings agent orchestration directly into project management, enabling developers to automate tasks at scale.