kanban-orchestrator

Orchestrate Kanban workflows with dynamic task creation and dependencies.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill kanban-orchestrator-donzzzilla
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kanban-orchestrator
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/devops/kanban-orchestrator
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill kanban-orchestrator-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured framework for orchestrating work through Kanban, ensuring efficient task routing and execution while maintaining high productivity.

Core Features & Use Cases

  • Decomposition Playbook: A detailed playbook for orchestrating Kanban workflows, guiding the user through the lifecycle of tasks.
  • Anti-Temptation Rules: Ensures that the orchestrator stays within the role of routing work rather than executing it.
  • Dynamic Task Creation: Supports the creation of Kanban tasks with dependencies and parallel work streams.
  • Profile Configuration: Accommodates custom orchestrator setups and user-defined specialist profiles.
  • Goal-mode Cards: Enables persistent, long-running tasks that continue until a specific goal is met.

Quick Start

Initialize a new Kanban task with the kanban_create function, specifying the title, assignee, and body of the task. Example: kanban_create(title="Update documentation", assignee="editor", body="Review and update the technical documentation").

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
What is Kanban task orchestration and when do I need dynamic task creation?▼

Kanban task orchestration is the structured routing and execution of work items. You need it for complex project workflows involving multi-agent collaboration, parallel work streams, and tasks with dependencies.

How do I create a Kanban task with dependencies and assign it to a specific profile?▼

Create a Kanban task using the `kanban_create` function by specifying the title, assignee, and body. This supports dynamic task creation with dependencies, routing work to user-defined specialist profiles.

Can I use goal mode for persistent tasks until a specific objective is met?▼

Yes, goal-mode cards enable persistent, long-running tasks that continue until a specific goal is met. This is ideal for managing complex work items requiring sustained orchestration.

Does the orchestrator execute tasks or just route work to assignees?▼

The orchestrator strictly routes work rather than executing it, enforced by anti-temptation rules. This ensures efficient task routing and execution while maintaining high productivity.

What is the best way to manage parallel work streams in a project workflow?▼

The best way is using a decomposition playbook that guides the task lifecycle. It supports dynamic task creation with dependencies, ensuring proper routing and completion of parallel work streams.

Do I need a structured task definition to use this Kanban workflow tool?▼

Yes, a structured task definition is required. The orchestration tool accommodates custom setups and user-defined specialist profiles, relying on structured definitions to manage complex task dependencies.