Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

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.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando de instalación directa
npx -y tokrepo@latest install 0b671655-3020-489a-bc4d-2244a5f59416 --target codex

Ejecutar después de confirmar el plan con dry-run.

Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados