Claude Cowork Complete Setup Guide: From Install to Automation (2026)

Set up Claude Cowork in 10 minutes. Step-by-step guide covering installation, folder structure, context files, Global Instructions, plugins, connectors, and scheduled tasks.

By Mark Fershteyn·

Claude Cowork Complete Setup Guide: From Install to Automation (2026)
The Claude Cowork Course

Prefer to be walked through this?

The Claude Cowork Course is two live classes where you set all of this up on your own business — no code, no terminal.

See the course

Claude Cowork turns your Claude Desktop app into an AI employee that works directly with files on your computer. No terminal. No code. Just point it at a folder and tell it what to do.

This guide takes you from zero to fully configured in about 10 minutes.

What you'll set up: Claude Desktop with Cowork enabled, an organized folder structure, context files that make Cowork smarter, Global Instructions, plugins for your domain, and optionally connectors and scheduled tasks.

1. What Cowork Is (and Isn't)

Cowork is the "Do" mode of Claude. While regular Claude chat answers questions (Ask mode), Cowork takes actions on your computer - reading files, writing documents, organizing folders, and executing multi-step tasks.

What Cowork can do:

  • Read, edit, create, and organize files on your computer
  • Research topics and save findings as documents
  • Process documents in batch (receipts, contracts, reports)
  • Create spreadsheets, presentations, and templates
  • Connect to 50+ tools (Slack, Gmail, Google Drive, Notion, etc.)
  • Run scheduled tasks on autopilot

What Cowork cannot do:

  • Run terminal commands or shell scripts
  • Install software or packages
  • Execute code
  • Access files outside folders you explicitly grant
  • Build software applications (that's Claude Code)

Context

The mental model: Cowork is your executive assistant. You leave instructions, walk away, and come back to finished work. Claude Code is your engineering team - it builds the systems. Both are powerful. They serve different purposes.

2. Installation & First Launch

Step 1: Download Claude Desktop

Go to claude.ai/download and install the Claude Desktop app for Mac or Windows.

Cowork also runs on the web, on iOS and Android, and in the Chrome side panel — but only the desktop app can work on files on your own computer, which is what the rest of this guide assumes. A cloud session can reach your folders only while the desktop app is open on that machine.

Warning

Windows: enable the Virtual Machine Platform first. Claude Desktop for Windows requires it to run Cowork. Claude installs fine without it and Cowork simply won't start, usually with an error about "Missing HCS services: HNS, vmcompute, vfpext".

Search "Turn Windows features on or off", tick Virtual Machine Platform, then Restart — not shut down and power on. Windows Fast Startup means a shutdown doesn't reinitialise the virtualisation services, which is why people think the fix failed.

Virtual machines and VDI without nested virtualisation can't run Cowork at all.

Step 2: Sign In

Sign in with your Anthropic account. You need a Pro plan ($20/month) or higher to access Cowork.

Step 3: Open Cowork

In the Claude Desktop app, you'll see tabs at the top: Chat | Cowork. Click Cowork.

Step 4: Select Your Model

Click the model selector and choose Opus 5. Then enable Extended Thinking. This gives Cowork maximum reasoning power.

Step 5: Grant Folder Access

When you start your first Cowork task, it will ask for folder access. Grant access to the specific folder you want it to work on.

Warning

Security note: Cowork can only access folders you explicitly approve. It's sandboxed - it cannot read your entire hard drive. Be intentional about which folders you share.

That's it. Cowork is ready. But to get the most out of it, you need to set up proper context.

3. Your First Folder: The 4-Folder Structure

Create a working folder on your Desktop or Documents. Inside it, create these four subfolders:

My-Cowork-Workspace/
├── About-Me/           ← Who you are, your brand, your style
├── Projects/           ← Active work organized by project
├── Templates/          ← Reusable templates and frameworks
└── Outputs/            ← Where Cowork saves its work

Why this structure works:

  • About-Me/ gives Cowork context about you (so it sounds like you, not AI)
  • Projects/ keeps work organized and scopeable
  • Templates/ lets you reuse winning formats
  • Outputs/ creates a clean place to review Cowork's deliverables

Tip

Pro tip: Point Cowork at the top-level workspace folder. It can navigate subfolders on its own. You don't need to re-grant access for each subfolder.

4. The 3 Context Files That Make Cowork 10x Better

These three files go in your About-Me/ folder. They're the most important thing you'll create. Everything Cowork produces will be shaped by these files.

File 1: about-me.md

# About Me

## Who I Am
[Your name, role, company. 2-3 sentences.]

## What I Do
[Your work in plain language. What problems you solve. Who you serve.]

## My Background
[Relevant experience. Key accomplishments. What makes you credible.]

## My Goals (Current)
[What you're working toward right now. 3-5 bullet points.]

## How I Communicate
[Formal or casual? Short or detailed? Direct or diplomatic?]
[Include 2-3 examples of emails or messages you've written that sound like you.]

File 2: brand-voice.md

# My Brand Voice

## Tone
[e.g., "Direct, confident, a little irreverent. Never corporate."]

## Words I Use
[List 10-15 words/phrases that are "you"]

## Words I Never Use
[List words that sound wrong in your voice. e.g., "leverage", "synergy", "circle back"]

## Writing Rules
[e.g., "Short sentences. One idea per paragraph. Never start with 'In today's fast-paced world...'"]

## Examples of My Voice
[Paste 3-5 paragraphs from your best writing - LinkedIn posts, emails, blogs]

File 3: working-style.md

# My Working Style

## How I Like to Receive Work
[e.g., "Bullet points over paragraphs. Markdown files. Clear section headers."]

## Output Preferences
- File format: [Markdown / CSV / DOCX]
- Level of detail: [Executive summary vs. deep dive]
- Tone of reports: [Casual internal vs. polished external]

## What "Good" Looks Like
[Describe what an excellent deliverable looks like to you]

## Common Projects
[List 3-5 types of work you'll frequently ask Cowork to do]

Tip

Pro tip: These files are your secret weapon. Cowork reads them before every task. The richer they are, the less you have to explain in each prompt. Write them once, benefit forever.

5. Global Instructions: Your Always-On Rules

Global Instructions apply to every Cowork session. They're like standing orders for your AI assistant.

To set them: Settings → Cowork → Edit Global Instructions

Copy this starter template:

Global Instructions template

My Rules for Every Task

  1. Read all files in the current folder before starting any task
  2. Ask me clarifying questions using AskUserQuestion before executing anything non-trivial
  3. Show me your plan before taking action - I want to approve the approach
  4. Never delete files without explicit permission - move to a "_trash" subfolder instead
  5. Save all output files to the Outputs/ folder unless I specify otherwise
  6. Use my voice and style (see brand-voice.md in the About-Me folder)
  7. If you're unsure about something, flag it clearly instead of guessing
  8. Always create a brief summary at the top of any document you produce
  9. When creating spreadsheets, include headers and formatting - don't make me fix it
  10. If a task seems too large, break it into subtasks and check in with me after each one

You can customize this. The key principle: tell Cowork how you want to be worked with, not just what to do.

6. Folder Instructions: Project-Specific Context

Folder Instructions only apply when Cowork is working on files in a specific folder. They're perfect for project-specific rules.

To set them: Open a folder in Cowork → click the folder settings icon → Add Folder Instructions

Example for a marketing project folder:

Marketing folder instructions

This folder contains marketing materials for [Product Name]. Target audience: [Description] Brand guidelines: See /About-Me/brand-voice.md Current campaign: [Campaign name and goal] Key constraint: All copy must be under 150 words per section.

Example for a client project folder:

Client folder instructions

Client: [Company Name] Project: [Description] Key contacts: [Names and roles] Deadline: [Date] Budget: [Amount] Special requirements: [Any constraints]

7. The Universal Prompt

This prompt structure works for any task you'll ever give Cowork:

Universal prompt template

I want to [SPECIFIC TASK] for [WHO/WHAT IT'S FOR].

Success looks like: [DESCRIBE THE END STATE].

Read all files in this folder first. Ask me questions using AskUserQuestion before executing. Show me your plan before taking action.

Save the output as [FILENAME].

Why it works:

  • Clear task - Cowork knows exactly what to do
  • Context - It knows who this is for and why
  • Definition of done - It knows when the task is complete
  • Safety rails - AskUserQuestion forces it to clarify before acting
  • Deliverable - The output goes to a specific file

Tip

AskUserQuestion is Cowork's killer feature. When you tell Cowork to use it, it generates interactive clickable forms to gather information from you before executing. Instead of guessing your preferences, it asks. This single instruction dramatically improves output quality.

The Claude Cowork Course

You can set this up alone. Or set it up on a call with everyone else doing it.

The Claude Cowork Course is two live classes for people who run a business. You install a private kit of 12 ready-made skills, wire your email and calendar in, and build a dashboard that pulls your whole company onto one page. Everything below, done on your own business instead of a template.

See the course — $795Two live classes, starting August 19 · 15 seats · 14-day guarantee

8. Installing Plugins

Plugins are pre-built capability packs that add domain-specific slash commands to Cowork. Think of them as pre-written CLAUDE.md files for specific job functions.

To install: Customize → Browse Plugins → Click Install

The 11 Official Plugins

PluginWhat It DoesKey Commands
SalesPipeline management, outreach, deal analysis/prospect, /deal-review, /objection-handler
MarketingContent creation, campaign planning, analytics/content-brief, /campaign-plan, /competitor-scan
LegalContract review, compliance checks, legal research/contract-review, /compliance-check, /legal-memo
FinanceBudgeting, forecasting, financial analysis/budget-review, /forecast, /expense-report
DataData cleaning, analysis, visualization prep/data-clean, /analyze, /dashboard-brief
ProductFeature specs, roadmapping, user research synthesis/feature-spec, /roadmap, /user-research
Customer SupportResponse templates, ticket analysis, knowledge base/draft-response, /ticket-analysis, /kb-article
HRJob descriptions, performance reviews, onboarding/job-description, /review-prep, /onboarding-plan
EngineeringCode review prep, incident reports, technical docs/code-review, /incident-report, /tech-spec
DesignDesign briefs, feedback synthesis, design system docs/design-brief, /feedback-synthesis, /component-doc
OperationsProcess documentation, workflow optimization, SOPs/sop-writer, /workflow-audit, /process-map

Tip

Start with 1-2 plugins that match your primary job function. You can always add more later. The Marketing and Operations plugins are the most universally useful.

9. Connecting Your Tools

Connectors integrate Cowork with the tools you already use. Instead of copying data between apps, Cowork reads from and writes to them directly.

To set up: Settings → Connectors → Browse Available

Popular Connectors

Communication: Slack, Gmail, Microsoft Teams, Outlook Documents: Google Drive, Notion, Dropbox, OneDrive, Confluence Project Management: Asana, Jira, Linear, Trello, Monday.com Design: Figma, Canva Development: GitHub, GitLab CRM: Salesforce, HubSpot Analytics: Google Analytics, Mixpanel Other: Zapier, Airtable, Calendly, Typeform, and more

There are 50+ connectors available and growing.

Setup is point-and-click: Select a connector, authorize it with your account, and Cowork can read from and write to that tool.

Context

Connectors are the point-and-click version of MCP servers. If you've heard of MCP (Model Context Protocol) in the Claude Code world, connectors do the same thing - connect Claude to external tools - but without any terminal or configuration files.

10. Scheduled Tasks: Automation Without Code

Scheduled Tasks let Cowork run recurring tasks automatically. Daily briefings, weekly reports, content reviews - set it up once and it runs on autopilot.

To create a scheduled task: Type /schedule in Cowork

Example scheduled tasks:

Daily morning briefing (7:00 AM):

Daily briefing schedule

/schedule every day at 7am: Review my Projects folder. Create a morning briefing with today's priorities, overdue items, and suggested time blocks. Save to Outputs/briefing-[date].md.

Weekly status report (Friday 4:00 PM):

Weekly report schedule

/schedule every friday at 4pm: Generate a weekly status report from all files in my Projects folder. Include what shipped, what's in progress, what's blocked, and key metrics. Save to Outputs/weekly-report-[date].md.

Monthly content review (1st of each month):

Monthly review schedule

/schedule first day of month at 9am: Audit all content in my Templates/content/ folder. Flag anything outdated, suggest updates, and generate 10 new content ideas for the month. Save to Outputs/content-review-[month].md.

Warning

Important: if the task touches files on your computer, your machine needs to be awake with the Claude Desktop app open — a cloud session can only reach your folders while the desktop app is running on that machine. Tasks that don't need local files keep running even when the app is closed. Plan the local-file ones accordingly.

The Claude Cowork Course

This is the step everyone stalls on.

A scheduled task is only as good as the context behind it. Getting a briefing that's actually worth reading at 7am takes your business facts in one file, your inbox and calendar connected, and your repeat prompts saved as named skills. That's exactly what the second live class walks you through — on your own business, not a demo folder.

See the course — $795Two live classes, starting August 19 · 15 seats · 14-day guarantee

11. Top 10 Best Practices

After studying how power users get the most from Cowork, here's what separates great results from mediocre ones:

  1. Build context files, not better prompts. Your about-me.md, brand-voice.md, and working-style.md do more for output quality than any prompt trick.

  2. Set Global Instructions once. They run on every session. Write them thoughtfully and you'll never repeat yourself.

  3. Always use AskUserQuestion for complex tasks. Add "Ask me questions using AskUserQuestion before executing" to any prompt that has ambiguity.

  4. Create a _MANIFEST.md for large folders. A file listing what's in the folder and what each file is for helps Cowork navigate efficiently.

  5. Scope your folders deliberately. Don't give Cowork access to your entire hard drive. Point it at the specific folder for the task.

  6. Define the end state, not the process. Tell Cowork what "done" looks like. Let it figure out the steps.

  7. Request a plan before execution. "Show me your plan before taking action" prevents wasted work.

  8. Tell Cowork what to do with uncertainty. "If you're unsure, flag it instead of guessing" saves you from silent mistakes.

  9. Batch related work into single sessions. Cowork keeps context within a session. Group related tasks together for better results and lower usage.

  10. Use plugins for domain work. The pre-built plugins encode domain expertise. Use /slash commands instead of writing everything from scratch.


You're Set Up. Now What?

Your Cowork workspace is ready. You've got the folder structure, context files, Global Instructions, and plugins configured.

Start here:

  • Grab a prompt from our 25 Claude Cowork Prompts guide
  • Point Cowork at your messiest folder
  • Paste a prompt and watch it work

Want to go further?

There are two directions from here, and they're not the same road.

Stay in Cowork and go deeper. Setup is the easy part. The jump is turning a configured folder into a system that runs without you — context Cowork reads before every task, skills you trigger by name, a dashboard that pulls your whole business onto one page, and a timer that rebuilds it before you open your laptop. That's what The Claude Cowork Course is: two live classes, built for people who run a business. No code. No terminal.

Or cross into building systems. Cowork handles tasks, and there's a ceiling. Software, automations, and agents that run on their own are Claude Code territory — that's the AI Builders Bootcamp, self-paced, no coding experience required.

Most people reading this guide want the first one.

Related guides:

Do the work of ten people. Without code.

The Claude Cowork Course: two live classes for people who run a business. Install a private kit of 12 ready-made skills, build a dashboard that pulls your whole company onto one page, and put it on a timer so it rebuilds itself every morning.

  • 2 live classes, 2 hours each
  • No code, no terminal
  • 15 seats, then it closes
See the Cowork Course$795 · 14-day guarantee

FAQ

Common questions

Download the Claude Desktop app from claude.ai, sign in with a Pro ($20/month) or higher plan, and click the Cowork tab in the sidebar. Grant folder access when prompted. On Windows you also need the Virtual Machine Platform enabled first, or Cowork won't start even though Claude installs fine.

No. Cowork requires a Claude Pro subscription ($20/month) or higher. The free tier of Claude does not include Cowork access.

Global Instructions apply to every Cowork session regardless of which folder you're working in. Folder Instructions are specific to a single project folder. Think of Global as your 'always do this' rules and Folder as 'for this project, do this.'

You can install all 11 official plugins simultaneously. Each one adds domain-specific slash commands and capabilities. They don't conflict with each other.

Cowork can search the web and access URLs when needed for research tasks. It also integrates with 50+ tools through Connectors (Slack, Gmail, Google Drive, Notion, etc.).

Scheduled Tasks let you set up recurring automated tasks that Cowork runs on a schedule - like a daily morning briefing at 7am or a weekly report every Friday. Type /schedule in Cowork to set one up. If the task reads or writes files on your computer, the machine must be awake with the Claude Desktop app open; tasks that don't need local files keep running without it.

Use Opus 5 with Extended Thinking enabled for the best results. This gives Cowork maximum reasoning ability and produces the highest quality output.

Bonus resource

Finished reading?
Take it with you.

Get a downloadable checklist from Claude Cowork Complete Setup Guide: From Install to Automation (2026), plus weekly AI tips.

Printable quick-reference guide
Step-by-step action items
Weekly AI insights newsletter

Guide checklist

PDF + email series

No spam. Unsubscribe anytime.

Make this a skill. Not a tab you keep open.

We train your people on their actual work. Then we build the agents that keep running after the workshop ends.