plans-kanban

Render a Kanban dashboard and timeline from plan directories.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/lukebaze/forex-rebate-bot --skill plans-kanban-lukebaze
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: plans-kanban
Source: https://github.com/lukebaze/forex-rebate-bot/tree/main/.opencode/skill/plans-kanban
Command: npx skills add https://github.com/lukebaze/forex-rebate-bot --skill plans-kanban-lukebaze

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires gray-matter, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Plans are often scattered across directories, making it hard to track status and milestones. This Skill provides a centralized Kanban dashboard and timeline view to visualize progress, priorities, and plan health.

Core Features & Use Cases

  • Kanban board with per-plan progress, status, and due dates for quick status overview.
  • Timeline/Gantt-style visualization to understand durations and milestones across plans.
  • Search, sort, and filter capabilities plus a simple API to fetch plans for integration.

Quick Start

Start the Kanban server for your plans directory 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 scattered plan files with a Kanban dashboard and timeline?โ–ผ

A local Node.js server parses your plan directories, extracts metadata using gray-matter frontmatter parsing, and renders a centralized Kanban dashboard with progress tracking and a timeline view for milestones.

What is the best way to track plan progress and milestones across multiple directories?โ–ผ

A modular Node.js architecture parses plans across multiple directories, extracts frontmatter metadata, and provides filtering, sorting, and dashboard rendering to monitor milestones and plan health.

Does this Kanban dashboard work with markdown frontmatter metadata for plan status?โ–ผ

Yes, the dashboard uses the gray-matter dependency to parse frontmatter metadata from plan files, extracting status, priority, and due dates to populate the Kanban board and timeline visualizations.

Can I filter and sort plans by due dates and priorities in a local timeline view?โ–ผ

Yes, the dashboard provides search, sort, and filter capabilities to manage plans by due dates, priorities, and status, rendering durations and milestones in a Gantt-style timeline visualization.

How do I start the local server to access the plan management dashboard in my browser?โ–ผ

Start the configurable local Node.js server for your plans directory and open the rendered dashboard in your browser to access the Kanban board, timeline visualization, and simple API for fetching plans.

What are the limitations of using a Node.js Kanban board for project timeline visualization?โ–ผ

Limitations include dependency on gray-matter frontmatter for metadata extraction and a local server for access, meaning plans lacking structured frontmatter will not populate the dashboard correctly.