What problem does it solve?
Pausing work mid-phase often loses context, decisions, and the exact state needed to resume efficiently; this Skill creates a single handoff document that preserves position, completed and remaining work, decisions, and blockers so you can pause and resume without friction.
Core Features & Use Cases
- Automatic Phase Detection: Determine the current phase from recent files and project structure.
- State Gathering: Collect position, completed tasks, remaining work, decisions made, and blockers with optional user clarifications.
- Handoff Creation & Preservation: Write a timestamped .continue-here.md containing all context sections and perform a WIP git commit to preserve the in-progress state.
- Resume Guidance: Include clear next steps and resume instructions so another session can pick up immediately.
Quick Start
Create a .continue-here.md handoff for the current project that captures current phase, completed tasks, remaining work, decisions, blockers, and commits it as a WIP so I can pause and resume later.