ck:plans-kanban

Generate an interactive kanban and timeline dashboard from plan.md files.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-plans-kanban-minhhoangdono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:plans-kanban
Source: https://github.com/MinhHoangDono/antigravity-kit/tree/main/.agent/skills/plans-kanban
Command: npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-plans-kanban-minhhoangdono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gray-matter, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

It helps you quickly understand project progress across many plan directories without manually opening each file to check status, phases, and timelines.

Core Features & Use Cases

  • Kanban progress dashboard: Shows plan cards grouped by status (Pending, In Progress, In Review, Done, Cancelled) with progress bars and priority indicators.
  • Timeline/Gantt visualization: Renders a layered timeline for the recent planning window, so you can see sequencing and durations at a glance.
  • Interactive plan browsing: Supports search, sorting, filtering, and a “View” page for each plan’s markdown content.

Quick Start

Run this to start the dashboard for your plans directory: node .claude/skills/plans-kanban/scripts/server.cjs --dir ./plans --open

Frequently Asked Questions about ck:plans-kanban

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

FAQPage Schema
How do I visualize plan progress from markdown files on a kanban board?

This tool generates a kanban dashboard by scanning a directory of plan.md files, extracting frontmatter metadata, and rendering interactive cards grouped by status with progress bars and priority indicators.

Can I generate a Gantt timeline visualization for project phases stored in markdown?

Yes, you can generate a layered Gantt timeline for dated plan folders. The server renders phase tables into a visual timeline, allowing you to see task sequencing and durations across a recent planning window at a glance.

How do I start a local server to view my markdown project plans?

Start the local HTTP server using Node.js with the --dir flag pointing to your plans folder. Configurable --host and --port options launch interactive HTML and JSON dashboard routes for viewing your markdown project plans.

Does the plan tracking dashboard require frontmatter in my markdown files?

Yes, the kanban dashboard requires plan.md files with frontmatter and phase tables. The filesystem scanner extracts this metadata to validate plan status, display progress bars, and populate the timeline visualization accurately.

What is the best way to filter and sort multiple project plans by status?

Use the interactive dashboard interface to live filter, sort, and search across project plans grouped by Pending, In Progress, In Review, Done, and Cancelled statuses, providing rapid visibility without opening individual files.