Cowork Glossary
Cowork Glossary
Section titled “Cowork Glossary”🌐 Languages: English | Français
Terminology specific to Claude Cowork and related concepts
Agentic
Section titled “Agentic”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).
Agent Teams
Section titled “Agent Teams”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.
Approval Gate
Section titled “Approval Gate”The checkpoint where Cowork shows its planned actions and waits for your confirmation before executing. Critical security measure—always review before approving.
Artifact
Section titled “Artifact”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.
Claude Code
Section titled “Claude Code”Anthropic’s CLI tool for developers. Shares architecture with Cowork but provides full shell access and code execution. Terminal-based interface.
Claude Desktop
Section titled “Claude Desktop”The macOS and Windows application that hosts Cowork. Different from the web interface (claude.ai).
Context Compaction
Section titled “Context Compaction”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.
Claude in Excel
Section titled “Claude in Excel”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.
Customize Tab
Section titled “Customize Tab”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.
Context Limit
Section titled “Context Limit”The maximum amount of text/data Claude can process in a single session (~200K tokens). When exceeded, tasks may fail or produce incomplete results.
Context Window
Section titled “Context Window”The “memory” space where Claude holds your conversation and file contents during a session. Measured in tokens.
Cowork
Section titled “Cowork”Claude’s agentic desktop feature for knowledge workers. Manipulates files without code execution.
Desktop Commander
Section titled “Desktop Commander”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.
Execution Plan
Section titled “Execution Plan”The detailed list of actions Cowork proposes before starting work. Shows what files will be affected and how. Review this carefully.
Extended Thinking
Section titled “Extended Thinking”Claude’s ability to reason through complex problems step-by-step. Shared capability between Claude Code and Cowork.
Folder Sandbox
Section titled “Folder Sandbox”The restricted area where Cowork can operate. You grant access to specific folders; Cowork cannot access anything outside this boundary.
Knowledge Worker
Section titled “Knowledge Worker”Non-technical professionals who work primarily with information and documents (project managers, analysts, writers, consultants). Cowork’s target audience.
Local-First
Section titled “Local-First”Design principle where data and processing stay on your computer rather than in the cloud. Cowork accesses local files only.
Max Tier
Section titled “Max Tier”The highest Claude subscription level ($100-200/month, with 5x or 20x usage multipliers). Recommended for heavy Cowork usage.
Pro Tier
Section titled “Pro Tier”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).
MCP Connector
Section titled “MCP Connector”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.
Memory File
Section titled “Memory File”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.”
Multi-Step Task
Section titled “Multi-Step Task”An operation requiring multiple sequential actions. Example: “read files → analyze → create report → organize output.” Cowork excels at these.
OCR (Optical Character Recognition)
Section titled “OCR (Optical Character Recognition)”Technology that extracts text from images. Cowork uses OCR to read receipts, screenshots, and scanned documents.
Orchestrator
Section titled “Orchestrator”The main Cowork agent that receives your request, creates the plan, coordinates sub-agents, and assembles results.
Plugin (Cowork Plugin)
Section titled “Plugin (Cowork Plugin)”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.
Prompt
Section titled “Prompt”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.
Prompt Injection
Section titled “Prompt Injection”A security attack where malicious instructions are hidden in files, attempting to manipulate AI behavior. Mitigation: only process trusted files.
Projects
Section titled “Projects”Claude’s conversation interface on claude.ai. Allows document uploads but no local file access or creation.
Research Preview
Section titled “Research Preview”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.
Skill Chaining
Section titled “Skill Chaining”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.
Slash Command
Section titled “Slash Command”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.
Scheduled Tasks
Section titled “Scheduled Tasks”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.
Sub-Agent
Section titled “Sub-Agent”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.
Sandbox
Section titled “Sandbox”See Folder Sandbox.
The unit Claude uses to measure text. Roughly 4 characters or 0.75 words. Used to calculate context limits.
Workflow
Section titled “Workflow”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.
Workspace
Section titled “Workspace”The dedicated folder structure for Cowork operations. Best practice: ~/Cowork-Workspace/ with input/ and output/ subfolders.
Common Acronyms
Section titled “Common Acronyms”| Acronym | Meaning |
|---|---|
| CLI | Command Line Interface |
| OCR | Optical Character Recognition |
| Portable Document Format | |
| API | Application Programming Interface |
| SSO | Single Sign-On |
Related Terms from Claude Code
Section titled “Related Terms from Claude Code”| Term | In Code Context | In Cowork Context |
|---|---|---|
| CLAUDE.md | Project context file | Can use for shared team context |
| Sub-agents | Task-specific workers | Same concept, file-focused |
| Hooks | Event handlers | Not available in Cowork |
| MCP | Model Context Protocol | Supported via Claude Desktop configuration |