From gsd
Creates a .continue-here.md handoff file preserving complete work state (phase, progress, decisions, blockers) and commits as WIP via git, enabling seamless resumption across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd:pause-workThis 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_PLUGIN_ROOT}/workflows/pause-work.md </execution_context>
State and phase progress are gathered in-workflow with targeted reads. **Follow the pause-work workflow** from `@${CLAUDE_PLUGIN_ROOT}/workflows/pause-work.md`.The workflow handles all logic including:
npx claudepluginhub buildomator/buildomator --plugin bmCreates a `.continue-here.md` handoff file to preserve complete work state across sessions when pausing work mid-phase. Includes phase detection, state gathering, WIP git commit, and resume instructions.
Captures 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.