What problem does it solve?
This Skill provides a robust system for managing complex, multi-step tasks by using the filesystem as persistent working memory, preventing context loss and ensuring task continuity.
Core Features & Use Cases
- File-based Memory: Utilizes
task_plan.md, findings.md, and progress.md to store crucial task information, overcoming context window limitations.
- Structured Workflow: Implements a four-phase workflow (create, execute, handle errors, verify) with specific rules like the "2-Action Rule" and "3-Strike Protocol."
- Use Case: When undertaking a large project like building a new application from scratch, this Skill ensures that all planning, research findings, and progress logs are meticulously saved, allowing you to resume work seamlessly even after context resets or long breaks.
Quick Start
Initialize the planning files for a new project by running the init-session script.