From efca65cf088586417877ffc514411577f3d7f95b Mon Sep 17 00:00:00 2001 From: Mikkel Georgsen Date: Wed, 1 Apr 2026 00:08:17 +0200 Subject: [PATCH] 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 --- server/src/onboarding-assets/pm/AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/onboarding-assets/pm/AGENTS.md b/server/src/onboarding-assets/pm/AGENTS.md index ad7f60d6..b563add4 100644 --- a/server/src/onboarding-assets/pm/AGENTS.md +++ b/server/src/onboarding-assets/pm/AGENTS.md @@ -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.