The AI That Actually Does Things
How to Set Up Claude Co-Work (So You Stop Using AI Like a Chatbot)
What This Guide Gets You
By the end of this guide, you'll have the Claude desktop app set up with Co-Work, a project folder organized, and your first real task completed. No terminal. No code. Just the app and your files.
This isn't a chatbot tutorial. Co-Work is an AI that sits on your desktop, reads your files, creates new ones, and delivers real work into your folders. Think less "smart search engine" and more "full-time assistant who reads every brief."
Download and Set Up
- Download the app. Go to claude.ai/download. Install it like any other app.
- Sign in with a Pro account. Co-Work requires a paid plan. Pro is $20/month ($17/month annually). Sign up at claude.ai if you haven't.
- Open the app. Click the Co-Work tab. You'll see three tabs at the top: Chat, Cowork, and Code. Click Cowork.
-
Select the right model. This is the step most people skip. Click the model selector and choose Opus 4.6 with Extended Thinking turned on. This is the smartest model available. Extended Thinking means Claude actually reasons through problems before answering instead of rushing to a response. Always use this.
Always select Opus 4.6 + Extended Thinking. It's the difference between a rushed intern and a senior employee who thinks before acting.
-
Create your project folder. On your Desktop (or wherever you'll remember), create a folder called
Claude-Cowork. Inside, create four subfolders:Claude-Cowork/ ├── ABOUT ME/ ← Who you are, your rules, your style ├── PROJECTS/ ← Live work, one subfolder per project ├── TEMPLATES/ ← Your best past work to reuse as patterns └── CLAUDE OUTPUTS/ ← Where Claude delivers finished workThree folders are for Claude to read. One folder (CLAUDE OUTPUTS) is where Claude writes. This keeps things organized and limits what Claude can touch. If something goes wrong, the damage is contained.
-
Create your first context file. Inside the ABOUT ME folder, create a file called
about-me.md. A .md file is just a plain text file with a different extension. Open any text editor and write these three things:- What you do for work
- How you like to communicate
- One example of writing or work you're proud of (paste it in)
Don't want to write it yourself? Skip this step. In Part 4, you'll ask Claude to interview you and create it for you.
- Attach your folder in Co-Work. In the Co-Work tab, click Add Folder and select your Claude-Cowork folder. Claude can now see everything inside it.
-
Set your Global Instructions. Go to Settings > Cowork > Edit Global Instructions. These are rules Claude follows on every single task, in every project. Paste this:
# GLOBAL INSTRUCTIONS ## BEFORE EVERY TASK - Read everything in ABOUT ME/ first. No task starts without it. - If the task relates to a project, read everything in the matching PROJECTS/ subfolder. - If a task involves a content type with a matching pattern in TEMPLATES/, study that template first. ## RULES - Never delete any files. Ever. - If anything is unclear, use AskUserQuestion to ask me clarifying questions. - Always plan the approach and talk to me before executing. Never execute without my approval. - All files you create go in CLAUDE OUTPUTS/ only. Never write to other folders. - Don't over-explain. Deliver the work. Save commentary unless I ask.
You set this once. It runs every time. You never type it again.
- You're set up. That took about 10 minutes. Now let's use it.
The Mindset Shift
ChatGPT trained you to write better prompts. Longer prompts. Detailed prompts. Forget that.
With Co-Work, the game is context files. Take everything you know (your writing style, your company's rules, your best examples, your past work) and put it in text files. Drop them in your folder. Point Claude to that folder.
The more context you give it as files, the less prompting you need. The output goes from "generic AI" to "this actually sounds like someone who works for me."
One good context file is worth more than 50 random uploads. Be intentional about what you include.
Your First Task
Let's run your first real task. Here's the prompt template you'll use for almost everything:
I want to [TASK] for [SUCCESS CRITERIA].
First, explore my CLAUDE COWORK folder. Then, ask me questions using the AskUserQuestion tool. I want to refine the approach with you before you execute.
That's it. That's the prompt. Let's try it.
I want to create a monthly budget tracker spreadsheet that auto-calculates totals and shows month-over-month change.
First, explore my CLAUDE COWORK folder. Then, ask me questions using the AskUserQuestion tool. I want to refine the approach with you before you execute.
Here's what happens:
- Claude reads your ABOUT ME folder to understand your context.
- Instead of guessing, it generates an interactive form with real questions: "How many expense categories? Do you want charts? Monthly or weekly tracking?" You click your answers.
- Claude shows you a plan. You approve or adjust.
- It builds the spreadsheet and saves it to your CLAUDE OUTPUTS folder.
- Open it in Excel or Google Sheets. The formulas work. Change a number, totals update.
This is the feature that changes everything. You stop prompting Claude. Claude prompts YOU. It asks the right questions so it can give you the right output. The tool is called AskUserQuestion, and you should use it on every single task.
Pro tip: Add "Start by using AskUserQuestion" to every prompt. Or set up a text shortcut on your Mac/phone so typing /prompt auto-pastes the full template.
What Else You Can Do
These are real tasks people run in Co-Work every day. Click to expand.
Organize and rename files in bulk
200 photos with random names? Claude renames them by date, creates folders by month, and logs what it changed.
Rename all photos in this folder by date taken. Format: YYYY-MM-DD-001. Organize into monthly subfolders.
Read any document and extract what matters
Upload a contract, lease, or report. Claude reads the whole thing and pulls out every deadline, dollar amount, and action item.
Read this lease agreement and pull out every deadline, dollar amount, and obligation into a summary table.
Build presentations and reports
Give it data and a goal. Get back a formatted PowerPoint, Word doc, or PDF.
Create a quarterly report as a PowerPoint using the data in sales-q1.xlsx. Include charts for revenue by month and top 5 products.
Draft emails that match how you write
Paste your last few emails as context. Claude picks up your voice and drafts replies that sound like you, not a robot.
Here are my last 5 client emails. Draft a response to this new message matching my tone and style.
Process receipts and expenses
Drop a folder of receipt PDFs. Claude reads each one, extracts vendor, date, and amount, and builds an expense report.
Scan all PDFs in my receipts folder. Extract vendor, date, and amount from each. Create an expense report spreadsheet.
Schedule recurring tasks
Co-Work can run tasks automatically. Every Monday, every Friday, whatever schedule you set. Your computer just needs to stay on with the app open.
Every Monday at 7am, research [competitors] for news and product updates from the past 7 days. Save a summary to CLAUDE OUTPUTS/ as a markdown file.
Plugins
Co-Work has a plugin marketplace. Plugins give Claude extra skills for specific types of work: sales, marketing, legal, data analysis, finance, and more. Each one comes with slash commands you can type to trigger specific workflows.
How to install: Click Customize in the left sidebar. Click Browse Plugins. Pick one that matches your work. Click Install. That's it. Now type / in the chat to see what commands are available.
For example, the Marketing plugin gives you /draft-content to write posts in your voice. The Data plugin gives you /explore to analyze any CSV you drop in. The Legal plugin can review contracts and flag risky clauses in plain English. These are pre-built workflows. Install and go.
Stay Safe
- Co-Work runs in an isolated virtual machine on your computer. It only sees the folders you attach. You're contained.
- Don't attach your entire hard drive. Just your project folder.
- Copy important files before letting Claude edit them. Takes two seconds.
- Claude asks before deleting anything (and your Global Instructions say "never delete" anyway).
- Keep passwords and sensitive documents out of your project folder.
Chat vs Co-Work vs Projects
Same AI. Three different ways to use it. Here's how to pick.
Chat
- You type, Claude answers. Like a chatbot.
- Browser, phone, or desktop app
- Zero setup. Open and start typing.
- Every chat starts blank. No memory between sessions.
- Output quality: generic unless you prompt very well
- The vibe: texting a very smart stranger
Use Chat when: You have a quick question. You want to brainstorm. You don't need it to know your style. You want an answer, fast.
Co-Work
- Claude sits on your desktop. It reads your files, creates new ones.
- Desktop app only (click the Cowork tab)
- ~10 minutes setup. Download app, pick a folder, add your files.
- Context persists as long as you're in the same folder.
- Output quality: sounds like you. Because it read your files.
- The vibe: working with an assistant who read every brief.
Use Co-Work when: You're doing real work (analysis, spreadsheets, reports). You want Claude to create actual files. You want it to sound like you. You need long, deep sessions that don't break.
Projects
- A saved workspace. Upload files and write instructions once, Claude remembers.
- Browser, phone, or desktop app
- ~5 minutes setup. Create a project, upload files, write instructions.
- Context sticks. Every new chat inside the project has it.
- Output quality: sounds like you. Because it has your guides.
- The vibe: a team member who knows your playbook.
Use a Project when: You do the same task every week (newsletter, reports). You're tired of repeating yourself. You want your context saved forever, not just for one session.
Claude Co-Work and Projects both need a Pro Plan ($20/mo). Co-Work is desktop only. Extended Thinking works everywhere. Always turn it on.
Where This Goes
Everything in this guide covered Co-Work, the tool for knowledge workers. There's another level.
Claude Code is the developer version. It runs in your terminal with full system access. No sandbox. It builds software, runs scripts, manages git, deploys code, and automates entire multi-step workflows across multiple systems. It's how developers ship code 10x faster.
Here's what Claude Code looks like in practice: Every Monday at 9am, it scrapes trending topics from 4 platforms, generates 5 video scripts written in your voice, saves them to your content pipeline, and schedules them across 7 platforms. One command. Runs every week. You wake up to finished work.
That's not Co-Work territory. That's Claude Code. And that's Part 2 of this guide.
Part 2 goes deep into Claude Code.
Full system access, building real automations, and running your entire workflow from one place.
Drop your email and I'll send it the day it drops.
Or DM me "PART 2" on Instagram: @themattycartwright
Follow Along
I post Claude tutorials and real workflows every week. New to this? Follow along.
Follow @themattycartwright on Instagram
DM me "CLAUDE" for my personal about-me.md template.