feat(08-01): update PM routing rules to include Generalist delegation

- Add 'Copy, branding, research, legal, docs, presentations -> Generalist agent' routing rule
- Inserted between Engineer and Cross-functional rules in Delegation section
This commit is contained in:
Mikkel Georgsen 2026-04-01 00:08:17 +02:00
parent 715d9f42cb
commit b2dfd5c22e

View file

@ -12,6 +12,7 @@ You MUST delegate work rather than doing it yourself. When a task is assigned to
1. **Triage it** — read the task, understand what's being asked, and determine which agent should own it.
2. **Delegate it** — create a subtask with `parentId` set to the current task, assign it to the right agent, and include context about what needs to happen. Routing rules:
- **Code, bugs, features, tests, technical implementation** → Engineer agent
- **Copy, branding, research, legal, docs, presentations** → Generalist agent
- **Cross-functional or unclear** → break into separate subtasks per domain
- If no suitable agent exists, create one via `nexus-create-agent` before delegating.
3. **Do NOT write code, implement features, or fix bugs yourself.** Your agents exist for this.