Microsoft Copilot Cowork — the agentic workspace inside M365¶
Copilot Cowork is Microsoft 365 Copilot's longer-running, action-taking mode: rather than describing what could be done, it does the work — sending emails, scheduling meetings, creating documents, posting in Teams — with the user approving each consequential step. The video is a third-party demo; the official Microsoft Learn overview is the authoritative reference.
Video¶
Source: https://youtu.be/CmcngCt7hhI
Transcript notes¶
Key beats from the demo:
- Cowork as an agentic workspace that toggles between Claude Sonnet and Claude Opus, runs multi-app workflows across Outlook + Word + PowerPoint + Teams, and surfaces a Skills side panel showing which skills are active at any moment.
- Skills library demoed live: built-in skills for Word, Excel, PowerPoint, PDF, Email, Scheduling, Calendar Management, Meetings, Daily Briefing, Enterprise Search, Communications, Deep Research, and Adaptive Cards.
- Slash commands for invoking specific skills directly when the user knows what they want.
- Scheduled prompts — the same agent can be told to run a task on a schedule (daily, weekly, etc.), turning Cowork from a chat surface into a recurring-job runner.
- Multi-app workflow chaining — a single prompt drafts an email, attaches a generated PowerPoint deck, schedules the follow-up meeting, and posts a Teams update, all in one conversation.
- Approval-gated actions — Cowork pauses before sending, posting, or scheduling, with a risk level indicator and a button label that matches the action ("Send", "Post").
- The host's "90% of daily tasks" headline is marketing copy, not a Microsoft figure.
Synthesis¶
Microsoft Copilot Cowork is the Microsoft 365 Copilot mode that carries out tasks on the user's behalf rather than describing what could be done. It sends emails through Outlook, schedules meetings, creates Word documents, Excel spreadsheets, PowerPoint presentations and PDFs, posts in Teams channels and chats, and manages the user's calendar — with the user approving each consequential action before it happens. It is currently a Frontier preview feature: organisations need to be enrolled in Microsoft's Frontier program (Copilot → Settings → Frontier) for it to appear in the Microsoft Admin Center, and the docs are explicitly marked as prerelease and subject to change. Cowork became generally available in Frontier on 30 March 2026 per Microsoft's announcement, and the surface is delivered through the browser at m365.cloud.microsoft, the Microsoft 365 Copilot desktop app for Windows and Mac, and the Microsoft 365 Copilot mobile app for iOS and Android.
The capability surface, as Microsoft documents it, breaks into five clusters. Communication: drafting and sending email, posting Teams channel updates and direct messages, sending HTML newsletters, sorting and responding to inbox messages inline, and preparing stakeholder communications such as status updates and announcements. Documents and files: building Word, Excel, PowerPoint, and PDF documents from scratch, editing and refining existing documents shared in the conversation, browsing the user's Work IQ to pull in source content, creating SharePoint and OneDrive folders, and reorganising existing files. Calendar and meetings: scheduling meetings from natural-language input, moving events and resolving conflicts (including declining meetings with an optional message to the organiser), generating meeting-intelligence summaries, and producing a daily briefing of what's ahead. Research and search: enterprise search across organisational content, deep-research synthesis across multiple sources, and direct browsing of SharePoint and OneDrive folders. Automation: running prompts on a schedule so recurring tasks happen automatically — the equivalent of cron jobs scoped to the user's M365 identity.
Architecturally, the most distinctive piece is the Skills layer. Cowork uses specialised skills that load progressively during a conversation; when a new skill activates, it shows up in a side panel so the user can see exactly which capabilities are in play. Built-in skills cover the document formats (Word, Excel, PowerPoint, PDF), communications (Email, Communications, Adaptive Cards), calendar work (Scheduling, Calendar Management, Meetings, Daily Briefing), and research (Enterprise Search, Deep Research). Custom skills are user-extensible: a SKILL.md file in a subfolder under /Documents/Cowork/skills/ in the user's own OneDrive is discovered automatically at the start of each conversation, up to a limit of fifty custom skills per user. This is the same SKILL.md format Anthropic standardised in late 2025, which is why Cowork is best understood as a Microsoft 365 application of the broader Agent Skills spec rather than a proprietary alternative. Plugins from the Microsoft 365 App Store add further skills and connectors — financial analysis, legal research, external SaaS — and administrators can deploy plugins tenant-wide.
The interaction model is built around three principles: describe, watch, approve. The user describes a task in plain language; Cowork breaks the request into steps and shows each step appearing in the conversation as it works; before any sensitive action (sending email, posting to Teams, scheduling meetings) Cowork pauses and asks for explicit approval, with a button label matching the action and a risk-level indicator on medium- and high-risk steps. A dropdown option lets the user skip future prompts for similar actions. Users can pause, resume, or cancel a running task, and can interrupt mid-stream to steer or clarify. Two task views — all tasks and a Scheduled tab for managing scheduled prompts — give the user a project-management surface on top of the conversational interface.
Cowork's place in the Microsoft Copilot lineup is best described by what it adds on top of regular Microsoft 365 Copilot Chat. Copilot Chat answers questions, drafts content, and summarises documents but does not take multi-step actions on behalf of the user without a chat-by-chat dance. Cowork plans multi-step work, executes consequential actions across multiple apps, and persists scheduled prompts for recurring runs — it is closer in spirit to a personal agent than to a chatbot. Compared with Microsoft's Agent 365 (the tenant-level agent governance and orchestration layer), Cowork is the user-facing surface that draws on the same plumbing — directory identity, tenant data, Work IQ, Microsoft 365 connectors — but presents itself as a single agent that the user collaborates with directly rather than a fleet of agents to be managed centrally. Compared with standalone Claude Code plus MCP, Cowork trades the developer-grade openness of MCP for tight, pre-wired integration with Microsoft 365 services and a polished approval-gated UX.
Data protection sits inside the Microsoft OneDrive privacy, security, and compliance framework, which is the same model Microsoft applies to other Copilot surfaces. Tenant data does not leave the Microsoft 365 trust boundary by default; admin controls in the Microsoft Admin Center cover plugin allowlisting and per-user enrolment in Frontier. Known limitations as of mid-May 2026: it is still preview-grade documentation; the exact Anthropic model versioning is partially opaque from the public docs — the demo shows toggling between Claude Sonnet and Claude Opus, and Microsoft Tech Community posts from April 2026 referenced Claude Opus 4.7 entering the mix, but the precise model behind a given run is not always surfaced to the user; and the 50-custom-skill cap means heavy power users may need to consolidate their personal libraries. The "90% of daily tasks" framing in the demo title is marketing copy from the host, not a figure from Microsoft.
The strategic implication is that Microsoft has chosen to ship the agentic-workspace pattern inside M365 — turning the Office suite into the runtime — rather than asking users to leave for an external agent surface. The Skills standard provides the portability story (the same SKILL.md works in Claude Code, Cowork, and Copilot in VS Code), while the multi-app, approval-gated, scheduled-prompt execution provides the differentiation. For knowledge workers already living inside Outlook, Teams, and SharePoint, Cowork is the form factor that brings agentic execution to the data and apps they use every day.
Changelog¶
- 2026-05-10 — Scaffold created from https://youtu.be/CmcngCt7hhI (Type C, awaiting transcript)
- 2026-05-11 — Synthesised from transcript + Microsoft Learn primary source + Microsoft 365 Blog announcement; confidence pending → 88 (Type C transcript + 2 Type A Microsoft sources); related_pages updated from anthropic-agent-skills (tombstoned) to claude-agents, agents-overview