// 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.
Recommended workflow
- Discover profiles.
- Clarify goals.
- Build task graph.
- Assign lanes.
- 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.

