Skip to main content
openai tutorialOpenAI tutorial

Tutorial 04: Using Custom GPTs for Matter Management (OpenAI)

Learn how to create persistent legal workspaces with Custom GPTs, organize matters, write custom instructions, and manage client confidentiality effectively.

学習目標

このチュートリアルの終わりまでに、以下ができるようになります:

  • カスタム GPT が永続的な法律ワークスペースをどのように作成するか理解
  • 異なる実務分野と案件用にカスタム GPT を設定
  • 効果的なカスタム指示(デジタルプレイブック)を作成
  • GPT 組織でクライアントの機密性を管理
  • カスタム GPT で社内法務部門を整理
  • 案件の優先順位付けとリソース配分を実装
  • 案件ブリーフィングとチーム引き継ぎを実施
  • 文書の整理と命名規則を最適化

所要時間:45 分 | レベル:初級 | 技術スキル不要


案件ワークスペースの理解

OpenAI の案件ワークスペースとは?

ChatGPT で案件固有のワークスペースを実現:

  • カスタム GPT:案件または実務分野ごとの永続的な指示とナレッジファイル
  • ナレッジファイル:GPT 内で ChatGPT が参照できる文書
  • 会話履歴:各チャットスレッド内の過去の議論

法律業務における案件ワークスペースの重要性

ワークスペースなしカスタム GPT あり
毎回コンテキストを再説明指示とナレッジでコンテキストが永続
文書を繰り返し再アップロードGPT ナレッジベースで文書が利用可能
セッション間で一貫しない助言一貫したプレイブックが適用
案件間の分離なし明確な案件境界
クロス汚染のリスクGPT ごとに分離されたワークスペース

カスタム GPT vs. Harvey Vault / Legora Workspace

Harvey Vault:AI 分析付きの集中文書ストレージ Legora Workspace:保存されたワークフロー付きの共同環境 ChatGPT カスタム GPT:完全なカスタマイズ制御付きの柔軟なワークスペース

OpenAI の利点:ChatGPT の動作を正確に定義—ベンダーが課す rigid なテンプレートやワークフローなし。


法律事務所のプロジェクトアーキテクチャ

推奨構造

事務所全体リソース
├── 契約プレイブック - SaaS ベンダー
├── 契約プレイブック - SaaS 顧客
├── 契約プレイブック - NDA
├── 訴訟チェックリストテンプレート
├── 法律調査 - 労働法
└── 法律調査 - IP/テック

クライアント案件
├── [クライアント A] - MSA 交渉 2026
├── [クライアント A] - 雇用紛争
├── [クライアント B] - シリーズ B 資金調達
├── [クライアント B] - IP ポートフォリオレビュー
└── [クライアント C] - M&A デューデリジェンス

社内
├── マーケティングコンテンツレビュー
├── 事務所ポリシー開発
└── トレーニング資料

機密保持のベストプラクティス

行うこと

  • 各クライアント案件に別々のカスタム GPT を使用
  • 懸念がある場合は名前の代わりにクライアントコードを使用
  • 案件終了時に GPT をクリアまたはアーカイブ
  • Team/Enterprise GPT へのアクセスを制御

行わないこと

  • 複数クライアントを 1 つの GPT に混在
  • 異なる案件の文書を一緒にアップロード
  • 案件終了後も機密 GPT にアクセス可能のまま
  • 共有アカウントで GPT タイトルにクライアント名を使用

最初の案件 GPT の作成

ステップバイステップのセットアップ

ステップ 1:カスタム GPT を作成

  1. ChatGPT を開く(chat.openai.com またはアプリ)
  2. GPT を探すまたは作成へ
  3. 「Create a GPT」をクリック
  4. 名前を入力:[クライアントコード] - 案件説明

ステップ 2:カスタム指示を作成

カスタム指示は ChatGPT にこのワークスペースでの動作を伝えます。デジタルプレイブックです。

契約レビュー GPT テンプレート

# GPT: [Client] Contract Review

## My Role
I am [outside counsel / in-house counsel] for [Client description].
My client is [description of business, risk tolerance, industry].

## ChatGPT's Role
You are a senior commercial attorney assisting with contract review.
Apply expertise in [relevant areas: tech licensing, healthcare
regulations, financial services, etc.].

## Standard Positions

### Liability
- ACCEPTABLE: Mutual cap at 12 months fees paid; uncapped for
  indemnification obligations, IP infringement, confidentiality breach
- MINIMUM: Cap at total contract value
- REJECT: Unlimited customer liability; cap below contract value

### Indemnification
- REQUIRED: Vendor indemnity for IP infringement, data breach,
  gross negligence, willful misconduct
- REQUIRED: Mutual indemnity for third-party claims from breach
- REJECT: One-sided indemnification favoring vendor only

### Data & Privacy
- REQUIRED: Customer owns all customer data
- REQUIRED: Vendor cannot use customer data except for service delivery
- REQUIRED: Data return/deletion upon termination
- REJECT: Vendor rights to aggregate or use data for any purpose

### Term & Termination
- PREFERRED: Month-to-month or annual with termination for convenience
- ACCEPTABLE: Multi-year with early termination option
- REQUIRE: Termination for material breach with cure period
- REJECT: Auto-renewal without easy cancellation

## Review Format

When reviewing contracts, always provide:
1. Executive summary (3-5 sentences)
2. Clause-by-clause analysis with traffic light ratings
3. Specific redline suggestions for concerning clauses
4. Questions for the business team
5. Negotiation priority ranking

Use these ratings:
- RED: Must change before signing
- YELLOW: Should negotiate, but not deal-breaker
- GREEN: Acceptable as-is

## Communication Style
- Be direct and practical
- Focus on business impact, not just legal technicalities
- Assume I'll share summaries with non-lawyers
- Flag areas needing attorney judgment (don't overreach)

ステップ 3:ナレッジベース文書をアップロード

ChatGPT が参照すべき文書を追加:

  • 事務所の標準契約テンプレート
  • クライアントの希望ポジション文書
  • 関連する規制ガイダンス
  • 参考用の承認済み契約サンプル

ステップ 4:GPT をテスト

会話を開始し、ChatGPT が指示に従うことを確認:

I'm starting a new contract review. Before I upload, confirm you
understand:
1. Who is my client?
2. What are our liability cap requirements?
3. What data provisions do we require?
4. How should you format your analysis?

カスタム指示テンプレート

テンプレート:訴訟サポート GPT

# GPT: [Case Name] Litigation Support

## Case Overview
- Caption: [Full case caption]
- Court: [Court and jurisdiction]
- Our client: [Plaintiff/Defendant] [Client description]
- Opposing party: [Description]
- Claims: [Brief description of claims]
- Current phase: [Discovery/Motion practice/Trial prep]

## Key Facts (Update as case develops)
- [Fact 1]
- [Fact 2]
- [Fact 3]

## Our Theory of the Case
[Brief description of our narrative]

## Key Legal Issues
1. [Issue 1]: Our position is [X]
2. [Issue 2]: Our position is [Y]

## Helpful Documents in Knowledge Base
- Complaint
- Answer
- Key discovery responses
- Deposition excerpts
- Expert reports

## How ChatGPT Should Help
- When reviewing documents: Flag testimony/evidence supporting or
  hurting our theory
- When drafting: Maintain consistent voice, cite to record
- When researching: Focus on [jurisdiction] law, note circuit splits
- Always: Note privilege concerns, don't create work product without
  attorney direction

## Document Reference Format
When citing documents: [Document name, page X, lines Y-Z] or
[Exhibit #, Bates range]

テンプレート:法律調査 GPT

# GPT: [Practice Area] Legal Research

## Scope
This project covers [practice area] issues in [jurisdiction(s)].
Primary focus areas:
- [Topic 1]
- [Topic 2]
- [Topic 3]

## Research Standards
- Prioritize: [Binding authority > Persuasive > Secondary]
- Key treatises to cite: [List]
- Preferred reporters: [List]
- Avoid: [Sources to avoid]

## Output Format
When providing research:
1. Issue statement
2. Brief answer (2-3 sentences)
3. Analysis with authority citations
4. Contrary authority and counterarguments
5. Practical implications
6. Recommended next steps

## Citation Format
Use Bluebook format. Example: Smith v. Jones, 123 F.3d 456, 460
(9th Cir. 2024)

## Important Caveats
- Always note when case law may have been superseded
- Flag circuit splits or unsettled law
- Distinguish between holdings and dicta
- Note if research requires updating via Westlaw/Lexis

## Knowledge Base Contents
- Key cases we rely on frequently
- Firm memos on recurring issues
- Regulatory guidance documents
- Practice-specific checklists

テンプレート:取引サポート GPT

# GPT: [Deal Name] Transaction Support

## Transaction Overview
- Type: [M&A / Financing / Joint Venture / etc.]
- Our client: [Buyer/Seller/Company/Investor]
- Counterparty: [Description]
- Target close date: [Date]
- Deal value: [Approximate]

## Key Documents (Upload to Knowledge Base)
- LOI/Term Sheet
- Draft definitive agreement
- Disclosure schedules
- Due diligence materials
- Deal checklist

## Our Priorities
1. [Top priority - e.g., minimize reps & warranties exposure]
2. [Second priority - e.g., favorable indemnification basket]
3. [Third priority - e.g., clean closing conditions]

## Red Lines (Cannot Concede)
- [Non-negotiable 1]
- [Non-negotiable 2]

## Acceptable Trade-offs
- [We can give X if we get Y]

## Drafting Guidelines
- Our client's defined term: "[Name]"
- Counterparty's defined term: "[Name]"
- Use [active/passive] voice for our representations
- Cross-reference format: [Section X.X]

## When Reviewing Drafts
1. Track changes from prior version
2. Flag new issues introduced
3. Confirm prior comments addressed
4. Note open business points requiring decision

社内法務部門の組織

企業法務チーム向け GPT のセットアップ

社内弁護士向けに、機能別にカスタム GPT を整理:

CORPORATE & GOVERNANCE
├── Board of Directors - Governance
├── Shareholder Matters
├── Corporate Records & Compliance
└── Entity Formation/Dissolution

BUSINESS OPERATIONS
├── Commercial Contracts
├── Vendor Management
├── Customer Agreements
└── Supplier Relationships

EMPLOYMENT & HR
├── Employment Policies
├── Dispute Management
├── Benefits & Compensation
└── Employee Handbook Review

REGULATORY & COMPLIANCE
├── Industry Regulations
├── Data Privacy & Security
├── Environmental Compliance
└── Regulatory Filings

IP & TECHNOLOGY
├── Patent Portfolio
├── Trademark Management
├── Software Licensing
└── Data Security Agreements

FINANCE & ACCOUNTING
├── Tax Matters
├── Financial Reporting
├── Accounting Standards
└── Financing Arrangements

案件インテークワークフロー

以下のカスタム指示で 案件インテーク GPT を作成:

# GPT: Matter Intake & Triage

## My Role
I am General Counsel or in-house attorney managing legal matters.
I need to quickly assess new matters for urgency, complexity, and resource needs.

## Intake Information Format
When I submit a new matter, include:
1. Requester/business unit
2. Matter type (contract, dispute, compliance, etc.)
3. Parties involved
4. Key deadline
5. Business impact description
6. Documents available
7. Prior related matters

## Your Role
Help me:
1. Classify matter type and complexity
2. Identify required expertise
3. Estimate timeline
4. Assess confidentiality requirements
5. Assign to appropriate GPT/team
6. Create matter file structure

## Recommended Responses
- Matter summary (2-3 sentences)
- Complexity rating: Low / Medium / High
- Estimated attorney hours required
- Key risks requiring attention
- Recommended team members
- Proposed GPT setup checklist

ビジネスパートナー連携フレームワーク

関連するカスタム GPT にこのガイダンスを追加:

## Business Partner Collaboration

### Communication Protocol
- Weekly status updates on open matters
- Bi-weekly strategy calls for major transactions
- Monthly summary report for all matters
- Escalation process for urgent items

### What to Escalate
- Potential disputes or claims
- Regulatory non-compliance issues
- Material contract negotiations
- Executive/Board-level decisions
- Litigation threats
- Third-party disputes

### Information Sharing
- Status summaries (business-friendly language)
- Risk assessments in business terms
- Cost-benefit analyses for decisions
- Timeline and resource needs

取締役会報告テンプレート

この構造で 取締役会報告 GPT を作成:

# GPT: Board Legal Report

## Board-Level Summary Format

### Current Matters Status
- **Active Matters**: [Count by category]
- **Closed This Period**: [List with outcomes]
- **New Matters**: [Count and types]

### Key Risks & Issues
- [Risk 1]: Status, mitigation steps, escalation if needed
- [Risk 2]: Status, mitigation steps, escalation if needed

### Regulatory Compliance Status
- All required filings: [On track/At risk]
- Compliance reviews completed: [Yes/No]
- Outstanding regulatory actions: [List]

### Litigation Status
- Open cases: [Count and descriptions]
- Closed cases: [Count and outcomes]
- Insurance recovery status: [Details]

### Recommendations for Board Consideration
- [Board action 1]
- [Board action 2]

## Key Metrics
- Matter turnover time (average days to close)
- Outside counsel spend (YTD)
- Matters by type distribution
- Compliance audit results

案件の優先順位付けとリソース配分

AI 推奨案件優先度フレームワーク

以下の指示で 案件優先順位付け GPT を作成:

# GPT: Matter Priority & Resource Allocation

## Urgency/Importance Matrix

When analyzing matters, use this matrix:

### HIGH URGENCY + HIGH IMPORTANCE (Priority 1: Address Immediately)
- Imminent litigation deadlines
- Active regulatory investigations
- Critical deal closings
- Breach of contract claims
- Executive attention required

### HIGH URGENCY + LOWER IMPORTANCE (Priority 2: Schedule Soon)
- Non-critical compliance deadlines
- Standard transaction timing
- Routine contract negotiations
- Administrative requirements

### LOWER URGENCY + HIGH IMPORTANCE (Priority 3: Strategic Planning)
- Portfolio reviews (IP, contracts, policies)
- Preventive compliance updates
- Strategic negotiations
- Long-term planning matters

### LOWER URGENCY + LOWER IMPORTANCE (Priority 4: Defer or Delegate)
- Administrative updates
- Routine document reviews
- Low-value agreements
- Informational requests

## Prioritization Criteria

Rate each matter on:
1. **Deadline proximity** (days until critical event)
2. **Business impact** (revenue, risk, strategic value)
3. **Complexity** (hours required, expertise needed)
4. **Stakeholder pressure** (executive attention required)
5. **Dependency** (blocks other work)
6. **Resource availability** (skilled attorneys available)

## Output Format

For each matter, provide:
- Priority ranking (1-4)
- Recommended action timeline
- Required expertise level
- Estimated hours needed
- Key milestones and dates
- Resource recommendations
- Risk of delay

## Reprioritization Triggers

Alert me when:
- New deadline information received
- Business impact changes
- Regulatory escalation occurs
- Key facts change
- Resource availability shifts

リソース配分ワークフロー

優先順位付け GPT でこのプロンプトを使用:

RESOURCE ALLOCATION PROMPT:

I have [X] attorneys available with skills in:
- [Skill 1]: [Name] - [Experience level]
- [Skill 2]: [Name] - [Experience level]
- [Skill 3]: [Name] - [Experience level]

Current open matters requiring allocation:
[Paste matter list with priority rankings]

Please recommend:
1. Assignment of matters to specific attorneys
2. Estimated capacity utilization
3. Likely bottlenecks
4. When we'll need outside counsel
5. Training/mentoring opportunities
6. Projected completion dates

期限管理システム

期限トラッカー GPT を作成:

# GPT: Legal Deadline Management

## Critical Deadlines Tracked

For each matter, monitor:
- Statutes of limitations
- Filing deadlines (court, regulatory)
- Notice requirements
- Response deadlines
- Approval deadlines
- Renewal deadlines
- Contract termination options

## Deadline Alert Protocol

Trigger alerts:
- 90 days before: For major milestones
- 30 days before: For upcoming deadlines
- 14 days before: For immediate deadlines
- 7 days before: For imminent actions
- 3 days before: For final reminders

## Missed Deadline Response
If a deadline is missed, immediately:
1. Assess malpractice implications
2. Notify insurance carrier if needed
3. Determine remediation options
4. Document mitigation steps
5. Prevent recurrence

## Monthly Deadline Review
Provide summary:
- Deadlines met this month: [Count]
- Upcoming deadlines (next 90 days): [List]
- At-risk deadlines: [List with action plans]

ブリーフィングとキャッチアップワークフロー

欠勤後の案件ブリーフィング

このユースケース用に 案件ブリーフィング GPT を作成:

# GPT: Case Briefing & Matter Catch-Up

## My Role
I am returning to a matter after [vacation/leave/other assignment].
I need a comprehensive but digestible briefing on current status.

## Briefing Information
- Matter name and matter code
- Last date I worked on this
- Current date
- Key documents available in knowledge base

## Your Role
Generate a catch-up briefing that includes:

### Executive Summary (1 paragraph)
- What has happened since last update
- Current critical issues
- What needs my immediate attention

### Timeline of Recent Activity
- Key events since [date]
- Dates and significance of each
- People involved
- Documents exchanged

### Current Status by Issue
For each major issue/claim:
- Current status
- Recent developments
- Next scheduled events/deadlines
- Our position/strategy
- Opposing position
- Open questions

### Document Summary
- New documents received (list by type)
- Drafts in progress
- Documents pending from other side
- Key evidence/documents (brief description)

### Team Updates
- Staff changes
- Meetings conducted
- External counsel activity
- Client communications

### Decisions Required
- What decisions must I make immediately?
- What options should I consider?
- What can wait until team meeting?

### Next Steps & Calendar
- Immediate actions (this week)
- Upcoming deadlines (next 30 days)
- Scheduled meetings/calls
- Documents due to other side

案件概要の生成

任意のカスタム GPT でこのプロンプトを使用:

MATTER OVERVIEW PROMPT:

Please generate a comprehensive overview of this matter:

1. **One-Sentence Summary**: [What is this matter about?]

2. **Key Parties**:
   - Our client: [Description]
   - Opposing party/other key parties: [Description]

3. **Timeline**:
   - Matter opened: [Date]
   - Key milestones to date: [List]

4. **Current Phase**: [What stage is this in?]

5. **Critical Issues**:
   - Issue 1: [Our position, opposing position, risk]
   - Issue 2: [Our position, opposing position, risk]

6. **Document Inventory**:
   - Total documents: [Count]
   - By category: [List counts]

7. **Key Decisions Made**:
   - Decision 1: [What we decided and why]
   - Decision 2: [What we decided and why]

8. **Open Questions**:
   - Question 1: [What we need to determine]
   - Question 2: [What we need to determine]

9. **Next Steps**: [What happens next and when]

10. **Budget Status**: [Hours used, estimated remaining]

ステータスサマリープロンプト

クイックリファレンスブリーフィングプロンプトを作成:

QUICK STATUS SUMMARY (5 minutes):
- Matter: [Name]
- Status in one sentence: _______
- Key deadline: _______
- Critical action item: _______
- People who need to know: _______

WEEKLY STATUS FOR BUSINESS PARTNER:
- What we're doing this week: _______
- Expected outcomes: _______
- Risks to watch: _______
- Your input needed on: _______
- Timeline to next update: _______

EXECUTIVE BRIEF (For C-Suite):
- What's happening: [One paragraph]
- Why it matters: [Business impact]
- What we're doing: [Our strategy]
- What we need from you: [Required input/decisions]

チーム引き継ぎ文書

案件を引き継ぐ際にこのテンプレートを使用:

# GPT: Matter Handoff Documentation

## Handoff Information

### Matter Overview
- Matter name and code
- Client/parties involved
- Key timeframe and status
- Lead attorney (departing)
- New lead attorney
- Handoff date

### Knowledge Transfer Checklist

**Documents to Review**:
- Matter file index (complete list of documents)
- Recent correspondence (last 30 days)
- Current draft agreements
- Email communications with client
- Internal team memoranda
- Prior legal opinions/research

**Relationships to Understand**:
- Client contact persons and preferences
- Outside counsel relationships
- Opposing counsel dynamics
- Key business contacts
- Committee/Board liaisons

**Decisions & Strategy**:
- Strategic objectives
- Agreed positions on key issues
- Red lines and negotiation limits
- Prior failed negotiation attempts
- Client risk tolerance
- Timing constraints

**Upcoming Critical Events**:
- Deadlines (next 90 days)
- Scheduled meetings/depositions
- Expected deliverables
- Client communications planned
- Budget considerations

### New Lead Attorney Tasks
- [ ] Review all matter documents
- [ ] Meet with departing attorney
- [ ] Meet with client to establish relationship
- [ ] Update GPT instructions
- [ ] Schedule team kickoff call
- [ ] Review and update deadlines
- [ ] Confirm budget status

### Knowledge Base Refresh
- Ensure all current documents uploaded
- Remove outdated drafts/superseded versions
- Create organized folder structure
- Tag documents by issue/category
- Remove any conflicted materials

文書の整理と命名規則

AI 推奨命名規則

このガイダンスで 文書整理 GPT を作成:

# GPT: Document Organization & File Management

## Naming Convention Framework

### Standard Structure
[MATTER-CODE]_[DOCUMENT-TYPE]_[DATE]_[VERSION]_[SUBJECT]

### Examples
- ACME-2026_CONTRACT_020126_v3_SaaS-MSA-Redline
- WIDGET-LIT_DISCOVERY_020126_Interrogatories-Responses
- TECH-IP_MEMO_020126_Patent-Landscape-Analysis

### Document Type Codes
- CONTRACT: Agreements, amendments
- MEMO: Internal memoranda, opinions
- DISCOVERY: Interrogatory responses, document requests
- CORRESPONDENCE: Email, letters, notices
- RESEARCH: Legal research, case summaries
- BRIEF: Briefs, motions, pleadings
- REPORT: Expert reports, status reports
- ANALYSIS: Legal analysis, assessments
- CHECKLIST: Checklists, templates
- TEMPLATE: Standard form templates

### Version Control
- v1, v2, v3... for successive drafts
- FINAL for signed/approved version
- REDLINE if showing tracked changes
- CLEAN for final formatted document
- ARCHIVE for superseded versions

### Date Format
- Use MMDDYY format (020126 = February 1, 2026)
- Always use same format for sorting
- Reflects document creation/revision date

### Subject Line Best Practices
- Clear and specific (no abbreviations)
- Include key deal terms if relevant
- Capitalize main words
- Keep to reasonable length
- Use hyphens to separate concepts

取引フォルダ構造

[Client-Matter-Name]/
├── 01_Core-Documents/
│   ├── LOI-Term-Sheet/
│   ├── Definitive-Agreement/
│   └── Schedules-Exhibits/
├── 02_Due-Diligence/
│   ├── Seller-Diligence/
│   ├── Buyer-Diligence/
│   └── Third-Party-Reports/
├── 03_Correspondence/
│   ├── Attorney-Communications/
│   ├── Business-Team-Updates/
│   └── Other-Party-Communications/
├── 04_Internal-Analysis/
│   ├── Risk-Assessments/
│   ├── Legal-Memos/
│   └── Deal-Points-Tracking/
└── 05_Closing-Documents/
    ├── Final-Agreements/
    ├── Conditions-Satisfied/
    └── Closing-Checklist/

訴訟フォルダ構造

[Case-Name]/
├── 01_Pleadings/
│   ├── Complaint-Answer/
│   ├── Motions/
│   └── Orders/
├── 02_Discovery/
│   ├── Document-Requests/
│   ├── Interrogatories/
│   ├── Depositions/
│   └── Responses/
├── 03_Evidence/
│   ├── Key-Documents/
│   ├── Exhibits/
│   └── Expert-Materials/
├── 04_Analysis/
│   ├── Legal-Research/
│   ├── Case-Strategy/
│   └── Timeline/
└── 05_Communications/
    ├── Opposing-Counsel/
    ├── Court-Filings/
    └── Client-Updates/

バージョン管理のベストプラクティス

# Version Control Protocol

## When to Create New Version
- Substantive content changes (new section, new language)
- New round of negotiation (track changes from counterparty)
- Internal revision for clarity/formatting
- Each round of client/stakeholder review

## When NOT to Create New Version
- Minor typo fixes
- Formatting changes only
- Metadata updates

## Version Naming
- Internal drafts: v1, v2, v3...
- Counterparty submission: [v#]_counterparty-draft
- With tracked changes: [v#]_tracked
- Final approved: [v#]_FINAL-[date]
- Executed: [v#]_EXECUTED-[date]

## Folder Organization for Versions
Keep current drafts in main folder
Move superseded versions to ARCHIVE subfolder
Maintain execution copies in FINAL/EXECUTED folder

## Comment/Tracking Standard
- Use track changes for all substantive revisions
- Include reviewer initials and date
- Summarize changes in cover email
- Note open issues or items for future rounds

ベストプラクティスと実践演習

演習 1:優先順位付け付きで最初の GPT をセットアップ

タスク:3〜5 件のアクティブ案件を管理するカスタム GPT を作成

手順

  1. アクティブ案件をリストアップ
  2. 案件管理用のマスター GPT を 1 つ作成
  3. 以下のカスタム指示を追加:上記の優先順位マトリックス、期限追跡要件、リソース配分フレームワーク
  4. プロンプトでテスト:「Rank my current matters by priority: [list matters]. Consider deadlines, business impact, and complexity.」

演習 2:案件ブリーフィングテンプレートを作成

タスク:実際の案件のキャッチアップブリーフを構築

手順

  1. 最近戻った案件を選択
  2. 専用のブリーフィング GPT を作成
  3. ナレッジベースに重要文書をアップロード
  4. 「Matter Briefing」プロンプトテンプレートを使用
  5. 包括的なキャッチアップブリーフを生成
  6. 完全性と正確性を確認

演習 3:命名規則で文書を整理

タスク:案件ファイルを監査して再編成

手順

  1. 複数文書がある案件を選択
  2. 現在のファイル名のリストを作成
  3. 上記のフレームワークで新しい名前を提案
  4. フォルダ構造を作成(取引または訴訟テンプレート)
  5. ChatGPT で質問:「Help me organize these files according to [type] best practices. Here are my current files: [list]. Suggest naming and folder structure.」
  6. 推奨構造を実装

演習 4:社内法務部門の組織を設計

タスク:企業構造に合わせたカスタム GPT を作成

手順(社内弁護士向け):

  1. 法務部門の機能をマッピング
  2. 各主要機能(ガバナンス、オペレーション、コンプライアンス、IP など)用のカスタム GPT を作成
  3. 各 GPT に以下のカスタム指示を作成:案件インテーク手順、ビジネスパートナー連携ガイドライン、取締役会報告要件
  4. プロンプトでテスト:「New matter just came in: [description]. How should I handle this?」

演習 5:優先順位とリソース配分を実装

タスク:優先順位付けシステムをセットアップ

手順

  1. 現在の全オープン案件をリストアップ
  2. 上記の指示で優先度 GPT を作成
  3. ナレッジベースに案件リストをアップロード
  4. 弁護士の稼働状況を追加
  5. ChatGPT に質問:「Please prioritize these matters and recommend resource allocation. Consider deadlines, complexity, business impact, and available capacity.」
  6. 推奨を確認し、必要に応じて調整

時間経過に伴う GPT の管理

カスタム指示の更新

案件が進化するにつれ、指示を更新:

  • 新たに合意した条件を「acceptable」として追加
  • 案件ステータスと重要事実を更新
  • 交渉からの教訓を組み込み
  • 新メンバーの好みを反映

GPT ライフサイクル

フェーズ 1:セットアップ(案件開始時)

  • 詳細な指示で GPT を作成
  • 初期文書をアップロード
  • キャリブレーション質問でテスト

フェーズ 2:アクティブ使用(案件進行中)

  • GPT 内で定期的な会話
  • 受領した新文書をアップロード
  • フィードバックに基づき指示を調整
  • 期限と優先度の追跡を更新
  • 定期的なキャッチアップブリーフィングを実施

フェーズ 3:アーカイブ(案件終了時)

  • 必要な会話ログをエクスポート
  • 最終結果を指示に文書化
  • 機密資料を削除または編集
  • 保持/削除ポリシーを検討
  • 案件管理システムにアーカイブ

フェーズ 4:再利用(テンプレート)

  • 成功した GPT からテンプレートを作成
  • クライアント固有情報を除去
  • 類似案件の出発点として使用

ChatGPT でのチーム連携

ChatGPT Team 機能

ChatGPT Team または Enterprise で:

  • チームメンバー間でカスタム GPT を共有
  • 実務グループで一貫した指示
  • アクセス管理の管理者制御
  • 監査機能

Team プランの料金は OpenAI が設定し、変更される場合があります。最新の料金は公式 ChatGPT サイトでご確認ください。

連携のベストプラクティス

事務所全体プレイブック

  • 一般的な業務タイプ用の「テンプレート」GPT を作成
  • パートナー/シニアが基準を定義
  • アソシエートが事前設定 GPT を使用
  • チーム全体の一貫性を確保

案件固有 GPT

  • リード弁護士が GPT を作成・所有
  • 必要に応じてチームメンバーにアクセス付与
  • 案件コンテキストの単一情報源
  • 人員変更時の明確な引き継ぎ

エンタープライズ機能との比較

カスタム GPT vs. Harvey Vault

機能ChatGPT カスタム GPTHarvey Vault
文書ストレージGPT 内ナレッジベース集中ボールト
カスタム指示完全にカスタマイズ可能事前構築ワークフロー
文書検索GPT 内エンタープライズ全体
セットアップ時間数分数日(実装)
カスタマイズ無制限Harvey オプションに限定

エンタープライズツールが適する場合

以下が必要な場合は Harvey/Legora を選択:

  • 大規模バルク処理と案件横断自動化
  • エンタープライズ SSO とコンプライアンス
  • 案件横断検索と分析
  • ベンダーによる AI インフラ管理
  • DMS との事前構築統合

以下が必要な場合はカスタム GPT を選択:

  • AI 動作の完全制御
  • 小規模チーム向けコスト効率の良いソリューション
  • IT 関与なしの迅速なセットアップ
  • ワークフローの実験的柔軟性
  • API/function calling によるカスタムツール統合

チュートリアル 05 前の宿題

  1. 5 つのカスタム GPT を作成

    • 現在の案件用 1 つ
    • 案件優先順位付け/インテーク用 1 つ
    • 実務分野プレイブック用 1 つ
    • 専門分野の法律調査用 1 つ
    • 文書整理用 1 つ(複数案件を管理する場合)
  2. それぞれに詳細なカスタム指示を作成

  3. 少なくとも 2 つの GPT ナレッジベースに 5 つ以上の文書をアップロード

  4. 実際の作業タスクで各 GPT をテスト

    • 案件優先順位付け分析
    • キャッチアップブリーフィング
    • 文書整理の推奨
    • 期限追跡
  5. 出力品質に基づいて指示を反復

  6. 命名規則とフォルダ構造を文書化して将来の参照用に


クイックリファレンス:カスタム指示の要素

# [GPT 名]

## Context
[あなたの役割、クライアント、この GPT の目的]

## ChatGPT's Role
[適用する専門知識、採用するペルソナ]

## Standard Positions
[主要課題に対する acceptable/preferred/rejected 条件]

## Output Format
[ChatGPT が応答を構造化する方法]

## Process Steps
[ChatGPT が従うワークフロー]

## Communication Style
[トーン、対象者、技術レベル]

## Caveats & Limitations
[ChatGPT がフラグを立てるか避けるべきこと]

## Knowledge Base Index
[利用可能な文書と使用タイミング]

今すぐ実行する

  • カスタム指示付きで 1 つのクライアント案件用カスタム GPT を作成
  • ナレッジベースに重要文書をアップロード
  • 実際の作業に使用する前に ChatGPT が指示に従うことを確認

プレイブックへ続く -> | 前へ:Document Analysis



Sources

追加読書

On this page

1 学習目標2 案件ワークスペースの理解2.1 OpenAI の案件ワークスペースとは?2.2 法律業務における案件ワークスペースの重要性2.3 カスタム GPT vs. Harvey Vault / Legora Workspace3 法律事務所のプロジェクトアーキテクチャ3.1 推奨構造3.2 機密保持のベストプラクティス4 最初の案件 GPT の作成4.1 ステップバイステップのセットアップ5 カスタム指示テンプレート5.1 テンプレート:訴訟サポート GPT5.2 テンプレート:法律調査 GPT5.3 テンプレート:取引サポート GPT6 社内法務部門の組織6.1 企業法務チーム向け GPT のセットアップ6.2 案件インテークワークフロー6.3 ビジネスパートナー連携フレームワーク6.4 取締役会報告テンプレート7 案件の優先順位付けとリソース配分7.1 AI 推奨案件優先度フレームワーク7.2 リソース配分ワークフロー7.3 期限管理システム8 ブリーフィングとキャッチアップワークフロー8.1 欠勤後の案件ブリーフィング8.2 案件概要の生成8.3 ステータスサマリープロンプト8.4 チーム引き継ぎ文書9 文書の整理と命名規則9.1 AI 推奨命名規則9.2 取引フォルダ構造9.3 訴訟フォルダ構造9.4 バージョン管理のベストプラクティス10 ベストプラクティスと実践演習10.1 演習 1:優先順位付け付きで最初の GPT をセットアップ10.2 演習 2:案件ブリーフィングテンプレートを作成10.3 演習 3:命名規則で文書を整理10.4 演習 4:社内法務部門の組織を設計10.5 演習 5:優先順位とリソース配分を実装11 時間経過に伴う GPT の管理11.1 カスタム指示の更新11.2 GPT ライフサイクル12 ChatGPT でのチーム連携12.1 ChatGPT Team 機能12.2 連携のベストプラクティス13 エンタープライズ機能との比較13.1 カスタム GPT vs. Harvey Vault13.2 エンタープライズツールが適する場合14 チュートリアル 05 前の宿題15 クイックリファレンス:カスタム指示の要素16 今すぐ実行する17 Related family pages18 Sources19 追加読書