You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Never skip tiers — a P1 blocks all lower-tier work for the assigned agent.
85
+
86
+
### Always Spawn, Never Redirect
87
+
88
+
When a user asks Agent A to do work that belongs to Agent B:
89
+
90
+
-**DO:** Spawn (create a session/send a message) to Agent B with the full context
91
+
-**DO NOT:** Tell the user to go ask Agent B instead
92
+
93
+
The user asked *you*. Own the handoff. Include the request, context, and any decisions already made so Agent B can start immediately without re-asking.
94
+
68
95
## Anti-Drift and Anti-Trash Rules
69
96
70
97
These are common AI-agent failure modes and must be actively prevented.
0 commit comments