What problem does it solve? Coordinating multi-agent work through a Kanban board fails when an orchestrator does the work itself, invents nonexistent profile names, or mislinks task dependencies. This Skill provides the decomposition playbook and anti-temptation rules for an orchestrator profile that routes work through Hermes Kanban instead of executing it. ## Core Features & Use Cases - Profile-grounded decomposition: Discover available worker profiles with hermes profile list before fanning out, since the dispatcher silently drops unknown assignees. - Task graph creation: Build parallel lanes and dependency-gated cards using kanban_create with parents=[...], plus multi-board management via CLI and direct SQLite queries. - Operational troubleshooting playbooks: Reference docs cover protocol-violation diagnosis, gateway-restart config gotchas, rate-limit 429 collisions, spend-cap failures, tiered worker routing, and auto-routing pipelines. - Use Case: A user asks to "research Postgres migration costs and draft a decision memo." The orchestrator creates two parallel research cards, a synthesis card gated on both, and a memo-drafting card gated on the synthesis, each assigned to real profiles. ## Quick Start Ask the orchestrator to break down a multi-step goal into Kanban tasks assigned to your configured worker profiles, starting by listing available profiles with hermes profile list.