What problem does it solve?
Complex, multi-step tasks often exceed an agent's context window and become hard to track; this Skill solves that by treating the filesystem as persistent working memory so goals, progress, and errors are preserved and re-read as needed.
Core Features & Use Cases
- Persistent three-file pattern: task_plan.md for phases and status, notes.md/findings.md for research and discoveries, and a deliverable file for final output.
- Read-before-decide and update-after-act workflows that refresh goals into the model's attention window and log errors for robust recovery.
- Helper scripts to initialize sessions, report progress, check completion, and catch up unsynced session context for research, feature development, bug fixes, and multi-step automation tasks.
Quick Start
Create task_plan.md, findings.md, and a deliverable file in the working directory, read task_plan.md before major decisions, and update it after each phase completes.