When one prompt isn't enough, chain three or four smaller prompts in sequence. Each one Claude can handle cleanly. The output of one becomes the input of the next. This is how to get a real piece of work done, not a draft.
// The chain — four prompts for a 40-page document
Step 1 — MapPattern 06
Read the document below. Without summarising it, list the sections it contains and what each one is about in one line. Output as a numbered list.
{document}
Step 2 — IdentifyPattern 06
From the section map above, which 3–4 sections matter most for {audience and decision}? Explain why each one matters in one sentence.
Step 3 — ExtractPattern 06
For each of those 3–4 sections, pull the key facts, numbers, and claims. Don't summarise yet — just extract. Use bullets, source the page if cited.
Step 4 — ComposePattern 06
Now write the final summary for {audience}. {length}. Use only the facts you extracted in step 3. Lead with the decision being asked for, if there is one.
!
// The anti-pattern
Chaining when a single prompt would do. The chain is for genuinely hard tasks — long documents, multi-step reasoning, anything where a one-shot output is unreliable. For everyday work, the brief (Pattern 01) is faster and just as good. Reach for the chain when you've tried Pattern 01 and the output is too shallow.
i
Insight from the field
The chain is what separates "I asked Claude and it gave me something OK" from "I worked with Claude and it gave me something I'd put my name on". Same model, same input — different result, because the second person treated it like a working session, not a vending machine.