Rubric
Contents — domains, guide and mocks

Breaking big requests into steps

CCAO-F 1.214 min read · checked 21 September 2026

Task statementApply task decomposition techniques to structure complex requests

From a sprawling ask to a structure

  1. Name the deliverableone sentence: what lands on the desk
  2. List the sub-tasksthe distinct jobs inside it
  3. Mark the checkpointswhere a wrong turn is costly
  4. Sequence or chainnumbered steps, or separate turns

A checkpoint that fails sends you back to the sub-task, not to the start

Decomposition is a small piece of thinking you do before prompting. The middle step — deciding where a human needs to look — is the one the exam cares about.

Why one enormous request under-performs

A request like “review these three vendor proposals against our requirements, score them, model the five-year cost, flag contract risks and write a recommendation for the board” is five jobs wearing one coat. Asked all at once, the output tends to be thin in the middle: the scoring gets two lines, the cost model is asserted rather than shown, and the risks are generic. Nothing has gone wrong mechanically — the model has spread a fixed amount of attention across five tasks, and you gave it no way to know which ones carry the weight.

There is a second, quieter cost. When five jobs arrive as one block of prose, you cannot tell which part is wrong. If the recommendation is off, is that because a proposal was misread, because a score was wrong, or because the cost model used the wrong discount rate? A decomposed request gives you named intermediate outputs, and a wrong one is immediately visible — which is the bridge to the evaluation work in Domain 2.

One block versus five named jobs

Everything at oncetext

Review the three attached vendor
proposals, score them, work out the
five-year cost, flag any contract
risks and recommend one for the
board.

Numbered sub-taskstext

Work through these steps in order,
showing the output of each before
moving on.

1. For each of the three proposals,
   extract: price model, term,
   SLA, exit terms. One table.
2. Score each against our five
   requirements, 1-5, with a
   one-line reason per score.
3. Build the five-year cost for
   each. Show your workings and
   every assumption on its own row.
4. List contract risks, quoting the
   clause each one comes from.
5. Only then, recommend one, with
   the strongest case against it.
Same scope, same conversation. The right-hand version can be read step by step, and a wrong score shows up before it reaches the recommendation.

This version costs nothing extra to run. It uses the ordinary advice to give instructions as sequential steps using a numbered list where the order or the completeness of the steps matters, and it adds one instruction that does most of the work: show the output of each step before moving on. The intermediate tables are now things you can read, correct and reuse.

When to split into separate turns

Sequencing inside one prompt handles most business work. Chaining — deliberately splitting the task across separate prompts, feeding the output of one into the next — is the heavier tool, and Anthropic’s guidance is explicit that it is selective rather than routine: current models handle most multistep reasoning internally, so chaining earns its place when you need something that reasoning alone cannot give you. The documentation names the reasons: you want to inspect intermediate outputs, you need to enforce a specific pipeline, you need branching logic, or you need each step logged for transparency or compliance.

Sequence inside one prompt, or chain across turns?

Does anything need to happen between the steps?
  • No — just order
    Numbered steps, one promptask it to show each step
  • A person must approve
    Chain across turnsstop at the checkpoint
  • Next step depends on result
    Chain, then branchdifferent follow-up per outcome
  • Each step must be logged
    Chain for the audit trailone record per stage
The deciding question is not how big the task is. It is whether a human or a rule has to act on the middle of it.

The commonest and most useful chain is the self-correction pattern the documentation highlights: generate a draft, have Claude review it against stated criteria, then have it refine the draft using that review. Keeping the review as its own turn matters. A model asked to “write it and make sure it is good” tends to produce one confident pass; a model handed a finished draft and a checklist behaves like a reviewer, and finds things.

The draft · review · refine chain

You
Claude
Step 1: You to Claude: Brief + source documents
Step 2: Claude to You: Draft v1
Step 3: You to Claude: Review v1 against these 6 criteria
Step 4: Claude to You: Findings, per criterion
Step 5: You to Claude: Revise v1 using findings 2, 3, 5
Step 6: Claude to You: Draft v2 + change list
Three turns, one document. The review turn is given criteria, not the instruction to be critical — “check it carefully” produces praise.

Keeping the pieces connected

Decomposition has one failure mode: the steps drift apart. Step 4 forgets a constraint from step 1, or the second conversation no longer knows what the first decided. Three habits prevent it.

  • Carry the handoff explicitly. When you start a new turn, paste or restate what the previous step produced — the table, the shortlist, the decision — rather than assuming it is still in view. Label it, so you can refer to it by name.
  • Keep the standing brief in one place. Audience, format, tone and hard constraints belong in a Project’s instructions, which apply to every conversation in that workspace, so every step of a long chain inherits them.
  • Re-state the constraint that matters most at the step where it bites. If nothing may be claimed without evidence, say so again in the drafting step, not only in the extraction step.

Placement matters too when a step carries a long document. Anthropic’s long-context guidance is to put the long material at the top of the message and the actual question at the end — in their tests, queries at the end improve response quality by up to thirty percent on complex multi-document inputs. In a chain, that means each turn starts with its inputs and ends with its one instruction.

Where a corrected artefact pays for itself

Verified change tablechecked against the policy by a person
  • Staff explainer
  • Manager FAQ
  • Translations
  • Training slides
  • Intranet update
One verified intermediate output feeds several deliverables. Get it wrong and every downstream document inherits the error.

Finally, decomposition is not free. Every extra turn costs time and usage, and a chain of six steps where two would do is its own anti-pattern. The test is the one in the decision diagram above: if nothing needs to happen between the steps — no approval, no branch, no record — then the steps belong in one prompt, numbered, with each output shown.

Traps the wrong answers are built from

Tempting but wrongDo this instead
Sending five jobs as one sentence and blaming the depth of the answerName the sub-tasks as numbered steps and ask for each output in turn.
Chaining every task by reflexChain only where a person must approve, a branch must be taken, or a step must be logged.
Starting the next turn assuming the last one is still in viewPaste or restate the previous step’s output and label it.
Asking for a draft and a self-check in the same breathMake the review its own turn, with explicit criteria to review against.
Putting the question before a long document in the same messageLong material first, the single instruction at the end.

You should now be able to

  • Break a sprawling request into a named deliverable and its distinct sub-tasks.
  • Decide whether a task needs numbered steps in one prompt or a chain across turns.
  • Identify the points in a workflow where a human checkpoint is genuinely required.
  • Run a draft, review and refine chain with explicit review criteria.
  • Carry handoffs between steps so later steps keep earlier constraints.
  • Recognise when decomposition is adding cost without adding control.

Practice questions

Original questions written for this lesson, in the exam’s style. Answer first, then open the reasoning — every option is explained, including why the wrong ones are tempting.

  1. Question 1

    A compliance officer asks Claude to read six policy documents, identify every gap against a new regulation, draft remediation actions and produce a board paper — all in one message. The board paper is fluent but the gap analysis behind it is two paragraphs long.

    What is the best first change?

    1. ARepeat the request with “be extremely thorough in the gap analysis” added.
    2. BNumber the four jobs and require each output to be shown before the next begins.
    3. CMove the board paper to the start so Claude knows the destination.
    4. DSplit the six documents across six separate conversations.
    Show answer and reasoning
    1. AIncorrect. Emphasis does not create room for the gap analysis; it is still one of four jobs competing in one answer.
    2. BCorrect. Sequencing gives each sub-task its own visible output, so the gap analysis is a deliverable rather than a paragraph on the way to one.
    3. CIncorrect. Writing the conclusion first does not deepen the analysis it is supposed to rest on.
    4. DIncorrect. This fragments the comparison the analysis depends on and still never names the sub-tasks.
  2. Question 2

    A clinical operations team drafts patient-facing letters from treatment guidance. Their quality process requires a named clinician to approve the extracted guidance points before any letter is written, and to record that approval.

    Which approach fits this requirement?

    1. AA chain: extract the guidance points, stop for clinician approval, then draft letters from the approved list.
    2. BOne prompt that extracts the guidance points and drafts the letters, with the clinician reviewing the finished letters.
    3. COne prompt that drafts the letters and then lists the guidance points it used.
    4. DAsk Claude to simulate a clinician reviewing its own extraction before drafting.
    Show answer and reasoning
    1. ACorrect. A required human decision between steps is the documented case for chaining, and it leaves the approved list as a record.
    2. BIncorrect. Approval would then happen after drafting, which is not what the process requires and buries the approved content.
    3. CIncorrect. The letters are already written by the time the points are visible, so approval cannot gate anything.
    4. DIncorrect. A simulated review is not a named clinician’s approval and satisfies neither the process nor the record.
  3. Question 3

    An analyst decomposes a market study into six separate conversations. By the fourth, the outputs have stopped using the agreed segment definitions and the required table format from the first conversation.

    Which TWO changes would most directly fix this? (Select 2.)

    1. APut the segment definitions and table format into the Project’s instructions.
    2. BBegin each later turn by pasting the previous step’s output and restating the definitions.
    3. CCombine all six steps back into a single prompt.
    4. DRaise the effort setting for the later conversations.
    5. EAsk Claude at step four whether it remembers the segment definitions.
    6. FUse shorter prompts so less can be forgotten.
    Show answer and reasoning
    1. ACorrect. Project instructions apply to every conversation in that workspace, so each step of the chain inherits the standing brief.
    2. BCorrect. An explicit handoff is what carries a chain; a new turn does not inherit what an earlier conversation established.
    3. CIncorrect. That discards the checkpoints the decomposition was created for, trading one problem for another.
    4. DIncorrect. Effort changes how much reasoning goes into an answer, not which definitions the answer has access to.
    5. EIncorrect. A yes or no tells you nothing reliable and still does not supply the definitions to work from.
    6. FIncorrect. Brevity does not carry context; the missing material has to be supplied, not omitted.
  4. Question 4

    A manager needs a two-page summary of a long report for her director by the end of the day. The task has no approval gate, no branching decision and nothing that must be recorded.

    What does the guidance suggest here?

    1. AChain it into extract, outline, draft and polish turns for maximum quality.
    2. BAsk for the summary in one line and iterate on whatever comes back.
    3. CSplit the report into four messages and summarise each part separately.
    4. DSequence the steps inside one prompt, with the report first and the instruction last.
    Show answer and reasoning
    1. AIncorrect. Chaining is described as selective; with no checkpoint, branch or record needed, the extra turns add cost rather than control.
    2. BIncorrect. Iteration is valid, but starting with no structure wastes the first round entirely.
    3. CIncorrect. Summarising fragments loses the cross-cutting picture a director-level summary needs.
    4. DCorrect. Numbered steps give the structure, and long material first with the query at the end is the documented placement for large inputs.

Sources

Drafted with AI assistance and checked against the sources above; expert review is in progress. Spotted an error? Tell us and it gets fixed, dated and listed on how this is written.