What problem does it solve?
This Skill allows users to capture the current state of their development process and save it for later continuation, ensuring that progress is not lost and work can be resumed seamlessly.
Core Features & Use Cases
- Progress Capture: Saves the current state of development, including completed and remaining tasks.
- Decision and Blocker Tracking: Documents decisions made and blockers encountered during the development process.
- Git Integration: Utilizes the current Git HEAD to maintain consistency across sessions.
- Handoff Documentation: Generates
handoff.json and continue-here.md files for clear documentation of the paused state.
- State Management: Updates the
.verified/state.md file to reflect the paused status and next action.
Quick Start
To pause your development session, use the command: /pause "brief reason". This will save your current progress and allow you to resume later.