Subdomain 1.1: Create effective prompts for business and technical tasks
1.A prompt describes a multi-step setup process, such as configuring an environment and then running a script, but Claude sometimes performs the steps out of order. What change would make the required order unambiguous?
- A.Provide the instructions as a numbered list of steps in the exact order they must run
- B.Combine all of the steps into a single long sentence separated only by commas
- C.Describe the steps in a random order and let Claude infer the correct sequence
- D.Remove the step numbers and rely only on paragraph breaks to imply the correct order
Show answer & explanation
Correct answer: A — Provide the instructions as a numbered list of steps in the exact order they must run
- A. Correct. Providing instructions as sequential steps using numbered lists or bullet points is recommended specifically when the order or completeness of the steps matters, removing ambiguity about sequence.
- B. A single comma-separated sentence obscures step boundaries and order even more than a plain paragraph would, making the sequence less clear rather than more.
- C. Describing steps out of order and relying on inference is the opposite of making the required sequence unambiguous.
- D. Relying only on paragraph breaks without numbering removes the explicit ordering cue that numbered lists provide for steps where sequence matters.