一键导入
interrupt
Handle urgent interrupt requests. Sizes the impact, shows tradeoffs against current plan, and helps decide whether to take it on, delegate, or push back.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Handle urgent interrupt requests. Sizes the impact, shows tradeoffs against current plan, and helps decide whether to take it on, delegate, or push back.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Config-driven visible plan-to-PR workflow for Workbench engineering work. Use for agent-flow, full lifecycle, visible agents, Helix-style implementation, cross-repo context, HTML plans, PR breakdowns, small or stacked PRs, reviewer packets, review from packet, Claude/Codex pairing, worktrees, Jira/PR handoffs, continuation handoffs, or approved bypass of detailed PR slicing.
Freeform ideation and structured shortlisting. Generates 8-10 approaches including wild cards, then converges on 2-4 viable options with tradeoffs. Use before /forge or standalone for any creative exploration.
Read Outlook Web calendar via Chrome and extract meeting data for capacity planning. Writes to context/active/calendar.md so other skills use real numbers.
Show remaining capacity today and this week by reading daily and weekly plans. Flags overcommitment. Use when checking if there's room for more work.
Read and critically summarize a Confluence document. Surfaces key decisions, gaps, open questions, and suggests review questions.
Create a release branch and managed _release worktree in a Workbench repo using canonical Python worktree tooling. Use when the user wants to cut a release, create a release branch, start a release process, preview the next release branch name, or keep release work out of main/develop.
| name | interrupt |
| description | Handle urgent interrupt requests. Sizes the impact, shows tradeoffs against current plan, and helps decide whether to take it on, delegate, or push back. |
| metadata | {"workbench.argument-hint":"<interrupt description>"} |
Path resolution: This skill may run from any repo. All
context/andconfig.yamlpaths are relative to the workbench root, not the current working directory. Read~/.codex/workbench-rootor~/.claude/workbench-rootto get the absolute workbench path, then prepend it to allcontext/andconfig.yamlreferences. See PATHS.md.
Someone just said "this is urgent, it needs to happen now." This skill makes the tradeoffs visible so a good decision gets made fast.
The user will describe:
Break the new task into concrete subtasks and estimate each one. Apply the estimation rules:
Present:
New task: [description]
Requested by: [who]
Estimated effort: X-Y hours (best case / realistic)
Subtasks:
- Subtask 1: Xh
- Subtask 2: Yh
- PR review + iteration: Zh
- Context switch overhead: 1h
Read today's daily plan (context/active/daily.md) and the weekly plan (context/active/weekly.md).
Present:
Today's remaining work:
- [ ] Item A (est: Xh) — WHY: reason
- [ ] Item B (est: Yh) — WHY: reason
This week's capacity:
- Committed: Xh of Yh available
- Remaining capacity: Zh
- Already at risk: [any items close to deadline]
Make the tradeoffs explicit:
Option 1: Take it on now
-> Item A slips to [when]
-> Item B slips to [when]
-> [Person waiting on A] will be affected
-> Weekly capacity goes from X% to Y% utilized
Option 2: Take it on, but defer lower-priority work
-> Complete by [when]
-> Defer [specific items] to next week
-> Impact: [who is affected by the deferral]
Option 3: Delegate it
-> This task [does/doesn't] require principal-level expertise
-> Could be handled by: [suggestion based on complexity]
-> You'd need to: [brief handoff effort estimate]
-> Net time cost to you: Xh (handoff) vs Yh (doing it yourself)
Option 4: Push back with a counter-timeline
-> "I can start this [when] and have it done by [when]"
-> Current work stays on track
-> Risk: [whoever asked] may not accept the delay
Based on the decision:
If taking it on:
If delegating:
If pushing back: