Run multiple coding agents in parallel with Vibe Kanban

Instead of waiting for one coding agent to finish before starting the next, you can run several in parallel with Vibe Kanban. Each task gets its own git worktree so agents never conflict.

Why parallel agents?

How it works in Vibe Kanban

Vibe Kanban creates a new git worktree for each task. Agents work in these isolated directories. You see progress in the UI and review changes with built-in diffs.

See parallel execution docs and workspaces for details.

Get started

How-to guide · Getting started · Use cases