// bundled skills · 11

kanban-orchestrator

Decompose complex requests into workstreams, route to existing agents/profiles and preserve real dependencies.

Metadata

params source bundled Installed by default in the Okami-Agent repository. path file skills/kanban-orchestrator/SKILL.md triggers keywords orchestrate, kanban, multi-agent, parallel, delegate loaded by tool use_skill loads the full SKILL.md when the task matches.

When to use

  • Multiple specialists are needed.
  • Parallelism is real.
  • Auditability matters.

When not to use

  • Simple one-step tasks.
  • No available profiles.
  • Speculative dependencies.
  1. Discover profiles.
  2. Clarify goals.
  3. Build task graph.
  4. Assign lanes.
  5. Report parallel vs sequential work.

Completion checks

  • The workflow was followed.
  • Relevant commands/tests/gates were run.
  • The result cites real files or observable evidence when applicable.

Open this page in the interactive docs