Chapter 1 · Foundation · Exercise 1 of 7 · 5 min Ch.1 · Foundation · Ex.1 · 5 min
Your two projects. Create two projects.
Build your foundation: two projects, one for exploring, one for executing. Build your working foundation before prompting. Two projects: one for exploration, one for structured output. All exercises build on this.
What you're setting up Context
Persistent context on Claude
What most people do wrong first Common failure patterns
Paste this into a new conversation to build your Collab instructions Prompt — paste into new conversation
Paste this into a new conversation to build your Dispatch instructions Prompt — paste into new conversation
// Collab — exploratory, push back, ask questions.
When you paste either prompt, the model should ask you one focused question, then produce structured instructions based on your answer. If it skips the question and writes generic boilerplate or asks you five questions at once, your setup isn't working yet. Good instructions are specific, scannable and under 15 lines. Model should: ask 1 question → receive answer → produce structured instructions (<15 lines). Red flags: generic boilerplate · 5 questions at once · no questions at all.
Before you move on, read both sets of instructions the model produced — one for each project. Then answer these questions. You don't need to write them down, but you do need to actually think through them. Read both outputs. Answer each question before continuing.
- Which set of instructions is more specific? Could a stranger read them and know exactly how to work with you? Which output is more specific? Would a stranger know how to work from it?
- Did the Collab instructions describe a working relationship — tone, collaboration style, when to ask questions? Did the Dispatch instructions describe a task spec — format, length, what to skip? Collab: relationship or spec? Dispatch: spec or relationship? Each should be clearly one.
- Is there anything in either set that wouldn't change the output if you removed it? If so, cut it now. Every line should earn its place. Apply the load-bearing test: remove any line that wouldn't change output if absent.
- Which project are you more likely to actually use? That's your primary project — you'll work from it in the exercises from Chapter 2 onwards. Which project is your primary? You'll use it from Exercise 3 onwards.
In Exercise 2 you'll run the same real task in both projects and see how the same opening lands differently depending on which one you're in. That contrast is the last thing the two-project setup is here to teach. Exercise 2: same task, both projects, compare output. After that — one primary project.