VS Code AI agents workflow
Developers want the editor for focus and the kanban for orchestration. Vibe Kanban’s IDE integration is designed so you can follow agent progress, jump into review, and correlate running processes without living only in a browser tab.
Suggested split of responsibilities
- VS Code – Edit, run tests locally, navigate symbols, small fixes during review.
- Vibe Kanban – Queue tasks, pick agents (Claude, Cursor CLI, Copilot, etc.), merge when diffs look good.
- Git – Worktrees keep parallel agent trees off your main checkout until you merge.
Scaling beyond one agent
When you adopt multiple agents, the IDE becomes a cockpit: you still type code, but status and review surface in tools built for diff-heavy workflows. Start from getting started if you have not run npx vibe-kanban yet.