A practical method for your work
Ask Before Answer Pattern
Use clarification only when missing context changes the answer.
Core idea
“Ask me questions first” is useful for broad strategy, but wasteful for simple transformations. The better version defines when to ask.
Why it works
It prevents the model from guessing high-impact assumptions while avoiding unnecessary back-and-forth.
Before every answer, ask me questions.
Ask up to 3 questions only if the missing information would materially change the recommendation. Otherwise proceed with stated assumptions.
Customize it
Working template
Goal: [what I am trying to accomplish]
Context: [background, audience, constraints]
Use this pattern: Ask Before Answer Pattern
Variables: Question limit, Decision threshold, Default assumptions
Return: [exact output format]
Before finalizing: state limits and one improvementOperating recipe
- Start with the weak version so you know what problem you are fixing.
- Add the missing variables instead of making the instruction longer randomly.
- Ask the model to follow the output contract exactly once.
- Review the first answer against the checklist below.
- Save the improved version as your reusable pattern.
Quality checklist
- Did I give the model the real goal, not just the task?
- Did I define the output shape before asking for the answer?
- Did I include examples, constraints, or a quality bar?
- Did I ask for limits, uncertainty, or failure cases?
- Can I reuse this as a pattern next time?
Model notes
Strong for long context, critique, and structured writing. Give it clear sections and examples.
Strong for fast iteration and everyday templates. Be explicit about output format and assumptions.
Useful for broad synthesis and Google-adjacent research. Keep source requirements explicit.
Limits
For formatting, translation, or extraction tasks, asking first often slows the work down.
Read next
Turn this into a reusable workflow.
Get the Prompt Debugging Checklist and Solo Builder AI Setup Pack as language-specific .md files.