plans-kanban

Scan plan directories and serve a dashboard with progress, timelines, and Kanban views.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/haidonglethqb/CloudSchool --skill plans-kanban-haidonglethqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plans-kanban
Source: https://github.com/haidonglethqb/CloudSchool/tree/main/.claude/skills/plans-kanban
Command: npx skills add https://github.com/haidonglethqb/CloudSchool --skill plans-kanban-haidonglethqb

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Plans teams struggle to visualize project progress and milestones across directories; this skill provides a live dashboard to view plans with progress bars, timelines, and Kanban columns.

Core Features & Use Cases

  • Dashboard with per-plan progress and milestones
  • Timeline/Gantt visualization
  • Kanban board and grid views
  • Remote access and per-directory plan scans

Quick Start

Start the dashboard by running the server script with your plans directory.

Frequently Asked Questions about plans-kanban

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

FAQPage Schema
How do I visualize project plans and milestones across multiple directories?

To visualize project plans across multiple directories, you need a unified dashboard that scans your filesystem. This skill provides a live server exposing an API and front-end to render per-plan progress bars, timelines, and milestones.

How do I set up a Kanban dashboard for my markdown plans?

Set up the Kanban dashboard by running the provided server script with your target plans directory. The server scans the markdown files and renders a front-end dashboard with Kanban columns and grid views for quick status checks.

Can I view a Gantt timeline for markdown plan files?

Yes, you can view a Gantt timeline for your markdown plan files. The dashboard automatically generates timeline visualizations alongside per-plan progress tracking when it scans your designated plans directory.

Does this plans dashboard require frontmatter metadata in my markdown files?

The plans dashboard relies on the gray-matter dependency to parse frontmatter metadata from your markdown files. This allows the server to extract accurate per-plan progress, milestones, and timeline data for the visualization.

What is the best way to get a quick status check on multiple project plans?

The best way to get a quick status check on multiple plans is using a Kanban board or grid view. This skill implements a unified dashboard that scans directories and displays plan progress and milestones visually.