Guide · Claude AI

The 50 Best Claude Prompts in 2026

June 2026 10 min read 50 prompts
Claude by Anthropic is one of the most powerful AI models available today — and it responds differently to prompts than ChatGPT does. This guide gives you the 50 best Claude prompts across writing, analysis, coding, business, and creative work, plus tips on how to get the most out of Claude's unique strengths.
Table of Contents
  1. Why Claude Needs Different Prompts
  2. Writing & Content Prompts
  3. Analysis & Research Prompts
  4. Coding & Technical Prompts
  5. Business & Strategy Prompts
  6. Creative & Storytelling Prompts
  7. Claude Prompting Tips

Why Claude Needs Different Prompts

Claude has distinct strengths that set it apart from other AI models. It excels at nuanced reasoning, handling long documents, following complex multi-step instructions, and producing writing that sounds genuinely human rather than AI-generated. It also has a strong sense of ethics and will push back on vague or misleading requests — which means the quality of your prompt matters more with Claude than with any other model.

The biggest mistake people make with Claude is treating it like a search engine. Claude thrives when you give it context, a clear role, specific constraints, and a defined output format. The prompts below are structured to work with these strengths, not against them.

One more key difference: Claude handles very long context windows exceptionally well. You can paste entire documents, contracts, or codebases and ask Claude to analyze them in detail — something most other models struggle with. Several prompts below take advantage of this capability.

Find More Claude Prompts

Browse 200+ Claude-specific prompts in our free library — organized by category, use case, and framework.

Browse Claude Prompts →

✍️ Writing & Content Prompts

Claude is one of the best AI models for long-form writing. Its outputs tend to be more nuanced, less repetitive, and more stylistically varied than other models. These prompts are optimized for Claude's writing strengths.

Writing & Content
#01
Long-Form Article Writer
You are an expert journalist and content strategist. Write a comprehensive, well-researched article about [TOPIC] for [TARGET AUDIENCE]. The article should be approximately [WORD COUNT] words. Structure it with a compelling headline, an opening hook that establishes why this matters right now, 4-6 main sections with subheadings, specific examples and data points in each section, a counterargument you address directly, and a conclusion with a clear takeaway. Write in a [TONE: authoritative/conversational/storytelling] tone. Avoid filler phrases, passive voice, and generic statements. Every paragraph should advance the reader's understanding.
#02
Voice-Matched Ghostwriter
Analyze the writing style in these samples and then write new content in that exact voice: [PASTE 3-5 PARAGRAPHS OF WRITING SAMPLES]. Identify: sentence length patterns, vocabulary level, rhythm and cadence, use of humor or irony, relationship with the reader, and any unique quirks. Then write [NEW CONTENT TOPIC] in 300-500 words that perfectly matches the voice. After writing, add a brief note explaining the stylistic choices you made to match the voice.
#03
Email Newsletter Writer
Write an email newsletter for [BRAND/CREATOR] going to [AUDIENCE DESCRIPTION]. Topic: [TOPIC]. Structure: Subject line (5 options, under 45 characters each), preview text (under 90 characters), opening that feels personal not broadcast, main content section (3 key points, each with a specific takeaway), one story or example that illustrates the main point, and a CTA that feels natural not salesy. Tone: [TONE]. Length: 400-500 words. Make it feel like it came from a real person, not a marketing team.
#04
Book Chapter Outliner
I am writing a non-fiction book about [TOPIC] for [TARGET READER]. Here is my working thesis: [THESIS]. Create a detailed chapter outline for Chapter [NUMBER]: [CHAPTER TITLE]. Include: the chapter's core argument (one sentence), an opening scene or hook, 4-6 main sections with titles, 2-3 sub-points per section, specific examples, stories, or data to include in each section, a transition strategy to the next chapter, and an estimated word count per section. Make the outline detailed enough that I could hand it to a writer and they'd know exactly what to write.
#05
SEO Blog Post Optimizer
You are an SEO content strategist and writer. Write an SEO-optimized blog post targeting the keyword: [TARGET KEYWORD]. Secondary keywords to include naturally: [LIST 3-5]. Target word count: [WORD COUNT]. Include: an H1 title that includes the main keyword, a meta description under 155 characters, an opening paragraph that addresses search intent directly, H2 and H3 subheadings that include keyword variations, internal linking suggestions marked as [INTERNAL LINK: topic], a FAQ section with 3-5 questions people also ask about this topic, and a conclusion with a clear CTA. Write for humans first, search engines second.

🔍 Analysis & Research Prompts

Claude's long context window and strong reasoning make it exceptional for analysis tasks. You can paste entire documents — reports, contracts, research papers, financial statements — and ask Claude to analyze them in depth. These prompts take full advantage of that capability.

Analysis & Research
#06
Document Summarizer & Analyzer
Analyze this document and provide: [PASTE DOCUMENT]. 1) Executive summary (3-5 sentences capturing the most important points), 2) Key findings or arguments (bullet points, prioritized by importance), 3) What's notable or surprising, 4) What's missing or not addressed, 5) Potential implications or next steps, 6) Any red flags or concerns. Format your response clearly with these sections labeled. Be direct and specific — avoid vague generalizations.
#07
Competitive Intelligence Analyst
You are a competitive intelligence analyst. Analyze [COMPETITOR NAME] based on this information: [PASTE ANY AVAILABLE DATA: website copy, reviews, pricing, job listings, social media]. Identify: their core value proposition, target customer segments, pricing strategy and positioning, key strengths (based on evidence), key weaknesses or gaps, what their customers love and hate (from reviews), and 3 opportunities for a competitor to differentiate. Be analytical, not speculative — flag anything that's an inference vs established fact.
#08
Argument Steel-Manner
I'm preparing to [defend a position / write an essay / pitch an idea] about: [YOUR POSITION]. First, steelman my position — present the strongest possible version of my argument, making it more compelling than I stated it. Then present the strongest counterarguments someone would make against my position (not strawmen, but the best objections a smart skeptic would raise). Finally, suggest how I should respond to the top 3 objections to make my argument bulletproof. Be intellectually honest throughout.
#09
Research Synthesizer
Synthesize the following research sources into a coherent analysis: [PASTE MULTIPLE SOURCES OR EXCERPTS]. Your synthesis should: identify the main themes across sources, note where sources agree and where they conflict, highlight the most important findings, identify gaps in the current research, and give me your assessment of what the evidence most strongly supports. Write it as a well-structured analysis, not a summary of each source. Cite sources by number when referencing specific points.
#10
Contract Risk Reviewer
Review this contract and identify risks and issues (educational purposes only — not legal advice): [PASTE CONTRACT SECTION]. Flag: unusual or one-sided clauses, missing standard protections, vague language that could be interpreted multiple ways, indemnification or liability concerns, termination clauses and their implications, auto-renewal traps, and any clause that significantly favors one party. Rate each flag: Minor / Moderate / Major. Suggest what questions to ask a lawyer about before signing. Plain language only.

💻 Coding & Technical Prompts

Claude is exceptional at code — particularly at explaining code, reviewing it for bugs and security issues, and writing code that's clean and well-documented. Claude also handles large codebases well, making it ideal for refactoring and architecture decisions.

Coding & Technical
#11
Code Reviewer
Review this code and provide a comprehensive analysis: [PASTE CODE]. Evaluate: correctness (does it do what it's supposed to do?), edge cases not handled, security vulnerabilities, performance considerations, readability and maintainability, naming conventions, error handling quality, and test coverage gaps. For each issue found: describe the problem, explain why it matters, and show the corrected code. Prioritize issues by severity: Critical / High / Medium / Low. End with an overall assessment and the top 3 improvements to make first.
#12
Code Explainer
Explain this code to me as if I'm a [LEVEL: beginner/intermediate/senior] developer who hasn't seen this codebase before: [PASTE CODE]. Cover: what this code does overall, how it works step by step, why it's written this way (design decisions), any patterns or conventions used, potential gotchas or non-obvious behavior, and how I would modify it to [SPECIFIC CHANGE]. Use comments in the code to highlight important parts, then explain in plain language below.
#13
Bug Debugger
Help me debug this issue. Here's what's happening: [DESCRIBE BUG]. Here's the relevant code: [PASTE CODE]. Here's the error message (if any): [PASTE ERROR]. Here's what I've already tried: [LIST ATTEMPTS]. Please: identify the most likely cause of the bug, explain why this causes the observed behavior, provide a fix with explanation, suggest how to test the fix, and mention any related issues this bug might indicate. If you need more context to diagnose accurately, ask specific questions.
#14
Architecture Decision Advisor
I need to make an architecture decision for [PROJECT/SYSTEM]. Here are the options I'm considering: Option A: [DESCRIBE], Option B: [DESCRIBE], Option C: [DESCRIBE]. My constraints are: [TEAM SIZE, SCALE REQUIREMENTS, BUDGET, TIMELINE, EXISTING STACK]. Evaluate each option on: performance at scale, development complexity, maintenance burden, cost, team learning curve, and long-term flexibility. Give me a recommendation with clear reasoning, and flag the assumptions you're making. Include what questions I should answer before finalizing the decision.
#15
Technical Documentation Writer
Write comprehensive technical documentation for: [SYSTEM/FEATURE/API]. Audience: [DEVELOPERS/END USERS/BOTH]. Include: overview (what it is and why it exists), prerequisites, quick start guide (get it working in under 5 minutes), detailed reference (all parameters, options, return values), code examples for the 5 most common use cases, error messages and troubleshooting, and a changelog placeholder. Format in clean Markdown. Write for clarity — assume the reader is smart but unfamiliar with this specific system.

📊 Business & Strategy Prompts

Claude's strength in structured reasoning makes it an excellent business thinking partner. It can hold complex multi-variable problems in context, challenge your assumptions, and produce clear, actionable strategic frameworks.

Business & Strategy
#16
Business Plan Section Writer
Write the [SECTION: Executive Summary / Market Analysis / Business Model / Financial Projections / Competitive Analysis] section of a business plan for: [BUSINESS DESCRIPTION]. Target reader: [INVESTORS / BANK / INTERNAL]. Include: specific data and market sizing where relevant, realistic projections with clear assumptions stated, honest assessment of risks alongside opportunities, and language that is professional but not filled with jargon. Flag any section where I need to fill in specific numbers or research you don't have access to. Length: [WORD COUNT].
#17
Strategic Decision Framework
I need to make this strategic decision: [DECISION]. The context is: [BACKGROUND]. The options are: [LIST OPTIONS]. Help me think through this by: identifying the key variables that should drive this decision, mapping the likely outcomes of each option (best case, realistic case, worst case), identifying what assumptions each option depends on, flagging what I might be missing or not considering, and recommending how to gather more information before deciding. Don't just validate my existing thinking — push back where you see gaps.
#18
Pitch Deck Narrative Builder
Help me build the narrative arc for a [SEED/SERIES A/CORPORATE] pitch deck about: [BUSINESS DESCRIPTION]. The story should take investors through: the undeniable problem (make them feel it), why existing solutions fall short, our unique insight or approach, why we're the right team, the market opportunity (with realistic sizing), our traction and proof points, business model and unit economics, what we're raising and what we'll do with it. Write the narrative arc as flowing prose I can adapt into slides, not bullet points. Keep it honest — investors can smell spin.
#19
Pricing Strategy Analyst
Analyze and recommend a pricing strategy for: [PRODUCT/SERVICE DESCRIPTION]. Current or proposed price: [PRICE]. Competitors and their pricing: [LIST]. Target customer: [DESCRIPTION]. Evaluate: cost-plus vs value-based vs competitive pricing approaches, psychological pricing opportunities, tiering or packaging options, price anchoring tactics, how price affects perceived quality in this market, and optimal price point with reasoning. Include a price increase communication template if recommending a higher price than current. Note assumptions made.
#20
Meeting Agenda and Prep Builder
Create a complete preparation package for this meeting: [MEETING TYPE AND CONTEXT]. Attendees: [LIST WITH ROLES]. Meeting goal: [DESIRED OUTCOME]. Include: agenda with time allocations, key talking points for each agenda item, data or materials to prepare in advance, questions to ask each stakeholder, likely objections or pushback with response strategies, decision framework for any choices to be made, and a follow-up email template for after the meeting. Format it as a one-page briefing document I can review the morning of the meeting.

🎨 Creative & Storytelling Prompts

Claude's creative writing is distinctive — it tends to produce work that has genuine voice, emotional depth, and structural sophistication. Unlike some models that produce technically correct but flat prose, Claude can write with style. These prompts are designed to unlock that capability.

Creative & Storytelling
#21
Short Story Generator
Write a short story (800-1200 words) in the [GENRE] genre. Core premise: [IDEA]. Requirements: a main character with a specific, concrete want (not abstract), a scene that establishes the world and stakes in the first paragraph, rising tension that changes direction at least once, dialogue that reveals character rather than explains it, a twist or revelation in the final third, and a last line that resonates emotionally. Avoid: clichés, adverb overload, on-the-nose dialogue, and neat tidy endings unless they're earned. Make it the kind of story someone would want to share.
#22
Brand Storytelling Architect
Craft the brand story for [COMPANY/PRODUCT]. Background: [PASTE ANY RELEVANT INFO]. The story should cover: the origin (the real reason this was built — the frustration, the gap, the 'why'), the villain (the problem or old way of doing things), the hero (the customer and their transformation), the guide (the brand's role), and the stakes (what's possible now vs before). Write 3 versions: a 2-sentence tagline story, a 150-word about section for the website, and a 5-minute founder story for speaking engagements. Each should be emotionally true, not corporate.
#23
Screenplay Scene Writer
Write a screenplay scene in proper format. Setup: Characters: [NAMES AND BRIEF DESCRIPTION]. Location: [SETTING]. What needs to happen dramatically in this scene: [DRAMATIC PURPOSE]. What each character wants in this scene: [WANTS]. What they're hiding or not saying: [SUBTEXT]. Write the scene so the subtext is always present but never stated explicitly. Use action lines sparingly — only what we'd see on screen. End the scene differently emotionally than it began. Length: 1-2 pages of screenplay format.
#24
Personal Essay Writer
Help me write a personal essay about: [EXPERIENCE OR TOPIC]. My angle or insight: [WHAT I WANT TO SAY]. Key memory or scene I want to include: [SCENE]. The essay should: open with a specific sensory scene (not a statement of theme), move between present reflection and past memory fluidly, avoid explaining the meaning — let the story show it, include at least one moment of genuine uncertainty or self-questioning, and end with an image or moment that leaves the reader with something to think about. Length: [500-800 / 800-1200 / 1200-2000] words. My writing voice is: [DESCRIBE YOUR VOICE].
#25
Dialogue Writer
Write a dialogue scene between these characters: [CHARACTER A: name, personality, what they want right now], [CHARACTER B: name, personality, what they want right now]. The scene takes place at: [LOCATION AND CIRCUMSTANCES]. The underlying tension is: [WHAT'S REALLY AT STAKE BETWEEN THEM]. Rules: neither character should say exactly what they mean, every line should advance the conflict or reveal character, use silences and action beats as part of the dialogue, and end the scene at a point of change — something is different after this conversation than before. About 400-600 words.

💡 Claude Prompting Tips That Actually Work

1. Give Claude a role and a reason

Claude responds significantly better when you assign it a specific expert role. Instead of "write a business plan," say "You are a startup advisor with 15 years of experience helping early-stage founders. Write a business plan for..." The role gives Claude a frame of reference for tone, depth, and what to prioritize.

2. Add "assume I already know the basics, skip the fluff"

One of the most underused Claude tricks. Adding this phrase to any prompt tells Claude to skip the introductory paragraph, the definitions, the caveats — and get straight to the useful content. Cuts response length in half while doubling the signal-to-noise ratio. Works especially well for technical explanations and how-to guides.

3. Force hidden chain-of-thought reasoning

Instead of asking Claude to "think step by step" (which fills your response with reasoning you don't need), try: "Do all your reasoning silently, then give me only the final answer." Claude processes the problem with full depth but delivers a clean, direct output. Dramatically improves accuracy on analytical tasks without the noise.

4. Show a style example instead of describing the tone

Describing tone in words almost never works as well as showing it. Instead of "write in a conversational but professional tone," paste 2-3 sentences written exactly the way you want and say "match this style exactly." Claude pattern-matches on examples far better than it follows abstract style descriptions. This is one of the highest-leverage prompting techniques available.

5. Narrow the scope with explicit exclusions

Claude is thorough by nature — which can mean covering things you don't need. Add a constraint like "only focus on X, ignore Y and Z unless I specifically ask" to keep responses targeted. This is especially useful for research tasks, code reviews, and analysis where you need depth on one thing, not breadth across many things.

6. Use long context windows strategically

Claude can handle extremely long inputs — paste entire documents, codebases, or research papers and ask Claude to work with them. Most people underuse this capability. If you're asking Claude to analyze, summarize, or critique something, give it the full source material rather than trying to summarize it yourself first.

7. Tell Claude what format you want

Claude will match whatever format you specify. If you want bullet points, say so. If you want a table, ask for a table. If you want flowing prose with no headers, specify that. Without format guidance Claude will choose a reasonable default — but your specific needs are almost always better served by specifying the format explicitly.

8. Ask Claude to push back

Unlike some AI models that try to validate everything you say, Claude will challenge you if you ask it to. Phrases like "don't just validate my thinking — tell me what I'm missing" or "steelman the counterargument" will get you more intellectually honest responses that actually improve your thinking.

9. Iterate with follow-ups

Claude maintains context exceptionally well across a conversation. Instead of trying to write one massive perfect prompt, start with a solid prompt and refine with follow-ups. "Make it shorter," "change the tone to be more direct," "add more specific examples" — Claude will apply these changes accurately without losing the work already done.

Want More Expert Prompts?

Promptaholics has 1,642+ free prompts for Claude, ChatGPT, Midjourney and every major AI tool. No signup. No paywall.

Browse the Free Library → 📚 Free Prompting Course
10 new prompts every Monday. Free forever.
Get 10 New Prompts Weekly
Join prompt engineers, creators and founders getting the best AI prompts delivered every Monday. Free forever.
No spam. Unsubscribe anytime.