What problem does it solve? When acting as an orchestrator in a multi-agent Kanban setup, it is easy to do the work yourself, invent profile names that silently fail, or mislink task dependencies. This Skill provides a decomposition playbook and anti-temptation rules so work is routed to the right specialist profiles instead of executed directly. ## Core Features & Use Cases - Profile discovery first: Run hermes profile list or ask the user before fanning out, since the dispatcher silently drops unknown assignees. - Task graph decomposition: Extract independent lanes, create parallel cards, and gate dependent cards with parents=[...] so children stay in todo until parents finish. - Stuck worker recovery: Reclaim, reassign, or change a profile's model when a worker crashes or hallucinates card completions. - Use Case: A user asks to "research Postgres migration and draft a memo." You create two parallel research cards, a synthesis card gated on both, and a memo-drafting card gated on the synthesis, each assigned to real profiles on the machine. ## Quick Start Ask the orchestrator to decompose my goal into Kanban tasks and assign each one to the appropriate existing profile.