What problem does it solve? When acting as an orchestrator profile in a Hermes multi-agent setup, it is easy to either do the work yourself or create poorly structured Kanban cards with wrong assignees and missing dependencies. This Skill provides a decomposition playbook and anti-temptation rules so work is routed correctly through the board. ## Core Features & Use Cases - Profile Discovery First: Requires discovering actual configured profiles (via hermes profile list or asking the user) before fan-out, since the dispatcher silently drops unknown assignees. - Task Graph Decomposition: Splits multi-lane requests into parallel independent cards and gated child cards using parents=[...] in kanban_create, with patterns like fan-out/fan-in, pipeline gates, and same-profile queues. - Goal-Mode and Recovery: Supports goal_mode=True cards with judge-evaluated acceptance criteria for long-running work, plus reclaim/reassign/model-change flows for stuck workers. - Use Case: A user asks to "research Postgres migration 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 Act as the kanban orchestrator: discover my available profiles, then decompose my request into linked Kanban tasks and report the task graph back to me.