Free playbooks in your inbox
Hands-on tutorials for people who want to build with AI.
Cover of Context Engineering
From the youcanbuildthings catalog · ▸ Build-tested

Context Engineering

The 30-Day Claude Code Playbook

eBook: $12.99 222 pages

Hour one, Claude Code is brilliant. Hour six, it's guessing. Build the 11 tools that stop the fade: a context inventory, a repeatable test that proves whether a change helped, a handoff packet a dead session passes to a fresh one, and a token budget with a measured before and after.

There are roughly 35 context engineering books on Amazon. The best-reviewed one has 17 ratings. One is 42 pages. One promises to cut your token costs by 40 percent and never shows the math. None of them let you check.

All eleven tools ship as a free companion repo: one folder per chapter, the scripts transcribed from the book, and a first command that reads your own session logs with no key and no account.

What You'll Build

01
Same Model. Same Prompt. Garbage Output.

Why the sixth hour is worse than the first, and what is actually degrading.

02
What Actually Fills the Window

A context inventory that shows what is eating your window, line by line.

03
Measure It or You're Guessing

Build the test first. Every technique after this has to beat your own baseline or it does not ship.

04
Know When the Window Is Cooked

A live gauge with three thresholds: watch, hand off, stop.

05
The CLAUDE.md That Earns Its Tokens

Cut the file down until every surviving rule has a number behind it.

06
Context Rot, or How Your Agent Poisons Itself

A rot detector that catches your agent reasoning off its own failed attempts.

07
The Handoff Packet

A dead session hands off to a fresh one, checked against your repo before it continues.

08
Keep It Out of the Window

A subagent split that keeps your main window flat while the work still gets done.

09
The Token Budget That Pays You Back

Profile your sessions. One builder found a single file read 118 times and cut $15,000.

10
The Team Context Bundle

Ship your context system to teammates so it survives more than one machine.

11
When Context Engineering Is the Wrong Answer

The cases where a bigger window, a different model, or plain code beats every tool in this book.

12
Your 30-Day Context System

The whole system on your calendar, with a token bill that has a before and an after.