kanban-orchestrator

Enforce WIP limits, detect bottlenecks, and analyze flow metrics on Kanban boards.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/luissimon96/orchestration-devops-agents --skill kanban-orchestrator-luissimon96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-orchestrator
Source: https://github.com/luissimon96/orchestration-devops-agents/tree/main/.agents/skills/kanban-orchestrator
Command: npx skills add https://github.com/luissimon96/orchestration-devops-agents --skill kanban-orchestrator-luissimon96

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Kanban board orchestration helps manage project progress, WIP limits, bottlenecks, and flow metrics, streamlining the project lifecycle.

Core Features & Use Cases

  • Kanban Board Visualization: Visualize project progress with WIP limits and swimlanes.
  • WIP Limits Management: Monitor and enforce Work In Progress limits across columns.
  • Bottleneck Detection: Identify and resolve bottlenecks efficiently.
  • Flow Metrics Tracking: Monitor throughput, cycle time, and lead time for project flow metrics.

Quick Start

Use 'kanban(action: "board")' to view the Kanban board.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I enforce WIP limits on a kanban board to prevent task overload?

You can enforce WIP limits on a kanban board by using orchestration scripts that monitor column capacities and restrict new task assignments when limits are reached, preventing workflow overload and maintaining steady project flow.

What is the best way to detect bottlenecks in project management workflows?

Bottleneck detection in project management workflows is best handled by analyzing flow metrics and traversing the kanban graph deterministically to identify stages where tasks accumulate, allowing teams to resolve delays efficiently without relying on external LLM calls.

How do I track flow metrics like cycle time and lead time for kanban projects?

You track flow metrics like cycle time and lead time by orchestrating kanban boards with scripts that calculate throughput and monitor the time tasks spend in each workflow stage, providing quantitative analysis of project progress.

Does kanban board orchestration require external API calls or LLM integrations?

Kanban board orchestration does not require external API calls or LLM integrations because it relies on deterministic graph traversal and internal scripts to enforce WIP limits and analyze flow metrics, ensuring reliable and self-contained project management.

How do I visualize kanban swimlanes and project progress quickly?

To visualize kanban swimlanes and project progress quickly, you can use a board orchestration command that renders the current state of your workflow, enforcing WIP limits and highlighting bottleneck areas for immediate intervention.