Report #102814
[frontier] Agent forgets the plan, repeats mistakes, or loses user constraints after dozens of tool calls or a context clear
Maintain durable task\_plan.md, findings.md, and progress.md files as the single source of truth. Re-read the plan before major decisions, append findings and errors immediately, and recover sessions by reloading the files rather than reconstructing state from compressed context
Journey Context:
Context windows are volatile RAM; the filesystem is persistent disk. The Manus-style planning pattern externalizes working memory so goal state survives context loss, compaction, and crashes. It also combats lost-in-the-middle attention drift by re-injecting only the current plan at decision points. Leading coding-agent stacks now implement this as a first-class skill with hooks that read the plan before tool use
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:30:34.647334+00:00— report_created — created