kanban-orchestrator

Route complex work into a Kanban task graph with dependency gating.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps an orchestrator break complex requests into safe, assignable Kanban tasks instead of trying to do the work itself.

Core Features & Use Cases

  • Task Decomposition: Splits a large goal into parallel lanes, dependencies, and follow-up review steps.
  • Profile-Aware Routing: Forces you to discover which worker profiles actually exist before assigning work, preventing stuck tasks.
  • Kanban Lifecycle Guidance: Covers when to create cards, how to link parents and children, and how to recover or reassign blocked work.
  • Use Case: A user asks for research, implementation, and review on the same topic, and this Skill turns that request into a structured task graph with the right handoffs.

Quick Start

Use the kanban orchestrator skill to map the request into profile-specific Kanban tasks and show the dependency graph before creating any cards.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I break down complex multi-agent work into a task graph?

Multi-agent orchestration uses profile-aware routing to discover existing worker profiles first, preventing stuck tasks by ensuring work is only assigned to profiles that actually exist before creating Kanban cards.

How do I manage dependencies and task routing for parallel research?

Dependency management for parallel research is handled by mapping the request into profile-specific Kanban tasks and displaying the dependency graph, which applies dependency gating to sequence work safely.

What is the best way to orchestrate human-in-the-loop review steps?

Human-in-the-loop review is orchestrated by adding dedicated review steps into the Kanban lifecycle, ensuring tasks remain resumable and auditable through safe recovery handling when work is blocked.

Can I use Kanban task decomposition for multi-profile routing?

Kanban task decomposition supports multi-profile routing by forcing profile discovery before assignment, creating structured cards with parent and child links tailored to specific worker profiles.

Why do my decomposed tasks get stuck during multi-agent orchestration?

Decomposed tasks get stuck during multi-agent orchestration when worker profiles are not discovered before assignment; profile-aware routing prevents this by verifying profiles exist prior to task creation.