ProBuild a multi-page site
Breaking tasks into chunks
2 min read·Lesson 3 of Build a multi-page site
Some jobs are too big for one diff: "build my whole three-page site," "redesign everything." Asked in a single pass, they produce a diff no human can meaningfully review — you skim a few hundred lines and rubber-stamp them. The skill is chunking: splitting the work into steps you can check one at a time.