// HOW-TO · AUTOMATION

How to build AI automations with Claude Cowork in 2026

Build AI automations with Claude Cowork in 2026: pick the task, write a PRD, connect tools via connectors, MCP, or the Chrome extension, and keep a human gate.

Last verified · 2026-08-05 · by Moe Ameen

Claude Cowork is Anthropic's agentic desktop agent — the general-purpose sibling of Claude Code. Announced as a research preview on January 12, 2026, made generally available in April, and extended to the web and mobile with background, cloud-run tasks in July, it turns a plain-language goal into a plan it executes for you: it reads, edits, and creates files in a folder you grant it, uses tools, and remembers context across sessions in markdown files. The difference from a chatbot is that it hands back finished work, not instructions.

Building an automation with Cowork is less about prompting and more about scoping. The reliable path is a three-part loop: pick a task worth automating, get Cowork to write a real requirements document before it builds, then connect it to the tools your workflow touches — in that order. This guide walks the full build, the connector hierarchy that keeps integrations safe, and the one gate you never remove.

The steps

  1. Pick a task that is repetitive and low-judgment. The best first automation is something you do often, dislike, and that follows a stable pattern — compiling a weekly report, reformatting receipts into a spreadsheet, drafting a proposal from a call transcript. Describe it the way you would brief a new hire: your role and company, how often the task runs, where the input data lives, and where the finished output needs to land. Cowork works from that context, so vague goals produce sprawling, unreliable runs.
  2. Install Cowork and connect a project folder. Cowork runs inside the Claude desktop app (with web and mobile now available for cloud-run tasks) and needs a paid Pro, Max, Team, or Enterprise plan. Create one top-level folder — a "ClaudeCowork" directory with a subfolder per project — and connect it at the top level so the agent can navigate to the context it needs. That folder is also the natural containment boundary for what it can read and write.
  3. Have Cowork interview you and write a PRD. Do not describe the whole build in one prompt. Ask Cowork to interview you and produce a product requirements document. It will ask a long series of questions — role, inputs, edge cases, the exact output — over 30 to 60 minutes and turn your answers into a detailed spec. The interview is where the real definition happens; the resulting document is what keeps the build bounded instead of drifting.
  4. Build the MVP first, then iterate. Point Cowork at the smallest useful slice of the spec — the minimum that produces a real result — and get that working before adding the rest. A good recurring prompt is "Where are we in the build, what is the next step, and why?" so you steer incrementally instead of asking for everything at once. Quick wins early prove the approach and surface wrong assumptions cheaply.
  5. Connect tools in the safe-to-risky order. Cowork reaches external systems four ways, and the order matters. Start with native connectors (Google Drive, SharePoint, Notion, ClickUp, Asana, monday.com and others), which Anthropic maintains. Next use a Model Context Protocol (MCP) server published by the software vendor itself. If neither exists, have Cowork build a custom MCP from the tool's API docs — credentials go into your system keychain, not a plaintext file. Use the Claude in Chrome extension as the last resort for tools with no integration; it clicks through pages but will not type your passwords.
  6. Package the workflow as a reusable skill. Once a sequence works, have Cowork capture it as a skill — a modular, named function it can run again — and let its orchestrator chain skills together into the full process. This is what turns a one-off run into an automation you can rerun next week without re-explaining it, and it keeps each piece small enough to debug on its own.
  7. Keep a human approval gate on anything that ships. Design the automation so nothing gets published, sent, or charged without you approving it. Let Cowork research, assemble, and draft autonomously, then stop at a review step before the CRM update, the outbound email, or the social post goes live. Background execution is powerful precisely because you are not watching it, which is exactly why the final action needs a gate.
  8. Test on real data and watch the first runs. Run the finished automation against genuine inputs, not toy examples, and check the output end to end for the first several runs. Confirm the connectors wrote to the right place, the formatting held, and no step silently failed. An agent that runs unattended is only as trustworthy as the monitoring you put around its first weeks.

Common gotchas

  • Cowork is still a fast-moving product — a research preview that reached general availability in 2026 and keeps changing. Connector names, plan requirements, and the interface may differ from any single tutorial; verify the current setup in the app.
  • Skipping the PRD step is the most common failure. A single sprawling prompt gives the agent no boundaries and produces a run that wanders; the interview-and-spec step is what makes the build reliable.
  • It works on your machine with real file and account access. Even though the desktop app isolates sessions, grant the narrowest folder and connector scope that gets the job done, and never point it at your whole drive.
  • The Chrome extension will not enter passwords — it pauses for you to authenticate at each login. Automations that lean on browser control still need a human at every sign-in screen.
  • Removing the human approval gate to make it "fully hands-off" is how an autonomous agent sends an unreviewed email or publishes off-brand content. Keep the gate on any irreversible or outward-facing action.
  • Cowork plans and assembles well, but it is not a content rendering or multi-platform publishing engine. It will not produce brand-exact avatar video or carousels, or fan a post across social platforms with per-post review — hand that stage to a purpose-built tool.

Where Kompozy fits

Claude Cowork is a genuinely good orchestrator — it can research a topic, pull your notes, and draft a plan on your desktop without much hand-holding. Where its four-connector model gets thin is the content stage itself: the guide's own examples stop at "generate posts and images" and "cut video clips," which a general agent does inconsistently and off-brand. That is the exact seam Kompozy fills. Kompozy is an AI content generation and multi-platform publishing engine, so it owns the step Cowork only gestures at: point it at the same source Cowork researched and it produces the finished assets — Persona Shorts and Persona Frames avatar video, Carousel Posts drawn pixel-exact to your brand via the HyperFrames engine, Photo Posts and Quote Graphics, plus Blog Articles and Email Newsletters — all governed by your Persona Brief so the voice stays yours and a banned-word filter keeps the tells out.

The cleanest division of labor: let Cowork run the reasoning and file work you want automated on your machine, and let Kompozy be the render-and-publish layer. It fans every piece to the eight primary social platforms plus blog and email, each version reframed for its destination, and the human approval gate the guide insists you never remove is literally Kompozy's per-post review pipeline — nothing ships until you approve it, then autopilot keeps the queue full on the cadence you set. You get Cowork's desktop autonomy and a content engine that actually renders and publishes on-brand. Starter ($99/mo, 5,500 credits) suits a solo operator automating a few branded pieces a week; Pro ($299/mo, 18,000 credits) fits an agency running every platform on autopilot alongside its Cowork workflows; Enterprise is custom.

Frequently asked questions

What is Claude Cowork?

Claude Cowork is Anthropic's agentic desktop agent, the general-purpose evolution of Claude Code. You point it at a folder, give it a goal, and it plans and executes multi-step tasks — reading, editing, and creating files, using tools, and remembering context across sessions — to return finished work rather than instructions.

Do I need to code to build automations with Cowork?

No. Cowork is aimed at non-developers. You describe the task in plain language, it interviews you to write the requirements, and it can even build a custom integration for you. The skill is in scoping the task and reviewing the output, not writing code.

What can Claude Cowork connect to?

Four ways: native connectors maintained by Anthropic (Google Drive, SharePoint, Notion, ClickUp, Asana, monday.com and more), MCP servers published by software vendors, custom MCPs Cowork builds from a tool's API docs, and the Claude in Chrome extension for services with no formal integration.

Is Cowork the same as Claude Code?

They share a lineage — Cowork grew out of Claude Code — but Claude Code is the developer-focused terminal and coding agent, while Cowork is the general-purpose desktop agent built for non-technical, everyday work like reports, spreadsheets, and proposals.

Can Cowork publish social media content automatically?

It can draft and assemble content and, via the Chrome extension, click through a posting interface — but it is not a publishing engine. It has no native rendering of persona video or brand-exact carousels and no per-platform fan-out with a review pipeline, so most creators pair it with a dedicated content engine for that stage.

When did Claude Cowork launch?

Anthropic announced it as a research preview on January 12, 2026, reached general availability in April 2026, and in July 2026 extended it beyond the desktop app to the web and mobile with tasks that run in the background in the cloud.

Related tutorials

← All how-to guides · Get Started