What problem does it solve?
This Skill helps you decompose a complex goal into Kanban tasks and route each lane to the right specialist profile instead of executing everything yourself.
Core Features & Use Cases
- Orchestrator playbook: Turns an ambiguous or multi-lane request into a task graph with explicit fan-out and fan-in.
- Anti-temptation guardrails: Enforces “decompose, don't execute” and requires creating a Kanban task for every concrete work item.
- Dependency-safe linking: Uses parent gating so synthesis/review tasks only run after prerequisite cards finish.
- Profile discovery first: Prevents silent dispatcher failures by grounding routing in the profiles actually configured on your machine.
Use Case: You ask the agent to “fix blockers and produce a migration decision memo,” and it creates parallel research/verification and implementation tasks, then synthesizes findings into a single memo with correct dependencies.
Quick Start
Run the kanban-orchestrator guidance by first discovering available profiles, sketching a task graph to match your request, then creating one Kanban card per lane and linking synthesis cards with parent dependencies.