What problem does it solve? Complex multi-step tasks lose context when sessions end or the context window fills up, causing repeated mistakes and forgotten goals. This Skill stores plans, findings, and progress in markdown files on disk so work survives interruptions and stays organized. ## Core Features & Use Cases - File-Based Planning: Creates task_plan.md, findings.md, and progress.md in your project directory to track phases, discoveries, and session logs. - Session Recovery: Detects unsynced context from previous sessions via a catchup script that checks planning files and uncommitted git changes. - Structured Error Handling: Enforces a 3-strike error protocol and error logging to prevent repeating failed approaches. - Use Case: When starting a research project or feature build requiring many tool calls, initialize the three planning files, then update them after each phase so you can resume instantly after a break or /clear. ## Quick Start Ask the AI to initialize planning files for this project and create a task plan before starting the complex task.