What problem does it solve?
Long, complex AI agent tasks often suffer from volatile context windows that lose progress, cause goal drift, and hide errors, leading to incomplete or incorrect results. This Skill solves that problem by using persistent markdown files as external working memory, ensuring all progress, decisions, and findings are saved to disk and accessible even after context resets.
Core Features & Use Cases
- 3-File Planning System: Automatically creates and maintains task_plan.md for phase tracking, findings.md for research and decisions, and progress.md for session logs.
- Session Recovery: Includes a script to recover unsynced context from previous sessions after a context clear, so you can resume work seamlessly.
- Error & Progress Tracking: Enforces logging all errors, tracking failed attempts, and re-reading plans before major decisions to prevent repetition and goal drift.
- Use Cases: Ideal for multi-step software development tasks, research projects, bug fixes, feature implementation, and any work requiring 5 or more tool calls.
Quick Start
Invoke the planning-with-files skill to organize and track progress on your complex multi-step project.