# Agent Task Router

> 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.

- Skill: `shannhk/agent-task-router` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shannhk/agent-task-router`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shannhk/agent-task-router/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: shannhk (https://skillmd.com/u/shannhk)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shannhk/agent-task-router

---


# 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

1. Parse the user's request.
2. Decide whether to answer directly or delegate.
3. Pick the correct specialist from the registry.
4. Write a clear task file to the specialist inbox.
5. Include context, constraints, expected output, and approval gates.
6. Track the task ID.
7. Read the specialist result from outbox.
8. Synthesize the final answer.
9. 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

```text
SEO audit -> hermes-seo
Code bug -> hermes-dev
Campaign planning -> hermes-cmo
VPS health -> hermes-ops
```

