What problem does it solve? Long agent sessions lose track of goals after many tool calls because context windows are volatile. This Skill persists plans, findings, and progress to markdown files on disk so work survives context resets and session interruptions. ## Core Features & Use Cases - File-Based Planning: Creates task_plan.md, findings.md, and progress.md in your project directory to track phases, decisions, and errors. - Session Recovery: Detects unsynced context from previous sessions via a catchup script and restores state after /clear. - Lifecycle Hooks: Automatically re-reads the plan before tool calls, reminds you to log progress after edits, and reports phase completion on stop. - Use Case: When asked to research a topic and produce a report requiring many searches and tool calls, the Skill writes each finding to disk immediately, keeping the original goal in the attention window across 50+ tool calls. ## Quick Start Ask the agent to plan out your multi-step project using planning files before starting any work.