← BACK TO SKILLS
FREE

Mastering Claude Cowork and Claude Code for Parallel Productivity

by @gregeisenberg

Business Business★★★★☆ principles

ABOUT THIS SKILL

Boris, creator of Claude Code and co-creator of Claude Cowork, shares how agentic AI can automate tedious tasks and enable parallel workflows. The discussion reveals that these tools are not just for coding but for general productivity, with safety and customization as key pillars.

TECHNIQUES

parallel claude sessionsreverse solicitationplan mode then auto acceptclaude md knowledge basegithub action taggingbrowser verification loopskill packagingmcp tool integrationmulti platform switchingvirtual machine sandboxing

KEY PRINCIPLES (14)

Agentic AI Mindset

Treat the agent as a teammate, not a chatbot.

Agents can take action on your computer—edit files, control browsers, send emails—so think in terms of delegating entire workflows.

Why: This unlocks exponential productivity because you can run many tasks in parallel while the agent handles execution.

"I feel like now is the age of kind of multi-clotting of parallelism... more tending to your clods"

Safety First

Safety is built at every layer: model, sandbox, and UI.

Anthropic studies neurons like a human brain (mechanistic interpretability), runs each session in a VM, and adds deletion protection prompts.

Why: Agentic tools can irrevocably change files or leak data; layered safety lets users delegate confidently.

"we put so much work into safety... there's a whole virtual machine running under the hood"

Parallel Workflows

Run 5–10 Claude sessions simultaneously across devices.

Start a task in one tab, move to the next while the first plans, then cycle back to approve and auto-accept edits.

Why: Context-switching overhead is lower than waiting for one long task; total throughput skyrockets.

"I usually have a bunch of these, like five or ten or whatever"

Planning Over Prompting

Always begin in plan mode; once the plan is good, the code is good.

Iterate with the model on a high-level plan before switching to auto-accept; Opus 4.5 can then one-shot the implementation.

Why: A correct plan collapses the search space, reducing tokens and errors downstream.

"Once the plan is good, the code is good"

Knowledge Compounding

Maintain a living Claude.md file that the whole team edits.

Anytime Claude makes a mistake, add the correction to Claude.md; use the GitHub action to auto-update via PR comments.

Why: Shared context prevents repeating past mistakes and continuously improves the agent’s behavior.

"you should never have to comment about something twice"

Verification Loop

Give Claude a way to verify its own output.

For code, run tests or open the browser; for documents, render them; for spreadsheets, open in Google Sheets.

Why: Feedback closes the loop, dramatically improving quality the same way a human would iterate after seeing results.

"If Claude can verify its own output, their result is going to be way, way better"

Model Selection

Use the smartest model even if it looks slower or pricier.

Opus 4.5 with thinking uses fewer total tokens and steers less, often ending cheaper than smaller models.

Why: Intelligence reduces iteration rounds, token usage, and human oversight.

"because the model is smarter, it actually uses less tokens in the end"

Skill Packaging

Package domain-specific know-how into reusable skills.

Skills are pre-packaged instructions (e.g., Excel formatting, AutoCAD export) that Cowork loads automatically when relevant.

Why: Skills turn one-off hacks into repeatable capabilities, letting non-technical users benefit from expert setups.

"if you have some weird file format... you just make a skill and then Claude can do it for you"

WHAT'S INSIDE

PRINCIPLES
10
TECHNIQUES
14
EXPERT QUOTES

This is a structured knowledge base — not a prompt file. Your AI retrieves principles semantically, understands the reasoning behind each technique, and connects to related skills via a knowledge graph.

Compatible with OpenClaw · Claude · ChatGPT

principles · semantic retrieval · knowledge graph

Free during beta · Sign in to save to dashboard