plans-kanban

Render a Kanban dashboard for plan status, milestones, and timelines.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/nguyenvanlinh1902/trackingSolar --skill plans-kanban-nguyenvanlinh1902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plans-kanban
Source: https://github.com/nguyenvanlinh1902/trackingSolar/tree/main/.opencode/skill/plans-kanban
Command: npx skills add https://github.com/nguyenvanlinh1902/trackingSolar --skill plans-kanban-nguyenvanlinh1902

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Projects often struggle to get a single view of progress across many plans. The plans-kanban skill delivers a Kanban-style dashboard that visualizes plan status, milestones, and timelines to improve planning and execution.

Core Features & Use Cases

  • Scans plan directories to aggregate plan metadata, statuses, and timelines.
  • Renders an interactive dashboard with Kanban columns, progress bars, and a timeline/Gantt-like view.
  • Supports remote access and per-directory views via API routes.

Quick Start

Run the server against your plans directory to start the dashboard.

Frequently Asked Questions about plans-kanban

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

FAQPage Schema
How do I visualize project management plans as a Kanban dashboard?

To visualize project management plans as a Kanban dashboard, this skill scans plan directories to aggregate metadata, statuses, and timelines, rendering an interactive UI with progress bars and a Gantt-like timeline view.

Does this Kanban dashboard work with nested plan directories?

Yes, the Kanban dashboard supports nested plan directories by extracting metadata to enable per-directory views and global overviews, allowing you to quickly switch between localized project statuses and overarching timelines.

How do I extract plan metadata using gray-matter for a project dashboard?

You can extract plan metadata for a project dashboard by using gray-matter for frontmatter parsing, which automates the discovery of active plans and feeds status, milestones, and timeline data into the Kanban UI.

What is the best way to track milestones and timelines across multiple plans?

The best way to track milestones and timelines across multiple plans is to run an npm-based server that discovers active plans and renders a unified Kanban dashboard with progress tracking and timeline visualization.

Can I access the plans dashboard remotely via an API?

Yes, you can access the plans dashboard remotely because the modular npm server implements API routes that support remote access and serve per-directory views for your project management workflow.