is-this-a-problem

작성자: anthropic

빠른 Slack 질문에 대한 "이게 문제인가?" 답변 — 사용자의 캘리브레이션과 패턴 매칭. 사용자가 "이게 문제인가", "빠르게…"라고 말할 때 사용하세요.

npx skills add https://github.com/anthropics/claude-for-legal --skill is-this-a-problem

/is-this-a-problem

  1. Load ~/.claude/plugins/config/claude-for-legal/product-legal/CLAUDE.md → Risk calibration.
  2. Apply the triage workflow below.
  3. Pattern-match. Check for common traps.
  4. Answer in one minute: ✅ Fine / ⚠️ Needs a look / 🛑 Hold. One sentence why.
  5. If ⚠️ or 🛑: name the next step.
/product-legal:is-this-a-problem "Can we use customer logos on the pricing page?"

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 /product-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/product-legal/matters/<matter-slug>/. Never read another matter's files unless Cross-matter context is on.


Destination check

Before producing output, check where it's going. If the user has named a destination (a channel, a distribution list, a counterparty, "everyone"), ask whether it's inside the privilege circle. Public channels, company-wide lists, counterparty/opposing counsel, vendors, and clients (for work product) waive the protection. When the destination looks outside the circle, flag it and offer (a) the privileged version for legal only, (b) a sanitized version for the broader channel, or (c) both — don't silently apply a privileged header and then help paste it somewhere the header won't protect it. See the canonical ## Shared guardrails → Destination check in this plugin's CLAUDE.md.

Purpose

Most "quick legal question" Slacks are one of three things: (a) not a problem, say so fast, (b) a real thing that needs a real look, route it, (c) a thing that looks fine but has a trap, catch the trap. This skill sorts in under a minute using the calibration table.

The goal is speed. The PM asked at 4:47pm. They want an answer, not a memo.

Load calibration

Read ~/.claude/plugins/config/claude-for-legal/product-legal/CLAUDE.md → ## Risk calibration. The whole point of this skill is pattern-matching against that table.

The triage

Match against calibration

Does the question match a pattern in the calibration table?

Matches "usually FYI": → Say so. One line. "You're fine — [pattern]. Ship it."

Matches "usually requires work": → Name the work. "Needs a [PIA / vendor review / claims check]. Takes [timeline from table]. Want me to start it?"

Matches "usually blocks": → Stop them. "Hold on — [pattern]. This needs a real look before anyone commits to a date. Let's talk."

Doesn't match anything: → Say that too. "This doesn't pattern-match to anything I've seen here. Needs a human look — [your name] or me tomorrow?"

The trap check

Some questions are fine on the surface but have a twist. Recognize the fact pattern, ask the catch question, then research the applicable doctrine for the specific fact pattern before concluding whether it's a problem or not.

Question sounds likeWhy it might not be simpleCatch it by asking
"Can we add [vendor] to the integration?"Vendor touches a new data category — flag as potentially implicating privacy and vendor-risk regimes and route for research"What data flows to them?"
"Can we A/B test the pricing page?"Differential pricing by segment can implicate consumer-protection and anti-discrimination regimes — flag and route for research"Are both arms seeing the same price for the same thing? How are users assigned to arms?"
"Can we auto-enroll users in the new feature?"Default-on behavior for users who previously opted out can implicate consent and consumer-protection rules — flag and route for research"Does this respect existing preferences?"
"Can we use customer logos on the site?"Logo use is a separate permission from the contract relationship — flag as potentially implicating publicity / endorsement rules and the customer's own contract terms"What does the contract say about publicity? Do we have written permission?"
"Can we train on this data?"Usage rights for the original collection purpose may not extend to training — flag and research the notice/consent the users were given at collection"What did we tell users when we collected it? What jurisdictions are the users in?"
"It's just an internal tool"Internal tools still process personal data — flag as potentially implicating privacy regimes and route for research"Whose data does it touch? Employees, customers, third parties?"
"We already do something similar""Similar" is doing a lot of work — the delta is where the issue usually is"Similar how? What's actually different?"
"Can we use [AI vendor / LLM] for this?"Vendor AI terms may permit training on inputs; use case may need an AIA — flag and route to /ai-governance-legal:use-case-triage"Is there an AI addendum? What data goes into the model?"
"Can we add AI to this feature?"May be a new use case not in the registry; may trigger AIA requirement — flag and route to /ai-governance-legal:use-case-triage"What does the AI do — assistive or automated? Who does it act on?"
"The model just decides automatically"Automated decision-making without human review is regulated in some jurisdictions — flag and research the applicable rules for the affected users' jurisdictions"Who's affected? Is there a human in the loop? Where are the affected users?"
"It's AI-generated content"Output IP and disclosure duties vary by jurisdiction and vendor terms — flag and route for research"What's the content type? Does the vendor's ToS address output ownership? Who is the audience?"
"We're just fine-tuning on our data"Training data rights, output IP, and vendor obligations all change — flag and route to /ai-governance-legal:vendor-ai-review"What's in the training data? Is any of it customer or employee data?"

If a trap might be present, ask the one question before answering. One question, not a checklist. When the answer suggests a real issue, flag for research and route — don't pattern-match to a legal conclusion from the question alone.

Output format

For Slack (the common case):

Slack triage replies are internal legal advice. If the reply is being pasted into a ticket, document, or channel that's broadly shared with non-legal, prepend the work-product header from ~/.claude/plugins/config/claude-for-legal/product-legal/CLAUDE.md ## Outputs (it differs by user role — see ## Who's using this):

[WORK-PRODUCT HEADER — per plugin config ## Outputs]

For an in-the-flow Slack DM reply to the PM, the short form is:

[✅ Fine | ⚠️ Needs a look | 🛑 Hold]

[One sentence: the call and why.]

[If ⚠️: what the look involves, how long]
[If 🛑: who to talk to, when]

Examples:

✅ Fine — adding an analytics event is an FYI here as long as it's covered by
the existing privacy policy categories. This one is.
⚠️ Needs a PIA — new data collection for [category]. Usually takes a day.
Want me to kick it off?
🛑 Hold — "train on customer data" triggers a bunch of things. What did the
customer agreement say about data use? Let's pull it before anyone promises
this to the customer.
⚠️ Needs an AI governance triage — adding an LLM to this workflow means we need
to check the use case against the registry and confirm an AIA is done before it
ships. Takes a day. Want me to run `/ai-governance-legal:use-case-triage` now?

When to NOT use this skill

  • The question is actually complex (multiple issues, novel area) → route to launch-review or feature-risk-assessment
  • The question is "can you review this PRD" → that's launch-review, not triage
  • You're not sure → say "I'm not sure, let me look properly" — a wrong fast answer is worse than a slow right one

Tone

Fast, direct, helpful. The PM is not asking for a lecture. If it's fine, say "fine" — don't list the seven things you checked. If it's not fine, say what's not fine and what to do about it.

You are the lawyer people want to ask, not the one they route around.

Close with the next-steps decision tree

End with the next-steps decision tree per CLAUDE.md ## Outputs. Customize the options to what this skill just produced — the five default branches (draft the X, escalate, get more facts, watch and wait, something else) are a starting point, not a lock-in. The tree is the output; the lawyer picks.

anthropic의 다른 스킬

analyzing-financial-statements
anthropic
이 스킬은 재무제표 데이터로부터 투자 분석을 위한 주요 재무 비율과 지표를 계산합니다.
applying-brand-guidelines
anthropic
이 스킬은 생성된 모든 문서에 일관된 기업 브랜딩과 스타일(색상, 글꼴, 레이아웃, 메시징 포함)을 적용합니다.
creating-financial-models
anthropic
이 스킬은 DCF 분석, 민감도 테스트, 몬테카를로 시뮬레이션, 시나리오 플래닝을 포함한 고급 재무 모델링 제품군을 투자…에 제공합니다.
board-minutes
anthropic
이사회 또는 위원회 회의록을 사내 형식으로 작성합니다. 캘린더에서 예정된 이사회 및 위원회 회의를 자동으로 감지하고, 안건을 요청한 후…
crm-cleanup
anthropic
HubSpot에서 오래된 거래, 중복 연락처, 누락된 필드를 스캔한 후 소유자가 승인한 항목을 수정합니다. 선택적 범위 인수를 받아 거래, 연락처 등을 지정할 수 있습니다.
redshift-api
anthropic
Amazon Redshift에 대해 SQL 실행 — 명령문 제출, 상태 폴링, 결과 페이지 탐색, 데이터베이스/스키마/테이블 탐색. 사용자가 원할 때마다 이 기능을 사용하세요…
ticket-deflector
anthropic
고객이 전달한 이메일이나 티켓을 읽고, PayPal에서 주문/환불 상태를 가져오며, HubSpot에서 계정 내역을 조회한 후, 소유자의 어조에 맞춰 답변을 작성합니다.
reg-feed-watcher
anthropic
규제 피드를 지금 확인하고, 마지막 확인 이후 새로 추가된 내용을 사용자의 중요도 기준에 따라 필터링하여 보고합니다. 사용자가 "피드 확인해 줘"라고 말할 때 사용하세요.