con un clic
interrupt
Pause current work with pickup notes when something urgent comes in
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Pause current work with pickup notes when something urgent comes in
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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?"