用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/stubbi/companies --skill escalation-routing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| slug | escalation-routing |
| name | Escalation Routing |
| description | When a specialist reports a blocker, decide between retry, reassign, or escalate-to-human. |
| version | 0.1.0 |
| metadata | {"sources":[{"mode":"port-original","author":"Jannes Stubbemann","added_in":"0.1.0"}]} |
Port-original skill. Hand-authored for this Agent Company; not from upstream
anthropics/claude-for-legal. Owned by the CEO role.
A specialist agent reports a blocker — the workflow paused and the agent cannot proceed without intervention. Examples:
An escalation decision, written back as a note on the matter:
action: retry | reassign | escalate-to-human
rationale: <one paragraph: why this action, not the others>
retry: # if action == retry
with_inputs: <what's now provided that wasn't before>
attempt_count: <n / max>
reassign: # if action == reassign
from: <agent-slug>
to: <agent-slug>
reason: <why this specialist, not the original>
escalate: # if action == escalate-to-human
to: <human role, e.g., "general counsel", "outside counsel for jurisdiction X">
urgency: P0 | P1 | P2
packet: <link to the assembled escalation packet>
deadline_recommendation: <when the human must respond>
audit_log_entry: <one-line
| Blocker class | Action |
|---|---|
| Missing input (document, jurisdiction, party) — recoverable from the requester | retry after one targeted clarifying question to the requester. |
| Wrong specialist (e.g., what looked like contract review is actually litigation prep) | reassign to the correct practice. |
| Agent confidence below threshold on a factual question (sanctions match, OFAC list, jurisdiction-of-suit) | escalate-to-human — never bypass a confidence floor. |
| Agent boundary tripped on an authority question (send a demand letter; sign a board consent; issue a legal hold; file a brief) | escalate-to-human — every authority decision is a human one. |
| Privilege call (is this attorney work product? does this waive privilege?) | escalate-to-human — never let an agent decide privilege. |
| Conflict of interest (the matter touches another client of the firm) | escalate-to-human immediately; pause the workflow. |
| Regulator-imposed deadline inside 72 hours | escalate-to-human regardless of whether the agent has a draft ready. |
| Same blocker, third retry | escalate-to-human — root cause is not retry-fixable. |
Record the decision on the matter, with a one-line audit-log entry. If escalate-to-human, assemble the escalation packet (matter snapshot + specialist blocker report + retry history + recommended deadline) and route it to the named human role. If retry, requeue the specialist with the new inputs. If reassign, run intake-triage again with the new specialist and update the cross-practice plan if one exists.