kanban-orchestrator

Decompose tasks into Kanban graphs and route them to specialist profiles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multi-agent Kanban workflows where work must be decomposed, routed, and tracked without direct execution by the orchestrator.

Core Features & Use Cases

  • Decomposition playbook: standardizes task breakdowns into kanban tasks and parent/child relationships.
  • Specialist roster: ensures a defined set of profiles (researcher, analyst, writer, reviewer, etc.) exist for routing.
  • Governance & audit: enforces gated promotions and maintainable audit trails across long-running tasks.

Quick Start

Decompose a user task into a kanban task graph and route to the appropriate specialists without performing the tasks.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I coordinate multi-agent workflows with parallel task execution?

Multi-agent workflows are coordinated by decomposing user tasks into a Kanban task graph and routing them to defined specialist profiles for parallel execution. The orchestrator enforces governance rules to ensure proper handoffs without executing tasks directly.

What is the best way to decompose tasks for a multi-agent Kanban workflow?

Task decomposition for a Kanban workflow uses a standard playbook to break user requests into parent and child tasks. This establishes clear task relationships and routes components to appropriate specialists like researchers or analysts.

How does gated promotion work for long-running task graphs?

Gated promotion enforces orchestration rules across long-running tasks by requiring approval at defined checkpoints. This governance mechanism creates a maintainable audit trail ensuring proper handoffs before downstream specialists begin work.

Can I use human-in-the-loop reviews within automated task routing?

Human-in-the-loop reviews integrate into task routing through gated promotions within the task graph. The orchestrator pauses workflow progression until human approval is granted, ensuring robust traceability across complex processes.

Do I need predefined specialist profiles to use task orchestration?

Predefined specialist profiles are required as the orchestrator routes decomposed tasks to a standard roster including researchers, writers, and reviewers. This ensures routed tasks match the correct specialist capabilities.

When should I avoid using a multi-agent orchestrator for task routing?

Task routing orchestrators should be avoided when processes require direct execution by the coordinator rather than delegation. It is designed strictly for coordinating task graphs, not for performing the decomposed tasks itself.