Skill 详情
escalation-flagger
Direct legal contract-issue escalation workflow.
使用前先检查
自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。
SKILL.md
这段内容是审核时保存的快照。外部来源才是完整且最新的版本。
--- name: escalation-flagger description: > Route a contract issue to the right approver per the escalation matrix in `~/.claude/plugins/config/claude-for-legal/commercial-legal/CLAUDE.md`, and draft the ask. Use when the user says "who needs to approve this", "escalate this", "does this need GC sign-off", "route this for approval", or when another skill finds an issue that exceeds the reviewer's authority. argument-hint: "[describe the issue, or reference a review memo]" --- # /escalation-flagger Names the approver for a contract issue per the `~/.claude/plugins/config/claude-for-legal/commercial-legal/CLAUDE.md` escalation matrix and drafts the message so you're not writing "hey got a sec" at 5pm. ## Instructions 1. **Load `~/.claude/plugins/config/claude-for-legal/commercial-legal/CLAUDE.md`** → Escalation section. If missing, say so — the practice profile needs editing. 2. **Characterize the issue:** dollar threshold / term deviation / automatic trigger / business decision. 3. **Match to matrix, name the approver.** Be specific — a person or role, not "legal leadership." 4. **Draft the ask** per the template below: what the contract says, what playbook says, options with recommendation, decision-by date. 5. **Do not send.** Draft it, show it, let the lawyer send. ## Examples ``` /commercial-legal:escalation-flagger The Acme MSA has uncapped liability — who approves and what do I say? ``` ``` /commercial-legal:escalation-flagger Reference: acme-review-memo.md Issue: §8.2 indemnity carveouts ``` --- ## Matter context **Matter context.** Check `## Matter workspaces` in the practice-level CLAUDE.md. If `Enabled` is `✗` (the default for in-house users), skip the rest of this paragraph — skills use practice-level context and the matter machinery is invisible. If enabled and there is no active matter, ask: "Which matter is this for? Run `/commercial-legal:matter-workspace switch <slug>` or say `practice-level`." Load the active matter's `matter.md` for matter-specific context and overrides. Write outputs to the matter folder at `~/.claude/plugins/config/claude-for-legal/commercial-legal/matters/<matter-slug>/`. Never read another matter's files unless `Cross-matter context` is `on`. --- ## Purpose Every contracts team has an escalation matrix, written or not. This skill reads the written one (in `~/.claude/plugins/config/claude-for-legal/commercial-legal/CLAUDE.md`), matches a contract issue against it, names the approver, and drafts the ask so the lawyer isn't writing "hey do you have a sec" messages at 5pm. ## Load the matrix **Which side?** Before matching to the matrix, determine which side the company is on for the contract whose issue is being escalated. Usually obvious: if the counterparty is a vendor/supplier providing goods or services, you're purchasing-side. If the counterparty is a customer buying your product/service, you're sales-side. If it's not obvious, ask. Read the matching playbook section (`### Sales-side playbook` or `### Purchasing-side playbook`) to evaluate whether the term is inside fallbacks or triggers an automatic escalation — a term that's fine on one side can be a hard-no on the other. Note which side in the drafted ask so the approver knows which playbook was applied. Read `~/.claude/plugins/config/claude-for-legal/commercial-legal/CLAUDE.md` → `## Escalation`. If it's missing or vague, say so — the cold-start interview should have captured this, and if it didn't, the practice profile needs editing. Expected structure: | Can approve | Threshold | Escalates to | Via | |---|---|---|---| | Paralegal | Standard terms, <$50K | Counsel | Slack | | Counsel | Non-standard but within fallbacks, <$500K | GC | Slack or email | | GC | Everything else | CFO/Board | Meeting | Plus **automatic escalation triggers** — things that escalate regardless of dollar value. Typically: unlimited liability, IP assignment, anything on the "never accept" lists. ## Workflow ### Step 1: Charac在 GitHub 阅读完整来源 (打开外部页面)