kanban-orchestrator

Route tasks across agent profiles using Kanban-driven orchestration with dependency management.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/anilcan-kara/nozich-agent --skill kanban-orchestrator-anilcan-kara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-orchestrator
Source: https://github.com/anilcan-kara/nozich-agent/tree/main/skills/devops/kanban-orchestrator
Command: npx skills add https://github.com/anilcan-kara/nozich-agent --skill kanban-orchestrator-anilcan-kara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates work across a fleet of agent profiles using a Kanban-driven approach, ensuring no tasks are executed directly by the orchestrator.

Core Features & Use Cases

  • Discovered profiles drive task routing and workload distribution.
  • Decomposes user requests into parallel lanes, gated synthesis, and auditable handoffs.
  • Includes recovery and reassignment workflows to maintain progress across restarts.

Quick Start

List available profiles and then create parallel kanban tasks for each lane, wiring dependencies so synthesis tasks depend on all required lanes.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
What is Kanban-driven task routing for multi-agent orchestration?

Kanban-driven task routing is an orchestration strategy that distributes work across a fleet of agent profiles without executing tasks directly. It decomposes requests into parallel lanes with gated synthesis and auditable handoffs, ensuring safe workload distribution.

How do I set up parallel task decomposition across multiple agent profiles?

To set up parallel task decomposition, list available agent profiles and create parallel Kanban tasks for each lane. Wire dependencies so synthesis tasks depend on all required lanes, enabling structured workload distribution and safe handoffs.

Can I use Kanban orchestration to manage dependencies and gated synthesis?

Yes, Kanban orchestration manages dependencies and gated synthesis by wiring tasks so synthesis steps depend on completion of all required parallel lanes. This ensures auditable handoffs and structured task routing across profiles.

Does this multi-agent orchestrator handle recovery and reassignment workflows?

Yes, the orchestrator includes recovery and reassignment workflows to maintain progress across restarts. It uses a structured metadata model to ensure safe, auditable task handoffs and prevent direct execution by the orchestrator.

Why should I use a Kanban orchestration strategy instead of direct task execution?

Kanban orchestration prevents direct execution by routing work across discovered profiles instead. This approach ensures auditable handoffs, clear dependency management, and structured task graph generation for safe multi-agent coordination.