pause
Pause the active spec — save detailed resume context for next session
Pause Spec
Read the specmint-core skill and follow the "Pausing a Spec" workflow.
- Read
.specs/registry.mdto find the spec withactivestatus - If no active spec exists, report that there is nothing to pause and stop
- Load the SPEC.md
- Capture everything about the current state:
- Which task was in progress
- What files were modified (specific paths, function names, line ranges)
- Key decisions made this session
- Blockers or open questions
- The exact next step someone should take
- Write all of this to the Resume Context section in SPEC.md
- Update checkboxes to reflect actual progress
- Move
← currentto the correct task - Add session decisions to Decision Log
- Set status to
paused, update theupdateddate - Update
.specs/registry.md - Confirm to the user that context was saved
Be extremely specific in the Resume Context. Write it as if briefing a colleague who has never seen this code and will pick up tomorrow.