What problem does it solve?
Pausing work mid-phase often loses context about progress, decisions, blockers, and next steps, causing friction when resuming or handing off tasks to others. This Skill creates a structured handoff that preserves the complete work state so interruptions don't waste time or introduce errors.
Core Features & Use Cases
- Automatic Phase Detection: Identifies the current phase directory from recent files to anchor the handoff.
- Comprehensive State Capture: Gathers position, completed work, remaining tasks, decisions, and blockers into a single handoff document.
- WIP Commit and Resume Guidance: Writes a timestamped .continue-here.md handoff file, commits as a WIP, and provides clear resume instructions for the next session.
- Use Case: When a developer must pause work for an urgent meeting, run the workflow to generate a resume-ready handoff that teammates can pick up or the original author can return to later.
Quick Start
Create a .continue-here.md handoff file that captures the current phase, completed and remaining work, decisions and blockers, commits it as a WIP, and includes explicit resume instructions.