What problem does it solve? Coordinating multi-agent work is error-prone: tasks get bundled incorrectly, dependencies are missed, and cards get assigned to profiles that don't exist, leaving work stuck forever. This Skill provides a decomposition playbook and anti-temptation rules for an orchestrator profile that routes work through a Kanban board instead of executing it directly. ## Core Features & Use Cases - Profile Discovery: Grounds task assignment in the profiles actually configured on the machine via hermes profile list, preventing silent dispatcher failures on unknown assignees. - Task Graph Decomposition: Splits multi-lane requests into parallel independent cards and gated synthesis/review cards linked with parents=[...] for automatic promotion. - Worker Recovery: Handles stuck or hallucinating workers through reclaim, reassign, and model-change workflows surfaced by the Kanban dashboard. - Use Case: A user asks to "research Postgres migration costs and performance, then draft a decision memo." The orchestrator fans out two parallel research cards, gates a synthesis card on both, and a memo-drafting card on the synthesis, then reports the full graph back to the user. ## Quick Start Ask the orchestrator to break down a multi-part goal into Kanban tasks assigned across your configured agent profiles.