home/roleplay/step-back-prompting

Step Back Prompting

GPTClaudeGemini··469 copies·updated 2026-07-14
step-back-prompting.prompt
## Step back Prompting

- It is similar to CoT prompting.
- But here the first step is **step-back** - which means to generate more abstract and general information about the topic, and then try to solve it.
- Step back prompting is a technique where you ask the AI to think about the general idea behind the problem, before solving a specific problem.

Eg: 

**Normal Prompt**

> Why does a metal spoon become hot in soup?

**Step-back Prompt**

> What physical principle explains heat moving between objects?
> Now use that principle to explain why a metal spoon becomes hot in soup.


<img width="997" height="608" alt="image" src="https://github.com/user-attachments/assets/8af43e60-bd3d-47b4-bffe-dea034d33e5e" />


<img width="1016" height="411" alt="image" src="https://github.com/user-attachments/assets/3be33af7-742f-4719-a303-9ac83b08cf1e" />

when to use it

Community prompt sourced from the open-source GitHub repo Skakarla2023/prompt-engineering-fundamentals (no explicit license). A "Step Back Prompting" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

Skakarla2023/prompt-engineering-fundamentals · no explicit license