Maison Cler · Claude Code Bookclub · Self-Study

FOUNDATIONS

A beginner's guide to Claude Code —
and why it changes everything for founders,
operators, and builders.

Maison Cler
SHIFT

Something changed

Not long ago,
if you had an idea —

you had two options.

Most ideas died between the idea and the execution.

That gap just closed.

Maison Cler

The new reality

It's already
happening.

This isn't hype.

The question is: how long can you afford not to learn this?

Maison Cler

Two kinds of AI help

You've used AI before.
This is different.

You type something. It replies. You ask for an email. It writes one. That's conversational AI — useful, but reactive. It waits for you. It answers one question at a time.

Agentic AI is different.

Imagine you say: "Plan my customer onboarding flow, build the emails, connect it to my CRM, test it, and tell me when it's done."

A chatbot helps you think through it. An agent just goes and does it. It reads files. Makes decisions. Takes actions. Comes back only when there's a real choice to make.

It's the difference between having a conversation and having a contractor.

Maison Cler

The Claude family · 1 of 3

Claude.ai

The chat interface in your browser. You type. It replies. Great for thinking, writing, problem-solving.

But Claude.ai is still a chat window. Nothing gets built. Nothing gets saved to a project. Nothing gets deployed.

It's the equivalent of texting a really smart friend. Helpful — but they're not going to come over and build you a shelf.

Maison Cler

The Claude family · 2 of 3

Cowork

Claude's desktop tool — designed for people who want to automate tasks on their computer without writing code.

Think: file management, document workflows, repetitive tasks across your apps. It can click buttons, move files, fill in forms.

More powerful than Claude.ai — it can actually do things on your machine. But it's still at the level of your desktop. It organizes and automates what you already have.

It doesn't build new software. It makes your existing software easier to use.

Maison Cler

The Claude family · 3 of 3

Claude Code

This is where things get serious.

Not a chat window. Not a desktop helper. A full AI agent that can read your project files, write code across multiple files, run tests, fix errors, commit changes, and ship working software.

You describe what you want to build. It builds.

It understands your entire codebase — not just the message you just typed. It works in a terminal or in your browser at code.claude.com.

Maison Cler

All three, side by side

Three products. Different jobs.

Claude.ai Cowork Claude Code
Where it lives Browser Desktop app Terminal / Browser
What it does Thinks & writes with you Automates desktop tasks Builds actual software
Think of it as A smart friend you text A personal assistant on your laptop A contractor you hand a brief to
Best for Thinking, drafting, researching File & task automation Shipping real products

Claude Code is the one that builds. The rest of this guide is about Claude Code.

Maison Cler

Meet your contractor

Imagine you're
building a house.

You don't need to become a builder. You don't need to learn how to lay bricks or wire electricity.

What you need is a great contractor — someone you hand a brief to, who knows their craft, and who comes back with results.

Claude Code is that contractor.

You describe the house. It builds. You don't tell it which nails to use — you tell it how many bedrooms you want and what the kitchen should feel like.

Maison Cler

How a session works

Six steps.
Same every time.

  1. You open a project folder.
  2. Claude Code reads your files and understands the context.
  3. You describe what you want — in plain language.
  4. It plans. It codes. It runs. It fixes errors. It iterates.
  5. It asks your permission before anything risky.
  6. You end up with working, committed code.

You describe the outcome. It figures out the path.

Maison Cler

What it looks like on screen

Three windows.
One view.

your-project — VS Code

Files

▶ company-context/
CLAUDE.md
index.html
styles.css
README.md

Editor

1# My Coffee Brand
2
3## Brand voice
4Warm, editorial,
5understated.
6Never exclamation.

Claude Code

› build me a landing page
for our coffee brand.
claude is thinking...
✓ created index.html
✓ created styles.css

Files on the left. Code in the middle. Claude Code on the right. Everything in one place.

Maison Cler
YOU

Why this matters

What Claude Code
can do for your job.

Maison Cler

The goldfish problem

Every session
is day one.

Here's something that trips up everyone the first time:

Claude forgets everything between sessions.

It doesn't remember your project setup. It doesn't know your tech stack preferences. It doesn't know that you always want dark backgrounds, or that you hate exclamation marks in copy.

So it has to rediscover all of this every single time. That's slow. And it leads to inconsistent results.

Like hiring a new contractor every single day — and re-explaining everything from scratch.

Maison Cler

The fix

CLAUDE.md

A simple text file that lives in your project folder. Claude Code reads it automatically at the start of every session.

Think of it as the onboarding document you'd give a new contractor before they touch your project. Everything they need to know — written once, used every time.

Maison Cler

How to build it

Don't write the perfect
CLAUDE.md on day one.

Start with 10 lines. The basics.

Then, every time Claude does something you don't like — uses the wrong colors, adds a feature you didn't ask for, deploys without permission — add a rule.

After two weeks, your CLAUDE.md will be perfectly calibrated. It will have caught every bad habit and corrected it.

your-project/ ├── CLAUDE.md # Rules and preferences ├── company-context/ │ ├── COMPANY.md # Who you are, your numbers │ ├── BRAND-VOICE.md # How you sound │ └── PERSONAS.md # Your 3 main customer types

Split your business context into separate files. Claude reads all of them at the start of every session.

Maison Cler

Why sessions go bad

Claude's brain
is a whiteboard.

Every message you send, every file it reads, every error it encounters — all of it gets written on the whiteboard.

Start Whiteboard is clean. Claude is sharp, focused, precise.
20 min in First request, third revision, an error — all stacked up.
1 hour+ Whiteboard is full. Forgets constraints. Contradicts itself. Builds things you told it not to.

Sessions don't go bad because Claude got dumber. They go bad because the whiteboard is full.

Maison Cler

The fix

/clear

Erases the whiteboard. Completely. Fresh start. Your CLAUDE.md reloads automatically — so Claude still knows your project and your rules. It just loses the clutter.

This is the single highest-ROI habit you can build. Use it between tasks. Use it when things feel off.

/compact

Squeezes the whiteboard — keeps the important context, removes the noise.

For when you're deep in a build and a full reset would lose momentum.

Rule of thumb: one task per conversation. Start new task? /clear.

Maison Cler

Repeatable playbooks

Skills turn great
one-off results
into a system.

Even with a great CLAUDE.md, you'll find yourself doing the same kinds of tasks over and over. "Review this for SEO." "Build a product page using our layout." "Write a customer email in our voice."

Skills are saved, reusable instructions you can trigger on demand. Instead of re-explaining your SEO process every time, you create a skill called /seo-review.

Think of it like a restaurant recipe book. The chef doesn't reinvent the carbonara every Tuesday — they follow the recipe. New staff learn it. The result is consistent.

Skills are how Claude Code stops being a tool you use — and starts being a system that runs.

Maison Cler

The full picture

Three pieces.
One system.

CLAUDE CODE

The agent that builds. You describe what you want — it reads your files, writes code, fixes errors, and ships.

+
CLAUDE.MD

The brain that remembers you. Your rules, your brand, your stack — loaded automatically every session.

+
SKILLS

The playbooks that repeat consistently. One command triggers a full workflow, every time.

Together, these three things turn a powerful tool into a reliable business system.

Maison Cler

You already have
the ideas.

Now you have
the contractor
to build them.

Start small. Start today.
The system builds itself as you learn it.

Maison Cler