Teach Claude how to operate (the global rule)
Lesson 4 of 7 · Module 01 · Set Up Your Command Center
You built the brain in Lesson 3. Now you have a problem you might not see yet: nothing makes Claude actually use it.
A shared memory only works if every session reads it on the way in and writes to it on the way out. If you have to remember to tell Claude "check STATE.md first" every single time, you've just rebuilt the old problem. You are still the oversight. You will forget on the busy days, which are exactly the days it matters.
So we don't rely on you remembering. We write the rule down once, in a place Claude reads automatically, in every project, forever.
That place is your global instructions file at ~/.claude/CLAUDE.md. Whatever lives in that file, Claude obeys in every project on your machine without being told. Most people never touch it. We're going to put one block in it, and it changes how every session behaves.
The block installs one ritual. Call it read-first, write-last.
Read-first: the moment a session starts, before it does anything, it reads STATE.md to see what's in flight everywhere and who owns what. If the project it's sitting in isn't registered yet, it registers itself.
Write-last: before a session wraps, it logs what it did and updates its row in STATE.md so the next session inherits the truth instead of a blank slate.
And one rule in the middle that prevents the collisions from Lesson 1: never work a workstream another session owns. If the work belongs elsewhere, note it and let you relay it.
That's the whole contract. Read first, write last, don't touch what isn't yours. Once it's in the global file, it applies to the project you open today and the project you create next year. You never paste it again.
If you ran prompt 01 in Lesson 3, this is already installed. Prompt 03 is the one you use to check it, repair it if you set things up another way, or fix the path if it's wrong. It searches the file, shows you what's there, and only changes what needs changing. It won't duplicate the block.
Grab prompt 03 from the Prompts Pack and run it to confirm the rule is live. That's the foundation finished: a place to think, a memory that survives, and one contract every session follows on its own.
Next module, we start putting it to work.
Jerry