What problem does it solve? Complex multi-step tasks cause AI agents to lose track of goals after many tool calls, forget errors, and stuff context with large outputs. This Skill solves that by using persistent markdown files as external working memory. ## Core Features & Use Cases - 3-File Pattern: Creates task_plan.md for phases and progress, notes.md for research findings, and a deliverable file for final output. - Attention Refresh: Re-reads the plan file before each decision to keep goals in the attention window across long sessions. - Error Logging: Records every failure in an Errors Encountered section to build knowledge and avoid silent retries. - Use Case: When asked to research a topic and write a report, the agent first writes task_plan.md with phases, stores findings in notes.md during research, then synthesizes the final deliverable while updating progress after each phase. ## Quick Start Ask the agent to plan this complex task using markdown files to track phases, notes, and progress before starting work.