What problem does it solve?
This Skill helps you maintain "just enough" context across work sessions, especially for non-trivial tasks, preventing loss of progress due to interruptions or context switches. It's designed to be ADHD-friendly and token-efficient, ensuring you can walk away from complex work and return without mental overhead.
Core Features & Use Cases
- Automated Context Capture: Automatically saves your session state into
CURRENT.md, STATUS.md, and LESSONS.md files, providing a clear trail of your work.
- Seamless Resumption: Offers
/snapshot and /pickup commands to save and load your work, allowing you to instantly resume exactly where you left off.
- Token-Efficient: Focuses on "just enough" documentation to minimize token usage while maximizing utility, keeping your AI focused and responsive.
- Use Case: You're deep into a complex refactor, but a sudden meeting pops up. Use
/snapshot to save your exact mental state and progress, attend the meeting, and then /pickup to instantly resume exactly where you left off, without having to rebuild your mental model.
Quick Start
Activate session context management for the current feature.
Then, use the /snapshot command to save your current work state.
Later, use the /pickup command to resume.