How to use Vibe Kanban with Claude Code
Claude Code is a powerful coding agent. Vibe Kanban lets you run it in parallel with other agents, each in isolated workspaces, and then review everything in one place.
1. Install Vibe Kanban
Make sure you have Node.js 18+ and Git installed. Then run:
npx vibe-kanban
Open the URL shown in the terminal. See getting started for details.
2. Configure Claude Code as an agent
In your Vibe Kanban config, add Claude Code as a supported agent (see the docs for the exact command or configuration). You will typically need your Claude API key and the CLI or agent binary.
Once configured, Claude will appear in the list of available agents.
3. Create tasks that use Claude
Create a task in Vibe Kanban, set its description, and select Claude Code as the agent. Each task runs in its own git worktree so that Claude can safely edit files without touching other tasks.
4. Run Claude alongside other agents
You can run Claude tasks in parallel with tasks that use other agents (Cursor, Copilot, etc.). Vibe Kanban keeps them isolated and lets you see all progress in one UI.
5. Review and merge changes
Use the built-in code review view to inspect Claude's changes. Edit if needed, approve, and merge when you're happy.