What problem does it solve?
This Skill enables reliable management of multi-phase tasks by persisting planning artifacts and session history to disk, allowing seamless resumption across sessions and RAM limits.
Core Features & Use Cases
- Persistent planning artifacts: automatically create and maintain task_plan.md, findings.md, and progress.md to store goals, discoveries, and session logs.
- Session-aware task tracking: uses tasks.json to link task lifecycles with individual sessions for continuity across work periods.
- Automation hooks & tooling: provides pre/post tool-use hooks and a set of Python scripts (e.g., tasks-manager.py, session-catchup.py) to orchestrate planning, execution, and review.
- Use Case: manage a 2-week research project with weekly milestones, with resumption after breaks without losing context.
Quick Start
Create a new task named 'Project Kickoff' and start a planning session to begin tracking task_plan.md, findings.md, and progress.md.