Structured Writing
Most writing fails by burying the point. A structured document leads with the conclusion, supports it with grouped evidence, and lets the reader stop reading the moment they have what they need.
Pick a structure
| Structure |
Best for |
Lead |
| BLUF (Bottom Line Up Front) |
Emails, status updates, requests |
The ask or the answer |
| Minto Pyramid |
Reports, strategy memos, analyses |
The single governing thought |
| Inverted pyramid |
News-style updates, announcements |
The headline fact |
| SPQR (Situation-Problem-Question-Resolution) |
Briefs, consulting narratives |
The situation, built to the ask |
Pick by reader, not by habit. A busy executive needs BLUF; a peer reviewing analysis needs a pyramid; a team reading an announcement needs inverted pyramid.
BLUF — the default for async work
A BLUF message opens with: the ask, the answer, or the conclusion — in under 30 words — followed by supporting detail the reader can skip.
BLUF: [ask / decision / answer in one sentence]
Why it matters:
- [reason 1 in ≤12 words]
- [reason 2]
Details (only if the BLUF doesn't answer their question):
- [supporting fact with number]
- [supporting fact with reference]
What I need from you:
- [explicit ask with deadline] or "FYI — no action needed."
Rules:
- The subject line is the BLUF, compressed.
- The BLUF sentence is self-contained — it must make sense without the rest.
- If someone replies from the first 30 words, the message worked.
Full worked examples and email/Slack/standup templates in references/bluf-templates.md.
The Minto Pyramid
Barbara Minto's pyramid: every document has one governing thought, supported by 3-5 grouped arguments, each supported by evidence.
Governing thought
(what + why + so-what)
|
┌───────────────┼───────────────┐
Argument 1 Argument 2 Argument 3
| | |
Evidence Evidence Evidence
Rules:
- Arguments at the same level share a logical relationship (MECE — mutually exclusive, collectively exhaustive).
- Each argument answers a "why" or a "how" that the governing thought raises.
- If an argument doesn't raise a predictable question, it doesn't belong at that level.
See references/minto-pyramid-method.md for the question-answer logic, MECE groupings, and the SCQ (Situation-Complication-Question) introduction.
SPQR for briefs
When the reader needs context before the ask:
- Situation — one paragraph of shared, uncontroversial context.
- Problem — the change or complication that makes a decision necessary.
- Question — the specific question you need answered.
- Resolution — your recommendation + what you need from the reader.
Useful for consulting-style briefs, board materials, vendor proposals. Less useful for async team updates (use BLUF instead).
Skim-readability checklist
Structured writing is skim-tested, not read-tested. Before sending, ask:
If any answer is no, restructure before polishing words.
Anti-patterns
- Buried lede — the conclusion is in paragraph 4. Move it to paragraph 1.
- Chronological narrative — "here's what we did, then what we discovered, then what we decided." Invert: lead with the decision.
- Argument without governing thought — three arguments pointing in different directions with no synthesizing claim.
- Evidence dumping — numbers and screenshots with no argument they support.
- Parallel violations — some list items are nouns, others are verbs, others are sentences. Make them parallel.
- Structure for its own sake — applying BLUF to a 200-word email nobody would read twice anyway. Structure serves speed, not ceremony.
Workflow
- Identify the reader. Who reads this, how fast, with what in their head?
- Pick the structure. BLUF for action, pyramid for analysis, inverted for announcement, SPQR for briefs.
- Write the single governing thought. If you can't state it in one sentence, you're not ready to write.
- List supporting points. 3-5, parallel, MECE.
- Fill in evidence. Numbers, references, quotes.
- Polish after structure is right. Clarity editing comes last — see
clarity-editing.
References
| File |
Contents |
references/bluf-templates.md |
BLUF templates for email, Slack, standup updates, PR descriptions with worked examples |
references/minto-pyramid-method.md |
Full Minto method — governing thought, MECE arguments, SCQ intros, question-answer logic |
references/structure-selection-matrix.md |
Reader × purpose × medium matrix for picking the right structure |
Related skills
- clarity-editing — line-level editing once the structure is right.
- stakeholder-alignment — when the piece is an RFC/proposal, structure plus roles.
- documentation-discipline — when to write at all, and which artifact type to use.
- visual-communication — when a diagram replaces paragraphs.
- storytelling-for-stakeholders — narrative-heavy pitches and board materials.
1---2name: structured-writing3description: Structure a written piece using BLUF (Bottom Line Up Front), the Minto Pyramid Principle, inverted pyramid, or SPQR (Situation-Problem-Question- Resolution). Use when the user asks to write BLUF-style, apply the Pyramid Principle, structure a memo/email/doc, lead with the conclusion, outline a long message so it is skim-readable, or reorganize buried-lede writing. NOT for line-level clarity and concision editing (use clarity-editing). NOT for UI microcopy (use ux-writing). NOT for narrative or story arcs (use storytelling). NOT for slide decks (use frontend-slides).4---56# Structured Writing78Most writing fails by burying the point. A structured document leads with the conclusion, supports it with grouped evidence, and lets the reader stop reading the moment they have what they need.910## Pick a structure1112| Structure | Best for | Lead |13|---|---|---|14| **BLUF** (Bottom Line Up Front) | Emails, status updates, requests | The ask or the answer |15| **Minto Pyramid** | Reports, strategy memos, analyses | The single governing thought |16| **Inverted pyramid** | News-style updates, announcements | The headline fact |17| **SPQR** (Situation-Problem-Question-Resolution) | Briefs, consulting narratives | The situation, built to the ask |1819Pick by reader, not by habit. A busy executive needs BLUF; a peer reviewing analysis needs a pyramid; a team reading an announcement needs inverted pyramid.2021## BLUF — the default for async work2223A BLUF message opens with: **the ask, the answer, or the conclusion** — in under 30 words — followed by supporting detail the reader can skip.2425```26BLUF: [ask / decision / answer in one sentence]2728Why it matters:29- [reason 1 in ≤12 words]30- [reason 2]3132Details (only if the BLUF doesn't answer their question):33- [supporting fact with number]34- [supporting fact with reference]3536What I need from you:37- [explicit ask with deadline] or "FYI — no action needed."38```3940Rules:41- The subject line is the BLUF, compressed.42- The BLUF sentence is self-contained — it must make sense without the rest.43- If someone replies from the first 30 words, the message worked.4445Full worked examples and email/Slack/standup templates in `references/bluf-templates.md`.4647## The Minto Pyramid4849Barbara Minto's pyramid: every document has one governing thought, supported by 3-5 grouped arguments, each supported by evidence.5051```52 Governing thought53 (what + why + so-what)54 |55 ┌───────────────┼───────────────┐56 Argument 1 Argument 2 Argument 357 | | |58 Evidence Evidence Evidence59```6061Rules:62- Arguments at the same level share a logical relationship (MECE — mutually exclusive, collectively exhaustive).63- Each argument answers a "why" or a "how" that the governing thought raises.64- If an argument doesn't raise a predictable question, it doesn't belong at that level.6566See `references/minto-pyramid-method.md` for the question-answer logic, MECE groupings, and the SCQ (Situation-Complication-Question) introduction.6768## SPQR for briefs6970When the reader needs context before the ask:7172- **Situation** — one paragraph of shared, uncontroversial context.73- **Problem** — the change or complication that makes a decision necessary.74- **Question** — the specific question you need answered.75- **Resolution** — your recommendation + what you need from the reader.7677Useful for consulting-style briefs, board materials, vendor proposals. Less useful for async team updates (use BLUF instead).7879## Skim-readability checklist8081Structured writing is skim-tested, not read-tested. Before sending, ask:8283- [ ] Can the reader get the main point in the first 30 words?84- [ ] Does every paragraph have a clear topic sentence?85- [ ] Are supporting lists parallel in structure?86- [ ] Can the reader stop reading at any paragraph and still have the main point?87- [ ] Does the ask (if any) appear in the first sentence AND the last sentence?88- [ ] Is the longest paragraph under 100 words?8990If any answer is no, restructure before polishing words.9192## Anti-patterns9394- **Buried lede** — the conclusion is in paragraph 4. Move it to paragraph 1.95- **Chronological narrative** — "here's what we did, then what we discovered, then what we decided." Invert: lead with the decision.96- **Argument without governing thought** — three arguments pointing in different directions with no synthesizing claim.97- **Evidence dumping** — numbers and screenshots with no argument they support.98- **Parallel violations** — some list items are nouns, others are verbs, others are sentences. Make them parallel.99- **Structure for its own sake** — applying BLUF to a 200-word email nobody would read twice anyway. Structure serves speed, not ceremony.100101## Workflow1021031. **Identify the reader.** Who reads this, how fast, with what in their head?1042. **Pick the structure.** BLUF for action, pyramid for analysis, inverted for announcement, SPQR for briefs.1053. **Write the single governing thought.** If you can't state it in one sentence, you're not ready to write.1064. **List supporting points.** 3-5, parallel, MECE.1075. **Fill in evidence.** Numbers, references, quotes.1086. **Polish after structure is right.** Clarity editing comes last — see `clarity-editing`.109110## References111112| File | Contents |113|---|---|114| `references/bluf-templates.md` | BLUF templates for email, Slack, standup updates, PR descriptions with worked examples |115| `references/minto-pyramid-method.md` | Full Minto method — governing thought, MECE arguments, SCQ intros, question-answer logic |116| `references/structure-selection-matrix.md` | Reader × purpose × medium matrix for picking the right structure |117118## Related skills119120- **clarity-editing** — line-level editing once the structure is right.121- **stakeholder-alignment** — when the piece is an RFC/proposal, structure plus roles.122- **documentation-discipline** — when to write at all, and which artifact type to use.123- **visual-communication** — when a diagram replaces paragraphs.124- **storytelling-for-stakeholders** — narrative-heavy pitches and board materials.