The thing that makes a Claude Cowork setup work is not a feature — it is a folder. Done right, Cowork is a directory on your hard drive: one instruction file at the top, a record of past work underneath, and a subfolder for every part of your business, each carrying its own instructions. I can vouch for the pattern because I already run my own operations on its terminal-side equivalent — instruction files and memory folders that my Claude Code sessions read at the start of every task — and the architecture transfers to Cowork almost unchanged. The folder is the company, written down in a form an AI can navigate and operate inside.
Here is how to build that folder from scratch: the architecture, an email triage skill, plain-English invoicing, scheduling, and firing off work from your phone — plus the honest costs and the one architectural limitation you must design around.

Cowork vs chat: a different shape of tool
The one-line difference: Claude Chat answers a question and forgets you when the tab closes. Cowork remembers, reads your files, and finishes multi-step work on your actual machine.
Cowork went from research preview to generally available on macOS and Windows in April 2026, running as a mode inside the Claude desktop app with a million-token context window. It works in a folder you deliberately grant it — it does not roam your drive — reads what lives there, executes plans that span a dozen steps, and writes results back to disk. The chat box is just the front door; the work happens in the filesystem. I have compared the modes properly in Claude Cowork vs Claude Code, and the short version is: same primitives, different audience. Cowork is the version that does not require a terminal.
Five concepts before you build anything
The instruction file is CLAUDE.md — and let me kill a persistent transcription error: it is not "claw.md," a mishearing that made it into several walkthroughs. Claude reads CLAUDE.md at the start of every task, and every folder gets its own: a top-level one for global rules, a scoped one inside each business subfolder. This mirrors exactly how I run my development projects — a global instruction file for who I am and how I work, a per-project file for that project's rules — and it is the highest-leverage writing you will do in the whole setup.
Memory is Cowork's record of past work — decisions made, tasks completed — that gives future sessions historical context. Let Cowork manage it rather than hand-crafting files; my experience with cross-session memory in Claude Code is that the system maintaining its own index beats you maintaining it by hand.
Skills are repeatable workflows saved once and triggered forever — each a folder with a SKILL.md describing what it does and when to use it. Same primitive that powers Claude Code, wrapped in a desktop GUI; the deep dive is in my AI operating system blueprint.
Connectors pull live data in and write changes out — Gmail, Calendar, Notion, accounting tools. Without them Cowork is a smart notebook that only knows your disk. With them it reads this morning's inbox.
The folder architecture is how it all assembles: main folder, global CLAUDE.md, memory, and one subfolder per workflow with its own scoped instructions.
The setup itself
Step 1 — create the main folder. One stable directory, kept out of anything that syncs aggressively to the cloud mid-task. In the desktop app, switch to Cowork mode, click "Work in a folder," and point it there. Start low-stakes — Anthropic's own guidance — before granting anything sensitive.
Step 2 — let Cowork generate the structure. Do not hand-craft thirty files. Describe the system:
"Set up this folder as an operating system for my business. Create a top-level CLAUDE.md with global instructions about who I am and how you should behave. Create subfolders for email and invoicing, each with its own CLAUDE.md scoped to that job. Keep instruction files short and readable."
Cowork scaffolds it. Then read every file it created and fix what is wrong now — everything downstream inherits from these files, and an error in the foundation compounds quietly.
Step 3 — use Obsidian only as a viewer. Opening the folder in Obsidian gives you clean markdown rendering and a sidebar of the whole structure. That is all you want from it. Do not drift into tags, daily notes, and plugins — every stray folder you create by hand is one Cowork might misread. Let Cowork own the structure; use Obsidian to look at it.
The email triage skill
Connect Gmail through connectors, then give Cowork a prompt that analyzes and learns at once:
"Look at my last 50 received emails and the replies I sent. Group incoming mail into categories. Learn my tone, length, and sign-off. Build files that capture this: email categories, a contact exclusion list for people I never want auto-drafted replies to, and a tone-of-voice guide."
The interesting part is what comes back: not a chat answer but files written into the email subfolder — categories, exclusions, a voice guide derived from how you actually write. Those artifacts become permanent context; every future run reads them and gets sharper. When the categorization and drafting look right, say: "Save this email triage workflow as a reusable skill I can run every morning."
Take the exclusion list seriously. You do not want an agent auto-drafting to your lawyer, your biggest client mid-negotiation, or your spouse. Triage clears the noise; it does not speak for you in the conversations that matter.
The invoicing build follows the identical pattern — describe it in plain English ("generate invoices from contact info in my email, track paid versus outstanding, store my business details so they auto-fill") and Cowork creates the subfolder, tracking files, and scoped CLAUDE.md. One real gotcha: skill creation is not always automatic. Sometimes the folder and files appear but no saved skill does. Check, and if it did not, ask for it explicitly.
Scheduling, Dispatch, and the local leash
Once a workflow runs cleanly, schedule it: "Run my email triage every morning at 7 AM." Daily triage, a weekly invoice sweep, a Monday client summary — anything repeatable becomes a standing routine.
Now the limitation that shapes everything: Cowork is local. The work happens on your computer, so a 7 AM schedule only fires if the machine is on with the app open at 7 AM. Close the laptop and the schedule sleeps with it. This is the opposite trade-off from cloud-hosted automation, and you design around it by scheduling inside hours your machine is reliably awake.
Dispatch closes the away-from-desk gap: assign a task from the Claude mobile app, and your desktop picks it up and runs it. The mechanics matter — your phone is only the control surface, sending instructions and receiving results, while the file reading and connector calls all execute on the desktop when it is available. Dispatch from a coffee shop and the report is waiting when you are back at the machine that did the work. It is the same remote-control pattern I use with Claude Code from my phone, and the same rule applies: the phone directs, the computer executes.
What it honestly costs
Cowork is included in Claude Pro at $20/month, and that tier is fine for learning the patterns and building everything in this guide. But agent tasks burn roughly 5–20x more tokens than chat, per Anthropic's own consumption guidance — so running triage, invoicing, and scheduled reports across a real business daily realistically wants Max 5x ($100/month) or Max 20x ($200/month). At $1,200–2,400 a year, the question is not "is it cheap" but "does it replace enough manual hours to clear that bar." For an operator drowning in busywork, it usually does; for a hobbyist, Pro or even free chat may be plenty. My fuller cost-benefit read, after treating Cowork as a hire rather than a tool, is in the AI employee guide.
Start with one workflow, not ten
The distilled advice, from running instruction-file systems daily: define the workflow before creating the folder — speculative subfolders are how the structure turns to mush. Connect every data source you can, because context is the fuel. Expect one CLAUDE.md per workflow and confirm each mature workflow became a saved skill. Respect the local leash on schedules. And keep file management dead simple — the fastest way to break a Cowork setup is reorganizing it by hand like a Notion workspace.
Then pick the single most repetitive task in your business — the inbox, the invoices, the weekly report — and build only that, end to end. Watch it run on a schedule for a week. Let the pattern prove itself before you expand, because a folder with one working skill beats a beautiful architecture nobody trusts yet.
This folder-as-operating-system pattern is the same one behind most of what I ship — the automation systems and AI builds on my projects page all run on some version of it. Have a look at what the pattern produces at full scale, then go make your first folder.