kanban-plan

Route work into kanban templates and generate a timestamped plan JSON.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/almazom/agents_slash_skills --skill kanban-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-plan
Source: https://github.com/almazom/agents_slash_skills/tree/main/kanban-plan
Command: npx skills add https://github.com/almazom/agents_slash_skills --skill kanban-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create kanban-first repository plans by routing work into minimal, standard, or complex; materializing the portable kit into the repo planning root; validating the request; and writing a timestamped kanban JSON plus active pointer through /home/pets/TOOLS/kanban_plan_skill_cli.

Core Features & Use Cases

  • Route requests into minimal, standard, or complex template families.
  • Validate and reuse the active plan when the scope matches.
  • Materialize the portable kit inside the target repository and produce a timestamped plan along with pointers.

Quick Start

Run the plan command with a repository path and a request file to produce a timestamped kanban plan.

Frequently Asked Questions about kanban-plan

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

FAQPage Schema
How do I generate a timestamped kanban plan in a repository?

A timestamped kanban plan is created by validating an input request, routing it into a template family, and writing the resulting plan JSON and active pointers into the target repository using the runtime kit.

What is the difference between minimal, standard, and complex kanban routing?

Kanban routing templates categorize work scope into minimal, standard, or complex families. The skill validates the request and selects the matching template, reusing the active plan automatically when the scope matches an existing one.

How do I validate workflow requests before writing a kanban plan?

Workflow request validation is handled automatically by the skill before plan generation. It checks the input request, maps the target repository details, and ensures the data is correct before materializing the portable kit and writing the JSON plan.

Can I reuse an active kanban plan when the work scope matches?

Yes, you can reuse the active kanban plan when the scope matches. The skill validates the incoming request against the existing plan scope and reuses the active plan instead of generating a new timestamped JSON file if they align.

Do I need a specific runtime kit to materialize kanban templates in a repository?

Yes, materializing the portable kit and writing kanban pointers requires the runtime kit located at /home/pets/TOOLS/kanban_plan_skill_cli. The skill depends on this kit to route work and generate the timestamped plan in the target repository.