kanban-orchestrator

Decompose tasks into Kanban cards and route them to available profiles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate and decompose complex, multi-profile work without executing tasks, ensuring clear handoffs and auditable task graphs. Hermes orchestrates planning through a Kanban-style board, grounding tasks to available profiles and preventing cross-wiring between steps.

Core Features & Use Cases

  • Discovery-first planning: Detects available profiles before decomposing work.
  • Decomposition playbook: Breaks tasks into independent lanes or gated sequences, with proper parent-child relationships.
  • Audit-ready orchestration: Maintains traceable task graphs and explicit execution boundaries for resilience and review.
  • Non-execution rule: Enforces "route, don't execute" to keep work within specialized profiles.

Quick Start

Ask Hermes to decompose a user request into independent Kanban cards and assign them to the appropriate profiles using the discovery steps.

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 multi-profile tasks without executing them?

To decompose multi-profile tasks without execution, use a Kanban-style orchestrator that grounds tasks to available profiles and enforces a route-don't-execute rule. This breaks work into independent lanes or gated sequences while maintaining clear execution boundaries.

What is discovery-first planning in task routing and orchestration?

Discovery-first planning in task routing detects available profiles before decomposing work. This prevents cross-wiring between steps by ensuring the orchestrator grounds parent-child task relationships to actual, verified profiles.

How do I manage dependencies and parallelization across diverse profiles?

Manage dependencies and parallelization across diverse profiles by applying a decomposition playbook that creates independent Kanban lanes or gated sequences. This maintains an actionable task graph with replay-safe gating for resilient orchestration.

Can I maintain an audit trail for automated task decomposition?

Yes, you can maintain an audit trail for automated task decomposition by using an orchestrator that enforces explicit execution boundaries. It keeps traceable task graphs and parent-child relationships for resilience and review.

When should I not use a route-don't-execute approach for workflow automation?

You should not use a route-don't-execute approach when your workflow requires immediate execution rather than planning. This orchestration method strictly routes tasks to specialized profiles and does not perform the actual task execution itself.