Skip to content
QDNALearn AI, from beginner to expert
FR

Lesson 14 · Advanced · 20 min

Breaking a task down into three chained prompts

Break a complex task down into three chained prompts in Copilot Chat: plan, production, review, with human validation between each step.

Goal
You will be able to split a complex task into three successive prompts, plan, production, review, and validate each step before launching the next.
Skills
Steer
Three Copilot Chat windows side by side, plan, production and review, linked by a validation tick between each.
Illustration generated by AI

Your first attempt, unaided

In a single message, ask Copilot Chat for a full scoping note on a subject you know well. Read the result and spot the exact place where it starts heading in the wrong direction.

In brief.

A complex task entrusted to a single prompt gives a muddled answer: the model mixes up the plan, the content and the review, and an error at the start spreads all the way to the end. Chaining three prompts, plan, production, review, puts you back in control between each step. You validate the plan before having the text written, and you have it reviewed before using it.

  1. 1Why three prompts beat a single one

    Breaking down is the most profitable technique to learn after the four ingredients. Ask for three things in a single prompt: you will get one done well, one half done, one not at all. Ask for the same three things in three messages, and all three come out usable. Research measures the same effect: splitting a problem into sub-questions handled in order takes a model from 16 percent to over 99 percent success on a composition exercise (Zhou et al., 2022).

    The lesson's chain has three links. Prompt A produces a plan or a grid: the structure of a document, the criteria of a comparison, the columns of a table. You read it and correct it: this validation is the move that changes everything. Prompt B produces the content from the validated plan, with the source last and a rule for missing information. Prompt C reviews B's content against a short grid: does every statement have its page, its row, its article? Do the bullets respect the length?

    In Copilot Chat, the chain runs in a single conversation: Microsoft confirms that the conversation history remains accessible and that each turn keeps the context. Two precautions. Open one conversation per task, and paste the full prompt again when the exchange grows long, rather than writing "like earlier". For prompt A or C, the "Think deeper" mode in the model selector, at the top right, hands the step to a slower reasoning model, which Microsoft documents for analysis and verification.

    One last setting, the one behind this lesson's booster: when you do not need to see the reasoning, ask Copilot to reason step by step internally and deliver only the result. When you need traceability, ask instead for the quotations before the analysis.

    Diagram "Three chained prompts beat one": Prompt A The plan, which you validate; Prompt B The content from the validated plan; Prompt C The review against a grid. Note: You validate each step before launching the next; a return arrow fixes a step without redoing everythingDiagram "Three chained prompts beat one": Prompt A The plan, which you validate; Prompt B The content from the validated plan; Prompt C The review against a grid. Note: You validate each step before launching the next; a return arrow fixes a step without redoing everything
    Diagram "Three chained prompts beat one"Diagram generated by AI and reviewed
  2. 2A forty-page report turned into eight slides

    A project manager must draw eight slides from a forty-page report he attaches, for an executive committee.

    Weak prompt:

    Make me a presentation of this report.
    

    Copilot proposes twelve slides with vague titles, figures without page numbers and a conclusion that is not the report's. Everything has to be redone, nothing can be checked quickly.

    Strong prompt, in three stages:

    Prompt A. From the attached report.pdf, propose a plan in eight slides for an executive committee that has fifteen minutes. For each slide: a title and the key message in one sentence. Wait for my validation before writing anything.
    
    (validation: I merge slides 3 and 4, I replace slide 7 with "risks and expected decisions")
    
    Prompt B. For each slide of the validated plan above, write three bullets of 12 words at most. Under each bullet, give the figure or the quotation from the report that supports it, with the page number. If no passage of the report supports a bullet, write "to be sourced" instead of filling in.
    
    Prompt C. Review the eight slides. List every bullet without a page number and every bullet over 12 words. Rewrite nothing, only flag.
    

    The plan arrives in eight lines and is corrected in two minutes. The bullets come out sourced page by page. The review flags two "to be sourced" bullets and one bullet that is too long, corrected by hand before formatting.

    What changes: the plan is his, not the model's, because he validated it before the writing. Every bullet points to a page, so checking takes five minutes instead of an hour. The gap is visible ("to be sourced") instead of being filled by a plausible invention.

  3. 3Split a chase-up email into three prompts

    Three fictional sets of meeting minutes, written by you with no real data, are to be attached. Here is the starting prompt, to be broken down:

    "Read the three attached minutes, summarise them, tell me which actions are late and write the reminder email."

    Split it into three prompts. Prompt A extracts all the actions into a table (action, owner, due date, status, source file and line), with "to be specified" for any empty cell. Validate the table against the files. Prompt B calculates, as of 10 September 2026, the late actions and the number of days late, from the validated table only. Prompt C writes a 100-word reminder email per owner concerned, then reviews: every action cited in an email must exist in the table. The composer below helps you with each prompt; enable the "Propose an outline before writing" booster for prompt A.

    Self-assessment grid: (a) three prompts with a goal and a format each; (b) a written validation between A and B; (c) no email mentions an action absent from the table.

    Open the prompt composer

  4. 4The plan approved in ten seconds that costs you a meeting

    A project manager runs prompt A on a forty-page report and receives an eight-slide plan, well titled. He replies "OK, go on" within ten seconds. Prompt B writes twenty-four sourced bullets, prompt C flags none of them: the chain looks perfect. In the meeting, the finance director asks where the year 2 costs are: nowhere. Slide 5 of the plan covered "launch costs", whereas the report deals with costs over three years; prompts B and C executed an incomplete plan. What should have been seen: the validation between A and B is the only moment when the error costs two minutes; afterwards every link reproduces it, and prompt C checks conformity to the plan, not the soundness of the plan. Correction: validate the plan against the report's table of contents, not against your impression; ask prompt A to name, for each slide, the section of the report it covers, then the sections the plan does not cover; write your validation in one sentence before launching B. Rule to remember: a plan validated too fast is not validated, it is rubber-stamped.

  5. 5Quiz

    Three questions, instant feedback. Each option comes with an explanation.

    1. What is the main benefit of a chain of three prompts compared with a single prompt?

    2. A buyer must compare three offers then write the memo for the purchasing committee. Which split follows the lesson?

    3. Review: Copilot's first answer is not right. Which follow-up is the most effective?

  6. 6Proof of mastery

    Paste your three prompts in order, the validation you provided between prompt A and prompt B, and the final result after review.

    Advanced badgeThis lesson counts towards the Advanced badgeSee the four badges

    Criteria

Going further

The lesson Writing an evaluation grid and having Copilot apply it goes deeper into prompt C, and Analysing an Excel table with the built-in Python interpreter applies the chain to numerical data. The action tracking prompt of the executive assistant sheet is a prompt A ready to adapt.

Frequently asked questions

Do I need three conversations or just one?

A single conversation per task is enough, and it keeps the context of the previous steps. Open a new conversation as soon as you switch tasks, and paste the full prompt again when the conversation grows long: Microsoft advises writing "new topic" or opening a new chat when the theme changes.

Why not put everything into a single prompt with numbered steps?

It is possible for a short task, and it is what the advanced prompts of the library do. But as soon as a step calls for your judgement, for instance validating a plan or deciding between two readings of a document, a single prompt deprives you of that moment. The chain gives it back.

How long a prompt does Copilot Chat accept?

Microsoft publishes no limit for Copilot Chat. According to community question threads consulted in September 2026, the input box accepts in the order of a few thousand characters, a value that is not guaranteed. If a prompt exceeds some twenty lines, attach the context as a file and keep the question short.

Sources