kanban-orchestrator

Route complex project work into specialist Kanban tasks with dependency gating.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents orchestrator-style agents from falling into “doing the work themselves” by forcing decomposition into specialist Kanban tasks with clear routing, gates, and anti-temptation guardrails.

Core Features & Use Cases

  • Orchestrator decomposition playbook: Turn ambiguous or multi-discipline goals into a task graph before creating anything.
  • Specialist roster conventions: Route to the right profiles (researcher, analyst, writer, reviewer, backend/front-end, ops, pm) so outputs chain correctly.
  • Dependency gating and fan-out/fan-in patterns: Use parent-child links so downstream tasks remain blocked until prerequisites complete.

Quick Start

Ask an AI operating as the orchestrator profile to “decompose this goal into a Kanban task graph, show the proposed task plan to me first, then create the specialist tasks and dependencies.”

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I prevent my orchestrator agent from executing tasks itself instead of delegating them?

Multi-agent orchestration requires enforcing anti-temptation guardrails that route work into specialist tasks. The Skill decomposes goals into a Kanban task graph, forcing the orchestrator to assign concrete tasks rather than self-executing them.

What is the best way to manage task dependencies in a multi-agent workflow?

Task dependency management uses parent-child links and gating to control readiness. Downstream tasks remain blocked until prerequisite tasks complete, enabling fan-out and fan-in patterns for parallel research, synthesis, drafting, and review workflows.

How do I decompose a multi-discipline project into a Kanban task graph?

Project decomposition starts by defining a task graph before creating anything. You route work to specialist profiles like researcher, analyst, writer, and reviewer, ensuring outputs chain correctly through dependency gating and human-in-the-loop checkpoints.

Can I use human-in-the-loop checkpoints with parallel task routing?

Human-in-the-loop checkpoints integrate directly with parallel task routing. The Skill applies gating via parent-child links, allowing human review before downstream tasks promote to ready, ensuring quality control across specialist task chains.

Does multi-agent task decomposition require specific specialist agent profiles?

Specialist roster conventions route tasks to predefined profiles such as researcher, analyst, writer, reviewer, backend, front-end, ops, and pm. This ensures outputs chain correctly and each discipline receives appropriately scoped work.

Why does my orchestrator bypass task decomposition and execute work directly?

Orchestrators bypass decomposition due to missing anti-temptation rules. The Skill enforces guardrails that require creating tasks via kanban_create with a clear task graph, preventing the orchestrator role from self-executing concrete tasks.