THE JOURNEY

Eight chapters, in the order a project needs them.

Every section is listed on the index. This page is about the order itself: what each chapter answers, why it sits where it does, and what changes once you have been round once.

Foundations1Yourworkspace2Directingthe work3What you arebuilding4Not gettingburned5Shipping6Running7Orchestration8UNDERSTANDWhat you are working withBUILDSomething real, made safeSHIPOut, and still aliveREPEATWithout starting overback to chapter 1
Reading order runs left to right. The dashed return is real: chapter 8’s last section points back at chapter 1.
1 of 4

Understand

What you are working with

None of this is about code yet. Chapter 1 is the machine itself: what it can see, what it charges you, and how a session fails while it still sounds confident. Chapter 2 is the room the work happens in, down to files, the terminal and version control. Chapter 3 is the one people skip, and it holds most of the leverage: handing over a job small enough to finish and small enough to check.

  1. 1FoundationsWhat am I actually talking to?7 sections
  2. 2Your workspaceWhere does the work actually happen?6 sections
  3. 3Directing the workHow do I turn an idea into shipped changes?7 sections
2 of 4

Build

Something real, made safe

Chapter 4 is the anatomy of an app and how to choose a stack you can finish on your own. Chapter 5 sits ahead of the shipping chapter deliberately. Secrets, user data and the things you never let an agent do unsupervised are far cheaper to get right while nobody is using the thing yet.

  1. 4What you are buildingWhat are the parts of an app, and which do I need?8 sections
  2. 5Not getting burnedWhat has to be safe before real people arrive?5 sections
3 of 4

Ship

Out, and still alive

Chapter 6 covers hosting, domains, environments and knowing how to undo a deploy before you need to. Chapter 7 is the unglamorous half: logs, alerts, backups, dependency updates, and changing something while real people are using it.

  1. 6ShippingHow does it get on the internet?6 sections
  2. 7Running itIt is live and something broke.6 sections
4 of 4

Repeat

Without starting over

Chapter 8 is the compounding one. Instruction files, automatic checks, picking a project back up after two weeks away, and splitting work across sessions so something bigger than one sitting can hold still gets finished.

  1. 8OrchestrationHow do I make the good session repeatable?7 sections

Chapter 8’s last section points back at chapter 1. The second pass reads differently, because by then you have shipped something and the failure modes already have names you know.