1.1 The Building Blocks of an Effective Prompt
1.1.1 Treat Claude Like a Capable New Colleague
Imagine handing a task to a smart, capable colleague who just joined your team. You wouldn't say "write an email" and walk away -- you'd tell them what the email needs to accomplish, who it's going to, what tone to strike, and how long it should be. Claude needs the same briefing. A prompt is not a search query; it's a set of instructions, and instructions that leave out the essentials will get filled in with the model's best guess rather than your actual intent.
Official Anthropic prompting guidance is explicit on this point: be explicit and specific rather than terse. The reason terse prompts fail so often isn't that Claude can't produce good writing -- it's that "good" is undefined until you say what you want, why you want it, who it's for, and what shape the answer should take. Ask for "a customer apology email" and you'll get a serviceable, generic one. Ask for a 150-word apology for a frustrated enterprise client whose order arrived two weeks late, warm but professional in tone, and offering a 15% credit instead of a refund, and you'll get something you can send with minimal editing.
This is the single highest-leverage habit for anyone using Claude for everyday business work: before you hit send, check whether your prompt actually states the task, the context, the audience, and the format -- or whether you're relying on Claude to guess.
The same request, terse versus specific -- specificity is what makes an output usable on the first try, not extra length for its own sake.
The one idea to hold onto
A strong prompt gives Claude what a capable new colleague would need: what you want, why, for whom, and in what form. Terseness is not a virtue -- specificity is.
1.1.2 The Six Building Blocks, In Practice
Official prompting guidance breaks that briefing down into six reliable building blocks. None of them are exotic -- they're the same things you'd naturally include in a well-written work request to a person. The skill being tested is recognizing which block is missing when an output falls short, and knowing which phrasing actually delivers each one.
| Element | What it does | Example phrasing |
|---|---|---|
| Task / goal | States exactly what to produce | "Draft a 150-word customer apology email." |
| Context | Background the model can't infer | "The customer's order arrived two weeks late." |
| Audience & tone | Shapes register and vocabulary | "For a frustrated enterprise client; warm but professional." |
| Format | The shape of the deliverable | "Use three short paragraphs, no bullet points." |
| Constraints | Boundaries and must/must-nots | "Do not offer a refund; offer a 15% credit." |
| Examples | Show the pattern you want | "Match the style of this past email: ..." |
The six reliable building blocks of an effective prompt -- each answers a different question a capable colleague would otherwise have to ask you.
Notice that these blocks aren't independent add-ons you sprinkle in randomly -- they compound. Task and context tell Claude *what* is happening; audience and tone tell it *who* the output is for; format and constraints tell it *what shape* the answer must take and what it must avoid. A prompt missing even one of these leaves Claude to fill the gap with a plausible but generic default, and "plausible but generic" is exactly the failure mode the exam will ask you to recognize and fix.
Practical check
When an output feels generic, don't ask "what's wrong with the response?" Ask "which of the six building blocks did my prompt leave out?" That question almost always points straight at the fix.
1.1.3 Positive Framing and Placement
Two smaller but consistently tested habits sit alongside the six building blocks. The first is favoring positive instructions over prohibitions. Telling Claude "write in plain language" points directly at the target; telling it "don't use jargon, don't use passive voice, don't use long sentences, don't be overly formal" only narrows the space of wrong answers without ever describing the right one. A long list of "don'ts" is also easy to satisfy technically while still missing the spirit of the ask. Positive instructions are more reliable because they describe the destination, not just the guardrails.
The second habit is placement: put the most important instruction close to the actual task, not buried in a long preamble of background and caveats. If a prompt opens with three paragraphs of company history before finally stating the actual deliverable, the deliverable can get lost in the noise. State the task early, or restate the critical constraint right next to where the work happens -- for example, immediately before a large pasted document, repeat "Remember: summarize only, do not add recommendations."
A third technique worth calling out on its own: when a past Claude output was well received, reusing it as an example ("match the style and structure of this: ...") is one of the most effective ways to steer tone and format on a new request. Showing the pattern is often more reliable than describing it in prose, because it removes ambiguity about what "professional tone" or "concise format" actually means in practice.
1.1.3 -- Key Concept
Prefer positive instructions ("write in plain language") over long lists of prohibitions. Put the most important instruction near the actual task, not buried in a preamble. Reuse a liked past output as a style example whenever one exists.
1.1.4 Separating Instructions From Data
Many real prompts aren't pure instructions -- they mix an instruction with the material to work on: a transcript, a policy excerpt, a spreadsheet paste, a batch of customer comments. This is where a subtle but important discipline comes in: clearly separate the instruction from the data. A heading like "Source document:" followed by the pasted text draws a visible line between "here is what I want you to do" and "here is the raw material to do it on."
A labeled heading keeps the pasted material from being read as part of the instruction -- even if a line inside the source text looks like a command.
Without that boundary, the model may treat a sentence inside the source text as though it came from you. This isn't a hypothetical edge case -- it's the everyday version of the same risk that shows up in more adversarial forms elsewhere in the exam (see Domain 2 on prompt injection). For an Associate-level business prompt, the practical takeaway is simple: whenever you paste something to be analyzed, label it distinctly from the instruction that surrounds it.
Common exam trap
Common exam trap: pasting a transcript, document, or dataset directly after an instruction with no heading or delimiter. If a line inside that pasted text reads like a command, an unlabeled prompt risks having it followed as one.
1.1.5 Claude Only Knows What You Tell It
A second, related discipline is not assuming shared context. Claude does not have implicit access to your organization's internal knowledge -- its acronyms, unwritten policies, product names, or team structure. Everything it can draw on for a given request comes from exactly three places.
- •The prompt itself -- whatever you typed or pasted in this conversation.
- •Any Project knowledge you've attached -- documents, style guides, or reference material set up ahead of time.
- •Its general training data -- broad world knowledge, not your company's specifics.
If a prompt assumes Claude already knows "our Q3 pricing exception process" without stating what that process actually is, the output won't come back blank -- it will come back confident, filling the gap with a generic best guess or an invented plausible-sounding policy. That's arguably worse than a visible failure, because a fluent wrong answer is easy to mistake for a correct one. The fix is always the same: state the unstated context explicitly, every time it's relevant, rather than assuming a previous conversation or a colleague's knowledge carried over.
Remember
Claude only knows what's in the prompt, in attached Project knowledge, and in its training data. Unstated organizational context always has to be supplied -- it is never inferred for free.
1.1.6 Put It Together: The Exam Traps for Task Statement 1.1
Task Statement 1.1 is tested almost entirely through scenario recognition: you'll be shown a prompt or a described outcome and asked to identify what's missing, or to pick the better-structured of two options. The traps cluster around a small set of recurring misconceptions.
- 1."A shorter prompt is always better." False -- vague, under-specified prompts are the most common cause of weak output. Specificity beats brevity.
- 2.Assuming Claude knows your organization's unstated context. It only knows the prompt, attached Project knowledge, and its training data.
- 3.Mixing instruction and data with no separation, risking a sentence inside the source text being read as a command.
- 4.Reaching for a long list of prohibitions instead of a positive instruction that states the target directly.
- 5.Burying the key instruction in a long preamble instead of placing it near the actual task.
Every one of these traps has the same shape: the wrong answer looks reasonable on the surface (shorter is efficient, prohibitions feel thorough, a preamble feels like helpful context) but fails the actual test of whether Claude has what it needs to produce a specific, correct, on-target response.
Exam pattern to remember
When a scenario question describes a weak or generic Claude output, the correct fix is almost always "add the missing building block" -- not "regenerate," not "switch models," and not "make the prompt shorter."
Key Takeaways
- ✓Give Claude what/why/for whom/in what form, the same way you'd brief a capable new colleague.
- ✓The six reliable building blocks are task/goal, context, audience & tone, format, constraints, and examples.
- ✓Positive instructions beat long lists of prohibitions; put the key instruction near the actual task, not in a buried preamble.
- ✓Reusing a liked past output as a style example is one of the most effective ways to steer tone and format.
- ✓Label pasted source material (e.g., "Source document:") so it's clearly separated from the instruction around it.
- ✓Claude only knows what's in the prompt, attached Project knowledge, and its training data -- never an organization's unstated context.
- ✓A shorter prompt is not automatically better -- under-specification, not length, is the usual cause of weak output.
Check Your Understanding
Test what you learned in this lesson.
Q1.An associate gets a vague, generic marketing email back from Claude. What is the best single next step?
Q2.A prompt asks Claude to summarize a pasted customer transcript, and the transcript is pasted immediately after the instruction with no label. What is the risk?
Q3.Which of the following best reflects the guidance on prohibitions versus positive instructions?
Q4.A prompt says, "Apply our standard escalation policy to this ticket," with no further detail on what that policy is. What will most likely happen?
Q5.Which prompt element most directly controls whether a draft's register and vocabulary are appropriate for a specific reader?
Practice This Lesson