Most people use ChatGPT like a search engine — they type a short question and accept whatever comes back. Power users applying ChatGPT prompt engineering techniques for beginners and experts alike know that output quality is almost entirely determined by input quality. A well-constructed prompt turns an average AI response into something genuinely useful. A vague prompt produces exactly what you'd expect: something vague.
We've curated 50 of the best ChatGPT prompts for productivity, writing, and creative work that consistently produce excellent results across the most common use cases. These aren't generic templates — they're specific, tested, and structured to get ChatGPT working at its best. Copy them, adapt them, and add them to your personal prompt library.
How to Write Better Prompts
Before the prompts, a few principles that make everything else work better:
1. Give ChatGPT a role. Start with "You are an expert [X]..." This primes the model to respond from a specific frame of reference, which dramatically improves relevance and quality.
2. Specify the format. Tell ChatGPT exactly what you want: "Give me a bulleted list", "Write this as a formal email", "Provide a table with columns for X, Y, and Z". Ambiguity leads to generic responses.
3. Include relevant context. The more context you give, the more tailored the output. Include your audience, the purpose of the content, the tone you want, and any constraints.
4. Iterate. Your first prompt is rarely your final prompt. Follow up with refinements: "Make it more concise", "Add a stronger call to action", "Rewrite the second paragraph to be less formal".
5. Use examples. "Write something like this: [example]" consistently produces better results than describing what you want in the abstract.
Writing Prompts
1. Blog post outline:
"You are an experienced content strategist. Create a detailed blog post outline for the topic '[topic]' targeting [audience]. Include: a compelling headline, 5-7 main sections with 2-3 subpoints each, a strong introduction hook, and a conclusion with a clear CTA. The post should rank for '[target keyword]'."
2. Email subject line generator:
"Write 10 email subject lines for an email about [topic] going to [audience]. Mix 3 styles: curiosity gap, direct benefit, and question-based. Each should be under 50 characters and avoid spam trigger words."
3. Edit for clarity:
"You are an expert editor. Rewrite the following text to be clearer, more concise, and more engaging, while preserving the original meaning and voice. Remove filler words, simplify complex sentences, and ensure each paragraph makes one clear point. Here is the text: [paste text]"
4. Write in a specific tone:
"Write a [type of content] about [topic] in the style of [reference writer/brand]. The tone should be [specific tone: warm and conversational / authoritative and data-driven / casual and witty]. Target audience: [audience]."
5. Product description:
"Write a compelling product description for [product name]. Key features: [list features]. Target customer: [description]. Tone: [tone]. Length: 100-150 words. End with a benefit-focused sentence that encourages purchase."
6. Cover letter framework:
"Help me write a cover letter for a [job title] role at [company]. My relevant experience: [brief summary]. Key skills to highlight: [skills]. The job posting emphasizes [key requirement]. Keep it to 3 paragraphs: a strong opening, specific evidence of fit, and a confident close."
7. Summarize a long text:
"Summarize the following [document type] into 5 bullet points. Each bullet should be one sentence and capture a key insight, decision, or finding. Prioritize actionable information over background context. Here is the text: [paste text]"
8. Social media caption:
"Write 5 Instagram captions for a post about [topic] for a [brand/niche] account. Each caption should use a different angle (storytelling, question, statistics, bold statement, behind-the-scenes). Include 3-5 relevant hashtags per caption. Tone: [tone]."
9. Improve a specific paragraph:
"Rewrite this paragraph to be more compelling and persuasive. Keep the same core information but make it more engaging, clearer, and more action-oriented: [paste paragraph]"
10. Newsletter intro:
"Write 3 different opening paragraphs for a newsletter about [topic]. Each should use a different hook: (1) a surprising statistic, (2) a relatable pain point, (3) a thought-provoking question. Keep each under 60 words and make them feel personal and direct."
Business Prompts
11. Competitor analysis:
"Analyze [competitor name] as a business. Cover: their apparent target market, core value proposition, pricing strategy, key strengths, likely weaknesses, and what they do better than most competitors in [industry]. Base your analysis on what is publicly available and known about this company."
12. SWOT analysis:
"Conduct a SWOT analysis for [business/idea]. Context: [brief description]. For each quadrant, provide 4-5 specific, evidence-based points. Conclude with the most important strategic implication of this analysis."
13. Write a business proposal:
"Help me write a business proposal for [service/project] to [client/company type]. Include: executive summary, problem statement, proposed solution, scope of work, timeline, pricing overview, and next steps. Tone: professional but approachable. Length: approximately 500 words."
14. Job posting:
"Write a job posting for a [job title] at a [company description]. Required qualifications: [list]. Nice to have: [list]. Responsibilities: [list]. Culture note: [describe culture]. Make it welcoming to diverse candidates and avoid unnecessarily exclusive language."
15. Meeting agenda:
"Create a structured agenda for a [duration] meeting about [topic] with [participants]. Include: pre-meeting prep items, agenda items with time allocations, a clear decision we need to reach, and post-meeting action item format."
16. Pricing strategy analysis:
"I'm pricing [product/service] for [target market]. My costs are approximately [X]. Competitors charge [range]. Help me think through 3 different pricing strategies (value-based, competitive, cost-plus), their tradeoffs, and which makes most sense given my situation."
17. Difficult email response:
"Help me write a professional response to this email. The sender is [relationship] and they're [describe situation/complaint]. I want to: acknowledge their concern, explain [my position], and [desired outcome]. Tone should be firm but empathetic. Here is their email: [paste email]"
18. Brainstorm business names:
"Generate 20 business name ideas for a [type of business] that [what it does]. Target audience: [description]. The name should feel [adjectives: modern/trustworthy/playful/premium]. Avoid names that are difficult to spell, too generic, or that might be trademarked."
19. Executive summary:
"Write a one-page executive summary of the following document for a senior audience with limited time. Focus on: what problem this addresses, the key recommendation, the supporting evidence, and what decision needs to be made. Here is the document: [paste content]"
20. Customer persona:
"Create a detailed customer persona for [product/service]. Based on what you know about this market, describe their demographics, goals, frustrations, purchasing behavior, information sources, and objections to buying. Name the persona and write it in a way that feels like a real person."
Coding Prompts
21. Explain code:
"Explain what the following code does, line by line. After the explanation, identify any potential bugs, edge cases, or performance issues. Suggest one or two improvements if relevant. Code: [paste code]"
22. Debug an error:
"I'm getting this error in [language/framework]: [paste error message]. Here is the relevant code: [paste code]. What's causing this error and what's the fix? Explain why the fix works."
23. Write a function:
"Write a [language] function that [what it should do]. Input: [input description]. Output: [output description]. Include: input validation, error handling, comments explaining the logic, and a simple usage example."
24. Convert between languages:
"Convert the following [source language] code to [target language]. Preserve all functionality and add comments where the translation requires a significantly different approach. Here is the original code: [paste code]"
25. Write unit tests:
"Write comprehensive unit tests for the following function using [testing framework]. Cover: happy path, edge cases, error conditions, and boundary values. Here is the function: [paste code]"
26. SQL query:
"Write a SQL query that [describe what it needs to do]. The relevant tables are: [describe schema briefly]. The query should be optimized for performance and include comments explaining any complex joins or subqueries."
27. Refactor for readability:
"Refactor the following code for better readability and maintainability. Apply best practices for [language], use meaningful variable names, extract repeated logic into functions, and add clear comments. Keep functionality identical. Code: [paste code]"
28. Regex pattern:
"Write a regex pattern that matches [describe what it should match] but does not match [what it should not match]. Provide: the pattern, a brief explanation of each component, and 5 example strings that should and should not match."
29. API documentation:
"Write clear API documentation for the following endpoint. Include: description, HTTP method, URL, request parameters (with types and whether required), request body schema, response schema, example request, example response, and possible error codes. Endpoint: [paste endpoint details]"
30. Architecture advice:
"I'm building [describe what you're building]. Current setup: [describe]. I need to [describe goal]. What architecture approach would you recommend and why? Include tradeoffs of the main options and any specific concerns I should plan for."
Creativity Prompts
31. Short story premise:
"Generate 5 unique short story premises in the [genre] genre. Each premise should: introduce a compelling protagonist, establish a specific conflict, hint at the stakes, and suggest an interesting thematic question. Make them original — avoid common tropes."
32. Character development:
"Help me develop a character for [story context]. The character is [basic description]. Generate: their core motivation, their fatal flaw, a formative backstory event, how they speak, what they want vs. what they need, and how they might change through the story."
33. Worldbuilding:
"Help me build the world for a [genre] story. Focus on: the political structure, economic system, key conflict or tension in this world, how technology/magic works, the social hierarchy, and one surprising detail that makes this world feel fresh."
34. Poem on demand:
"Write a [poem type: sonnet/free verse/haiku/ballad] about [topic]. Tone: [tone]. Include at least one unexpected metaphor and avoid clichés. The poem should evoke [specific emotion or image]."
35. Brainstorm creative concepts:
"Brainstorm 15 creative concepts for [project type: a brand campaign/product name/art series/video concept] around the theme of [theme]. Push for variety — include ideas that are unexpected, experimental, or unconventional alongside more traditional approaches."
36. Brand story:
"Write a brand origin story for [brand/company] that is authentic, human, and compelling. The story should: explain why this business exists, the problem it solves for real people, and what makes it different. Avoid corporate language. Length: 200-250 words."
37. Satirical take:
"Write a satirical take on [topic] in the style of [publication/writer]. The satire should be sharp but not mean-spirited, and should illuminate a real truth about the subject. Aim for a tone that's witty rather than angry."
38. Creative brief:
"Create a detailed creative brief for [project: a brand video/photo shoot/design campaign]. Include: objective, target audience, key message, tone and mood, visual direction, deliverables, and examples of reference work that captures the desired feel."
39. Dialogue writing:
"Write a scene of dialogue between [Character A] and [Character B] in which they discuss [topic] while actually arguing about [subtext]. Character A wants [goal]. Character B wants [different goal]. The scene should feel natural and reveal character without stating anything directly."
40. Tagline variations:
"Write 15 tagline options for [brand/product/campaign] with the core message: [message]. Vary the style: some short and punchy, some benefit-focused, some emotional, some surprising. Avoid buzzwords and anything that sounds generic."
Productivity Prompts
41. Daily planning:
"Help me plan my day. I have these tasks: [list tasks]. My highest-priority goal today is [goal]. I have [X] hours of focused work time. Suggest a time-blocked schedule that protects deep work time, batches similar tasks, and accounts for likely interruptions. Include buffer time."
42. Weekly review template:
"Create a weekly review template I can fill out every Sunday. It should prompt me to: reflect on what went well and why, identify what I'd do differently, review progress against my top 3 goals, plan the most important tasks for next week, and capture any unresolved open loops."
43. Turn notes into action items:
"Review the following meeting notes and extract: (1) all action items with owners and deadlines if mentioned, (2) key decisions made, (3) unresolved questions that need follow-up, (4) a one-paragraph summary. Here are the notes: [paste notes]"
44. Delegate more effectively:
"I need to delegate [task description] to [person/team]. Help me write clear delegation instructions that include: what needs to be done and why, success criteria, timeline, available resources, how to handle blockers, and how/when to check in."
45. Learn a new concept fast:
"Explain [concept] to me as if I have no background in it. Use an analogy to something more familiar, walk me through the core idea in 3 steps, give me a concrete real-world example, and tell me the most common misconception beginners have."
46. Build a reading list:
"Recommend 10 books on [topic] for someone who [describe level: is a complete beginner / has intermediate knowledge / wants to go deep]. For each book, give a one-sentence description of what makes it valuable and who specifically will get the most from it."
47. Prepare for a difficult conversation:
"Help me prepare for a conversation with [person] about [topic]. My goal is [outcome]. The potential objections or reactions I anticipate: [list]. Help me think through how to open the conversation, how to make my point clearly, how to handle the likely pushback, and how to end constructively."
48. Decision framework:
"I'm deciding between [Option A] and [Option B] for [context]. Help me think through this systematically. Walk me through: the key criteria for this decision, how each option scores on those criteria, what I might be overweighting or underweighting, and what I'd need to believe for each option to be correct."
49. Research summary:
"Summarize what is currently known about [topic]. Cover: the main consensus view, the most important uncertainties or debates, the most relevant recent developments, and the key practical implications. Keep it to 300-400 words and use plain language."
50. End-of-day review:
"Help me do a quick end-of-day review. I'll tell you what I worked on today: [list]. Ask me 5 reflection questions that will help me identify: what I accomplished, what to carry forward, what I learned, and how I can be more effective tomorrow. Make the questions specific, not generic."