plans-kanban

Visualize project plans with Kanban and timeline views from plan.md files.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/toanalien/ezdevsecops --skill plans-kanban-toanalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plans-kanban
Source: https://github.com/toanalien/ezdevsecops/tree/main/.opencode/skills/plans-kanban
Command: npx skills add https://github.com/toanalien/ezdevsecops --skill plans-kanban-toanalien

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a visual dashboard for tracking project plans, offering progress monitoring and timeline visualization to enhance project visibility and management.

Core Features & Use Cases

  • Kanban Board View: Organize and track plans by status (Pending, In Progress, Completed, etc.).
  • Timeline/Gantt Visualization: See project phases and durations on a visual timeline.
  • Progress Tracking: Monitor completion percentages for individual plans and phases.
  • Use Case: Manage multiple development sprints or project phases, quickly identifying bottlenecks and overall project health.

Quick Start

Run the command node .opencode/skills/plans-kanban/scripts/server.cjs --dir ./plans --open 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 project plans from markdown files in a dashboard?

To visualize project plans, run the dashboard server pointing to your directory of plan.md files. It parses the markdown data to generate a web-based dashboard for tracking project progress and status.

Can I track project milestones and phases on a Gantt chart timeline?

Yes, you can track milestones and phases on a Gantt chart timeline. The dashboard provides a timeline visualization to view project phase durations and overall schedule directly from your plan data.

How do I organize project tasks by status using a Kanban board?

You can organize project tasks by status using the Kanban board view, which automatically categorizes your plans into columns like Pending, In Progress, and Completed for quick bottleneck identification.

Do I need npm dependencies installed to use the project dashboard?

Yes, you need npm dependencies installed to run the project dashboard. It specifically requires the gray-matter package to parse the frontmatter and markdown content in your plan.md files.

What is the best way to monitor completion percentages for multiple development sprints?

The best way to monitor completion percentages for multiple sprints is to use the dashboard's progress tracking feature, which calculates and displays completion rates for individual plans and project phases.