A chain-of-thought worked example, a 3-step prompt chain, and how Plan Mode functions as a checkpoint on risky changes.
Each step is small enough to verify on its own — a mistake in extraction is easy to catch before it propagates into a wrong percent-change calculation, which is easy to catch before it propagates into a wrong-sounding summary.
In Claude Code, asking for a risky multi-file refactor under direct execution means changes start landing immediately. Under Plan Mode, Claude first proposes which files it intends to touch and how, and waits for approval — the same checkpoint logic from Domain 1.4, applied specifically to code changes.