What problem does it solve?
Claude often struggles with maintaining long-term project context across multiple sessions, leading to repetitive explanations, lost progress, and inconsistent work. This Skill acts as Claude's persistent memory, ensuring it always has an up-to-date understanding of the project's state, recent work, and next steps, eliminating the need for constant recaps and preventing context drift.
Core Features & Use Cases
- Automated Context Synchronization: Automatically reads and updates critical project files (
PROGRESS.md, feature_list.json) at the start and end of each session, keeping Claude fully informed.
- Structured Feature Planning: Break down complex features into manageable, verifiable work items using the
/plan-feature command, guiding Claude through multi-session development.
- Verified Handoffs: Integrates verification commands (e.g.,
npm test) to ensure completed work items are stable and tested before marking them complete, guaranteeing clean and reliable handoffs between sessions.
- Use Case: Imagine you're building a complex web application over several days. At the start of each session, Claude automatically reviews
PROGRESS.md to recall the last completed task and the next priority. When a work item is finished, the Skill runs tests to verify its completion, ensuring a robust and continuous development process without manual oversight.
Quick Start
Plan the 'user authentication' feature, breaking it down into smaller, verifiable work items.