vibekanban

Orchestrates Git-based project workflows with agents, tasks, and milestones.

22|1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/itechmeat/llm-code --skill vibekanban
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibekanban
Source: https://github.com/itechmeat/llm-code/tree/main/skills/vibekanban
Command: npx skills add https://github.com/itechmeat/llm-code --skill vibekanban

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates AI coding agents across isolated git worktrees to plan, execute, and review tasks, reducing context switching and enabling safe multi-agent collaboration.

Core Features & Use Cases

  • Multi-repo workspaces with session-based conversations for parallel development.
  • Task creation, execution monitoring, and code review across agents and branches.
  • Git worktree isolation ensures safe experimentation and clean rollbacks.

Quick Start

  • Install and run with npx vibe-kanban
  • Open the app in the browser and start creating projects, workspaces, and tasks

Frequently Asked Questions about vibekanban

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

FAQPage Schema
How do I coordinate multiple AI coding agents across isolated git worktrees?

You coordinate multiple AI coding agents across isolated git worktrees by using a kanban-based orchestration system that creates workspaces, manages sessions, monitors task execution, and facilitates code review for safe multi-repo collaboration.

What is the best way to manage parallel task execution in multi-repo development with AI agents?

Managing parallel task execution in multi-repo development involves using session-based conversations and isolated git worktrees, ensuring safe experimentation and clean rollbacks while reducing context switching between agents.

Can I run this kanban task management tool without installing dependencies?

Yes, you can run this kanban task management tool without installing dependencies by using the npx vibe-kanban command, which opens the application directly in your browser to start creating projects and tasks.

Does git worktree isolation work for safe experimentation with AI agents?

Yes, git worktree isolation works for safe experimentation with AI agents by keeping each branch in a separate working directory, which allows developers to test changes independently and perform clean rollbacks.

How do I set up code review workflows across multiple AI agents and branches?

You set up code review workflows across AI agents and branches by creating tasks within a multi-repo workspace, monitoring their isolated execution, and then reviewing the resulting code changes before merging.

When should I use multi-repo workspaces for AI agent task management?

You should use multi-repo workspaces for AI agent task management when you need to plan, execute, and review tasks across multiple repositories simultaneously while preventing context switching and branch conflicts.