Clarity

Say one thing at a time, in plain words, with no hidden assumptions

A model cannot ask you what you really meant before it answers — it answers the sentence you actually wrote. Clarity is removing the ambiguity that would force it to guess: one request per instruction, ordinary words, and every assumption stated rather than implied.

What clarity looks like

Common failures

Example

Vague
Fix the login bug and tell me if the rest of the code is okay.
Better
The login form rejects valid credentials when the email contains a plus sign.
Find the cause in auth/validate.js and propose a fix.
Answer only about that bug — I will ask about the rest of the file separately.