ck:plans-kanban

Organize plan directories into an interactive kanban dashboard.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-plans-kanban-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:plans-kanban
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/plans-kanban
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-plans-kanban-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill turns scattered plan directories into a live dashboard so teams can understand status, progress, and timing without opening each plan file.

Core Features & Use Cases

  • Kanban and Grid Views: Switch between a status-based board and a searchable card grid.
  • Progress and Timeline Insight: Review completion percentages, phase breakdowns, and a Gantt-style timeline at a glance.
  • Operational Workflow: Use it to scan a plans folder, surface the latest work, and open any plan in a markdown reader for deeper review.

Quick Start

Ask the skill to open your plans directory in the dashboard and show the current status, progress, and timeline for each plan.

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 markdown plan directories as a kanban dashboard?

You can visualize markdown plan directories as a kanban dashboard by running the Node.js server scripts provided, which scan YAML frontmatter discovery metadata to generate an interactive status-based board. This requires a root SKILL.md entry point and populated HTML, CSS, and client-side assets.

Can I track plan progress and timelines using a Node.js server?

Yes, you can track plan progress and timelines using a Node.js server that organizes plan directories into a live dashboard. It supports progress tracking, timeline visualization, status grouping, search, sorting, filtering, and remote access across local or network hosts.

Does the kanban dashboard work with markdown files that have YAML frontmatter?

Yes, the kanban dashboard works with markdown files by requiring YAML frontmatter discovery metadata to populate its views. The Node.js server scripts parse this frontmatter to surface completion percentages, phase breakdowns, and Gantt-style timelines.

What is the best way to view scattered plan directories in a live dashboard?

The best way to view scattered plan directories in a live dashboard is to use a Skill that organizes them into interactive kanban and grid views. It surfaces status, progress, and timing without opening each plan file individually.

Do I need the gray-matter dependency to parse markdown for the kanban board?

Yes, you need the gray-matter dependency to parse markdown files for the kanban board. It processes the YAML frontmatter discovery metadata required by the Node.js server scripts to populate the interactive dashboard views.