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:
parent
57aa96c237
commit
48039037c6
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue