Math & Logic Reasoning (R1 Optimized)
DeepSeek-R1 was trained with reinforcement learning specifically on reasoning tasks. Explicitly asking for step-by-step reasoning with verification activates its strongest capability. The 'box your final answer' instruction produces clean, extractable results.
Solve the following {{problemType}} problem step by step. **Problem:** {{problemStatement}} **Given:** {{givenInformation}} **Required:** {{requiredOutput}} Think through this carefully before giving your final answer. For each step: 1. State what you're calculating and why 2. Show the work 3. Verify the result before moving to the next step If there are multiple valid approaches, briefly mention alternatives but fully work through the most efficient one. At the end, box your final answer clearly.
Variables to customize
Why this prompt works
DeepSeek-R1 was trained with reinforcement learning specifically on reasoning tasks. Explicitly asking for step-by-step reasoning with verification activates its strongest capability. The 'box your final answer' instruction produces clean, extractable results.
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.