What problem does it solve? Legal triage outputs (drafts, attachments, sent emails, comment threads) need to end up in the correct SharePoint case folder with consistent naming and an audit trail, but the Microsoft 365 MCP cannot write to SharePoint. This Skill routes all filing through the team's n8n Legal Copilot workflow, which creates the case folder, uploads every document, and appends an entry to the shared memory file in one call. ## Core Features & Use Cases - One-call filing: Sends base64-encoded documents to the n8n workflow (ID VAKq9Bra0RA0SdCO), which creates myPOS Legal/{case_folder}/{case_id}/, uploads each file, and returns live SharePoint URLs. - Naming and versioning conventions: Maps 10 matter types to folder names, builds filenames like LEGAL-4321_AcmeCorp_2026-04-27_v1.docx, and checks existing files to pick the next free version number. - Memory file updates: Builds a markdown memory_instructions string from triage metadata so the workflow appends a timestamped case entry to the shared legal_copilot_memory.md file. - Use Case: After triaging Jira ticket LEGAL-4321, the Copilot calls this Skill with the draft .docx (with Devil's advocate comments embedded), the comment thread, and attachments; the lawyer receives clickable SharePoint URLs in the Jira comment. ## Quick Start Ask the assistant to file the triage outputs for ticket LEGAL-4321 to SharePoint using the sharepoint-filer skill with the draft, attachments, and triage metadata.