How this skill is triggered — by the user, by Claude, or both
Slash command
/alm:pauseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Disable ALM evaluation and injection until the user runs /alm:resume.
Disable ALM evaluation and injection until the user runs /alm:resume.
~/.claude/alm/state.jsonpaused to true~/.claude/alm/state.json[ALM] Paused. Evaluation and injection are disabled. Use /alm:resume to re-enable.If ~/.claude/alm/state.json does not exist, create it with {"paused": true}.
If ALM is already paused, output: [ALM] Already paused. Use /alm:resume to re-enable.
npx claudepluginhub sfw/alm --plugin almPauses an active goalkeeper goal without losing state, allowing later resumption with /goal-resume.
Pauses context nudge and reminder hooks for the current session. Use for quick investigations or one-off tasks without reminders. Security hooks remain active.
Saves Plan-Build-Run session state to .continue-here.md for resumption, capturing current phase, plan progress, git status, and blockers from .planning files.