Skip to content

Cowork Glossary

🌐 Languages: English | Français

Terminology specific to Claude Cowork and related concepts


Describes AI systems that can autonomously plan and execute multi-step tasks with minimal human intervention. Cowork is “agentic” because it analyzes your request, creates a plan, and executes it (with your approval).

A research preview feature enabling multi-agent coordination where multiple Claude agents work together on complex tasks. One agent orchestrates others, each handling a specialized sub-task with sophisticated coordination.

The checkpoint where Cowork shows its planned actions and waits for your confirmation before executing. Critical security measure—always review before approving.

A file created by Claude (document, spreadsheet, image, etc.) during a Cowork session. Artifacts appear in Claude’s interface where you can preview, edit, or download them. Examples: generated PDFs, organized spreadsheets, extracted data files.


Anthropic’s CLI tool for developers. Shares architecture with Cowork but provides full shell access and code execution. Terminal-based interface.

The macOS and Windows application that hosts Cowork. Different from the web interface (claude.ai).

A beta feature that automatically compresses conversation history during long sessions. This allows much longer effective sessions by keeping relevant context while removing redundant information.

Microsoft Excel add-in (launched January 24, 2026) that provides AI assistance inside Excel. Not the same as Cowork. The add-in helps with formula writing, data analysis, and chart creation within existing Excel files. Cowork’s Excel capabilities generate new spreadsheets from unstructured data. See comparison.

The settings area in Claude Desktop for managing Skills, Connectors, and personalizations. Access it from the main app navigation to install skills, configure external tool connections, and set per-tool permissions.

The maximum amount of text/data Claude can process in a single session (~200K tokens). When exceeded, tasks may fail or produce incomplete results.

The “memory” space where Claude holds your conversation and file contents during a session. Measured in tokens.

Claude’s agentic desktop feature for knowledge workers. Manipulates files without code execution.

An official Cowork extension installed from the Customize tab. Enables: (1) file system access beyond the workspace folder, (2) cross-session memory via a memory.md file, (3) one-click MCP server installation. Recommended for all regular Cowork users.


The detailed list of actions Cowork proposes before starting work. Shows what files will be affected and how. Review this carefully.

Claude’s ability to reason through complex problems step-by-step. Shared capability between Claude Code and Cowork.


The restricted area where Cowork can operate. You grant access to specific folders; Cowork cannot access anything outside this boundary.


Non-technical professionals who work primarily with information and documents (project managers, analysts, writers, consultants). Cowork’s target audience.


Design principle where data and processing stay on your computer rather than in the cloud. Cowork accesses local files only.


The highest Claude subscription level ($100-200/month, with 5x or 20x usage multipliers). Recommended for heavy Cowork usage.

The standard Claude subscription level ($20/month). Now includes Cowork access, but with tighter usage limits (~1-1.5 hours intensive use before quota resets).

A Model Context Protocol integration allowing Cowork to interact with external tools and services. Three types: web search, desktop/local files, and custom JSON. Each connector’s tools can be set to Allow (automatic), Ask (prompt each time), or Block. No coding required for setup.

A markdown file (typically memory.md) used with Desktop Commander to persist context across Cowork sessions. Contains business context, client preferences, and recurring task information. Reference it at the start of each session: “Read ~/Cowork-Workspace/memory.md first.”

An operation requiring multiple sequential actions. Example: “read files → analyze → create report → organize output.” Cowork excels at these.


Technology that extracts text from images. Cowork uses OCR to read receipts, screenshots, and scanned documents.

The main Cowork agent that receives your request, creates the plan, coordinates sub-agents, and assembles results.


An official third-party integration that extends Cowork’s capabilities. 11 plugins were announced January 30, 2026: Asana, Canva, Cloudflare, Figma, GitHub, Google Drive, Jira, Linear, Notion, Sentry, and Slack. Plugins allow Cowork to interact directly with these services without browser automation.

The instructions you give to Claude. Can be simple (“organize these files alphabetically”) or complex multi-step workflows (“read invoices → extract data → create spreadsheet → categorize by date”). Clear prompts yield better results.

A security attack where malicious instructions are hidden in files, attempting to manipulate AI behavior. Mitigation: only process trusted files.

Claude’s conversation interface on claude.ai. Allows document uploads but no local file access or creation.


Anthropic’s term for early-access features that aren’t production-ready. Cowork is in research preview (January 2026). Expect bugs.


An add-on capability for Cowork, installed via the Customize tab. Invoked via slash commands (e.g., /pdf, /docx, /xlsx, /canvas-design). Skills extend what Cowork can do beyond its defaults. Official skills: github.com/anthropics/skills.

Combining multiple skills in a single workflow. Example: /pdf to extract content from a document, then /xlsx to organize it into a spreadsheet. Skills execute sequentially.

A shortcut for invoking a skill in Cowork (e.g., /pdf, /docx, /xlsx). Type the slash command at the start of your message in the Cowork chat interface.

A feature allowing automated recurring Cowork operations on a set schedule (e.g., daily report compilation, weekly file organization). Removes the need to manually trigger repetitive tasks each time.

Specialized workers spawned by the orchestrator to handle specific parts of a task. Each sub-agent has fresh context and can work in parallel with others.

See Folder Sandbox.


The unit Claude uses to measure text. Roughly 4 characters or 0.75 words. Used to calculate context limits.


A repeatable sequence of actions that transforms input into output. Example: “read files → process → create output.” Like a recipe you can reuse for similar tasks. Cowork excels at automating repetitive workflows.

The dedicated folder structure for Cowork operations. Best practice: ~/Cowork-Workspace/ with input/ and output/ subfolders.


AcronymMeaning
CLICommand Line Interface
OCROptical Character Recognition
PDFPortable Document Format
APIApplication Programming Interface
SSOSingle Sign-On

TermIn Code ContextIn Cowork Context
CLAUDE.mdProject context fileCan use for shared team context
Sub-agentsTask-specific workersSame concept, file-focused
HooksEvent handlersNot available in Cowork
MCPModel Context ProtocolSupported via Claude Desktop configuration

Back to Cowork Documentation