plans-kanban

Displays Kanban dashboards with progress tracking and timeline visualization from plan.md files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Plan teams often struggle to track multiple plans across phases and milestones. This skill provides a live Kanban dashboard that aggregates plans, shows progress, and visualizes timelines to improve visibility and decision-making.

Core Features & Use Cases

  • Progress tracking per plan with milestone visibility.
  • Timeline/Gantt-style visualization and activity heatmap for workload awareness.
  • Rich plan metadata extraction from plan.md files to drive a searchable dashboard and quick navigation.

Quick Start

Start the plans-kanban server and open the dashboard 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 visualize plan progress and milestones from markdown files?

To visualize plan progress and milestones from markdown files, this Skill extracts rich metadata from plan.md files to render a live Kanban dashboard with timeline visualization. It aggregates plan data to monitor status and improve decision-making.

How do I set up a Kanban dashboard for multi-phase project workflows?

Setting up a Kanban dashboard for multi-phase workflows requires starting the Node-based server with npm dependencies like gray-matter. You run the plans-kanban server to enable client-side rendering and load rich plan metadata directly in your browser.

Can I track workload awareness using a Gantt-style timeline dashboard?

Yes, you can track workload awareness using a Gantt-style timeline dashboard that includes an activity heatmap. This Skill provides timeline visualization to monitor plan status across multiple phases and milestones.

Does this dashboard tool work with front matter metadata in plan files?

Yes, the dashboard tool works with front matter metadata by using the gray-matter dependency to parse plan.md files. It extracts rich plan metadata to drive a searchable dashboard and enable quick navigation.

What is the best way to monitor multiple plans across phases without a database?

The best way to monitor multiple plans across phases without a database is using a server-based dashboard tool that loads markdown files. This Skill provides live Kanban views and progress tracking directly from plan.md files.

Are there limitations when using a node-based server for client-side plan rendering?

A limitation of using a node-based server for client-side plan rendering is the dependency on npm packages like gray-matter. You must maintain the server environment to ensure the dashboard can continuously load and display rich plan metadata.