| name | agent-task-router |
| description | Use when an orchestrator needs to route work to specialist Hermes agents through a task bus, create task briefs, check outboxes, or summarize delegated results. |
Agent Task Router
Use this skill from an orchestrator agent.
The orchestrator routes work to specialists through /srv/agent-bus or another configured task bus.
Routing Flow
- Parse the user's request.
- Decide whether to answer directly or delegate.
- Pick the correct specialist from the registry.
- Write a clear task file to the specialist inbox.
- Include context, constraints, expected output, and approval gates.
- Track the task ID.
- Read the specialist result from outbox.
- Synthesize the final answer.
- Archive completed task files.
Task Quality Bar
A delegated task must include:
- clear objective
- relevant context
- paths or links
- constraints
- what not to do
- expected output
- approval requirements
Routing Examples
SEO audit -> hermes-seo
Code bug -> hermes-dev
Campaign planning -> hermes-cmo
VPS health -> hermes-ops