Interrupt banner
jie-worldstatelabs jie-worldstatelabs

Interrupt

Productivity community

Description

--- description: "Pause the active dev workflow loop without clearing state — resume later with /stagent:continue" argument-hint: "[--session <id>] (omit to interrupt this Claude session's own workflow)" allowed-tools: ["Bash", "TaskStop"] --- Pause the dev workflow at the current stage, preserving all state for resumption. - **No arguments**: interrupts the workflow owned by THIS Claude session (resolved via PPID / cwd cache). - **`--session <id>`**: interrupts a specific cloud session — use

Installation

Installs to ~/.claude/skills/jie-worldstatelabs-stagent-interrupt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jie-worldstatelabs-stagent-interrupt && curl -fsSL https://raw.githubusercontent.com/jie-worldstatelabs/stagent/HEAD/commands/interrupt.md -o ~/.claude/skills/jie-worldstatelabs-stagent-interrupt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository