kanban-orchestrator

Route decomposed Kanban tasks across profiles without executing them.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates and coordinates multi-profile Kanban work by decomposing tasks, routing lanes to the right profiles, and enforcing anti-temptation rules that prevent the orchestrator from executing work directly.

Core Features & Use Cases

  • Decomposition playbook: Ground tasks to existing profiles before fanning out work.
  • Anti-temptation rules: Enforce "route, don't execute" and guardrails for dependencies and task flow.
  • Auditable task graph: Create and manage inter-dependent lanes with parent links to ensure correct sequencing.

Quick Start

Show the task graph to the user before creating cards.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I route tasks across multiple kanban profiles without the orchestrator executing the work?

To route tasks across multiple kanban profiles safely, you can use an orchestrator that enforces anti-temptation rules, decomposing work and assigning lanes to profiles while preventing direct execution. This maintains safe isolation between task creation and execution.

What is a kanban task graph and how does it help with complex work decomposition?

A kanban task graph is an auditable structure that maps inter-dependent lanes with parent links to ensure correct task sequencing. It helps manage complex planning by providing a visible, traceable hierarchy for decomposed work assigned to different profiles.

How do I start multi-agent orchestration for complex planning tasks?

To start multi-agent orchestration, ground your tasks to existing profiles before fanning out work, then show the task graph to the user before creating cards. This stepwise governance ensures proper decomposition and safe task routing.

When do I need anti-temptation rules in a task orchestration workflow?

You need anti-temptation rules in task orchestration when an orchestrator must route work across profiles without executing tasks directly. These guardrails enforce route-don't-execute policies, protecting the isolation between task creation and execution dependencies.

Does multi-agent kanban orchestration support dependencies between routed lanes?

Yes, multi-agent kanban orchestration supports dependencies by maintaining an auditable task graph with parent links. This ensures correct sequencing and manages inter-dependent lanes safely across multiple assigned profiles.

What's the best way to maintain safe isolation between task creation and execution in multi-agent workflows?

The best way to maintain safe isolation is by applying a decomposition playbook with strict anti-temptation rules. This enforces a route-don't-execute policy, ensuring the orchestrator only creates and routes tasks without executing them directly.