What problem does it solve?
This Skill prevents context loss and disorganization during complex, multi-step tasks by using persistent Markdown files as an external working memory so goals, progress, and findings remain accessible across many steps and tool calls.
Core Features & Use Cases
- Persistent Planning: Create and maintain a task_plan.md to define goals, phases, status, decisions, and error logs.
- Structured Research: Save intermediate research and findings to notes.md to avoid stuffing large content into ephemeral context.
- Deliverable Management: Produce a dedicated deliverable file for final outputs and update the plan as phases complete.
- Use Cases: Research projects, feature development, bug fixes, long-running automation tasks, and any workflow requiring repeated tool calls or checkpoints.
Quick Start
Create a task_plan.md with a clear goal and phases, then iteratively read and update task_plan.md while writing findings to notes.md and producing the deliverable file.