How this skill is triggered — by the user, by Claude, or both
Slash command
/ferrox-core:ferrox-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/ferrox-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/ferrox-core/workflows/session-report.md` end-to-end.Follow the pause-work workflow.
The workflow handles all logic including:
npx claudepluginhub ferroxlabs/ferrox-factory --plugin ferrox-coreCreates a `.continue-here.md` handoff file preserving work state (phase, progress, decisions, blockers) and commits WIP when pausing mid-phase.
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.
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.