kanban-orchestrator

Decompose user requests into Kanban task graphs with parent dependencies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrating work across a fleet of profiles is error-prone when humans manually decide who should handle each task and how tasks depend on each other. This skill provides a repeatable Kanban-driven decomposition playbook that yields traceable task graphs, ensures proper discovery of available profiles, and enforces the anti-temptation rules.

Core Features & Use Cases

  • Decomposition playbook: auto-generate task graphs from user prompts, mapping lanes to available profiles.
  • Anti-temptation rules: enforces the guideline to route, not execute, preventing the orchestrator from doing work.
  • Dependency-aware planning: supports parent-child relationships to enable parallel work and proper gating.
  • Profile discovery: discovers and caches available profiles to ground task routing.
  • Recovery & resilience: provides mechanisms to reclaim or reassign stalled tasks and maintain progress.

Quick Start

Phrase a user request into a Kanban task graph and route tasks to the appropriate profiles with clear dependencies.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I route work across multiple team profiles using a Kanban task graph?

To route work across multiple profiles, you decompose user prompts into Kanban cards mapped to available specialists, creating a dependency-aware task graph that gates parallel work instead of executing the tasks manually.

What is Kanban orchestration for multi-profile task decomposition?

Kanban orchestration is a routing mechanism that decomposes complex requests into a traceable task graph with parent-child dependencies, distributing Kanban cards to discovered specialist profiles rather than performing the work itself.

How do I manage parent-child dependencies for parallel tasks in a workflow?

You manage parallel tasks by mapping parent-child relationships within the Kanban task graph, which ensures proper gating of dependent steps while allowing independent work streams to progress simultaneously across different profiles.

Can I use dynamic profile discovery to route Kanban cards to available specialists?

Yes, dynamic profile discovery automatically detects and caches available specialist profiles, grounding the task routing logic to ensure Kanban cards are assigned only to active and relevant team members.

What are the anti-temptation rules in Kanban workflow orchestration?

Anti-temptation rules enforce the guideline to route work rather than execute it, preventing the Kanban orchestrator from completing the decomposed tasks itself and ensuring specialists handle their assigned cards.

How do I reclaim or reassign stalled tasks in a Kanban task graph?

You reclaim stalled tasks using built-in recovery and resilience mechanisms that reassign inactive Kanban cards to available profiles, maintaining workflow progress and preventing bottlenecks in the task graph.