Tip: Chain of Thought
Forcing step-by-step reasoning prevents ChatGPT from jumping to a conclusion. Each numbered step builds on the previous one, producing more thorough analysis.
I need to decide: {{decision}} Think through this step by step: 1. First, list all the relevant factors I should consider 2. For each factor, evaluate the options against it 3. Identify any hidden trade-offs or second-order effects 4. Weigh the factors by importance for my specific situation 5. Give your recommendation with clear reasoning My context: {{context}} My priorities: {{priorities}}
Variables to customize
Why this prompt works
Forcing step-by-step reasoning prevents ChatGPT from jumping to a conclusion. Each numbered step builds on the previous one, producing more thorough analysis.
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.