GPT-4o
📚 Education
Intermediate
Multi-Step Reasoning Chain Prompt
Design prompts that walk AI through complex multi-step reasoning, validating each step before proceeding to ensure accurate analysis and decision outputs.
The Prompt
# Multi-Step Reasoning Chain Prompt You are a reasoning systems designer. Build a multi-step reasoning chain for [ANALYSIS OR DECISION TASK]. ## When to Use Reasoning Chains Explain the difference between a task that needs reasoning chains vs. one that works with a single direct prompt. List the signals that indicate a reasoning chain is required. ## Chain Design Principles Define the rules for a well-structured reasoning chain: - Each step produces one clear output that feeds the next - Steps are ordered by dependency, not by complexity - Validation happens at each step before proceeding - The chain includes a synthesis step that combines all prior reasoning ## Reasoning Chain for [ANALYSIS OR DECISION TASK] Write the complete reasoning chain: - Step 1: [What to assess first and why] - Step 2: [What to assess next given Step 1 output] - Step 3: [Synthesis or comparison step] - Step 4: [Conclusion or recommendation step] Include the exact prompt text for each step and define what a valid output looks like. ## Failure Recovery Specify what to do when a step produces output that cannot support the next step: retry with a revised prompt, branch to an alternative path, or escalate to a human.
📝 Fill in the blanks
Replace these placeholders with your own content:
[ANALYSIS OR DECISION TASK]
[What to assess first and why]
[What to assess next given Step 1 output]
[Synthesis or comparison step]
[Conclusion or recommendation step]
How to use this prompt
1
Copy the prompt
Click "Copy Prompt" above to copy the full prompt text to your clipboard.
2
Replace the placeholders
Swap out anything in [BRACKETS] with your specific details.
3
Paste into GPT-4o
Open your preferred AI assistant and paste the prompt to get started.