kanban-orchestrator

Decompose complex workflows into Kanban task lanes with dependency-aware parent-child relationships.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposition and governance for distributed Hermes orchestration, enabling safe, non-executable routing of work across multiple profiles via Kanban lanes.

Core Features & Use Cases

  • Auto-injected Kanban guidance into each kanban worker's system prompt to enforce the "decompose, don't execute" rule.
  • Profile-aware task decomposition that ground-truths available profiles and prevents assignment to unknown assignees.
  • Explicit dependency graph and parent-child task relationships to support parallelism, gating, and auditability.

Quick Start

Ground the available profiles, then decompose a complex workflow into independent Kanban lanes assigned to suitable profiles.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I decompose complex workflows into Kanban-ready task lanes for multi-agent orchestration?

Multi-agent orchestration decomposes complex workflows by breaking them down into independent Kanban lanes assigned to suitable profiles. This creates a dependency-aware task graph that supports parallelism, gating, and auditability across distributed agents.

What are anti-execution guardrails in multi-profile task routing?

Anti-execution guardrails in multi-profile task routing enforce a strict "decompose, don't execute" rule. This behavior is auto-injected into each worker's system prompt to ensure the orchestrator only structures and routes work without prematurely executing the underlying tasks.

How do I prevent task assignment to unknown assignees in distributed orchestration?

To prevent task assignment to unknown assignees, profile-aware task decomposition ground-truths available profiles before routing. This validates every assignee against discovered profiles, ensuring tasks are only dispatched to known, active worker configurations.

When do I need explicit parent-child task relationships for Kanban task decomposition?

You need explicit parent-child task relationships for Kanban task decomposition when managing complex workflows that require parallelism and gating. This dependency-aware structuring ensures sub-tasks are properly sequenced and auditable across multiple orchestrated profiles.

Can I manage parallel task execution using dependency-aware Kanban lanes?

Yes, you can manage parallel task execution using dependency-aware Kanban lanes. The orchestration process structures explicit parent-child task relationships to gate parallel workflows, ensuring dependencies are resolved before downstream tasks begin.