kanban-orchestrator

Decompose multi-agent Kanban tasks into parallel lanes with dependency gating.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of stalled, misrouted, or incorrectly bundled multi-agent tasks in Kanban workflows by enforcing strict profile validation, proper work decomposition, and explicit dependency management for orchestrator profiles.

Core Features & Use Cases

  • Profile Discovery & Validation: Automatically verifies available Hermes profiles before task assignment to prevent silent task stalls from unknown assignee names.
  • Task Graph Decomposition: Breaks complex user requests into independent parallel lanes and gated dependent tasks, with explicit parent-child linking to enforce execution order.
  • Anti-Temptation Guardrails: Enforces the "route, don't execute" rule to prevent orchestrators from performing implementer work themselves, ensuring clear role separation.
  • Use Case: If a user requests a full software migration analysis, implementation, and CTO memo, the Skill decomposes this into parallel research tasks, a synthesis task gated on the research outputs, and a drafting task gated on the synthesis, each assigned to the correct existing specialist profile.

Quick Start

Ask the orchestrator to decompose your multi-step software development request into Kanban tasks assigned to your configured Hermes profiles, with parallel lanes for independent work and dependency links for gated steps.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I prevent stalled multi-agent Kanban tasks caused by misrouted work?

Prevent stalled multi-agent Kanban tasks by enforcing strict profile validation and anti-temptation guardrails. The orchestrator verifies available Hermes specialist profiles before assigning work, ensuring tasks are routed correctly and never executed by the orchestrator itself.

How do I decompose complex software requests into parallel and dependent Kanban tasks?

Decompose complex software development requests into a Kanban task graph with explicit parent-child links. This structure creates parallel independent lanes for research and gates synthesis or drafting tasks on dependency completion, enforcing proper execution order.

Why does my orchestrator profile execute implementer work instead of routing it?

Orchestrator profiles execute implementer work when anti-temptation guardrails are missing. Enforcing a route-don't-execute rule prevents orchestrators from performing specialist work themselves, maintaining clear role separation and proper task decomposition.

Do I need configured Hermes profiles before assigning Kanban tasks?

Yes, you need configured Hermes profiles. Profile discovery and validation automatically verifies available specialist profiles before task assignment, preventing silent task stalls caused by routing work to unknown or non-existent assignee names.

Can Kanban task namespaces inherit tenant awareness for multi-agent workflows?

Yes, Kanban task namespaces support tenant-aware inheritance for multi-agent workflows. This ensures orchestrator profiles route work to specialist profiles within the correct tenant boundary, maintaining isolation during parallel task execution.

What is the best way to recover stuck workers in a multi-agent Kanban workflow?

Recover stuck workers in a multi-agent Kanban workflow by applying dependency gating and profile validation. The orchestrator re-routes stalled tasks to verified specialist profiles, preventing silent stalls and ensuring gated dependent tasks resume correctly.