From Buildomator
Creates a `.continue-here.md` handoff file preserving work state (phase, progress, decisions, blockers) and commits WIP when pausing mid-phase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bm: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 gsdCreates 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.
Creates 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.