ck:plans-kanban

Launch the ClaudeKit plans dashboard at localhost:3456 for kanban views.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/duy-tung/claude-code-setup --skill ck-plans-kanban-duy-tung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:plans-kanban
Source: https://github.com/duy-tung/claude-code-setup/tree/main/claude/skills/plans-kanban
Command: npx skills add https://github.com/duy-tung/claude-code-setup --skill ck-plans-kanban-duy-tung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The CK: Plans Kanban Skill unit addresses the need for quick and efficient access to the ClaudeKit plans dashboard within the CLI, reducing the time and steps required to view and manage project plans.

Core Features & Use Cases

  • Dashboard Access: Provides a straightforward command to open the ClaudeKit plans dashboard, offering a centralized view of project plans.
  • Task Management: Streamlines project tracking and progress oversight by allowing users to quickly navigate to plan files from the dashboard.
  • Use Case: For project managers or team leads, this skill can help facilitate better planning and execution by allowing immediate access to the plans dashboard, reducing the overhead of manual navigation through multiple files.

Quick Start

To open the plans dashboard, use the command: node .claude/skills/plans-kanban/scripts/open-dashboard.cjs

Frequently Asked Questions about ck:plans-kanban

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

FAQPage Schema
How do I open the ClaudeKit plans kanban dashboard from the CLI?

To open the ClaudeKit plans kanban dashboard, run `node .claude/skills/plans-kanban/scripts/open-dashboard.cjs`. This launches the UI at http://localhost:3456/plans, providing kanban views and timeline checks.

What is the plans kanban dashboard used for in project management?

The plans kanban dashboard centralizes project tracking by visualizing plan files as kanban views. It streamlines progress oversight and allows team leads to navigate directly into plan files for better execution.

Do I need the ClaudeKit CLI installed to view the plans dashboard?

Yes, accessing the plans dashboard requires the ClaudeKit CLI to be installed and running locally. The environment must also support the plans-dashboard feature to launch the UI successfully.

Can I navigate into specific plan files from the kanban dashboard UI?

Yes, the kanban dashboard UI provides navigation into plan files. You can select items directly from the kanban views to open and manage the underlying project plan details without manual file searching.

Why is my plans dashboard not loading at localhost:3456?

If the plans dashboard is not loading, ensure the ClaudeKit CLI is actively running and supports the plans-dashboard feature. The dashboard depends on this local environment to serve the kanban views at the specified port.

What's the best way to manage project plans using a CLI kanban view?

The best way to manage project plans via a CLI kanban view is launching the dashboard script to centralize tracking. This provides immediate visual kanban views and timeline checks for efficient project oversight.