vibe-kanban

Orchestrates multiple AI agents on a shared Kanban board with git worktree isolation.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/oh-my-skills --skill vibe-kanban-akillness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-kanban
Source: https://github.com/akillness/oh-my-skills/tree/main/.agent-skills/vibe-kanban
Command: npx skills add https://github.com/akillness/oh-my-skills --skill vibe-kanban-akillness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Managing multiple AI agents across a single Kanban board to coordinate parallel work, isolate work using git worktrees, and generate PRs for collaboration.

Core Features & Use Cases

  • Visual Kanban board: coordinate multiple agents (Claude Code, Codex, Gemini, OpenCode) and track progress across To Do, In Progress, Review, Done.
  • Automatic worktree isolation: automatically creates isolated git worktrees per agent to run tasks in parallel.
  • PR-driven collaboration: generates and manages PRs when tasks complete.
  • MCP integration & multi-agent orchestration: supports MCP-based setup for agent coordination across platforms.

Quick Start

Launch vibe-kanban UI and create a workspace to start parallel AI agents on your repository.

Frequently Asked Questions about vibe-kanban

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple AI agents to run parallel tasks in a single repository?

You can orchestrate multiple AI agents on a shared visual Kanban board to coordinate parallel task execution. It automatically provisions isolated git worktrees per agent, allowing Claude Code, Codex, Gemini, and OpenCode to work simultaneously without file conflicts.

How does git worktree isolation work when managing parallel AI coding agents?

Git worktree isolation automatically creates a separate working directory for each AI agent assigned to a task. This mechanism allows multiple agents to execute changes in parallel on the same repository branch structure without overwriting each other's uncommitted code.

Can I use Claude Code and Gemini together for PR-driven AI collaboration?

Yes, this approach supports multi-agent orchestration across Claude Code, Codex, Gemini, and OpenCode. It manages PR-driven collaboration by automatically generating and managing pull requests when individual agent tasks complete their workflow state.

What environment keys and dependencies do I need to set up MCP-based agent orchestration?

You need the jq dependency, npx vibe-kanban, and environment keys including ANTHROPIC_API_KEY, OPENAI_API_KEY, and GOOGLE_API_KEY. You also need MCP readiness and a configurable data directory to provision workspaces and collect logs.

How do I decompose a software epic into independent workstreams for AI agents?

The system orchestrates multiple AI agents by decomposing epics into independent workstreams managed on a visual Kanban board. It tracks task progress across To Do, In Progress, Review, and Done states to ensure coordinated parallel execution.