1Patterns beat raw prompting
Prompt patterns are reusable structures. You do not need to rediscover what works every time — you learn the skeleton and fill in the flesh. The ten patterns below have survived thousands of real-world uses across ChatGPT, Gemini, and Claude.
21. Role + expertise stacking
Template: "You are a [role] with [expertise] and [credibility detail]. Answer as that expert, not as a general assistant."
Use it for: anything where authority matters — legal drafts, medical explanations, architecture reviews, creative briefs.
32. Chain of thought
Template: "Think step by step. Show your reasoning before the final answer."
Use it for: math, logic, debugging, decision trees. Explicit reasoning dramatically reduces errors on multi-step problems.
43. Few-shot learning
Template: "Here are 3 examples of the output I want. [Example 1] [Example 2] [Example 3]. Now do the same for [input]."
Use it for: any output with a distinctive style, format, or voice — the examples carry more information than instructions ever will.
54. Constraint-first
Template: "Output must be under [X] words, [tone], [reading level], [language]. Do not use [banned terms]."
Use it for: copy, emails, social posts — anything where length and tone are non-negotiable.
65. Format envelope
Template: "Return your answer as [JSON | a table | three bullets | headline + two paragraphs]."
Use it for: data extraction, content calendars, research summaries — anything you plan to reuse programmatically.
76. Self-critique loop
Template: "Give your best answer, then critique it against these criteria, then rewrite it addressing the critique."
Use it for: anything you will publish. This single pattern lifts average output quality more than any other here.
87. Persona constraint
Template: "Explain this to a [smart 12-year-old | busy executive | skeptical investor]."
Use it for: simplifying complex ideas, testing clarity, adapting one message to many audiences.
98. Output variation
Template: "Give me 5 options that are meaningfully different from each other. For each, note the tradeoff."
Use it for: headlines, names, positioning, design directions — force variety instead of five near-identical answers.
109. Reverse engineering
Template: "Here is a strong example of what I want. Reverse-engineer the rules behind it, then apply those rules to [new input]."
Use it for: matching a house style, replicating a competitor’s structure (ethically), keeping brand voice consistent.
1110. The loop upgrade
Template: "Take your previous answer and improve it specifically on [dimension]: clarity, persuasion, and brevity."
Use it for: the final 20% of quality. One targeted iteration beats three blind regenerations — this is exactly how loop generation works under the hood.
12Stacking patterns is the real skill
The professionals combine three or four patterns in one prompt: role, constraints, format, then a self-critique loop. Start with one, then stack. Within a week, "prompting" stops feeling like gambling and starts feeling like engineering.