Free guide · From the Kedlin workshop
Give your business an AI staff.
Claude Code isn't just for programmers. It's how a business owner builds a team of AI specialists — trained on your own documents, calibrated to your own judgment — that turn out finished work for your review. This is the guide I walk my friends through: the safe way to set it up, connect your data, and build your first agent team.
Don't feel like reading?
Fair. The whole premise of this guide is "just ask your AI." Throughout the page you'll find buttons like the one below — click one and a ready-to-paste prompt lands on your clipboard. Paste it into Claude and let it walk you through the step.
What Claude Code actually is
You've probably used Claude (or ChatGPT) in a browser: you paste something in, it answers, and everything vanishes when the tab closes. Claude Code is different. It's an app that runs on your computer — in a terminal window or a desktop app — where Claude can read the files you give it, use tools, and carry out real multi-step work: read a folder of leases, fill in a spreadsheet, draft a proposal in your format, and save the results as actual files you keep.
That one difference — it can do work on your files, not just chat — is what makes everything else in this guide possible. Despite the name, you don't write code to use it. You talk to it in plain English.
Anthropic's own 30-minute workshop, taught by the creator of Claude Code. The audience is developers, but the first half is the best plain overview of what the tool is — worth watching at 1.5×.
Set it up (the safe way)
Four steps. The first two take ten minutes; the last two are about building the right habits from day one.
Get the right Claude account
Claude Code comes with a paid Claude plan. Pro is enough to try it. If it becomes part of your workday — and if you build what's in this guide, it will — step up to Max, which removes most usage ceilings. When you're ready to roll it out to employees, that's what Team and Enterprise plans are for: central billing, admin controls, and your company's data excluded from model training by default.
Install Claude Code
Easiest path: the Claude Code desktop app for Mac or Windows — download, sign in, done. If you're comfortable with a terminal (or your AI is walking you through it), the classic install is one command. There's also claude.ai/code for running sessions in the cloud from your browser.
# install Claude Code globally (needs Node.js — nodejs.org, LTS installer) npm install -g @anthropic-ai/claude-code # then start it (it opens your browser to sign in the first time) claude
Start your first session in a fresh folder
Make an empty folder — call it ai-workspace — and start Claude Code inside it. This matters more than it sounds: Claude works within the folder you start it in, so the folder is your blast radius. Drop in a few documents you don't mind experimenting on and ask for something real: "Read these three proposals and tell me how my pricing language has drifted over time."
Learn the permission prompt — it's your seatbelt
Before Claude Code runs a command, edits a file, or touches anything outside the conversation, it asks you first. That prompt is the whole safety model, so build the habit now: read what it's asking, and approve the specific thing — never blanket-approve everything to make the prompts go away. For anything big or unfamiliar, ask Claude to use plan mode: it lays out everything it intends to do, you approve the plan, then it executes.
▶ Watch: Permissions, settings, and plan mode — making a Claude Code session safeThe safety rules I give my friends
These are the same rules I run my own AI operation on, translated for day one. Tape them to the monitor.
- →Never paste passwords or API keys into a prompt. Keys live in a credential manager or an environment file, never in the conversation. Good tools are built "bring your own credentials" — they read keys from a file only you control.
- →Give Claude a folder, not your whole computer. Start every project in a dedicated folder containing only what that project needs. A "deal docs" folder, not your entire drive.
- →Humans sign everything that leaves the building. Emails, contracts, proposals, payments — Claude drafts, you review and send. No exceptions, even when the drafts get good. Especially when the drafts get good.
- →No trust without evidence. If Claude says it did something, ask it to show you — the file, the output, the numbers. "Should work" isn't "done." Make it prove its work the way you'd make a new hire prove theirs.
- →Start with one person and one workflow. Get one process genuinely working — yours — before you roll anything out to staff. An org rollout of a half-understood tool is how companies sour on AI.
- →Client data stays inside accounts you control. Connect your own Google Drive or OneDrive to Claude; don't upload other people's confidential documents to random third-party tools to "convert" or "summarize" them.
Connect your data
Claude gets dramatically more useful the moment it can see your actual working documents. Two plain-English concepts cover it:
Connectors are the built-in integrations in the Claude apps — Google Drive, Gmail, Google Calendar and more. You click connect, sign in to your own account, and Claude can search and read those files when you ask it to.
MCP (Model Context Protocol) is the standard plug that lets Claude use tools that aren't built in — OneDrive and SharePoint, QuickBooks, your CRM, thousands of others. Think of it as a universal adapter: if a tool has an MCP server, Claude can work with it. You don't need to understand how it works — you need to know the phrase, so you can ask Claude "is there an MCP server for X?"
Two rules when connecting anything:
- →Scope it down. A dedicated "deal docs" folder beats whole-Drive access. Where a connector offers read-only, start read-only.
- →Connect accounts you own. Your Drive, your books, your calendar — through official connectors — not exported dumps of someone else's data.
The 4-step framework: an agent team trained on your judgment
Here's the part almost nobody does — and it's the difference between "I tried AI, it was fine" and an AI staff that works the way you work. Generic Claude gives generic answers. The framework below turns it into specialists that know your documents, your standards, and your taste. I've built teams this way for lease review, deal analysis, bookkeeping, and marketing; the recipe is always the same four steps.
Budget an afternoon for your first pass. It compounds from there.
Corpus — hand it your body of work
Gather the paper trail of how you actually operate: lease markups with your comments in the margins, past proposals, the email back-and-forth around your last five deals, the contracts you fought over. Put it in one folder and have Claude read, organize, and summarize it. This is the baseline — the difference between an assistant who just showed up and one who's read every file in your office.
The pro move: don't dump your whole inbox. Have Claude score and filter it — "go through this email export and keep only the threads where I'm negotiating terms; rank them by how much back-and-forth they contain." One of my agents distilled years of attorney correspondence down to the ~750 emails that actually mattered. Signal in, noise out.
Interview — let it learn how you think
Documents show what you did; they don't explain why, or where your hard lines are. So flip the script: have Claude interview you. By text or voice, it asks pointed questions, gives you realistic scenarios — "the other side strikes your exclusivity clause, what do you do?" — and records your answers. In my experience this is the single highest-leverage hour of the whole build.
Two rules make it stick: your interview answers override anything inferred from the documents (the corpus is evidence; you are the authority), and every answer gets saved to a dated calibration file that future sessions read first. When you correct the agent later, the correction goes in the same file. That's how it gets sharper every week instead of resetting every session.
Build the team — specialists, not a generalist
Claude Code lets you define subagents: named specialists with a narrow job, their own instructions, and their own knowledge base. Instead of one AI trying to do everything, you get a lease reviewer, a due-diligence researcher, a financial analyst — and they can fan out in parallel: while one combs the title documents, another checks the rent roll, a third pulls comps. Each is a plain-English text file describing who the specialist is and pointing at the knowledge base you built in steps 1–2. Ask Claude to write them for you.
Addy Osmani demoing subagents — watch how one request fans out to multiple specialists working at once. The examples are code, but swap in "leases" and "diligence" and it's your shop.
Wire up the work product — finished work, not chat
Last step, most important: point the team at the actual deliverable. Not "tell me about this lease" — give Claude your real diligence spreadsheet, your proposal template, your LOI format, and have it complete them for your review. Fill the model, draft the markup, produce the checklist.
Make the output a fixed contract: every run produces the same set of documents — say, a ranked issue memo, a marked-up draft, and a completed spreadsheet — every single time. Fixed outputs are reviewable outputs; you can spot in thirty seconds what's off. And hold the line from the safety rules: the agent's job is finished work for your review — never a description of work it intends to do, and never anything sent out without your eyes on it.
See it built, start to finish
I wrote up the full build — corpus, interview, team, work product — for the two owners I onboarded first. Pick the one closer to your world; the pattern transfers to almost any business.
The commercial real estate operator
Build a lease-review counsel trained on your own redlines and attorney emails — issue memos, markup drafts, a due-diligence team, and LOIs in your format.
Read the walkthrough →The investor
Build a deal-review analyst calibrated to your taste — rubric-scored reviews of decks and deals, diligence spreadsheets completed for you, and a portfolio tracker.
Read the walkthrough →Starter kits from the Kedlin workshop
You don't have to start from a blank folder. These are tools we built for our own operation, cleaned up and shared — free, open, bring-your-own-credentials, with none of our data inside.
claude-finance-team github.com/uwskiguy/claude-finance-team
A five-agent AI finance team as a Claude Code plugin: a group CFO who routes work, a deal reviewer, a tax advisor, and QuickBooks + Count bookkeepers with real safety rails. Ships with the method and templates — you bring your entities and credentials.
claude-google-ads-agent github.com/uwskiguy/claude-google-ads-agent
An AI Google Ads manager for small businesses — reviews performance, builds campaigns, mines negative keywords, and asks before spending a dollar. There's a full write-up at kedlin.com/google-ads-agent.
Official Claude Code docs docs.anthropic.com
Anthropic's own documentation — the reference for everything in this guide, from install to subagents to MCP. When in doubt, this is the source of truth.
Tools we like
The AI-forward stack we run our businesses on
A short list of tools that pair well with an AI team — the ones we actually use day to day. A couple are our referral links (tagged below); they cost you nothing and sometimes get you a perk.
Claude
The AI this whole guide is built around — Claude Code for real multi-step work, claude.ai for everyday questions.
Mercury
referralBusiness banking built for modern companies — clean API, virtual cards, and the account structure that keeps your books easy to reconcile.
Ramp
referralCorporate cards with AI-driven expense automation — receipts, approvals, and categorization that a finance agent can read and reconcile.
Count
A modern cloud ledger built for automation — your books as clean, queryable data an AI finance agent can read and reconcile, with your approval before anything posts.
Notion
Docs and a knowledge base your team — human and AI — can share. A natural home for the calibration notes and playbooks your agents build.
Google Workspace
Drive, Gmail, and Sheets — the documents and data you connect Claude to. A dedicated Drive folder is the easiest way to hand your AI a corpus.
Free guide · Kedlin workshop
Want a hand getting set up?
This guide came out of walking friends through their first setup, one afternoon at a time. If you're a business owner who wants that walkthrough, Kedlin office hours are exactly for this.
Book office hourskedlin.com/office-hours