ck:plans-kanban

Manage and visualize project plans with Kanban boards and Gantt charts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps manage and visualize project plan progress using Kanban boards and Gantt charts, improving project visibility and tracking.

Core Features & Use Cases

  • Kanban Dashboard: Provides a visual representation of plans, including progress, phases, and timelines.
  • Gantt Chart: Displays project timelines with phases, durations, and dependencies.
  • Use Case: If you have a complex project with multiple phases and want to easily visualize and track progress, this Skill allows you to set up a Kanban board and Gantt chart in minutes.

Quick Start

Initialize the Kanban server and start viewing your plan progress by running:

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 project plan progress using a Gantt chart and Kanban board?

The Kanban dashboard tracks plan progress and phases, while the Gantt chart visualizes project timelines, task durations, and dependencies. This combination improves project visibility for complex, multi-phase workflows directly from your markdown files.

How do I set up project plan tracking with markdown files?

You need Node.js installed to run the local server. The server script initializes a visualization interface by reading your plans directory, applying gray-matter to parse YAML frontmatter, and serving the Kanban and Gantt UI components in your browser.

Does this project management visualization tool require any specific dependencies?

This approach uses a local Node.js server and gray-matter for frontmatter parsing, which differs from cloud-based project management tools. It keeps your plan tracking entirely local within your markdown files, ensuring data ownership and seamless integration with existing markdown-based workflows.

What is the best way to track project timelines and task dependencies locally?

Visualization requires plan.md files structured with valid YAML frontmatter containing project phases, timelines, and dependencies. If the frontmatter is missing or incorrectly formatted, gray-matter cannot parse the metadata, which prevents the server from rendering the Kanban board and Gantt chart accurately.