Skip to content

First module is free — start with a sampler of plugins, skills & e-books.Access for free

Carousel · 8 slides

The wrap-up ritual — verify the diff

One keypress turns a proposal into changed files. How to make that keypress mean something. As posted on TikTok, Instagram, and LinkedIn — the full story, one slide per card.

First Real Session · SCHEMA 01401/08

Claude said done. The diff is the actual report.

One keypress turns a proposal into changed files. Here's how to make that keypress mean something.

Approval is a tool call02/08

ExitPlanMode asks you to pick a rung.

The approval prompt is the autonomy ladder: approve into auto mode, auto-accept edits, review each edit manually, or keep planning with feedback. Whichever you pick becomes the session's permission mode. Ctrl+G opens the plan in your editor first.

Verify with git03/08

Against the plan — not your memory of it.

$ git status --short
 M index.html
 M style.css

$ git diff --stat
 index.html | 33 ++++++++++++++-
 style.css  | 34 +++++++++++++++
 2 files changed, 66 insertions(+), 1 deletion(-)

The plan promised index.html and style.css, nothing else. Two files promised, two files changed.

The wrap-up prompt04/08

Thirty seconds that catch the drift.

The approved plan was: <paste or restate
the plan's summary>.

Compare the working tree against that plan:
list what changed, and flag anything you did
that the plan did not mention. 6 lines max.
What it caught, for real05/08

Every execution has drift. Make it visible.

A shared layout rule edited rather than purely added. An unplanned intro line of copy. "Only existing CSS variables" not strictly literal. None are disasters — but you decide to keep or revert them thirty seconds after the run, not next week.

Past the training wheels06/08

Verification is not beginner caution.

Myth

Once you trust the tool, you can drop the ritual.

Fact

As you climb the autonomy ladder you supervise less during execution — which makes the bookends matter more. The ritual doesn't shrink as you get better; the middle of it does.

Save this07/08

The approval ritual, run twice.

  • Does the plan name the files it will touch?
  • Is the order of operations sane?
  • Are the non-goals stated out loud?
  • After execution: does the diff match, file for file?
  • Run the wrap-up prompt — convert drift into a decision
The boundary08/08

One idea from one lesson.

Track 1 (23 lessons) is free.