SkillsMay 12, 2026·2 min read

Vibe Kanban — Kanban Workspaces for Coding Agents

Vibe Kanban runs from one command and gives teams a kanban-first UI to plan, run, and review coding agents with branches, terminals, and diff comments.

Agent ready

Ready-to-run agent install

This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Direct install command
npx -y tokrepo@latest install 0b671655-3020-489a-bc4d-2244a5f59416 --target codex

Run after dry-run confirms the install plan.

Intro

Vibe Kanban runs from one command and gives teams a kanban-first UI to plan, run, and review coding agents with branches, terminals, and diff comments.

  • Best for: Teams coordinating multiple coding agents who want a plan → run → review loop in one UI
  • Works with: Node.js (npx); integrates with multiple agent CLIs (Claude Code/Codex/Gemini CLI/etc.)
  • Setup time: 5 minutes

Practical Notes

  • Setup time ~5 minutes (npx vibe-kanban)
  • Two measurable outcomes: 1 issue created and 1 workspace run that produces a diff you can comment on
  • GitHub stars + forks (verified): see Source & Thanks

This type of "agent kanban" tool is most useful when you enforce discipline:

  • Every agent run starts from a well-scoped issue.
  • Reviews are handled as comments on diffs (not in chat walls).
  • Workspaces map 1:1 to branches so rollbacks are trivial.

If you're evaluating it for a team, start with a pilot: one repo, 3–5 issues, and a strict definition of done (tests pass, review complete, merge).

FAQ

Q: How do I start it? A: Run npx vibe-kanban and open the local URL it prints.

Q: What does a workspace contain? A: A workspace is designed to bundle an agent run with a branch, terminal, and dev server context.

Q: Can I self-host? A: The repo includes self-hosting guidance; evaluate deployment + auth needs before rolling out.

🙏

Source & Thanks

Source: https://github.com/BloopAI/vibe-kanban > License: Apache-2.0 > GitHub stars: 26,147 · forks: 2,711

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets