claude, Re-Entry prompt if returning. Work: one task → plan → approve → review the diff → verify → commit → /clear → next. After (2 min): End-of-Session prompt, push, check the preview deploy, merge when happy.Guide
Boring, identical, every time — that's the point. Rituals remove decisions, and removed decisions are where beginner mistakes lived.
BEFORE (2 min) cd project → git checkout main && git pull → git checkout -b feat/thing
→ claude → [Re-Entry prompt if it's been a while]
WORK (the loop) one task → plan (Shift+Tab) → approve → review the diff
→ verify → commit → /clear → next task
AFTER (2 min) [End-of-Session prompt] → push the branch → check the preview deploy
→ merge when happy → exit Every piece has appeared earlier in this track — the session prompts, the plan step, the /clear rhythm, the branch habit from the safety chapter. The ritual is just those pieces in a fixed order, so none of them depends on you remembering.
/rewind checkpoints exist — but Git is the real safety net./clear between. Context hygiene is quality and cost control..env (gitignored), and Claude reads them from there if truly needed. Rotate any key you ever leak.@Header.astro" outperforms three paragraphs of style description./clear, restate the problem fresh, or discard the changes and approach differently. Sunk-cost sessions burn the most tokens and produce the worst code.When static sites start feeling small, the tempting move is jumping to a whole new framework ecosystem. The smarter move is the smallest step that still grows you:
Your Claude Code setup evolves with each step: database work → connect the database MCP read-only first and add the rule "all schema changes via migration files, reviewed by me"; interactive UI → the Playwright MCP becomes essential (behaviour needs testing, not just markup); auth or anything sensitive → a security review joins every VERIFY block. And lean on the Teach-Me prompt hardest here — requests, state, migrations and auth transfer to every framework you'll ever touch.
The whole handbook in one sentence: put knowledge in files, work in small verified loops, and stay the reviewer.
Start today with three actions: run /init on your current project, connect the two starter MCPs, and end today's session with the End-of-Session prompt. Tomorrow, the Re-Entry prompt briefs you on your own project in twenty seconds — and that's the moment all of this clicks.
Up next: the one-page cheat sheet — every command from this track in one place. Bookmark it.
FAQ
claude, Re-Entry prompt if returning. Work: one task → plan → approve → review the diff → verify → commit → /clear → next. After (2 min): End-of-Session prompt, push, check the preview deploy, merge when happy.