From GSD Core
Creates a `.continue-here.md` handoff file preserving full work state (phase, progress, decisions, blockers) when pausing mid-phase. Combines state gathering, WIP git commit, and resume instructions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-pause-work [--report][--report]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Routes to the pause-work workflow which handles:
<execution_context> @~/.claude/gsd-core/workflows/pause-work.md </execution_context>
State and phase progress are gathered in-workflow with targeted reads. If `--report` is in $ARGUMENTS: Read and execute `~/.claude/gsd-core/workflows/session-report.md` end-to-end.Follow the pause-work workflow.
The workflow handles all logic including:
npx claudepluginhub open-gsd/gsd-coreCaptures current workflow state into a handoff document so a fresh session can resume exactly where the previous one left off. Useful when context is running low or work needs to continue in a new session.
Saves Plan-Build-Run session state to .continue-here.md for resumption, capturing current phase, plan progress, git status, and blockers from .planning files.
Writes a CONTINUE_HERE.md file capturing session state so a fresh Claude Code session can pick up where the last one left off. Use when ending a session with unfinished work or handing off context between sessions.