Structure long documents in three disclosure layers: sentence summary, section abstracts, full detail
When documenting information longer than one page, structure it in three disclosure layers: single-sentence summary (Layer 1), paragraph-per-section abstracts (Layer 2), and full detail (Layer 3), with each layer independently meaningful.
Why This Is a Rule
Different readers need different depths. The executive needs the one-sentence answer. The manager needs the section-level overview. The implementer needs the full detail. A document structured at a single depth forces all readers to process at the same level — executives wade through detail they don't need, implementers scroll past summaries to find specifics.
Three disclosure layers serve all readers from the same document: Layer 1 (single sentence) — the complete answer compressed to its essence. A reader who stops here has the core message. Layer 2 (paragraph per section) — each major section summarized in one paragraph. A reader who stops here has the structural overview. Layer 3 (full detail) — complete content for readers who need implementation-level depth.
The critical constraint: each layer must be independently meaningful. A Layer 1 that says "See details below" is not independently meaningful — it forces the reader into Layer 3. A Layer 1 that says "We recommend migrating to PostgreSQL by Q3 to resolve the performance bottleneck, at an estimated cost of 6 engineering weeks" is complete at Layer 1 even if the reader reads nothing else.
When This Fires
- Writing any document longer than one page (RFCs, reports, proposals, documentation)
- When a document serves readers at different organizational levels
- Before sharing written analysis that may be read at varying depths
- When a document "feels too long" for some readers but "not detailed enough" for others
Common Failure Mode
Writing Layer 1 as a table of contents rather than a summary: "This document covers: background, analysis, recommendations, timeline." That's structure, not content. Layer 1 must contain the answer: "This document recommends X because Y, at cost Z, with implementation by W."
The Protocol
For documents exceeding one page: (1) Write the full content (Layer 3) first. (2) For each section, write a one-paragraph abstract (Layer 2). (3) Write a single-sentence summary of the entire document (Layer 1). (4) Structure the document: Layer 1 at the top, Layer 2 below it (or as section headers), Layer 3 as the body. (5) Verify independence: can a reader stop at Layer 1 and have the essential message? At Layer 2 and have the structural overview? Each layer works on its own.