150+ Best ChatGPT Prompts I Recommend for Productivity, Writing, and More

Tired of generic AI answers? Get 150+ of the best ChatGPT prompts I use for writing, productivity, SEO, and more to get exactly what you need.

David Mills
11 min read
chatgpt prompt cover
chatgpt prompt cover

Getting great results from ChatGPT isn't magic. It's about asking the right questions. The quality of your prompt directly controls the quality of the output, making the difference between generic fluff and a genuinely useful response. A well-crafted prompt can improve your creativity, boost your productivity, and give you far more accurate information.  Below are some of the prompts I personally rely on. Feel free to use and adapt them for your own work.

chatGPT dashboard

Best ChatGPT Prompts for Productivity

ChatGPT can act as a powerful assistant to help you manage your day and streamline your work. Instead of just asking it simple questions, you can use it to organize complex information, automate repetitive tasks, and make better decisions.

Here's a list of prompts I find useful for getting more done:

  1. Summarize this meeting transcript and list the key decisions and action items: [paste in a raw transcript]
  2. Act as a project manager. Create a project plan for [project name]. Include key phases, milestones for each phase, and a timeline for a 3-month project.
  3. Read this email thread and draft a polite but firm response that addresses [specific issue] and proposes [solution].
  4. I have a list of 50 tasks. Categorize them into these four categories: Urgent & Important, Important but Not Urgent, Urgent but Not Important, Not Important & Not Urgent.
  5. Create a daily schedule for me. I am a [your role]. My priorities are [priority 1], [priority 2], and [priority 3]. I have meetings at [time] and [time]. Block out time for deep work and breaks.
  6. I need to make a decision about [decision]. Act as a consultant and list the pros and cons of each option: [Option A] and [Option B].
  7. Generate a professional agenda for a one-hour meeting about [topic]. Include time slots, topics, and the person responsible for each topic.
  8. Draft a follow-up email to a client I met at [event]. Remind them we discussed [topic] and suggest a 15-minute call next week to talk more.
  9. I'm feeling overwhelmed. Here is my to-do list: [paste list]. Help me break down the top 3 most difficult tasks into smaller, manageable steps.
  10. Analyze my weekly schedule: [paste schedule]. Identify any time-wasting activities and suggest more productive alternatives.
  11. Create a template for my weekly progress report. It should include sections for achievements, challenges, and goals for next week.
  12. I need to learn about [topic/skill]. Create a 7-day learning plan, with specific topics and resources to review each day.
  13. Generate 5 different ways to politely say "no" to a request that I don't have time for.
  14. Help me organize my thoughts for a presentation on [topic]. Create a mind map structure I can follow.
  15. Draft a short, professional out-of-office email auto-reply stating I will be gone from [start date] to [end date] and will respond upon my return.

Best ChatGPT Prompts for Learning and Research

You can use ChatGPT as a personal tutor or research assistant to help you understand difficult subjects. It’s great for breaking down complex ideas into simple terms or organizing information for study.

Here's a breakdown of prompts to help with learning:

  1. Explain [complex topic] like I'm a high school student. Use an analogy to help me understand it.
  2. Summarize the key arguments in this article/research paper: [paste text].
  3. Create a study guide for a test on [subject]. Include key concepts, important definitions, and potential short-answer questions.
  4. I'm reading a book about [topic]. Generate 10 quiz questions based on the first three chapters to test my comprehension.
  5. What are the main philosophical differences between [philosopher A] and [philosopher B]? Present the information in a comparison table.
  6. Act as a historian. Describe the events leading up to [historical event] from the perspective of an ordinary citizen living at that time.
  7. I want to learn about [topic]. What are the 5 most important sub-topics I should focus on first?
  8. Translate this sentence into [language] and then explain the grammatical structure: [paste sentence].
  9. Create a timeline of the most important inventions of the 20th century.
  10. I'm struggling to understand the concept of [concept]. Provide three different real-world examples to illustrate how it works.
  11. List the most influential scientific papers related to [field of study].
  12. Act as a debate coach. Give me the strongest arguments for and against [controversial topic].
  13. Generate a list of recommended books, documentaries, and podcasts for someone who wants to learn more about [topic].
  14. Compare and contrast the economic theories of John Maynard Keynes and Friedrich Hayek.
  15. I am studying for a vocabulary test. Give me 10 new words related to [subject], along with their definitions and a sentence using each word.

Best ChatGPT Prompts for Writing

Whether you're facing writer's block or need to polish your text, ChatGPT can be an excellent writing partner. It can help you brainstorm, structure your content, and refine your tone.

Here are some of my go-to prompts for writing tasks:

  1. I'm writing a blog post about [topic]. Generate 10 catchy headline ideas.
  2. Create a detailed outline for an article titled "[Article Title]". Include an introduction, at least 5 main points with sub-points, and a conclusion.
  3. Rewrite this paragraph to have a more [formal/casual/confident] tone: [paste paragraph].
  4. Act as an editor. Proofread the following text for grammar, spelling, and punctuation errors: [paste text].
  5. I'm stuck. Here's what I've written so far: [paste text]. Give me three different ideas for how to continue the story/article.
  6. Generate a compelling introduction for a blog post about the importance of [topic].
  7. Find a better word for "[word]" in this sentence: [paste sentence]. Give me 5 alternatives.
  8. I need an analogy to explain [complex idea]. Can you create one for me?
  9. Write a product description for a [product] that focuses on the benefits, not just the features. The target audience is [audience description].
  10. Create a short, engaging story about a character who learns the importance of [theme].
  11. Condense this 500-word article into a 100-word summary: [paste article].
  12. I'm writing an email to my boss. Is this text clear and professional? [paste email draft]. Suggest improvements.
  13. Generate a list of 20 power words I can use in a sales page for a [type of product].
  14. Take these bullet points and turn them into a well-written paragraph: [paste bullet points].
  15. Write a strong call to action for a blog post that encourages readers to subscribe to a newsletter.

Best ChatGPT Prompts for Coding

For developers, ChatGPT can be a huge help in speeding up the coding process. You can use it to write functions, debug errors, explain code, and even translate between languages.

Here are some useful prompts for coding:

  1. Explain what this code does in simple terms: [paste code snippet].
  2. Write a Python function that takes a list of URLs and checks each one for a 200 status code.
  3. I'm getting this error message: [paste error message]. Here is my code: [paste code]. What is the likely cause of the error and how can I fix it?
  4. Convert this JavaScript code to Python: [paste JavaScript code].
  5. Generate a regular expression (regex) that validates an email address.
  6. Write documentation for this function. Explain what it does, its parameters, and what it returns: [paste function].
  7. Act as a code reviewer. Review this code for potential bugs, performance issues, and adherence to best practices: [paste code].
  8. Give me an example of how to use the [specific library or framework] to accomplish [specific task].
  9. Write a set of unit tests for this function to cover the main use cases and edge cases: [paste function].
  10. I need to connect to a MySQL database in Node.js. Provide the boilerplate code for making a connection and running a simple query.
  11. Generate a sample Dockerfile for a simple web application built with [framework].
  12. What are some common security vulnerabilities I should be aware of when writing SQL queries?
  13. Refactor this code to make it more readable and efficient: [paste code].
  14. Write a shell script that finds all files larger than 100MB in a directory and moves them to an 'archive' folder.
  15. Create a simple HTML and CSS template for a personal portfolio website.

Best ChatGPT Prompts for SEO

ChatGPT is a powerful tool for search engine optimization, from keyword research to content strategy. It can help you identify content gaps, optimize on-page elements, and structure your content for search engines.

Here are some prompts that are very effective for SEO tasks:

  1. Act as an SEO specialist. Generate a list of 15 long-tail keywords related to the main topic "[main keyword]". Group them into semantic clusters.
  2. Create a content brief for a blog post targeting the keyword "[target keyword]". Include a target word count, H2/H3 headings, and LSI keywords to include.
  3. Write five different meta descriptions (under 155 characters) for a page with the title "[Page Title]" and the target keyword "[keyword]".
  4. Generate a list of 10 frequently asked questions (FAQs) about "[topic]". This is great for creating FAQ schema.
  5. I have a main topic "[pillar topic]". Suggest 5-7 sub-topics (spokes) that could form a topic cluster around it.
  6. Analyze this page title for SEO: "[Page Title]". Suggest 3 better alternatives.
  7. Give me a list of entities and topics I should mention in an article about "[subject]" to demonstrate topical authority.
  8. Create an internal linking strategy for my new blog post "[New Post Title]". Here are some of my existing articles: [list of article titles and URLs]. Suggest where I should place links.
  9. Write an SEO-friendly URL slug for an article titled "[Article Title]".
  10. Act as a technical SEO. Create a robots.txt file that blocks the /admin/ directory but allows all other crawlers.
  11. I'm doing competitor analysis. Here is a competitor's article: [paste competitor URL or text]. What topics did they cover that I should also include in my article?
  12. Generate schema markup (in JSON-LD format) for a "HowTo" article about [topic].
  13. What is the search intent (informational, commercial, navigational, transactional) for the keyword "[keyword]"?
  14. Create a disavow file format for these spammy domains: [list of domains].
  15. Suggest 10 link-building ideas for a website in the [your niche] niche.

Best ChatGPT Prompts for Business and Work

Beyond individual productivity, ChatGPT can help with broader business functions like marketing, sales, and strategy. It can generate copy, help you prepare for meetings, and even draft business plans.

Here are some prompts to use for business and work:

  1. Write three variations of a Facebook ad copy for a [product/service]. The target audience is [audience description].
  2. Draft a cold email to a potential client in the [industry] industry, introducing my company's [service] and asking for a brief meeting.
  3. Act as a business strategist. Outline the key sections of a business plan for a new [type of business].
  4. I have a job interview for a [job title] position. Generate a list of 10 common interview questions for this role and help me practice my answers.
  5. Write a script for a 30-second video promoting my new [product].
  6. Create a survey with 5 questions to gather customer feedback on our [product/service].
  7. Draft a professional response to a negative customer review that is apologetic but also solution-oriented.
  8. Generate 5 content ideas for a LinkedIn profile to position myself as an expert in [your field].
  9. I need to write a performance review for an employee who excels at [positive trait] but needs to improve on [area for improvement]. Help me phrase the feedback constructively.
  10. Create a SWOT analysis (Strengths, Weaknesses, Opportunities, Threats) for a company in the [industry] industry.
  11. Draft a press release announcing our company's new product launch: [product name].
  12. What are some key performance indicators (KPIs) I should track for a social media marketing campaign?
  13. Help me brainstorm a unique selling proposition (USP) for my [business type].
  14. Write a follow-up sales email for a lead who has not responded to my first email.
  15. Generate a company values statement that emphasizes [value 1], [value 2], and [value 3].

Fun ChatGPT Prompts

Sometimes you just want to see the creative and entertaining side of AI. These prompts are great for experimentation, creative writing, or just having a little fun.

Here are some fun prompts to try:

  1. Write a short song about [topic] in the style of [musical artist].
  2. I have [ingredient 1], [ingredient 2], and [ingredient 3] in my fridge. Create a unique recipe for me.
  3. Plan a 5-day trip itinerary to [city]. Include a mix of tourist attractions and local hidden gems.
  4. Write a short story about a detective who is also a talking dog.
  5. Act as a text-based adventure game. You are the dungeon master. Start by describing the scene in a dark forest.
  6. Explain the plot of the movie [movie title] badly.
  7. Write a poem about procrastination.
  8. If animals could talk, what would a squirrel complain about most?
  9. Generate a list of 5 ridiculous startup ideas that would never work.
  10. Imagine you are an alien visiting Earth for the first time. Describe a common object, like a toaster, from your perspective.
  11. Write a movie scene where two historical figures, like Albert Einstein and Cleopatra, meet in a modern-day coffee shop.
  12. Give me a motivational speech in the voice of a drill sergeant.
  13. Create a new superhero with a completely useless superpower.
  14. Rewrite the first paragraph of a famous novel in the style of a different author.
  15. Tell me a dad joke about computers.

ChatGPT Prompt Limitations

ChatGPT is a powerful tool, but it's not perfect. Understanding its limitations is key to using it effectively and responsibly. It’s not a search engine, and it can be confidently wrong about facts, dates, and figures. It can also have biases based on the data it was trained on. Finally, it may "hallucinate" and invent sources or information that seem plausible but are completely false. Always fact-check important information.

Related: Claude vs. ChatGPT

How to Customize ChatGPT Prompts for Better Results

The best prompts are ones you customize for your specific needs. Simply giving more direction and context can massively improve the quality of the answers you receive.

Here are a few tips to get better results from your prompts:

  • Provide context: Don't just ask a question. Tell ChatGPT who you are, who the target audience is, and what your ultimate goal is. For example, "I am a small business owner writing a blog post for other entrepreneurs."
  • Assign a persona: Start your prompt by telling it who to be. "Act as an expert SEO," "You are a professional copywriter," or "You are a helpful tutor." This sets the tone and expertise level for the response.
  • Specify the format: If you want the output in a specific format, just ask for it. You can ask for a table, bullet points, a numbered list, a specific number of paragraphs, or even code blocks.
  • Use examples: This is a powerful technique. Give it an example of what you want. For instance: "Rewrite this sentence in a more active voice. Example: 'The ball was hit by John' should become 'John hit the ball'. Now, rewrite this: [your sentence]."
  • Iterate and refine: The first response is rarely the final one. Treat it as a conversation. Ask it to "expand on point 3," "make it shorter," "try again with a more formal tone," or "replace the jargon with simpler terms."

Mistakes to Avoid When Prompting ChatGPT

Just as there are good prompting techniques, there are also common mistakes that lead to poor or unhelpful results. Avoiding these pitfalls will save you time and frustration.

Here are some mistakes to watch out for:

  • Being too vague: A prompt like "write about cars" is too broad. A better prompt is "write a 500-word blog post comparing the fuel efficiency of the 2024 Honda Civic and Toyota Corolla for a budget-conscious buyer."
  • Asking leading or biased questions: If you phrase a question in a way that suggests a desired answer, ChatGPT will often give you that answer. Try to ask neutral questions to get more objective information.
  • Trusting everything it says: This is the biggest mistake. Always assume the information could be wrong, especially with facts, statistics, or current events. Use it as a starting point, not a final source.
  • Using one giant prompt for a complex task: If you have a multi-step task, break it down. Ask it to do the first step, review the output, and then give it the next prompt. This gives you more control and usually produces a better final result.

Summary

The secret to getting the most out of ChatGPT lies in the art of the prompt. A clear, specific, and context-rich prompt is the difference between a generic answer and a tailored solution. By focusing on providing context, assigning roles, and specifying formats, you can turn ChatGPT from a simple chatbot into a powerful assistant for almost any task.

Remember to experiment with different approaches and refine your prompts based on the results. Be sure to check out my full review of prompts earlier in this post for more details and a further breakdown.