---
id: "action-use-clarifying-questions-prompt"
type: "action-item"
source_timestamps: ["00:04:08", "00:04:24"]
tags: ["prompt-engineering", "accuracy"]
related: ["quote-clarifying-questions", "entity-speaker-1"]
speakers: ["Speaker 1"]
action: "Add 'Ask me clarifying questions, one at a time, until you are 95% confident...' to master prompts."
outcome: "Forces the AI to identify missing context and co-create a robust set of instructions, preventing hallucinations and ensuring the final automated workflow aligns with specific brand needs."
sources: ["tim"]
sourceVaultSlug: "automate-social-seo-claude-code-2026May14"
originDay: 5
---
# Append the 'Clarifying Questions' Directive to Complex Prompts

## Action

Add the directive *'Ask me clarifying questions, one at a time, until you are 95% confident you can complete the task successfully'* to master prompts.

## Expected Outcome

Forces the AI to identify missing context and co-create a robust set of instructions — preventing hallucinations and ensuring the final automated workflow aligns with specific brand needs.

## Full Rationale

When prompting an AI agent to build a complex system or take on a multifaceted role (like a Social Media Manager), the initial prompt rarely contains all the necessary edge cases or specific constraints required for a perfect output.

To mitigate this, append the directive from [[quote-clarifying-questions]] to the end of your master prompt. This forces the AI to **pause its generation process** and interrogate the user about missing variables, brand preferences, or technical constraints.

By answering these questions sequentially, the user co-creates a highly tailored, robust set of instructions. The technique prevents the AI from making assumptions and ensures the final automated workflow aligns perfectly with the user's actual needs.

## When To Use

- Building a new [[concept-claude-code-skills]] for the first time.
- Defining a brand voice that will be reused across [[concept-rss-to-social-pipeline]] runs.
- Wiring a new tool (e.g., [[tool-arvow]] or [[tool-blotato]]) into the [[framework-autonomous-content-engine]].

## Related Notes

- [[quote-clarifying-questions]]
- [[prereq-brand-assets]] — the better your inputs, the more efficient the clarifying-question loop becomes.



## Related across days
- [[action-initiate-brand-interview]]
- [[quote-clarifying-questions]]
- [[concept-brand-voice-interview]]
- [[arc-95-percent-confidence-pattern]]
