plans-kanban

Visualize plan progress and milestones on a local HTTP dashboard.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/mchien15/wrenai --skill plans-kanban-mchien15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plans-kanban
Source: https://github.com/mchien15/wrenai/tree/main/.claude/skills/plans-kanban
Command: npx skills add https://github.com/mchien15/wrenai --skill plans-kanban-mchien15

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Visualize plan progress and milestones to help teams track project status.

Core Features & Use Cases

  • Kanban-style plan boards across directories with progress indicators and status
  • Timeline visualization to track milestones and phase durations
  • Single-dashboard access to plan details with quick navigation

Quick Start

Run the plans-kanban server with your plans directory to launch 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 plan progress and milestones across multiple project directories?

You can visualize plan progress and milestones by running a local HTTP dashboard server on your plans directory. It parses YAML frontmatter and plan tables across multiple directories to render Kanban boards and timelines for tracking project status.

How does a Kanban dashboard extract progress and duration from markdown plan files?

The dashboard extracts progress and duration by parsing YAML frontmatter for file metadata and reading specific plan tables within the markdown files. This parsed data is then used to calculate milestones and phase durations for visualization.

Can I use a local project management dashboard with remote access for my team?

Yes, the local project management dashboard includes optional remote access capabilities. It serves via an installable HTTP server, enforcing safe file access while allowing broader team access to Kanban boards and plan details.

What is the best way to track multiple project plans stored in separate directories?

The best way to track multiple project plans stored in separate directories is using a unified dashboard that aggregates directory data. It enforces safe file access to provide single-dashboard navigation across Kanban boards and timelines.

Do I need YAML frontmatter in my plan files to generate a timeline visualization?

Yes, YAML frontmatter is required in your plan files to generate a timeline visualization. The dashboard parses this YAML metadata to extract project details, which are then combined with plan table data to render milestones and phase durations.