ck:plans-kanban

Extract plan metadata and present it in a Kanban-style dashboard.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tonamson/please-done --skill ck-plans-kanban-tonamson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:plans-kanban
Source: https://github.com/tonamson/please-done/tree/main/ck/.opencode/skills/plans-kanban
Command: npx skills add https://github.com/tonamson/please-done --skill ck-plans-kanban-tonamson

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Plans Kanban skill consolidates plan visibility by serving a live dashboard that shows progress, timelines, and statuses for your project plans.

Core Features & Use Cases

  • Kanban-style boards display plan status (pending, in-progress, in-review, completed, cancelled) across projects.
  • Timeline view with progress indicators helps track milestones and phase completion.
  • Per-plan detail access lets teams quickly open plan files and review metadata.

Quick Start

Start the Plans Kanban server with the provided script and point it at your plans directory to view the 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 markdown project plans in a Kanban dashboard?

The dashboard tracks project plan statuses like pending, in-progress, in-review, completed, and cancelled. It applies frontmatter-driven metadata extraction to populate the Kanban boards, using directory-date fallbacks when frontmatter is missing.

How does frontmatter metadata extraction work for markdown planning files?

It uses frontmatter-driven metadata extraction to pull plan details from markdown files, applying directory-date fallbacks when frontmatter is missing. This ensures robust plan-scanner integration for tracking milestones across multiple projects.

What is the best way to track progress across multiple markdown projects?

A Kanban-style dashboard consolidates multi-project visibility by reading markdown files and displaying their progress indicators on a timeline view. This allows quick assessment of milestones and phases across all projects in one interface.

Do I need frontmatter in my markdown files to use the plan dashboard?

Frontmatter is not strictly required. The scanner uses frontmatter-driven metadata extraction for enhanced plan details, but safely applies directory-date fallbacks to infer dates and display plans on the dashboard when frontmatter is missing.