AI-Powered Kanban Board for Your .agent Folder
Visualize and manage your tasks from .agent/TASKS/ with a beautiful Kanban board. Preview PRDs, drag-and-drop tasks, and let AI help you ship faster.
Backlog
To Do
Doing
Done
Everything You Need to Ship Faster
A complete task management solution designed for AI-assisted development workflows.
Visual Kanban Board
See all your tasks at a glance with a beautiful, drag-and-drop Kanban interface right inside your editor.
PRD Preview
Click any task to instantly preview the linked Product Requirements Document without leaving your workflow.
AI Integration
Connect to OpenAI, OpenRouter, or Cursor Cloud to generate PRDs and tasks with AI assistance.
Cursor Cloud Agent
Send tasks to Cursor's AI agent to automatically create branches and pull requests.
Multi-Workspace Support
Aggregates tasks from all workspace folders, perfect for monorepos and multi-project setups.
Real-time Updates
Changes to your task files are instantly reflected on the board. Always stay in sync.
How It Works
Get started in minutes with the standard .agent folder structure.
Create Your Structure
Set up your .agent/TASKS/ and .agent/PRDS/ folders in your workspace.
mkdir -p .agent/TASKS
mkdir -p .agent/PRDSAdd Tasks
Create markdown task files with status, priority, and PRD links.
## Task: Auth Feature
**Status:** To Do
**Priority:** High
**PRD:** [Link](../PRDS/auth.md)Open the Board
Run 'Kaiban: Show Markdown Board' to visualize and manage your tasks.
Cmd+Shift+P → Kaiban: Show BoardSupported Task Format
## Task: Your Task Title
**ID:** task-001
**Label:** Your Task Title
**Description:** Brief description of the task
**Type:** Feature | Bug | Enhancement | Research
**Status:** Backlog | To Do | Doing | Testing | Done
**Priority:** High | Medium | Low
**Created:** 2025-01-08
**Updated:** 2025-01-08
**PRD:** [Link](../PRDS/your-prd.md)
---
## Additional Notes
Your task details, acceptance criteria, etc.Ready to Ship Faster?
Install Kaiban Board for free and start managing your AI agent tasks today.
Install for Cursor