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

Vibe Kanban — AI Agent Task Management System

A kanban-style project management tool designed specifically for AI coding agent workflows. Vibe Kanban helps developers organize, prioritize, and track tasks that are executed by AI agents like Claude Code and Codex.

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
Vibe Kanban Overview
Comando de instalación directa
npx -y tokrepo@latest install 9c8d2750-57f1-11f1-9bc6-00163e2b0d79 --target codex

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

Introduction

Vibe Kanban is a task management system built for the emerging workflow where AI coding agents handle implementation. It gives developers a visual board to decompose projects into agent-sized tasks, track their execution, and review results, bridging the gap between high-level planning and AI-driven coding.

What Vibe Kanban Does

  • Provides a kanban board optimized for AI coding agent task breakdown
  • Tracks task status from specification through agent execution to human review
  • Integrates with coding agents to hand off task descriptions as prompts
  • Supports parallel task assignment across multiple agent instances
  • Offers a local-first architecture with optional cloud sync

Architecture Overview

Vibe Kanban is a Rust application with a web-based frontend. The backend manages task state, agent integrations, and file system interactions. Tasks are stored in a local database and can be exported as structured prompts for agent consumption. The system watches for agent output and updates task status automatically.

Self-Hosting & Configuration

  • Build from source with Rust or download pre-built binaries
  • Run the server and access the web UI at localhost
  • Configure agent integrations by specifying command templates for each supported agent
  • Customize board columns and workflow stages via configuration
  • Data is stored locally; no external service required

Key Features

  • Task decomposition designed around AI agent context window constraints
  • Visual tracking of agent progress with diff previews
  • Support for parallel agent execution across multiple tasks
  • Local-first with no mandatory cloud dependency
  • Structured prompt export for consistent agent task handoff

Comparison with Similar Tools

  • Linear / Jira — general project management, not agent-aware; Vibe Kanban is built around AI agent workflows
  • GitHub Issues — lacks visual board and agent integration
  • Plane — open-source PM tool without specific agent task management features
  • TaskWeaver — focuses on agent orchestration rather than human task planning

FAQ

Q: Which AI coding agents does it support? A: It provides integration templates for Claude Code, Codex, and other terminal-based agents. Custom agents can be added via configuration.

Q: Can I use it for non-AI tasks? A: Yes. The kanban board works for any task workflow, but the agent integration features are the main differentiator.

Q: Does it require an internet connection? A: No. Vibe Kanban runs entirely locally. Cloud sync is optional.

Q: Is there a team collaboration mode? A: The current version is single-user. Multi-user support is on the roadmap.

Sources

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