Client Intake & Onboarding
Automate legal client intake and onboarding with Box MCP — review uploaded intake documents for completeness against firm requirements, assess risk levels based on client profile and document content (PEP status, conflicts, sanctions, litigation history), route incomplete or high-risk submissions to appropriate attorneys with context and risk summaries, extract structured metadata (client name, matter type, jurisdiction, value), and generate engagement letters from Box DocGen templates for approved low-risk clients. Use this skill when the user mentions client intake, client onboarding, new client review, intake documents, engagement letters, or needs to process prospective client submissions stored in Box.
Client Intake & Onboarding
PREREQUISITES:
- Read
box:boxfor Box MCP auth, tool selection, base workflows. If missing, run:npx skills add https://github.com/box/box-for-ai --skill box- Read
box-legal-workflowsfor risk frameworks, confidentiality, human-in-the-loop requirements, Box AI governance. If missing, ensure it's installed from the same skill package.
Legal client intake determines if the firm can and should take on a prospective client. This skill automates completeness checks, risk assessment, intelligent routing, and engagement letter generation.
Core principles: Completeness first, risk-based routing, transparent decisions, human oversight for high-risk.
Completeness & Risk Framework
Required Documents Checklist
[CONFIRM: What documents required for intake?]
Typical:
- Client intake form (completed questionnaire)
- Valid government ID (passport, driver's license)
- Conflict check authorization
- Source of funds documentation (certain practice areas)
- Business entity documents (corporate: articles, operating agreement)
Optional/practice-specific:
- Financial statements (bankruptcy, tax)
- Prior legal proceedings (litigation)
- Contracts or agreements (transactional)
Validation questions:
- Document present?
- Complete? (not blank, has expected info)
- Valid? (ID not expired, forms signed, dates current)
Risk Rating
[CONFIRM: Low/medium/high risk criteria for your firm?]
See box-legal-workflows for: General risk framework.
Low-risk: Individual client, standard matter, no litigation, clear funds, all docs complete, no conflicts, value below threshold.
High-risk: PEP, high-value, cross-border with sanctions, conflict identified, criminal with media, reputational risk.
Routing Logic
[CONFIRM: How to route intakes?]
Route based on:
- Practice area: Match matter to attorney expertise
- Risk level: Low → associate, Medium → senior, High → partner
- Workload: Current caseload if known
- Jurisdiction: Attorney bar admission
- Language: Attorney language capabilities
Example matrix:
| Risk | Route To | Action |
|---|---|---|
| Low | Auto-approve OR associate | Generate engagement letter (if allowed) |
| Medium | Senior attorney | Add comment with risk summary |
| High | Partner + Compliance | Detailed analysis, block auto-processing |
| Incomplete | Intake coordinator | List missing documents |
Tool Selection
| Task | Primary Tool | Notes |
|---|---|---|
| List intake folder | list_folder_content_by_folder_id |
Get all submission files |
| Review documents | ai_qa_multi_file |
Completeness & validity |
| Extract data | ai_extract_structured_from_fields_enhanced |
Name, matter, dates |
| Assess risk | ai_qa_multi_file |
Multi-file risk analysis |
| Create summary | upload_file |
Write summary doc |
| Write metadata | set_file_metadata |
Record decision, risk, attorney |
| Tag for review | create_file_comment |
Tag attorney with instructions |
| Grant access | create_collaboration |
Give attorney access |
| Generate letter | [CONFIRM: DocGen?] | Need template access |
| Share with client | add_folder_shared_link OR create_collaboration |
Provide client access |
Implementation Workflow
Phase 1: Intake Review
- Authenticate:
who_am_i - [CONFIRM: Intake folder ID?]
- Inventory:
list_folder_content_by_folder_id - [CONFIRM: Map files to required checklist]
- Assess completeness:
ai_qa_multi_file(questions for each doc) - Extract info: [CONFIRM: Fields?] →
ai_extract_structured_from_fields_enhanced
Phase 2: Risk Assessment
- Risk analysis:
ai_qa_multi_file(PEP, sanctions, conflicts, litigation, high value, inconsistencies) - Assign rating: [CONFIRM: Match firm's criteria?]
Phase 3: Decision & Routing
-
Determine action:
- INCOMPLETE: [CONFIRM: Who follows up?]
- HIGH RISK: [CONFIRM: Who reviews? Block auto-processing?]
- MEDIUM RISK: [CONFIRM: Who based on practice area?]
- LOW RISK: [CONFIRM: Auto-approve or needs review?]
-
Save summary:
upload_file(completeness, risk, factors, action) -
Write metadata: [CONFIRM: Template exists?] →
set_file_metadata
Phase 4: Routing & Collaboration
- Add comment: [CONFIRM: Who to tag?] →
create_file_comment - Grant access: [CONFIRM: Permission level?] →
create_collaboration
Phase 5: Engagement Letter (If Low-Risk Auto-Approve)
- Generate letter: [CONFIRM: DocGen template ID?] → Use DocGen if available
- Save:
upload_file - Share: [CONFIRM: How? Expiration?] →
create_collaborationoradd_folder_shared_link
Guardrails
See box-legal-workflows for: Human-in-the-loop requirements, confidentiality, Box AI governance.
Intake-specific:
ALWAYS confirm before:
- Auto-approving any client (even low-risk)
- Generating engagement letters without attorney review
- Sharing engagement letters with clients
- Assigning risk ratings
- Routing to specific attorneys
- Copying files to externally-accessible folders (if file was NOT already externally accessible)
CONFIRM if uncertain: 7. Document completeness (if missing docs or validity is ambiguous) 8. Extracted metadata (if values are unclear or contradictory)
Proceed autonomously when confident:
- Writing metadata when extraction is clear and unambiguous
- Copying/organizing intake files between folders (internal-only to internal-only, or external to external)
- Creating intake summary reports
- Extracting client information with high confidence
- Assessing document completeness when criteria are clear
NEVER auto-approve without authorization:
- High-risk clients
- Matters above value threshold
- Clients in sanctioned jurisdictions
- Matters with conflicts
- Any category requiring human review per firm policy
Decision transparency:
- Document WHY (risk factors, missing docs)
- Cite which documents reviewed
- Record WHO decided (human or automated)
- Timestamp
- Make summary available to assigned attorney
Box AI usage:
- Pace 1-2 seconds apart
- Context: "Assessing risk for law firm intake. Identify red flags..."
- Surface specific passages supporting assessment
- Human attorney must review final decision
Example Workflows
Example 1: Complete Low-Risk
Request: "Review John Smith intake, ready to approve?"
Flow:
- [CONFIRM]: "Folder ID?"
list_folder_content_by_folder_id- Inventory: intake_form.pdf, drivers_license.jpg, conflict_check.pdf
- [CONFIRM]: "Required: form, ID, conflict check. All present. Assess?"
ai_qa_multi_file: "Form complete? ID valid? Conflict check signed?"ai_extract_structured_from_fields_enhanced: name, matter, value, jurisdiction- [CONFIRM]: "$5K estate planning - low-risk?"
- [CONFIRM]: "Auto-approve or route to Sarah?"
- Create summary,
set_file_metadata,create_file_comment,create_collaboration - Report: "Docs complete, low-risk. Routed to Sarah."
Example 2: Incomplete
Request: "Review Acme Corp, what's missing?"
Flow:
- Get folder ID
list_folder_content_by_folder_id- Inventory: intake_form.pdf, business_license.pdf
- [CONFIRM]: "Required: form, articles, operating agreement, officer ID, conflict check. Only have form and license. Confirm?"
ai_qa_multi_fileverify- [CONFIRM]: "Missing: articles, agreement, ID, conflict check. Who follows up?"
- Create summary, metadata, comment, collaboration
- Report: "Incomplete. Missing 4 docs. Routed to Maria."
Example 3: High-Risk
Request: "Review International Trading LLC."
Flow:
- Get folder ID
list_folder_content_by_folder_id- [CONFIRM]: "Check PEP, sanctions, cross-border, high value?"
ai_qa_multi_file: "Red flags? PEP? Cross-border? Sanctions jurisdictions? Value > $500K?"- AI: "Cross-border OFAC country, $2M, former gov official (PEP)"
- [CONFIRM]: "HIGH RISK: OFAC, $2M, PEP. Partner + compliance. Who?"
- Create risk memo, metadata, comment, collaboration
- Report: "HIGH RISK. Routed to James + Rachel. Recommend sanctions screening."
Example 4: Low-Risk + Engagement Letter
Request: "Review Jane Doe, generate engagement letter if approved."
Flow:
- Complete Example 1 steps (completeness, risk)
- Determine: low-risk, complete
- [CONFIRM]: "Auto-approve for estate planning?"
- [CONFIRM]: "DocGen template ID?"
- Generate via DocGen OR [CONFIRM]: "DocGen unavailable. Draft or manual?"
upload_file(save letter)- [CONFIRM]: "Share with Jane? Collaboration or link?"
create_collaboration,set_file_metadata- Report: "Approved. Letter generated and shared."
No additional documents ship with this skill.
Related Skills
Academic Bluebook Citation Skill
Citation formatting rules for law review articles using The Bluebook (21st ed.) academic style
Action Items from Client Alert
Use when the user provides a client alert, regulatory bulletin, law firm memo, or similar legal update and wants the time-sensitive action items, dea…
Аналитическая справка
Создание профессиональных аналитических справок в формате DOCX. Использовать при запросах на создание аналитических справок, информационных записок, …
مصطلحات قانونية عربية
مصطلحات قانونية عربية — ترجم واشرح مصطلحات قانونية، ساعد في فهم العقود والمستندات القانونية بالعربي
Legal Article Summary
Generates structured 500-800 word summaries of legal articles distilling thesis, methodology, arguments, authorities, conclusions, and significance. …