Exercise 1: Why Task 1 Needed Both Chapter 3's Writing and Chapter 4's Structure — Possible Solution ==================================================================== WHAT WOULD BE MISSING WITH ONLY CHAPTER 3's WRITING PRINCIPLES ------------------------------ Chapter 3 governs how each individual step reads - short, imperative, one action, an explicit expected result. Applied alone, without Chapter 4's own structural sections, the runbook could have beautifully written individual steps while still lacking any precondition check (so a reader might start on the wrong system entirely), any end-to-end verification (so the reader might finish every step without confirming the actual integration issue is resolved), and any rollback guidance (leaving a reader stranded if something goes wrong partway through). Each step would read clearly, but the document as a whole would be structurally incomplete. WHAT WOULD BE MISSING WITH ONLY CHAPTER 4's STRUCTURE ------------------------------ Chapter 4 governs the four-section shape - preconditions, steps, verification, rollback. Applied alone, without Chapter 3's own writing discipline, the runbook could have all four sections technically present while the steps themselves were vague, bundled multiple actions together, or assumed unstated context - exactly the failures Chapter 3 was built to prevent. A technically complete but poorly written runbook could still fail a stressed reader at the level of each individual instruction, even with the right sections in place around it. WHY THE TWO OPERATE AT DIFFERENT LEVELS ------------------------------ Chapter 3 operates at the level of each individual step; Chapter 4 operates at the level of the document as a whole. A runbook needs both because a document can fail at either level independently - excellent steps in the wrong overall shape, or the right overall shape filled with unclear steps. Only combining both principles produces a document that's sound at every level simultaneously. WHY THIS MATTERS SPECIFICALLY FOR TASK 1's OWN STAKES ------------------------------ Since Task 1's runbook exists specifically to handle a recurring production issue under real pressure, a gap at either level - unclear individual steps, or a missing structural section like verification or rollback - could leave a stressed reader stuck exactly the way Chapter 1's own outage scenario demonstrated. WHY THIS WORKS AS AN ANSWER ------------------------------ It explains specifically what would be missing with only Chapter 3's principles applied (structural completeness), what would be missing with only Chapter 4's structure applied (per-step clarity), and explains why both are needed together since they operate at genuinely different levels of the same document.