Loading...
Loading...
Manage work in Vibe Kanban (VK), the shared source of truth for agent tasks. Use when checking assigned work, creating/updating tasks, running heartbeat checks, scanning @mentions, or producing daily standup summaries. Triggers: "check the board", "what's on my plate", "create/update task", "heartbeat", "standup summary".
npx skill4agent add abpai/skills vibe-kanban@your-agent-idvkvibe-kanban/scripts/vkbunvk <command> [--flag value ...]
vk --help # list all commands
vk <command> --help # help for a specific commandvibe_kanbanlist_projectslist_tasksvk list-projects
vk list-tasks --project-id <ID>
vk list-tasks --project-id <ID> --status todo
vk list-tasks --project-id <ID> --status inprogress --limit 10
vk create-task --project-id <ID> --title "[agent-id] Task description"
vk create-task --project-id <ID> --title "Title" --description "Details"
vk get-task --task-id <ID>
vk update-task --task-id <ID> --status inprogress
vk update-task --task-id <ID> --status done
vk delete-task --task-id <ID>vk list-repos --project-id <ID>
vk get-repo --repo-id <ID>
vk update-setup-script --repo-id <ID> --script '#!/bin/bash\n...'
vk update-cleanup-script --repo-id <ID> --script '...'
vk update-dev-server-script --repo-id <ID> --script '...'vk start-workspace-session --task-id <ID> --executor CLAUDE_CODE --repos <repo-id1>,<repo-id2>CLAUDE_CODEAMPGEMINICODEXOPENCODECURSOR_AGENTQWEN_CODECOPILOTDROID| Status | Meaning |
|---|---|
| Not started |
| Actively being worked on |
| Work done, awaiting review |
| Completed |
| No longer needed |
[agent-id][main] Configure daily standup cron[andrej] Document all ~/Projects repos[fury] Research LLM fine-tuning approachesvk list-tasks --project-id <ID> --status todo[agent-id]vk update-task --task-id <ID> --status inprogressvk update-task --task-id <ID> --status doneHEARTBEAT_OK@your-agent-id📋 Daily Standup — YYYY-MM-DD
✅ Completed:
- [agent] Task description
🔍 In Review:
- [agent] Task description
🔄 In Progress:
- [agent] Task description
📌 To Do:
- [agent] Task description[agent-id]--script-o json--output json