Vibe Kanban — Summary
Vibe Kanban is a full-stack local web application (Rust backend + SvelteKit frontend, shipped via npx vibe-kanban) that serves as a multi-agent planning and review dashboard for 10+ coding agents (Claude Code, Codex, Gemini CLI, GitHub Copilot, Amp, Cursor, OpenCode, Droid, CCR, Qwen Code). It is not a prompt framework — it provides no commands, skills, hooks, or spec templates of its own. Instead, it wraps existing agents' native slash commands and provides a kanban board for issue planning, workspace management (each workspace = one agent + one git branch + one dev server), inline diff review with AI-generated PR descriptions, and a built-in browser with devtools. Note: The project announced sunsetting at the time of analysis.
Compared to seeds, Vibe Kanban is architecturally unlike all 11 seeds — the closest analogy is kiro (both are graphical environments for managing AI coding agents), but Vibe Kanban is a local web app you run via npx rather than a closed IDE. It adds no spec format, no methodology, and no prompt primitives; its value is entirely in the planning + review UX layer on top of existing agents.