plans-kanban

Extract plan metadata from plan.md files into a Kanban dashboard.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/congthang12312/Sentinel-AI-test --skill plans-kanban-congthang12312
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plans-kanban
Source: https://github.com/congthang12312/Sentinel-AI-test/tree/main/.agent/skills/plans-kanban
Command: npx skills add https://github.com/congthang12312/Sentinel-AI-test --skill plans-kanban-congthang12312

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Visualizes and tracks project plans by harvesting metadata from plan.md files and presenting it in a dynamic Kanban dashboard with a timeline view.

Core Features & Use Cases

  • Kanban board across plan statuses with real-time progress indicators.
  • Timeline/Gantt-style visualization for milestones and durations.
  • Quick search, sorting, and filtering to surface relevant plans across directories.

Quick Start

Run the plans-kanban server and open the dashboard URL in your browser.

Frequently Asked Questions about plans-kanban

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

FAQPage Schema
How do I generate a Kanban dashboard from markdown plan files?▼

To generate a Kanban dashboard from markdown plan files, you run a modular server that scans nested directories for plan.md files, extracts YAML frontmatter and header-based metadata, and serves a live board with progress indicators via a JSON API.

What is the best way to visualize project timelines and milestones extracted from markdown?▼

Visualizing project timelines and milestones extracted from markdown is best handled by consolidating rich plan metadata to render Gantt-style timeline views, allowing you to track durations and milestones dynamically across multiple nested directories.

Does this dashboard support search and filter capabilities for multiple project plans?▼

Yes, the dashboard supports quick search, sorting, and filtering capabilities to surface relevant plans across directories, driven by a JSON API that exposes consolidated metadata extracted from your plan.md files.

Do I need YAML frontmatter to track plan progress in the Kanban board?▼

You do not strictly need YAML frontmatter to track plan progress, because the extraction mechanism supports both YAML frontmatter and header-based metadata to drive the Kanban board statuses and real-time progress indicators.

Can I use gray-matter to parse markdown metadata for a project planning dashboard?▼

You can use gray-matter to parse markdown metadata for a project planning dashboard, as it is the core dependency used to extract and consolidate rich plan metadata from your plan.md files into a live Kanban view.