Provide Context Before the Ask
Front-loading context before the question gives the AI a mental model of your situation. The anti-generic instruction at the end prevents boilerplate responses.
Context: I'm a {{role}} at a {{company_type}}. We're currently {{situation}}. Our main challenge is {{challenge}}. Background: {{relevant_background}} Given this context, {{your_actual_question}} Important: Tailor your advice to my specific situation above. Do not give generic advice that could apply to anyone.
Variables to customize
Why this prompt works
Front-loading context before the question gives the AI a mental model of your situation. The anti-generic instruction at the end prevents boilerplate responses.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.