원클릭으로
interrupt
Pause current work with pickup notes when something urgent comes in
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pause current work with pickup notes when something urgent comes in
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Sweep Wolf calendars and the DMP calendar for OoO mirroring, tag-line normalization, and DMP conflict detection. Auto mode is silent and runs once per day, fired by the first worklog-touching skill that creates today's worklog file. Interactive mode (default) does the full sweep.
Log a notable accomplishment
Systematic code audit of a Python codebase against DMP standards
Ship completed work — direct release or PR
Find what to work on next — pulls from Jira, OmniFocus, and local inbox/TODO
Log commute time to daily work log
| name | interrupt |
| description | Pause current work with pickup notes when something urgent comes in |
| argument-hint | [reason] |
| allowed-tools | Read, Write, Edit, Bash, AskUserQuestion |
Cleanly pause the current task when something urgent comes in. Argument:
$ARGUMENTS (optional reason for interruption).
Ask the user:
Find or create the TODO file:
TODO-<branch-name>.local.md (preferred — branch-specific)TODO.local.md (fallback)Write/update a ## Pickup Notes section with structured format:
## Pickup Notes
**Last session**: [date, brief description of what was done]
**State**: [where things stand — what's working, what's broken]
**Next step**: [the immediate next action to take]
**Uncommitted**: [description of any uncommitted changes]
**Key files**: [files that are relevant to resume]
**Mental context**: [anything that won't be obvious from the code]
Also update the branch description:
git branch --edit-description
(Set it to a one-liner: [State]: [Next step])
Ask: "Want to commit the current state before switching?"
WIP: <description>)git switch main
Then offer: "Want to triage the interrupting work, or are you handling it yourself?"