Prompt Engineering · Track 2
20 Claude Prompts You Can Copy and Use Right Now
Stop reading about it. Build something.
These are the prompt patterns that consistently produce high-quality output from Claude — across writing, coding, analysis, research, and strategy. Each includes the template and an explanation of why it works.
Try every prompt in the live ChatGPT sandbox — no copy-paste needed
The best Claude prompts follow a consistent pattern: define a role, specify the output format, set constraints, and include 1-2 examples. Claude follows structured instructions with high fidelity, so prompts that work well with Claude tend to produce reliable results every time.
Writing
Writing prompts
Here are three examples of my writing: [paste examples]. Now rewrite the following draft so it matches my voice exactly — same sentence rhythm, vocabulary level, and tone. Do not add em dashes, clichés, or a summary paragraph at the end.
Draft: [paste draft]I'm writing a [article/report/essay] on [topic] for [audience]. Create a detailed outline with: a working headline, 5-7 section headings, 3-4 bullet points per section with the key point each should make, and a note on what evidence or examples to include.Write a [tone: professional/friendly/direct] email to [recipient] asking them to [action]. Context: [1-2 sentences of background]. The email should be under 150 words. End with a specific CTA, not an open-ended question.I have this [blog post / transcript / report]: [paste content]. Repurpose it into: (1) a LinkedIn post under 200 words, (2) three tweet-length takeaways, (3) a TL;DR paragraph for email. Match the original's tone.Coding
Coding prompts
Review this [language] code for: security issues (injection, auth, data exposure), performance bottlenecks, missing error handling, TypeScript type errors, and anything that would fail a production code review. Be specific about line numbers and what to fix.
[paste code]I have a bug in my [framework/language] code. Here's what's happening: [describe symptom]. Here's what I expect to happen: [expected behavior]. Here's the relevant code: [paste code]. Walk through what's causing this, then give me the fix.Write a [language] function that [description of what it does]. Requirements: [list requirements]. Include: input validation, error handling, JSDoc comments, and a test suite using [Jest/Pytest/etc] that covers the happy path, edge cases, and error cases.Refactor this code to be more readable and maintainable without changing behavior. Apply: extract repeated logic into named functions, replace magic numbers with named constants, improve variable names, add comments only where the why isn't obvious.
[paste code]Analysis
Analysis prompts
Summarize this [document type] in three layers: (1) one-sentence TL;DR, (2) 5 key points with supporting evidence, (3) decisions or actions required from the reader. Be direct — no filler phrases like 'The document explores...'
[paste document]Compare [Company A] and [Company B] across: pricing, target customer, key features, positioning, known weaknesses, and recent moves. Format as a table. End with: which one wins for [my use case] and why.Here's a dataset: [paste data or describe it]. Tell me: (1) what's the most important trend or anomaly, (2) what's missing that would change the interpretation, (3) what decisions this data does and does not support. Be specific.Analyze the risks of [decision / project / plan]: list each risk, rate it High/Medium/Low probability and High/Medium/Low impact, describe what would trigger it, and suggest one mitigation for each High-rated risk. Format as a table.Research
Research prompts
Explain [topic] to me as if I'm [level: a smart 12-year-old / a business person with no technical background / an expert in a related field]. Use analogies. Avoid jargon unless you define it. End with the three things I'd most likely misunderstand about this topic.I'm researching [topic]. Here are my sources: [paste excerpts or notes]. Synthesize what they agree on, where they disagree and why, what questions they leave unanswered, and what the strongest current consensus seems to be.I believe [position]. Give me the strongest possible case against my position — not strawmen, but the actual best arguments. Assume the person arguing against me is smart and well-informed. End with which counter-argument I should take most seriously.Give me an overview of what is known about [topic] as of your knowledge cutoff. Include: the main schools of thought, the strongest evidence, the most contested questions, and key researchers or sources I should know about.Strategy
Strategy prompts
I need to decide between [option A] and [option B]. Here's my context: [constraints, goals, resources]. Evaluate both options against: short-term impact, long-term impact, reversibility, resource cost, and alignment with [goal]. Recommend one and explain the key trade-off I'm accepting.Break [problem / challenge / question] down to first principles. What are we actually trying to achieve? What assumptions is the conventional approach making? What would a solution look like if we ignored how it's usually done?It's [one year from now] and [project / plan] has failed completely. What went wrong? List the five most likely causes of failure — be specific to this context, not generic. Then for each: what could we do now to prevent it?Go deeper with the Prompt Engineering track
Track 2 at Learn to GPT covers chain-of-thought reasoning, structured output, few-shot examples, prompt evaluation, and optimization. Every lesson has a live ChatGPT sandbox so you practice the patterns immediately — not just read about them.
Frequently Asked Questions
What makes a Claude prompt effective?
Effective Claude prompts have specificity (clear role, audience, output format), structure (organized with examples and constraints), and context (relevant background). The pattern of role + format + constraints + examples consistently produces the best results.
Can I use the same prompts for Claude and ChatGPT?
Many prompts work across both models. Claude responds especially well to structured instructions with explicit constraints. Prompts optimized for Claude tend to work well everywhere because they are more precise.
How do I write a system prompt for Claude?
Start with a role definition, then specify the output format, add constraints (word count, tone, what to avoid), and include 1-2 examples of ideal output. Claude follows structured system prompts with high fidelity.
What are the most common prompt mistakes?
Being too vague (no role, format, or constraints), providing no context (Claude cannot infer your industry or goals), and asking for everything at once. Breaking complex tasks into steps produces better output.
Practice every prompt in the live sandbox
Free forever. No credit card. Start in 60 seconds.