kanban-orchestrator

Route planning tasks through a Kanban orchestrator with profile-grounded decomposition.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the safe routing of planning work through a Kanban-based orchestrator by decomposing tasks, grounding decisions in available profiles, and preventing direct execution without appropriate handoffs.

Core Features & Use Cases

  • Grounded profile discovery and validation before planning to avoid sizing errors or unknown assignees.
  • Decomposition playbook that sketches task graphs, assigns lanes to profiles, and defines dependencies to enable parallelization and safe handoffs.
  • Anti-temptation rules that enforce the "route, don't execute" principle and ensure audit-friendly task lifecycle.
  • Reproducible orchestration with clear handoffs and traceable task lineage for multi-agent workflows.

Quick Start

Ask Hermes for the list of configured profiles and begin decomposing a Kanban-driven workflow.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I coordinate multi-agent workflows to prevent premature task execution?

To coordinate multi-agent workflows and prevent premature execution, use a Kanban-driven orchestrator that applies anti-temptation rules to route tasks safely, ensuring proper decomposition and gated handoffs before agents execute work.

What is a Kanban-driven orchestrator for multi-agent task decomposition?

A Kanban-driven orchestrator routes complex planning tasks through a decomposition playbook that grounds assignments to available profiles, sketches explicit task graphs, assigns parallel lanes, and defines dependencies for safe multi-agent coordination.

How do I decompose tasks into parallel lanes gated by dependencies for multiple profiles?

Decompose tasks into parallel lanes by first discovering and validating available profiles, then sketching an explicit task graph that assigns lanes to profiles and defines dependency gates, enabling safe parallelization and structured handoffs.

Can I use multi-agent orchestration in environments with unknown or unvalidated profiles?

Multi-agent orchestration requires grounded profile discovery and validation before planning begins. Sizing tasks without validating available profiles leads to unknown assignees and sizing errors, making safe task routing impossible.

When should I avoid direct execution in multi-agent workflow orchestration?

You should avoid direct execution when complex planning tasks require decomposition and dependency gating. Anti-temptation rules enforce a route, don't execute principle, ensuring tasks pass through appropriate handoffs for audit-friendly lifecycle management.

What's the best way to establish reproducible orchestration with traceable task lineage across agents?

Reproducible orchestration with traceable task lineage is achieved by routing work through a Kanban orchestrator that uses explicit task graphs, dependency gates, and clear handoffs, ensuring all multi-agent coordination is auditable and repeatable.