jpskill.com
🛠️ 開発・MCP コミュニティ

legal-response

Generate a response to a common legal inquiry using configured templates, with built-in escalation checks for situations that shouldn't use a templated reply. Use when responding to data subject requests, litigation hold notices, vendor legal questions, NDA requests from business teams, or subpoenas.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o legal-response.zip https://jpskill.com/download/22633.zip && unzip -o legal-response.zip && rm legal-response.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22633.zip -OutFile "$d\legal-response.zip"; Expand-Archive "$d\legal-response.zip" -DestinationPath $d -Force; ri "$d\legal-response.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して legal-response.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → legal-response フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] legal-response

/legal-response -- テンプレートからの応答生成

見慣れないプレースホルダーが表示された場合や、どのツールが接続されているかを確認する必要がある場合は、CONNECTORS.md を参照してください。

設定済みのテンプレートを使用して、一般的な法的問い合わせに対する応答を生成します。特定の詳細で応答をカスタマイズし、テンプレートによる応答を使用すべきではない状況に対するエスカレーショントリガーを含めます。

重要: このコマンドは法務ワークフローを支援しますが、法的助言を提供するものではありません。生成された応答は、送信する前に、特に規制対象の通信については、資格のある法務専門家によるレビューを受ける必要があります。

呼び出し

/legal-response [inquiry-type]

一般的な問い合わせタイプ:

  • dsr または data-subject-request -- データ主体アクセス/削除/訂正要求
  • hold または discovery-hold -- 訴訟ホールド通知
  • vendor または vendor-question -- ベンダー法務に関する質問
  • nda または nda-request -- ビジネスチームからのNDA要求
  • privacy または privacy-inquiry -- プライバシー関連の質問
  • subpoena -- 召喚状または法的手続きへの応答
  • insurance -- 保険金請求通知
  • custom -- カスタムテンプレートを使用する

問い合わせタイプが指定されていない場合は、ユーザーに応答のタイプを尋ね、利用可能なカテゴリを表示します。

ワークフロー

ステップ 1: 問い合わせタイプの特定

ユーザーから問い合わせタイプを受け入れます。タイプが曖昧な場合は、利用可能なカテゴリを表示し、明確化を求めます。

ステップ 2: テンプレートの読み込み

ローカル設定 (例: legal.local.md またはテンプレートディレクトリ) でテンプレートを探します。

テンプレートが設定されている場合:

  • 問い合わせタイプに適したテンプレートを読み込みます
  • 必要な変数 (受信者名、日付、特定の詳細) を特定します

テンプレートが設定されていない場合:

  • この問い合わせタイプにテンプレートが見つからなかったことをユーザーに通知します
  • テンプレートの作成を支援することを提案します (下記のテンプレート作成ガイドを参照)
  • 問い合わせタイプに基づいて、合理的なデフォルトの応答構造を提供します

ステップ 3: エスカレーショントリガーの確認

応答を生成する前に、この状況がテンプレートによる応答を使用すべきではない特性を持っているかどうかを評価します。

ユニバーサルエスカレーショントリガー (すべてのカテゴリに適用)

  • 案件が潜在的な訴訟または規制調査に関わる場合
  • 問い合わせが規制当局、政府機関、または法執行機関からのものである場合
  • 応答が拘束力のある法的コミットメントまたは権利放棄を生み出す可能性がある場合
  • 案件が潜在的な刑事責任に関わる場合
  • メディアの注目が集まっている、または集まる可能性が高い場合
  • 状況が前例のないものである場合 (チームによる以前の対応がない)
  • 複数の法域が関与し、要件が矛盾している場合
  • 案件が経営陣または取締役会メンバーに関わる場合

データ主体要求エスカレーショントリガー

  • 要求が未成年者のデータに関わる、または未成年者から/未成年者に代わってのものである場合
  • 要求が規制当局からのものである場合 (個人ではない)
  • 要求が訴訟ホールドの対象となるデータに関わる場合
  • 要求者が係争中または人事問題のある現職または元従業員である場合
  • 要求の範囲が異常に広い、または探索的調査のように見える場合
  • 要求が独自の要件を持つ法域で処理されたデータに関わる場合
  • 要求が特別カテゴリーデータ (健康、生体認証、遺伝子) に関わる場合

ディスカバリーホールドエスカレーショントリガー

  • 案件が潜在的な刑事責任に関わる場合
  • 保全の範囲が不明確、係争中、または過度に広範である可能性がある場合
  • 特定のデータが範囲内であるかどうかについて疑問がある場合
  • 同じまたは関連する案件に対する以前のホールドが存在する場合
  • ホールドが進行中の事業運営に重大な影響を与える可能性がある場合
  • ホールドが規制上の削除要件と衝突する場合
  • 管理者がホールドの範囲に異議を唱える場合

ベンダー質問エスカレーショントリガー

  • 質問が紛争または潜在的な違反に関わる場合
  • ベンダーが訴訟または契約終了を脅している場合
  • 質問が規制遵守に関わる場合 (契約条件だけでなく)
  • 応答が拘束力のあるコミットメントまたは権利放棄を生み出す可能性がある場合
  • 応答が進行中の交渉に影響を与える可能性がある場合

NDA要求エスカレーショントリガー

  • 相手方が競合他社である場合
  • NDAが政府の機密情報に関わる場合
  • ビジネス状況が、NDAが潜在的なM&A取引のためであることを示唆している場合
  • 要求が珍しい主題 (AIトレーニングデータ、生体認証データなど) に関わる場合

召喚状/法的手続きエスカレーショントリガー

  • 常に弁護士のレビューが必要 (テンプレートは出発点にすぎません)
  • 特権の問題が特定された場合
  • 第三者のデータが関与している場合
  • 国境を越えた生産の問題
  • 不合理なタイムライン

エスカレーショントリガーが検出された場合:

  1. 停止: テンプレートによる応答を生成しないでください
  2. 警告: エスカレーショントリガーが検出されたことをユーザーに通知します
  3. 説明: どのトリガーが検出されたか、そしてそれがなぜ重要であるかを説明します
  4. 推奨: 適切なエスカレーションパス (上級弁護士、外部弁護士、特定のチームメンバー) を提案します
  5. 提供: 最終的な応答ではなく、弁護士レビュー用のドラフト (「DRAFT - FOR COUNSEL REVIEW ONLY」と明確にマーク) を提供します

ステップ 4: 特定の詳細の収集

応答をカスタマイズするために必要な詳細をユーザーに尋ねます。

データ主体要求:

  • 要求者の氏名と連絡先情報
  • 要求の種類 (アクセス、削除、訂正、ポータビリティ、オプトアウト)
  • どのようなデータが関与しているか
  • 適用される規制 (GDPR、CCPA、CPRA、その他)
  • 応答期限

ディスカバリーホールド:

  • 案件名と参照番号
  • 管理者 (誰が保全する必要があるか)
  • 保全の範囲 (日付範囲、データタイプ、システム)
  • 外部弁護士の連絡先
  • 発効日

ベンダー質問:

  • ベンダー名
  • 参照契約 (該当する場合)
  • 対処されている具体的な質問
  • 関連する契約条項

NDA要求:

  • 要求元のビジネスチームと連絡先
  • 相手方名
  • NDAの目的
  • 相互または一方的
  • 特別な要件

ステップ 5: 応答の生成

収集した詳細でテンプレートを埋めます。応答が次のことを確認します。

  • 適切なトーンを使用していること (プロフェッショナルで明確、ビジネスオーディエンスにとって過度に法律的ではない)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

/legal-response -- Generate Response from Templates

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Generate a response to a common legal inquiry using configured templates. Customizes the response with specific details and includes escalation triggers for situations that should not use a templated response.

Important: This command assists with legal workflows but does not provide legal advice. Generated responses should be reviewed by qualified legal professionals before being sent, especially for regulated communications.

Invocation

/legal-response [inquiry-type]

Common inquiry types:

  • dsr or data-subject-request -- Data subject access/deletion/correction requests
  • hold or discovery-hold -- Litigation hold notices
  • vendor or vendor-question -- Vendor legal questions
  • nda or nda-request -- NDA requests from business teams
  • privacy or privacy-inquiry -- Privacy-related questions
  • subpoena -- Subpoena or legal process responses
  • insurance -- Insurance claim notifications
  • custom -- Use a custom template

If no inquiry type is provided, ask the user what type of response they need and show available categories.

Workflow

Step 1: Identify Inquiry Type

Accept the inquiry type from the user. If the type is ambiguous, show available categories and ask for clarification.

Step 2: Load Template

Look for templates in local settings (e.g., legal.local.md or a templates directory).

If templates are configured:

  • Load the appropriate template for the inquiry type
  • Identify required variables (recipient name, dates, specific details)

If no templates are configured:

  • Inform the user that no templates were found for this inquiry type
  • Offer to help create a template (see Template Creation Guide below)
  • Provide a reasonable default response structure based on the inquiry type

Step 3: Check Escalation Triggers

Before generating any response, evaluate whether this situation has characteristics that should NOT use a templated response.

Universal Escalation Triggers (Apply to All Categories)

  • The matter involves potential litigation or regulatory investigation
  • The inquiry is from a regulator, government agency, or law enforcement
  • The response could create a binding legal commitment or waiver
  • The matter involves potential criminal liability
  • Media attention is involved or likely
  • The situation is unprecedented (no prior handling by the team)
  • Multiple jurisdictions are involved with conflicting requirements
  • The matter involves executive leadership or board members

Data Subject Request Escalation Triggers

  • Request involves a minor's data, or is from/on behalf of a minor
  • Request is from a regulatory authority (not an individual)
  • Request involves data that is subject to a litigation hold
  • Requester is a current or former employee with an active dispute or HR matter
  • Request scope is unusually broad or appears to be a fishing expedition
  • Request involves data processed in a jurisdiction with unique requirements
  • Request involves special category data (health, biometric, genetic)

Discovery Hold Escalation Triggers

  • The matter involves potential criminal liability
  • The preservation scope is unclear, disputed, or potentially overbroad
  • There are questions about whether certain data is within scope
  • Prior holds for the same or related matter exist
  • The hold may affect ongoing business operations significantly
  • Hold conflicts with regulatory deletion requirements
  • Custodian objects to the hold scope

Vendor Question Escalation Triggers

  • The question involves a dispute or potential breach
  • The vendor is threatening litigation or termination
  • The question involves regulatory compliance (not just contract terms)
  • The response could create a binding commitment or waiver
  • Response could affect ongoing negotiation

NDA Request Escalation Triggers

  • The counterparty is a competitor
  • The NDA involves government classified information
  • The business context suggests the NDA is for a potential M&A transaction
  • The request involves unusual subject matter (AI training data, biometric data, etc.)

Subpoena / Legal Process Escalation Triggers

  • ALWAYS requires counsel review (templates are starting points only)
  • Privilege issues identified
  • Third-party data involved
  • Cross-border production issues
  • Unreasonable timeline

When an escalation trigger is detected:

  1. Stop: Do not generate a templated response
  2. Alert: Inform the user that an escalation trigger has been detected
  3. Explain: Describe which trigger was detected and why it matters
  4. Recommend: Suggest the appropriate escalation path (senior counsel, outside counsel, specific team member)
  5. Offer: Provide a draft for counsel review (clearly marked as "DRAFT - FOR COUNSEL REVIEW ONLY") rather than a final response

Step 4: Gather Specific Details

Prompt the user for the details needed to customize the response:

Data Subject Request:

  • Requester name and contact information
  • Type of request (access, deletion, correction, portability, opt-out)
  • What data is involved
  • Applicable regulation (GDPR, CCPA, CPRA, other)
  • Response deadline

Discovery Hold:

  • Matter name and reference number
  • Custodians (who needs to preserve)
  • Scope of preservation (date range, data types, systems)
  • Outside counsel contact
  • Effective date

Vendor Question:

  • Vendor name
  • Reference agreement (if applicable)
  • Specific question being addressed
  • Relevant contract provisions

NDA Request:

  • Requesting business team and contact
  • Counterparty name
  • Purpose of the NDA
  • Mutual or unilateral
  • Any special requirements

Step 5: Generate Response

Populate the template with the gathered details. Ensure the response:

  • Uses appropriate tone (professional, clear, not overly legalistic for business audiences)
  • Includes all required legal elements for the response type
  • References specific dates, deadlines, and obligations
  • Provides clear next steps for the recipient
  • Includes appropriate disclaimers or caveats

Present the draft response to the user for review before sending.

Customization Guidelines

Required customization — Every templated response MUST be customized with:

  • Correct names, dates, and reference numbers
  • Specific facts of the situation
  • Applicable jurisdiction and regulation
  • Correct response deadlines based on when the inquiry was received
  • Appropriate signature block and contact information

Tone adjustment — Adjust tone based on:

  • Audience: Internal vs. external, business vs. legal, individual vs. regulatory authority
  • Relationship: New counterparty vs. existing partner vs. adversarial party
  • Sensitivity: Routine inquiry vs. contentious matter vs. regulatory investigation
  • Urgency: Standard timeline vs. expedited response needed

Jurisdiction-specific adjustments:

  • Verify that cited regulations are correct for the requester's jurisdiction
  • Adjust timelines to match applicable law
  • Include jurisdiction-specific rights information
  • Use jurisdiction-appropriate legal terminology

Step 6: Template Creation (If No Template Exists)

If the user wants to create a new template, walk through the Template Creation Guide (see below) and present the finished template for review. Suggest the user save the approved template to their local settings for future use.

Response Categories

1. Data Subject Requests (DSRs)

Sub-categories:

  • Acknowledgment of receipt
  • Identity verification request
  • Fulfillment response (access, deletion, correction)
  • Partial denial with explanation
  • Full denial with explanation
  • Extension notification

Key template elements:

  • Reference to applicable regulation (GDPR, CCPA, etc.)
  • Specific timeline for response
  • Identity verification requirements
  • Rights of the data subject (including right to complain to supervisory authority)
  • Contact information for follow-up

Example template structure:

Subject: Your Data [Access/Deletion/Correction] Request - Reference {{request_id}}

Dear {{requester_name}},

We have received your request dated {{request_date}} to [access/delete/correct] your personal data under [applicable regulation].

[Acknowledgment / verification request / fulfillment details / denial basis]

We will respond substantively by {{response_deadline}}.

[Contact information]
[Rights information]

2. Discovery Holds (Litigation Holds)

Sub-categories:

  • Initial hold notice to custodians
  • Hold reminder / periodic reaffirmation
  • Hold modification (scope change)
  • Hold release

Key template elements:

  • Matter name and reference number
  • Clear preservation obligations
  • Scope of preservation (date range, data types, systems, communication types)
  • Prohibition on spoliation
  • Contact for questions
  • Acknowledgment requirement

Example template structure:

Subject: LEGAL HOLD NOTICE - {{matter_name}} - Action Required

PRIVILEGED AND CONFIDENTIAL
ATTORNEY-CLIENT COMMUNICATION

Dear {{custodian_name}},

You are receiving this notice because you may possess documents, communications, or data relevant to the matter referenced above.

PRESERVATION OBLIGATION:
Effective immediately, you must preserve all documents and electronically stored information (ESI) related to:
- Subject matter: {{hold_scope}}
- Date range: {{start_date}} to present
- Document types: {{document_types}}

DO NOT delete, destroy, modify, or discard any potentially relevant materials.

[Specific instructions for systems, email, chat, local files]

Please acknowledge receipt of this notice by {{acknowledgment_deadline}}.

Contact {{legal_contact}} with any questions.

3. Privacy Inquiries

Sub-categories:

  • Cookie/tracking inquiry responses
  • Privacy policy questions
  • Data sharing practice inquiries
  • Children's data inquiries
  • Cross-border transfer questions

Key template elements:

  • Reference to the organization's privacy notice
  • Specific answers based on current practices
  • Links to relevant privacy documentation
  • Contact information for the privacy team

4. Vendor Legal Questions

Sub-categories:

  • Contract status inquiry response
  • Amendment request response
  • Compliance certification requests
  • Audit request responses
  • Insurance certificate requests

Key template elements:

  • Reference to the applicable agreement
  • Specific response to the vendor's question
  • Any required caveats or limitations
  • Next steps and timeline

5. NDA Requests

Sub-categories:

  • Sending the organization's standard form NDA
  • Accepting a counterparty's NDA (with markup)
  • Declining an NDA request with explanation
  • NDA renewal or extension

Key template elements:

  • Purpose of the NDA
  • Standard terms summary
  • Execution instructions
  • Timeline expectations

6. Subpoena / Legal Process

Sub-categories:

  • Acknowledgment of receipt
  • Objection letter
  • Request for extension
  • Compliance cover letter

Key template elements:

  • Case reference and jurisdiction
  • Specific objections (if any)
  • Preservation confirmation
  • Timeline for compliance
  • Privilege log reference (if applicable)

Critical note: Subpoena responses almost always require individualized counsel review. Templates serve as starting frameworks, not final responses.

7. Insurance Notifications

Sub-categories:

  • Initial claim notification
  • Supplemental information
  • Reservation of rights response

Key template elements:

  • Policy number and coverage period
  • Description of the matter or incident
  • Timeline of events
  • Requested coverage confirmation

Template Management Methodology

Template Organization

Templates should be organized by category and maintained in the team's local settings. Each template should include:

  1. Category: The type of inquiry the template addresses
  2. Template name: A descriptive identifier
  3. Use case: When this template is appropriate
  4. Escalation triggers: When this template should NOT be used
  5. Required variables: Information that must be customized for each use
  6. Template body: The response text with variable placeholders
  7. Follow-up actions: Standard steps after sending the response
  8. Last reviewed date: When the template was last verified for accuracy

Template Lifecycle

  1. Creation: Draft template based on best practices and team input
  2. Review: Legal team review and approval of template content
  3. Publication: Add to template library with metadata
  4. Use: Generate responses using the template
  5. Feedback: Track when templates are modified during use to identify improvement opportunities
  6. Update: Revise templates when laws, policies, or best practices change
  7. Retirement: Archive templates that are no longer applicable

Template Creation Guide

When helping users create new templates:

1. Define the Use Case

  • What type of inquiry does this address?
  • How frequently does this come up?
  • Who is the typical audience?
  • What is the typical urgency level?

2. Identify Required Elements

  • What information must be included in every response?
  • What regulatory requirements apply?
  • What organizational policies govern this type of response?

3. Define Variables

  • What changes with each use? (names, dates, specifics)
  • What stays the same? (legal requirements, standard language)
  • Use clear variable names: {{requester_name}}, {{response_deadline}}, {{matter_reference}}

4. Draft the Template

  • Write in clear, professional language
  • Avoid unnecessary legal jargon for business audiences
  • Include all legally required elements
  • Add placeholders for all variable content
  • Include a subject line template if for email use

5. Define Escalation Triggers

  • What situations should NOT use this template?
  • What characteristics indicate the matter needs individualized attention?
  • Be specific: vague triggers are not useful

6. Add Metadata

  • Template name and category
  • Version number and last reviewed date
  • Author and approver
  • Follow-up actions checklist

Template Format

## Template: {{template_name}}
**Category**: {{category}}
**Version**: {{version}} | **Last Reviewed**: {{date}}
**Approved By**: {{approver}}

### Use When
- [Condition 1]
- [Condition 2]

### Do NOT Use When (Escalation Triggers)
- [Trigger 1]
- [Trigger 2]

### Variables
| Variable | Description | Example |
|---|---|---|
| {{var1}} | [what it is] | [example value] |
| {{var2}} | [what it is] | [example value] |

### Subject Line
[Subject template with {{variables}}]

### Body
[Response body with {{variables}}]

### Follow-Up Actions
1. [Action 1]
2. [Action 2]

### Notes
[Any special instructions for users of this template]

Output Format

## Generated Response: [Inquiry Type]

**To**: [recipient]
**Subject**: [subject line]

---

[Response body]

---

### Escalation Check
[Confirmation that no escalation triggers were detected, OR flagged triggers with recommendations]

### Follow-Up Actions
1. [Post-send actions]
2. [Calendar reminders to set]
3. [Tracking or logging requirements]

Notes

  • Always present the draft response for user review before suggesting it be sent
  • If connected to email via MCP, offer to create a draft email with the response
  • Track response deadlines and offer to set calendar reminders
  • For regulated responses (DSRs, subpoenas), always note the applicable deadline and regulatory requirements
  • Templates should be living documents; suggest updates when the user modifies a templated response, so the template can be improved over time