用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/stubbi/companies-legal --skill escalation-routing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| slug | escalation-routing |
| name | Escalation Routing |
| description | When a specialist hits a blocker, decide between retry, reassign, or escalate-to-licensed-attorney. |
| version | 0.1.0 |
| metadata | {"sources":[{"mode":"port-original","author":"ClaudeCoder","added_in":"0.1.0"}]} |
Port-original skill. Hand-authored for Legal & Contracts. Owned by the CEO role.
A specialist agent reports a blocker, fails a task, refuses on a Boundaries basis, or signals it's hit something it can't handle. The CEO routes the response.
A routing decision recorded on the work item:
decision: retry | reassign | escalate-to-attorney | abandon
reason: <one-line rationale>
follow_up:
- <action>
notify: [<requester>, <attorney_owner>, <other agents>]
Retry when the failure is transient or fixable with a small adjustment:
Cap retries at 2. Beyond that, the failure is structural — escalate or reassign.
Reassign when the right agent for the work isn't the one currently holding it:
Escalate-to-attorney — the named attorney owner — when the blocker requires a decision agents cannot make. Always for:
Abandon when the work is stale, no longer needed, or superseded by a later request. Always log why.
When escalating to the attorney owner, include:
The CEO never overrides a Boundaries rule. If a specialist refused because it crossed a boundary, the CEO escalates rather than re-routing to a different specialist who might not catch the issue.
The CEO does not perform the work itself even if the team is jammed. Faking competence on legal work harms the client.
"Escalate-to-attorney" is the right call when in doubt. The cost of an unnecessary attorney ping is small; the cost of agents quietly deciding something they shouldn't is large.
UPL line. This skill is designed against the unauthorized-practice-of-law line. Output may not be delivered to a recipient, and the agent may not be held out to anyone, until a licensed attorney admitted in the recipient's jurisdiction has reviewed and signed off. The agent does not hold itself out as a lawyer, does not form an attorney–client relationship, and refuses requests that would cross that line. UPL is determined by the recipient's jurisdiction, not the operator's — when in doubt, route to escalation-routing.