ck:kanban

Visualize AI agent tasks and plan progress in a live kanban dashboard.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/quanganh208/cookmate --skill ck-kanban-quanganh208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:kanban
Source: https://github.com/quanganh208/cookmate/tree/main/.opencode/skills/kanban
Command: npx skills add https://github.com/quanganh208/cookmate --skill ck-kanban-quanganh208

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualize and coordinate distributed tasks, plans, and AI agent activity in a single live dashboard so teams and automated agents can track progress, spot bottlenecks, and navigate timelines without manual aggregation.

Core Features & Use Cases

  • Progress and Phase Tracking: Plan cards with progress bars and phase status breakdowns (completed, in-progress, pending).
  • Timeline and Gantt Views: Visualize schedules and dependencies across plans and phases.
  • Activity Insights: Activity heatmap, issue and branch links, and click-to-view task details for rapid context switching.
  • Background Server Integration: Runs a Node.js server as a background task that emits JSON with full URLs for local and network access, enabling remote device viewing and process management via task lists.
  • Use Case: Start a kanban dashboard for a repository plans directory to monitor agent-assigned worktrees and review progress across parallel agents during development sprints.

Quick Start

Start the ck:kanban dashboard for the ./plans directory and run the server as a background task so it appears in the task list.

Frequently Asked Questions about ck:kanban

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize AI agent task progress in a live kanban dashboard?

You can visualize AI agent task progress in a live kanban dashboard by running a Node.js server script that renders plan cards with progress bars, phase statuses, and activity heatmaps for local repository directories.

Can I run a kanban dashboard as a background task and access it remotely?

Yes, you can run the kanban dashboard as a background task with a configurable timeout. The Node.js server emits JSON containing full URLs, enabling local network access and remote device viewing during agent orchestration.

How do I track development timelines and dependencies for parallel AI agents?

You can track development timelines and dependencies for parallel AI agents using the dashboard's Gantt views and timeline visualizations, which map schedules and dependencies across plans and phases.

Does the kanban dashboard require a specific server environment to start?

The kanban dashboard requires a Node.js server script runnable from the .opencode/skills/plans-kanban/scripts/server.cjs path, supporting flags like --dir, --host, --open, and --foreground for execution.

What is the best way to coordinate distributed tasks and spot bottlenecks during automated agent workflows?

The best way to coordinate distributed tasks and spot bottlenecks is using a live dashboard that aggregates activity heatmaps, issue and branch links, and phase tracking to visualize plan progress without manual aggregation.

When do I need a dedicated task orchestration dashboard instead of manual tracking?

You need a dedicated task orchestration dashboard when managing parallel AI agents across development sprints, as it provides click-to-view task details and phase breakdowns that prevent manual aggregation errors and context switching delays.