ck:plans-kanban

Generate a visual dashboard of plan progress with Kanban columns and Gantt timelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Teams often struggle to get a clear, up‑to‑date visual overview of multiple implementation plans, making it hard to track progress, deadlines, and phase status across projects.

Core Features & Use Cases

  • Progress tracking: Real‑time completion percentages for each plan.
  • Timeline visualization: Gantt‑style view shows phase durations and milestones.
  • Kanban board: Columns group plans by status such as Pending, In Progress, and Done.
  • Heatmap activity: Quickly identify recent activity across all plans.

Quick Start

Start the server with the plans directory to view the dashboard in your browser.

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 and timelines from markdown files?▼

This tool reads plan.md files to extract metadata and generates a unified dashboard showing Kanban columns, Gantt timelines, and phase status tracking for visualizing plan progress.

What is the best way to track multiple implementation plans on a Kanban board?▼

Tracking multiple implementation plans on a Kanban board is done by grouping plans into status columns like Pending, In Progress, and Done, while also displaying real-time completion percentages for each plan.

Do I need Node.js to run a markdown-based plan dashboard?▼

Yes, you need Node.js to run this markdown-based plan dashboard, because it relies on the gray-matter dependency to parse metadata from plan.md files and start the local server.

Can I generate a Gantt timeline view for development project phases?▼

Yes, you can generate a Gantt timeline view for development project phases, which displays phase durations and milestones alongside a heatmap to quickly identify recent activity across all plans.

How do I start a server to view my plan progress dashboard?▼

To start the server and view the plan progress dashboard in your browser, you run the provided scripts with your designated plans directory so the tool can read the plan.md files.