DE · EN
REPOSITION Workshop 7

The CLAUDE.md Starter Template

Everything from Master Claude Code on one page. The four-part file that makes your standards permanent, the source-rank-ship loop, and the three modes that control how much you hand over.

Get the starter template

Workshop attendee? Enter the email you registered with for instant access. New here? You'll get the template plus weekly AI tips.

Workshop attendees get instant access.

REPOSITION Labs is opening. It is free for now, and you'll get an invite in a few days.

The Browser-Tab Ceiling

For six workshops every system you built lived in a browser tab. Open the tab, type the prompt, copy the answer, paste it where the work happens, fix what did not fit. Every round trip was on you.

Open tab
Type prompt
Copy answer
Paste & fix (you)

That tab is the ceiling. A standard you have to paste is a standard you will eventually stop pasting, and the day you stop is the day the system goes stale. CLAUDE.md breaks the ceiling by putting your standards inside the repo, permanently.

CLAUDE.md Is Your Standards, Permanent

CLAUDE.md is one markdown file that lives in your repo. Claude Code reads it automatically, before it does anything. Four blocks is enough to start.

Project
Standards
Conventions
Commands
The unlock: the W6 judgment-system prompt becomes a section in this file. Your standards stop being something you paste and start being something the system carries, on every file, every review, every build.

The Copy-Paste Pack

The starter file, the loop that shipped a real app live, and the dial that controls how much you hand over.

Template 01 The core artifact

The CLAUDE.md Starter Template

Drop this into your project as CLAUDE.md, then fill the bracketed lines with your own.
# CLAUDE.md ## Project [Two lines: what this project is and who it is for. Enough that the agent never has to guess intent.] ## Standards [The checklist you enforce. The things you check first. The mistakes you see most. The bar a piece of work clears before you sign off. This block IS your judgment.] 1. [the standard you check first] 2. [the mistake you see most often] 3. [what "done right" looks like to you] 4. [keep going. specifics beat vagueness.] ## Conventions [How you name things, structure work, and style output. This is what makes the work look like yours, not generic.] - Always work inside the project directory unless explicitly told otherwise. - [your naming, structure, and style rules] ## Commands [How to run it, test it, build it. The agent cannot verify its own work if it does not know how to run the tests.] - Run: [command] - Test: [command] - Build: [command]
The Standards block is the whole game. Spend your time there. The directory line under Conventions prevents the most common live failure: the agent building in the wrong folder because you never told it where to work.
Loop 02 From idea to shipped app

The Source-Rank-Ship Loop

Live demo: 198 Reddit posts to a working Sheet Cleaner in one session

Three prompts, run inside Claude Code. The loop only works inside the repo: the output is a file, the ranking reads it, the spec sits next to it, nothing is pasted.

1. Source
Find real problems on Reddit about [your domain, e.g. Excel for small businesses]. Use [your scanner or search tool]. Return raw posts, the top subreddits, and a count.
2. Rank
Read [the raw output file]. These are real complaints. Find the top five worth building for. For each: the pain, who has it, the strongest quote. Rank by how many people feel it times how concrete it is.
3. Ship
Scope iteration one. Record the spec in a .md file. Build [the picked app]. Single-file HTML, no backend. Write tests for the logic. Then review your diff against CLAUDE.md and fix anything you would reject.
You are not asking it to invent an idea. You are asking it to evaluate raw evidence you handed it. AI is excellent at evaluating and terrible at inventing. Feed it your own options.
Mode 03 How much you hand over

The Three Modes

Human-in-the-loop is a dial, not a switch

Pick the mode for the job. Shift the dial with shift-tab inside Claude Code. You can always say "change direction X, Y, Z" no matter which mode you are in.

Steer each step
Accept edits
Interrupts before each change. Use when you cannot read the code, or the territory is new.
Review the plan
Plan
Pauses before any edit. Use for anything new, where the wrong direction is expensive.
Hands off
Auto
Runs end to end. Use for work you trust, on tasks you have done many times.
A non-technical user on auto will rubber-stamp anything. Put them on accept-edits so they steer instead. The mode is how you keep a human meaningfully in the loop without reading code.

Keep It Sharp

One file compounds. Every surprise in the output is a missing line you add once.

Every Surprise Is a Missing Line

On stage, Claude Code built the demo app in the wrong folder, because the working directory was never written into CLAUDE.md. One line fixed it forever: always work inside the project directory unless explicitly told otherwise.

Surprise in output
Ask what was missing
Add the line
Never repeats

Run this loop every time the output surprises you and the file gets sharper every week. Within a month the agent is working in your style, against your standards, without you pasting a thing. That is the shift from asker to builder.

Do One Thing After This

Install Claude Code. Open it in a project you care about. Drop in the starter template from above. Fill the four blocks. Then ask it to build one small thing. Watch it plan, test, and ship. That is how tonight becomes real. Not by thinking about it. By building.

You are not pasting answers any more. You are shipping them.

This site uses essential cookies only. Privacy Policy