# 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. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use 1. Install / set up: ```bash npx vibe-kanban ``` 2. Start / smoke test: ```bash # After it starts, open the printed local URL in your browser ``` 3. Verify: - Create one issue, start one workspace run, and confirm you can review a diff and send feedback as inline comments. ## 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 --- ## 快速使用 1. 安装 / 设置: ```bash npx vibe-kanban ``` 2. 启动 / 冒烟测试: ```bash # After it starts, open the printed local URL in your browser ``` 3. 验证: - 创建 1 个 issue,启动 1 个 workspace 运行;确认能查看 diff 并用行内评论把反馈发回给 agent。 ## 简介 Vibe Kanban 一条命令即可启动:用看板规划任务,并以 workspace(分支+终端+预览)运行 agent;产出 diff 后可直接行内评审,把计划→执行→评审做成团队闭环协作。 - **适合谁:** 需要同时管理多个 coding agent 的团队,希望把计划/执行/评审集中到一个界面 - **可搭配:** 基于 Node.js(npx);可与多种 agent CLI(Claude Code/Codex/Gemini CLI 等)协作 - **准备时间:** 5 分钟 ## 实战建议 - 准备时间约 5 分钟(`npx vibe-kanban`) - 两项可量化结果:创建 1 个 issue,并完成 1 次 workspace 运行产出可评审的 diff - GitHub stars / forks(已核验):见「来源与感谢」 这类“agent 看板”在你愿意坚持流程时才会爆发价值: - 每次 agent 运行都从一个边界清晰的 issue 开始。 - 评审以 diff 行内评论为主,而不是聊天墙。 - workspace 与分支 1:1 对应,回滚/对比才简单。 团队试点建议:先选 1 个仓库,跑 3–5 个真实 issue,并定义清晰的 Done(测试通过、评审完成、合并)。 ### FAQ **怎么启动?** 答:运行 `npx vibe-kanban`,然后打开它打印出来的本地地址。 **workspace 里有什么?** 答:按 README 的描述:通常会绑定分支、终端与开发预览上下文,方便跑 agent 并回看结果。 **能自托管吗?** 答:仓库提供自托管说明;上线前建议评估部署与权限/认证需求。 ## 来源与感谢 > Source: https://github.com/BloopAI/vibe-kanban > License: Apache-2.0 > GitHub stars: 26,147 · forks: 2,711 --- Source: https://tokrepo.com/en/workflows/vibe-kanban-kanban-workspaces-for-coding-agents Author: Script Depot