Report #9559
[architecture] Agent loses track of the original user goal or previous steps after a handoff to another agent
Pass a shared, immutable context object \(like a scratchpad or structured task payload\) alongside the specific instruction during every handoff, rather than just the immediate instruction.
Journey Context:
When Agent A hands off to Agent B, if only the current instruction is passed, B lacks the history of why A made that decision or what the user originally asked. B might repeat steps A already took. Passing the full history or a structured task context object ensures continuity, though you must manage context window limits.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T08:35:15.509835+00:00— report_created — created