ck:plans-kanban

Serve a Kanban dashboard for monitoring plan progress and milestones.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Plans teams often struggle to get a clear, unified view of multiple plans and their progress across a project. This skill provides a plans-kanban dashboard that aggregates plan data into a visual, interactive board and timeline, enabling faster insight and coordination.

Core Features & Use Cases

  • Plan discovery and grouping via a Kanban board with per-plan progress, milestones, and status indicators.
  • Timeline/Gantt-style visualization for plan phases and milestones.
  • Quick access to per-plan details through a built-in MD-viewer integration for plan.md files.
  • Use Case: A product team wants a single dashboard to monitor the status of 12 initiatives, see upcoming milestones, and quickly jump to plan docs.

Quick Start

Run the Plans Kanban server to start serving the dashboard and begin exploring plans.

Frequently Asked Questions about ck:plans-kanban

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

FAQPage Schema
How do I view a project management dashboard for multiple plans?

To view a project management dashboard for multiple plans, use this skill to aggregate plan data into a visual Kanban board and timeline. It scans your plans directory to monitor progress, phases, and milestones in a centralized view.

Can I visualize plan milestones and timelines in a Gantt-style chart?

Yes, you can visualize plan milestones and timelines in a Gantt-style chart. This skill provides a timeline visualization that maps plan phases and milestones chronologically, enabling faster insight and coordination across initiatives.

How do I track progress across multiple initiatives using a Kanban board?

You can track progress across multiple initiatives using a Kanban board by running the Plans Kanban server. It groups plans with per-plan progress indicators, status updates, and milestones, exposing HTTP routes for the dashboard data.

Do I need Markdown files to use the plans dashboard and Kanban view?

Yes, you need Markdown files to use the plans dashboard. The skill integrates with a built-in MD-viewer to read plan.md files, relying on the gray-matter dependency to parse frontmatter metadata for grouping and status tracking.

What is the best way to monitor plan phases and milestones centrally?

The best way to monitor plan phases and milestones centrally is through this skill's unified dashboard. It uses a plans-scanner to aggregate multiple plan documents into an interactive board with quick access links to per-plan documentation.

Are there limitations to managing project workflows with a Markdown-based Kanban dashboard?

A limitation of managing project workflows with a Markdown-based Kanban dashboard is that it depends on local plan.md files and frontmatter metadata consistency. Real-time multi-user collaboration requires serving the exposed HTTP routes over a shared network.