From box
Builds and manages M&A Virtual Data Rooms in Box MCP: creates numbered folder structures, assigns role-based access to teams and externals, validates permissions, uses Box AI for due diligence queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/box:box-legal-workflows-maThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITES:**
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.
M&A Virtual Data Rooms require strict access controls, organized folder structures, and audit trails. This skill guides deal room creation, role-based permissions, and Box AI due diligence.
Core principles: Need-to-know access, audit readiness, compartmentalization, validation before sharing.
| Role | Access Level | Scope |
|---|---|---|
| Deal Lead / M&A Team | Editor or Co-Owner | Root folder |
| Finance Team | Viewer | Financial Statements folder only |
| Legal Team | Editor | Legal Documents folder only |
| Executive Stakeholders | Viewer | Root folder (read-only overview) |
[CONFIRM WITH USER: External permissions] Before granting external access, confirm:
Common patterns:
Always confirm before:
[CONFIRM: Folder structure] Before creating, confirm:
Standard structure:
[Deal Name] M&A Deal Room/
├── 01 - Financial Statements/
│ ├── Annual Reports/
│ ├── Quarterly Reports/
│ ├── Audited Financials/
│ └── Tax Returns/
├── 02 - Legal Documents/
│ ├── Corporate Documents/
│ ├── Material Contracts/
│ ├── Litigation/
│ └── Regulatory Filings/
├── 03 - HR & Employment/
├── 04 - Intellectual Property/
├── 05 - Commercial Contracts/
├── 06 - Real Estate & Assets/
├── 07 - IT & Cybersecurity/
└── 08 - External Submissions/
Why numbered prefixes: Consistent ordering across users, matches DD checklists, practice area alignment, segregates external submissions.
| Task | Primary Tool | Notes |
|---|---|---|
| Create folders | create_folder | Batch create hierarchy |
| Upload new files | upload_file | For new documents |
| Copy from Box | copy_file | Copy existing Box files |
| Grant internal access | create_collaboration | Viewer/Editor/Co-Owner |
| Grant external access | CONFIRM, then create_collaboration | Always confirm first |
| Validate permissions | list_item_collaborations | Audit before sharing |
| Search documents | search_files_keyword | Find relevant docs |
| DD Q&A | ai_qa_multi_file | Cross-document analysis |
| Extract terms | ai_extract_structured_from_fields_enhanced | High accuracy extraction |
| Organize files | copy_file | Copy submissions to categories |
who_am_icreate_folder with deal namecreate_collaborationupload_file or copy_fileget_file_details → ai_qa_single_file (classify) → copy_file (copy to category)list_item_collaborations (before external sharing)create_collaboration or add_folder_shared_linklist_item_collaborations (confirm correct)search_files_keyword → ai_qa_multi_file → surface citationsai_extract_structured_from_fields_enhancedset_file_metadataSee box-legal-workflows for: Human-in-the-loop requirements, confidentiality, Box AI governance.
M&A-specific:
ALWAYS confirm before:
CONFIRM if uncertain: 5. Risk assessment decisions (if factors are ambiguous) 6. Metadata field selection (if unclear which fields are needed) 7. File categorization (if document type is unclear)
Proceed autonomously when confident:
Default behaviors:
list_item_collaborations before external linksRequest: "Create M&A deal room for Project Thunder, give Sarah editor access, John viewer access."
Flow:
who_am_icreate_folder (root + all subfolders)create_collaboration (both)list_item_collaborations (verify)Request: "Give external law firm upload access to Legal Documents."
Flow:
list_item_collaborations (audit current)create_collaboration (with confirmed params)Request: "What was EBITDA for last 3 years?"
Flow:
search_files_keyword ("EBITDA", Financial Statements folder)ai_qa_multi_file (specific question)Request: "Check who has access before sharing with buyer's team."
Flow:
list_item_collaborations (root)npx claudepluginhub box/box-for-ai --plugin boxGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.