ck:plans-kanban

Visualize project plans with Kanban and timeline views.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/felix-howard/ella --skill ck-plans-kanban-felix-howard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:plans-kanban
Source: https://github.com/felix-howard/ella/tree/main/.opencode/skills/plans-kanban
Command: npx skills add https://github.com/felix-howard/ella --skill ck-plans-kanban-felix-howard

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 visualization and timeline overviews to improve project visibility and management.

Core Features & Use Cases

  • Kanban Board View: See plans organized by status (Pending, In Progress, Completed, etc.).
  • Timeline/Gantt Visualization: Understand project phases and durations over time.
  • Progress Tracking: Monitor completion percentages for individual plans.
  • Use Case: A project manager can use this Skill to quickly get an overview of all active projects, their current status, and upcoming milestones, facilitating better resource allocation and risk assessment.

Quick Start

Run the command node .opencode/skills/plans-kanban/scripts/server.cjs --dir ./plans --open to view the plans dashboard.

Frequently Asked Questions about ck:plans-kanban

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

FAQPage Schema
How do I visualize project plans using a Kanban board?

You can visualize project plans by running a local script that parses markdown files and renders a dashboard to display plan status, phase progress, and activity heatmaps in a Kanban view.

Can I track project progress and timeline overviews with markdown files?

Yes, you can track project progress and visualize timeline phases by parsing markdown files with gray-matter, which generates a dashboard showing completion percentages and Gantt-style durations.

What is the best way to get an overview of active project statuses and milestones?

The best way to overview active project statuses is using a visualization dashboard that organizes plans into Pending, In Progress, and Completed columns while rendering timeline phases for milestone tracking.

Do I need npm dependencies to generate a project management dashboard?

Yes, you need npm dependencies like gray-matter installed to parse the markdown project files required for generating the Kanban board and Gantt-style timeline dashboard.

How does the Kanban dashboard handle progress tracking for individual plans?

The Kanban dashboard handles progress tracking by parsing plan data to calculate and display completion percentages for individual plans alongside their current status columns and activity heatmaps.

Does the project visualization dashboard support Gantt charts for phase durations?

Yes, the project visualization dashboard supports Gantt charts by rendering a timeline view that maps project phases and durations over time to help assess resource allocation and risks.