Report #89890
[architecture] Sub-agent inherits the orchestrator's system prompt constraints, limiting its ability to perform specialized tasks
Explicitly overwrite the system prompt during agent handoffs rather than appending, ensuring strict context isolation between roles.
Journey Context:
When Agent A hands off to Agent B, developers often append B's instructions to A's. This causes 'prompt bleed', where B is constrained by A's rules \(e.g., 'you are a concise router' bleeding into 'you are a detailed coder'\). Complete system prompt replacement ensures the receiving agent operates with a clean, optimized context for its specific role, preventing conflicting instructions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T09:28:17.946177+00:00— report_created — created