What problem does it solve?
This skill prevents complex, multi-step tasks from derailing when the AI loses context by forcing every major decision and discovery to live on disk, ensuring progress is retrievable even after session resets.
Core Features & Use Cases
- Manus-style file set: task_plan.md, findings.md, and progress.md capture goals, discoveries, and session logs so no phase or insight is ever forgotten.
- Automation hooks: Read, PreToolUse, PostToolUse, and Stop hooks keep plans fresh, require immediate logging, and invoke completion checks whenever sessions end.
- Session recovery: Templates and scripts such as init-session and session-catchup streamline onboarding and aftermath analysis, making this ideal for research, project design, or debugging flows that span dozens of tool calls.
Quick Start
Use planning-with-files to scaffold task_plan.md, findings.md, and progress.md before starting any project that will take more than five tool calls.