Goal: turn a topic into a finished, fact-checked draft. One prompt does this badly; a four-link chain does it well.
Link 1 — Research questions. Output feeds Link 2.
```
You are a content strategist. For the topic "{topic}", list the 6 questions
a skeptical target reader most wants answered. Return a numbered list only.
```
Link 2 — Outline. Takes Link 1's questions as input.
```
Group these questions into 4-6 logical sections. For each section, write an
H2 and 3 bullet sub-points. Return the outline only.
Questions:
{output_of_link_1}
```
Link 3 — Draft. Takes the outline as input.
```
Write the section below into 120-180 words of plain, direct prose. Use only
facts I provide; if a claim needs a source, mark it [CITE] rather than inventing one.
Section outline:
{one_section_from_link_2}
```
Link 4 — Fact-check pass. Takes the draft as input.
```
Review the draft below. List every factual claim and mark each as: supported by
provided facts, needs a source ([CITE]), or unverifiable. Do not rewrite — just audit.
Draft:
{output_of_link_3}
```
Each link is small, testable, and reusable. The [CITE] convention in Links 3-4 keeps the chain honest — it surfaces every claim that needs a real source rather than letting the model fabricate one. Productize parts of this with the Blog Post Outline tool.
---
Run Link 3 once per section (a fan-out), then a final assembly step stitches the sections together. That fan-out-then-merge shape is one of the most common and useful chain structures.