ck:plans-kanban

Render a Kanban dashboard for plan initiatives with milestones and timelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

CloudSchool teams struggle to track multiple improvement plans across departments with scattered notes and inconsistent progress tracking. This skill provides a centralized, visual dashboard for planning items and milestones.

Core Features & Use Cases

  • Visual Kanban board for plans with progress bars and milestones.
  • Timeline/Gantt-style view to visualize durations and milestones.
  • Rich metadata extraction from plan.md files (date, priority, effort, tags).
  • Use Case: manage project initiatives across schools, departments, and cohorts with real-time progress.

Quick Start

Start the plans-kanban server with the --dir flag pointing to your plans directory to view the dashboard.

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 multiple project plans on a single kanban dashboard with timelines?

To visualize multiple plans on a kanban dashboard, this Skill runs a Node.js server that renders a centralized board with progress bars, milestones, and Gantt-style timelines from your plan files.

How do I extract metadata like priority and tags from markdown plan files for a kanban board?

Extracting metadata from markdown plan files requires YAML frontmatter entries for name and description. The dashboard uses gray-matter to parse date, priority, effort, and tags automatically.

Does this kanban dashboard support filtering and sorting across multiple departments?

Yes, the kanban dashboard supports filtering and sorting across multiple plans, schools, and departments, allowing teams to track scattered project initiatives from a centralized view.

What is the best way to start a Node.js server for rendering a plans kanban board?

The best way to start the plans kanban server is to launch it with the --dir flag pointing to your specific plans directory, which immediately serves the client-side dashboard.

Can I track project milestones and durations using a Gantt-style view in Node.js?

Yes, you can track milestones and durations using a timeline Gantt-style view rendered client-side, providing visual tracking for project durations alongside the kanban board.