kanban-orchestrator

Decompose complex requests into tasks and route them to agent profiles.

3|1|Updated Apr 19, 2024
One-click install
npx skills add https://github.com/guccang/blogclaw --skill kanban-orchestrator-guccang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-orchestrator
Source: https://github.com/guccang/blogclaw/tree/main/cmd/hermes-agent/vendor/hermes_runtime/skills/devops/kanban-orchestrator
Command: npx skills add https://github.com/guccang/blogclaw --skill kanban-orchestrator-guccang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps orchestrators avoid doing implementation work themselves by providing a structured approach for breaking down requests, assigning tasks, and coordinating multi-agent execution.

Core Features & Use Cases

  • Task Decomposition: Break complex requests into independent workstreams, identify dependencies, and create effective execution graphs.
  • Agent Routing: Match tasks to available profiles, avoid invalid assignments, and coordinate parallel or sequential workflows.
  • Workflow Governance: Apply lifecycle rules, dependency handling, recovery patterns, and audit-friendly task management for Kanban-based agent operations.

Quick Start

Ask the kanban orchestrator to decompose my project request into tasks and route each task to the appropriate available agent profile.

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 for parallel task execution?

Multi-agent workflow coordination is managed by decomposing complex requests into independent workstreams, identifying dependencies, and applying Kanban lifecycle rules to route tasks across agents for parallel execution.

What is the best way to assign specialist tasks to available agent profiles?

Assigning specialist tasks requires matching decomposed work items to available agent profiles, avoiding invalid assignments by validating profiles against task requirements before routing them into the execution graph.

How do I break down complex requests into independent workstreams with dependency management?

Breaking down complex requests involves analyzing the project scope to create an execution graph, separating independent workstreams, and mapping dependencies to ensure sequential workflows respect task routing constraints.

Do I need agent profiles and task lifecycle controls to use Kanban-based agent operations?

Kanban-based agent operations require available agent profiles for assignment matching, task lifecycle controls for workflow governance, and validation rules to manage collaborative execution safely.

Why use Kanban workflows for multi-agent orchestration instead of direct task routing?

Kanban workflows provide structured workflow governance over direct task routing by applying lifecycle rules, dependency handling, and recovery patterns to maintain audit-friendly task management during collaborative multi-agent execution.