Prompt Engineering Cheat Sheet 2026 (All Frameworks)
Quick-reference cheat sheet for RISE, RACE, Chain-of-Thought, Tree-of-Thought & ReAct. Copy-paste templates and decision flowchart included.
Bookmark this page. Here's every major prompting framework in one placeβwhat they do, when to use them, and copy-paste templates for each.
Quick Reference Table
| Framework | Best For | Complexity | Key Phrase | |-----------|----------|------------|------------| | RISE | Structured content | Low | Role β Instructions β Steps β Expectations | | RACE | Context-heavy tasks | Low | Role β Action β Context β Expectations | | Chain-of-Thought | Reasoning problems | Low | "Let's think step by step" | | Tree-of-Thought | Strategic decisions | Medium | "Explore 3 approaches" | | ReAct | Tasks requiring actions | High | Reason β Act β Observe loop | | Self-Consistency | High-stakes accuracy | Medium | Multiple attempts β consensus | | Least-to-Most | Complex multi-step problems | Medium | Decompose β solve parts β combine |
RISE Framework
Purpose: Structured output with clear role and formatting
Components:
- Role: Who the AI should be
- Instructions: The specific task
- Steps: How to approach it
- Expectations: Output requirements
Template:
Role: You are a [specific expert/professional].
Instructions: [Clear task description].
Steps:
1. [First action]
2. [Second action]
3. [Third action]
Expectations: [Output format, length, style requirements].
Best for: Content creation, expert analysis, formatted outputs
RACE Framework
Purpose: Context-rich tasks requiring situational awareness
Components:
- Role: Who the AI should be
- Action: What to do
- Context: Background and constraints
- Expectations: Desired outcome
Template:
Role: You are a [specific role].
Action: [What you need done].
Context:
- [Key background point 1]
- [Key background point 2]
- [Constraints or special considerations]
Expectations: [What success looks like].
Best for: Business communications, personalized content, nuanced situations
Chain-of-Thought (CoT)
Purpose: Improve reasoning accuracy by showing work
Basic Template:
[Problem statement]
Let's solve this step by step.
Detailed Template:
[Problem statement]
Work through this systematically:
1. First, identify what we know
2. Then, determine what we need to find
3. Apply the relevant method
4. Verify the answer makes sense
Show your reasoning at each step.
Best for: Math, logic, debugging, analysis, any task where accuracy matters
Tree-of-Thought (ToT)
Purpose: Explore multiple solutions before committing
Template:
[Problem or decision]
Generate 3 different approaches to this:
For each approach:
1. Describe the strategy
2. List pros and cons
3. Identify key risks
4. Rate confidence (1-10)
Then recommend the best approach or propose a hybrid solution.
Best for: Strategic decisions, creative problems, complex trade-offs
ReAct (Reason + Act)
Purpose: Tasks requiring external actions or information gathering
Template:
Task: [Description]
Available tools:
- [tool1](params): [Description]
- [tool2](params): [Description]
Use the ReAct framework:
1. Thought: What do I need to do/know?
2. Action: [tool_name](parameters)
3. Observation: [wait for result]
4. Repeat until complete
Final Answer: [Conclusion]
Best for: Research, fact-checking, multi-step workflows, AI agents
Self-Consistency
Purpose: Increase accuracy through multiple attempts
Template:
[Problem statement]
Solve this problem 3 times using different approaches. Then compare your answers and provide the most likely correct answer with your confidence level.
Alternative Template:
[Question]
Approach 1: [Solve using method A]
Approach 2: [Solve using method B]
Approach 3: [Solve using method C]
Consensus: Compare results and determine the most reliable answer.
Best for: High-stakes decisions, complex calculations, when accuracy is critical
Least-to-Most
Purpose: Break complex problems into manageable subproblems
Template:
[Complex problem]
First, break this into smaller subproblems:
1. [Subproblem 1]
2. [Subproblem 2]
3. [Subproblem 3]
Now solve each subproblem in order, using previous solutions to inform the next.
Finally, combine the solutions to solve the original problem.
Best for: Multi-step problems, complex projects, learning progressions
Framework Decision Tree
START
β
ββ Need structured content/output?
β ββ Yes, with heavy context β RACE
β ββ Yes, with clear steps β RISE
β
ββ Need to reason through a problem?
β ββ Single path solution β Chain-of-Thought
β ββ Multiple options to explore β Tree-of-Thought
β ββ Accuracy is critical β Self-Consistency
β
ββ Need to take actions/gather info?
β ββ Yes β ReAct
β
ββ Problem is very complex?
ββ Yes β Least-to-Most
Quick Combinations
Strategy + Execution
Phase 1 (ToT): "Generate 3 approaches to [goal]. Evaluate and select best."
Phase 2 (RISE): "Now implement the chosen approach with this structure..."
Research + Analysis
Phase 1 (ReAct): Gather data using available tools
Phase 2 (CoT): "Analyze this data step by step..."
Context + Reasoning
RACE setup + "Now work through this step by step" (CoT)
Token Cost Comparison
| Framework | Relative Cost | When Worth It | |-----------|--------------|---------------| | Basic prompt | 1x | Simple tasks | | RISE/RACE | 1.2x | Most content tasks | | Chain-of-Thought | 1.5x | Accuracy-sensitive tasks | | Tree-of-Thought | 3-4x | Important decisions | | Self-Consistency | 3x | High-stakes accuracy | | ReAct | Variable | Action-based tasks |
Common Mistakes
| Framework | Mistake | Fix | |-----------|---------|-----| | RISE | Vague role | Be specific: "senior fintech product manager" not "business expert" | | RACE | Thin context | Add 3-5 bullet points minimum | | CoT | Using for simple tasks | Skip CoT for basic requests | | ToT | Only 2 branches | Always explore 3+ options | | ReAct | Undefined tools | Specify exact tool names and parameters |
Print-Friendly Summary
RISE = Role + Instructions + Steps + Expectations β Structured content
RACE = Role + Action + Context + Expectations β Context-rich tasks
CoT = "Step by step" β Reasoning problems
ToT = "3 approaches, evaluate, select" β Decisions
ReAct = Think β Act β Observe β Repeat β Tasks requiring actions
Self-Consistency = Multiple attempts β consensus β High accuracy needs
Least-to-Most = Break down β Solve parts β Combine β Complex problems
Want these frameworks applied automatically? PromptWizz selects and applies the optimal framework for any prompt.
Frequently Asked Questions
What frameworks are included in the prompt engineering cheat sheet?
How do I choose a prompt engineering framework quickly?
Which prompt engineering frameworks are cheapest to use?
Can prompt engineering frameworks be combined?
What are the most common framework mistakes?
Ready to Apply These Techniques?
Try PromptWizz and see your prompts transform instantly with the frameworks discussed above.
Start Optimizing FreeRelated Articles
7 Prompt Engineering Frameworks Compared (2026)
RISE, RACE, Chain-of-Thought, Tree-of-Thought, ReAct, Self-Consistency & Least-to-Most β each explained with examples. Find the best framework for your task in 5 minutes.
FrameworksRISE vs RACE Framework: Which Gets Better Results?
RISE vs RACE compared side-by-side with real examples. See which prompt engineering framework works best for your specific task type.
FrameworksReAct vs Chain-of-Thought Prompting: Which Should You Use?
Side-by-side comparison of ReAct and CoT prompting with real examples. Learn when to use reasoning-only vs tool-assisted AI prompts for better results.