kanban-orchestrator

Decompose complex requests into Kanban task graphs with valid assignees.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps an orchestrator profile break complex requests into the right Kanban tasks, assign them to real available profiles, and keep the work moving without accidentally doing the implementation itself.

Core Features & Use Cases

  • Profile-aware decomposition: Discovers which profiles actually exist before assigning work, preventing silent failures from unknown assignees.
  • Kanban task routing: Splits requests into parallel lanes, creates dependent cards with proper parent links, and supports synthesis, review, and handoff patterns.
  • Safety and workflow guardrails: Enforces the "decompose, don't execute" rule, helps avoid over-linking or bundling unrelated work, and supports goal-mode or recovery for long-running tasks.
  • Use case: A user asks for research, implementation, and review, and this Skill turns that into a task graph that routes each part to the right specialist profile in the right order.

Quick Start

Use the kanban orchestrator skill to inspect the available profiles, propose a task graph for the request, and create the needed Kanban cards with correct assignees and dependencies.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I orchestrate multi-agent workflows without the coordinator executing tasks itself?

To orchestrate multi-agent workflows safely, you decompose complex requests into Kanban task graphs and route each workstream to appropriate worker profiles. This enforces a decompose-don't-execute rule, ensuring the orchestrator only manages task routing and dependency gating while specialists handle implementation.

What is profile-aware task decomposition for parallel workstreams?

Profile-aware task decomposition is the process of discovering which worker profiles exist before assigning work, preventing silent failures from unknown assignees. It splits requests into parallel Kanban lanes and creates dependent cards with valid assignee selection and parent-linked task creation.

How do I set up dependency gating and review loops across multiple agent profiles?

You set up dependency gating by creating Kanban cards with proper parent links that block downstream work until completion. This supports synthesis, review, and human-in-the-loop handoff patterns, generating completion or blocking summaries that preserve the audit trail across multi-agent setups.

Does this task routing approach work for long-running or recovery workflows?

Yes, task routing supports goal-mode and recovery for long-running workflows. The orchestration maintains an audit trail through blocking summaries and parent-linked task creation, helping avoid over-linking or bundling unrelated work while keeping dependent workstreams moving.

What are the limitations of using a Kanban orchestrator for complex request decomposition?

The primary limitation is that the orchestrator cannot execute implementation itself, requiring valid available profiles for every assignee. It also requires careful dependency management to avoid over-linking unrelated work, meaning requests without clear specialist profiles will fail during task routing.

Do I need existing worker profiles before assigning Kanban tasks?

Yes, you need existing worker profiles before assigning Kanban tasks. The orchestrator discovers which profiles actually exist before routing work to prevent silent failures from unknown assignees, ensuring every parent-linked task card has a valid specialist for implementation.