Tip Sharing: Using Claude Cowork to Manage My Business
About six months ago, I accidentally stumbled into a workflow that completely changed how I run my business. It didn't start with a grand plan. It started with a folder.
From Claude Code to Cowork
I'd been using Claude Code for a while — mostly for engineering tasks, obviously. But at some point, I started dumping business-related questions into it too. Market research. Competitor analysis. Quick strategy gut-checks.
It worked surprisingly well. In fact, Claude Code is fully capable of handling this kind of business workflow — it reads your project files, understands your CLAUDE.md, and operates directly on your repository. You can absolutely do everything I'm about to describe with Claude Code alone.
But when Claude Cowork came along, I gradually shifted my business workflow over. Why? Convenience, mostly. Cowork lets me work directly through the Claude Mac app — no terminal needed. It also supports a wider range of file formats beyond just code and markdown, which is handy when you're dealing with business documents. The experience feels more natural for non-engineering tasks, like having a strategy conversation with a colleague rather than typing commands in a terminal.
That said, the core concept works with either tool. What matters is the workflow itself.
The "Business as Code" Concept
Here's where it gets interesting. I store everything — and I mean everything — as markdown files in a Git repository.
Competitor analyses. Market research notes. Business plans. Lean canvases. Customer profiles. Strategic pivots. Meeting summaries. All of it lives in plain-text markdown, version-controlled and pushed to GitHub.
Think of it like "Business as Code."
The same way engineers treat infrastructure as code or configuration as code, I treat my entire business strategy layer as code. Every idea, every research finding, every strategic decision gets committed, versioned, and shared with the team through pull requests and branches.
It sounds weird at first. But once you try it, going back to scattered Google Docs and Notion pages feels like going back to FTP after discovering Git.
Why Context Is Everything
The real magic isn't the file format. It's what happens when your AI collaborator has context.
When you first start working with AI on business tasks, every conversation is a cold start. You explain your market. You describe your competitors. You outline your strategy. Then you ask your actual question. By the time you get to the point, you've already spent ten minutes just setting the stage.
With the "Business as Code" approach, Cowork reads your repository. It knows your lean canvas. It's seen your competitor analysis. It understands your customer segments. So when you ask "How should we position this new feature?", it doesn't need a fifteen-minute briefing. It already has the context.
But it goes deeper than just saving time on repetitive explanations.
Your AI Strategy Partner
The most valuable thing isn't that Cowork answers my questions faster. It's that it challenges my thinking continuously.
As I work with Cowork over weeks and months, it helps me refocus. It spots inconsistencies between my stated strategy and my actual priorities. It pushes back when a new idea contradicts something I committed to last month. It's like having a strategy consultant on retainer who has actually read all your documents — because it literally has.
Here's a real example: I was drafting a new go-to-market plan, and Cowork flagged that my target customer profile had silently drifted from what I'd documented three months earlier. I hadn't even noticed. But because the old profile was right there in the repo, the contradiction was obvious.
That kind of continuous alignment check is almost impossible to do alone. Your brain is great at convincing itself that the new direction was always the plan.
Instant Task Execution with Full Context
Once your business context lives in a structured repository, something magical happens with task execution.
Need to draft a legal agreement for a client? Cowork already knows your company details, your service offerings, your standard terms, and this specific client's profile. What used to take an hour of gathering information and briefing a template now takes minutes.
Need a competitive positioning document for a sales call? Cowork pulls from your competitor analysis, cross-references with your value propositions, and produces something targeted and specific — not generic filler.
Need to update your investor deck with new market data? Cowork knows what your previous deck said and can identify exactly what's changed.
The pattern is always the same: because the AI has sufficient context, it produces work that's faster and more accurate. You're not trading speed for quality. You get both.
How to Get Started
If you want to try this approach, here's a simple starting point:
-
Create a private GitHub repo for your business. Something like
company-brainorbusiness-ops. -
Start with three files: a lean canvas (
lean-canvas.md), a competitor overview (competitors.md), and a customer profile document (customers.md). -
Use Cowork to help you write them. Don't try to make them perfect. Just get the initial thinking down.
-
Keep iterating. Every time you have a strategy conversation, update the relevant files. Every time you do market research, commit the findings.
-
Let Cowork reference these files when you ask business questions. You'll immediately notice the difference in response quality.
The repository will grow organically. Before you know it, you'll have a living, breathing knowledge base that makes every AI interaction smarter.
Pro Tip: Structure Your Repo and Guide Your AI
As your business knowledge base grows, things can get messy fast — just like any codebase. Here's a trick that makes a huge difference: organize your files into clear subdirectories and use a CLAUDE.md file as a map for your AI.
A well-structured repo might look something like this:
business-ops/
├── CLAUDE.md
├── strategy/
│ ├── lean-canvas.md
│ ├── business-plan.md
│ └── okrs.md
├── research/
│ ├── market-analysis.md
│ ├── competitors/
│ │ ├── competitor-a.md
│ │ └── competitor-b.md
│ └── industry-trends.md
├── customers/
│ ├── segments.md
│ ├── profiles/
│ │ ├── enterprise.md
│ │ └── smb.md
│ └── feedback.md
├── sales/
│ ├── pricing.md
│ ├── objection-handling.md
│ └── templates/
└── legal/
├── standard-terms.md
└── templates/
Then, in your CLAUDE.md — the file that Claude reads at the start of every conversation — you create a guide that tells the AI exactly where to look for what:
# Business Operations Guide
## When working on strategy or planning tasks:
- Read `strategy/lean-canvas.md` and `strategy/business-plan.md` first
- Cross-reference with `research/market-analysis.md`
## When drafting client-facing documents:
- Reference `customers/profiles/` for client context
- Use templates from `sales/templates/` or `legal/templates/`
- Check `sales/pricing.md` for current pricing
## When doing competitive analysis:
- Start with `research/competitors/` directory
- Compare against our positioning in `strategy/lean-canvas.md`
## When preparing investor materials:
- Reference `strategy/okrs.md` for current metrics
- Pull market context from `research/market-analysis.md`
This is essentially a routing table for your AI's attention. Instead of hoping the AI figures out which files are relevant, you're explicitly telling it: "When you're doing this kind of task, look here."
The result? Cowork doesn't just have context — it has the right context for each specific task. Your competitor analysis doesn't pollute a legal document draft. Your customer feedback doesn't distract from a high-level strategy session. The AI knows where to focus, and the output quality jumps dramatically.
Going Further: Automated Ad Optimization
But wait — there's more you can do with this setup. A lot more.
Once your business context is well-structured and your CLAUDE.md is guiding Cowork effectively, you can start plugging in real-world integrations. Here's one that's been a game-changer for me: automated ad management.
Cowork supports MCP (Model Context Protocol) connections, which means it can talk directly to external services. I connected Google Ads and Google Analytics as MCP servers, and suddenly Cowork isn't just thinking about my marketing strategy — it's executing on it.
Here's how it works: I set up a daily scheduled task in Cowork that triggers every morning. It pulls performance data from Google Analytics, reviews the current ad campaigns in Google Ads, and — with full access to my business context (target customers, value propositions, budget constraints, current OKRs) — makes informed adjustments. Pause underperforming ad groups. Shift budget toward high-converting keywords. Tweak ad copy based on what's actually resonating.
And here's the part I love most: every run gets logged as a markdown file.
ads/
├── daily_log_20260315.md
├── daily_log_20260316.md
├── daily_log_20260317.md
└── daily_log_20260318.md
Each log captures what Cowork observed, what decisions it made, and why. Full transparency. Full audit trail. If I ever want to understand why a certain campaign got paused or why budget shifted to a specific keyword group, I just git log and read the reasoning.
This is the real unlock: Cowork isn't just an advisor anymore — it's an operator. It has the context to make good decisions, the integrations to act on them, and the discipline to document everything it does. It's like hiring a marketing analyst who works every single day, never forgets your strategy, and writes detailed reports without being asked.
And because those daily logs live in the same Git repo alongside your strategy and research files, the feedback loop closes beautifully. Cowork can look at last week's ad performance logs, compare them against your OKRs, and suggest strategic pivots — all without you having to pull a single report manually.
The Compound Effect
What surprised me most is how this compounds over time.
Month one, it's just a few markdown files and slightly better AI responses. Month three, you have a rich knowledge base that makes every new task faster. Month six, Cowork feels less like a tool and more like a co-founder who's been in every meeting and read every document. Add integrations like Google Ads and Analytics on top, and it's not just a co-founder — it's one that also runs your day-to-day operations while you sleep.
The gap between "AI with context" and "AI without context" isn't linear — it's exponential. The more context accumulates, the more useful each new interaction becomes.
If you're running a business and you're not treating your strategy, research, and planning documents as first-class, version-controlled artifacts — you're leaving a massive productivity unlock on the table.
Start the repo. Commit the canvas. Let the compound effect do its thing.