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.
Halts the autonomous audit loop, drops the active-repo pointer so ticks become no-ops, and instructs to press Esc to cancel the running /loop.
Pauses context nudge and reminder hooks for the current session. Use for quick investigations or one-off tasks without reminders. Security hooks remain active.