AI agent orchestration
Orchestration is everything the model does not do for you: prioritization, isolation, visibility, and merge policy. A raw CLI can run one agent; a team needs a control plane that spans agents and humans. Vibe Kanban is an open-source orchestration layer focused on coding: kanban cards, parallel execution, and review-first merges.
Core primitives
- Tasks as cards – Intent, owner, and agent choice stay visible.
- Workspaces – Git worktrees (see workspaces) isolate concurrent edits.
- Integrations – MCP for assistants, IDE for editor-native workflows.
- Review – Treat agent output like any other branch; see review checklist.
Why open source matters here
You can read how tasks are spawned, audit what leaves your network, and extend behavior. Start from open source and local-first AI coding if procurement or security asks hard questions.