Module 01
Foundations — What Cowork Is and Why It Changes Everything
Claude Cowork is Anthropic's agentic desktop AI — launched January 2026 — that moves beyond chat-based assistance into full task execution. You describe an outcome; Claude plans, executes, and delivers finished work across your local files, folders, and connected applications. This lecture maps every workflow in an eBook publishing business to a Cowork implementation, giving you a complete operating system powered by AI.
"The question is no longer whether AI can help you publish books. The question is whether you can afford to publish books without it."
1.1 The Three Eras of Claude
To understand Cowork, you need to understand the evolution it represents. Anthropic's product line has moved through three distinct phases, each expanding the frontier of what AI can do for a knowledge worker.
Era 1 — Chat (2023–2024)
Claude answers questions. You ask, it responds. The unit of work is a single prompt-response pair. The human remains the orchestrator of every step — copy-pasting text in, copy-pasting text out.
Era 2 — Claude Code (Late 2024–2025)
Claude gains the ability to read codebases, write files, and execute terminal commands. Developers adopt it immediately, but it requires a terminal. Non-developers cannot access it.
Era 3 — Cowork (January 2026–Present)
Cowork takes the agentic architecture of Claude Code and wraps it in the familiar Claude Desktop interface. No terminal. No coding knowledge. You point Claude at a folder of files, describe what you want done, and it plans, executes, and delivers finished outputs directly to your file system.
The critical distinction: Chat tells you how. Cowork gets it done.
1.2 How Cowork Actually Works — The Execution Model
When you open a Cowork session, the following sequence occurs:
- 01You describe the task — in plain English, with optional file/folder attachments.
- 02Claude analyzes your request and creates a plan — breaking complex work into subtasks.
- 03Claude executes work inside a sandboxed virtual machine — it can read, edit, and create files safely.
- 04Claude coordinates multiple workstreams in parallel when appropriate.
- 05Claude delivers finished outputs directly to your file system.
Your files are mounted into an isolated container. Claude cannot access anything you have not explicitly shared. Code runs safely in this sandbox, but Claude can make real changes to the files you have granted access to.
1.3 The Four Building Blocks of Cowork
1
Skills
Specialized instructions that extend Claude's capabilities — teaching specific behaviors, output formats, and workflows. Skills activate automatically when relevant, or via slash commands like /research or /format-manuscript.
2
Connectors
Links to external services and data sources — Google Drive, Gmail, Slack, Notion, and dozens more. In Cowork, connectors gain filesystem access: external data can save locally, and local files become input for external actions.
3
Plugins
Bundles of skills, connectors, slash commands, and sub-agents packaged for a specific role. A 'KDP Publisher' plugin connects research sources, encodes cover standards, and ships commands for everything from niche validation to manuscript formatting. Plugins are markdown files — easy to build, edit, and share.
4
Scheduled Tasks
Type /schedule in any Cowork session to set Claude to run tasks automatically. Scheduled tasks run while your computer is awake and Claude Desktop is open — enabling weekly bestseller tracking, daily review monitoring, monthly royalty analysis.
1.4 The Publisher's Cowork Stack — Architecture Overview
For the remainder of this lecture, we build the following stack of 18 workflows organised into 5 operational domains:
Market Intelligence & Niche Selection
3 workflows
Module 2
Content Creation & Manuscript Production
4 workflows
Module 3
Design, Formatting & Production
3 workflows
Module 4
Launch, Marketing & Sales Optimization
4 workflows
Module 5
Business Operations & Portfolio Management
4 workflows
Module 6
Each workflow is presented with: the business problem it solves, the exact Cowork implementation, the skills/connectors/plugins involved, and a sample prompt you can use verbatim.