Most people type a single sentence into ChatGPT and wonder why the output sounds like a generic Wikipedia entry. The problem is not the model. The problem is the prompt.
A well-structured prompt turns ChatGPT from a vague chatbot into a focused assistant that writes product descriptions, builds marketing plans, analyzes competitors, and generates code. This guide gives you 30+ prompts you can copy right now, organized by the work you actually do.
Every high-quality prompt has four parts:
Here is the difference in practice:
Bad prompt:
Write a product title for my candle.
Good prompt:
You are a senior e-commerce copywriter. I sell handmade soy candles on Etsy, priced $15-$30. My target customers are women aged 25-40 who care about natural ingredients. Write 5 product title options for my new lavender candle. Each title should be under 80 characters, include the word "soy," and sound premium without being pretentious. Return as a numbered list.
The second prompt produces titles you can actually use. The rest of this guide follows this structure: every prompt gives ChatGPT a role, context, task, and format.
You are a content strategist for a [industry] company. Our target audience is [audience]. Create a detailed blog post outline for the topic "[topic]." Include an H1 title (under 60 characters), 5-7 H2 sections, 2-3 bullet points per section describing what to cover, and a suggested meta description (under 155 characters).
You are a social media manager. Write a [platform] caption for this post: [describe the post or attach image context]. The tone should be [casual/professional/witty]. Include a hook in the opening line, keep it under [character limit], and end with a call to action. Add 5 relevant hashtags.
You are an email marketing specialist. I am sending a [type: newsletter/promotion/welcome] email to [audience]. The email is about [topic]. Write 10 subject line options. Half should use curiosity, half should use a direct benefit. Keep each under 50 characters. Flag which ones you expect to have the highest open rate and why.
You are a conversion copywriter. Write a product description for [product name]. Price: [price]. Target buyer: [persona]. The description should be 150-200 words, lead with the top benefit (not a feature), include 3 bullet points of key specs, and end with a soft CTA. Avoid superlatives.
Take the following text and rewrite it in a [professional/casual/humorous/formal] tone. Keep the core message identical but adjust vocabulary, sentence length, and rhythm to match the new tone. Here is the text: [paste text]
Write a meta description for a blog post titled "[title]." The post is about [brief summary]. Target keyword: "[keyword]." Keep it between 120-155 characters, include the keyword naturally, and make it compelling enough to click. Write 3 variations.
I have a 2,000-word blog post about [topic]. Repurpose it into: (1) a Twitter/X thread of 8-10 tweets, each under 280 characters; (2) a LinkedIn post of 200 words; (3) three Instagram carousel slide headlines. Maintain the core argument but adapt the tone for each platform. Here is the original post: [paste text]
You are a growth marketer. I need to A/B test headlines for a landing page about [product/offer]. Write 5 headline pairs (version A and version B). Version A should focus on benefits, version B on pain points. Each headline should be under 10 words.
You are an SEO specialist. Here is a list of 30 keywords related to [topic]: [paste keywords]. Group them into clusters based on search intent (informational, navigational, transactional, commercial). For each cluster, suggest a content piece type (blog post, comparison page, landing page, FAQ) and a working title.
You are a content strategist. My website covers [your niche]. My top 3 competitors are [competitor URLs]. Based on common topics in this niche, list 10 content topics that my competitors likely cover but I probably don't. For each topic, suggest a unique angle I could take to differentiate.
Write an SEO-optimized title tag and meta description for a page about [topic]. Primary keyword: "[keyword]." Secondary keywords: "[kw2], [kw3]." The title must be 50-60 characters. The meta description must be 120-155 characters. Write 3 options for each, ranked by expected CTR.
You are a paid media strategist. I am running [Facebook/Google/LinkedIn] ads for [product/service]. Target customer: [persona]. Budget: [$X/month]. Suggest 5 audience targeting combinations including demographics, interests, behaviors, and lookalike suggestions. For each combination, explain why it would work for this product.
You are a marketing director. We are launching [product/feature] in [timeframe]. Target audience: [persona]. Budget: [$X]. Generate a marketing campaign plan that includes: campaign theme/tagline, 3 content pieces, 2 paid ad concepts, 1 email sequence outline, and suggested KPIs to track.
Analyze the following competitor ad copy: "[paste ad text]." Break down: (1) what hook they are using, (2) what pain point they address, (3) their CTA strategy, (4) what assumptions they make about the audience. Then write a counter-ad for my product [product] that addresses the same audience but positions us differently.
You are an email marketing strategist. Build a [3/5/7]-email welcome sequence for new subscribers to [product/service]. For each email, provide: subject line, send timing (days after signup), the single goal of that email, a 50-word summary of the content, and the CTA. The tone should be [tone].
You are an Amazon listing specialist. Write 5 optimized product titles for [product]. Include: brand name, key material/feature, size/quantity, and primary use case. Each title should be under 200 characters and front-load the most searched terms. Target keywords: [keywords].
Write 5 Amazon-style bullet points for [product]. Each bullet should: start with a capitalized benefit phrase (3-5 words), follow with a supporting detail, and be under 250 characters. Focus on: [feature 1], [feature 2], [feature 3], [feature 4], [feature 5].
Here are 20 customer reviews for [product]: [paste reviews]. Summarize the key themes: (1) top 3 things customers love, (2) top 3 complaints, (3) features mentioned most often, (4) common use cases, (5) suggested improvements based on feedback patterns.
You are a pricing consultant. My product is [product] priced at [price]. Competitors price similar products at [comp prices]. Analyze whether my pricing is positioned as budget, mid-range, or premium. Suggest 3 pricing strategies (penetration, value-based, psychological) with specific price points and expected impact on conversion.
Generate 10 frequently asked questions for [product/service]. For each FAQ, write a concise answer (2-3 sentences). Focus on: shipping, returns, compatibility, sizing, usage instructions, and comparisons to alternatives. Tone: helpful and direct.
You are a CRO specialist. My customer just added [product A] to their cart. Suggest 3 cross-sell products with a one-line pitch for each. Then suggest 1 upsell option (premium version or bundle) with a 2-sentence value proposition explaining why the upgrade is worth it.
My e-commerce store sells [product category]. List the top 5 reasons customers hesitate before purchasing. For each objection, write a 1-2 sentence response I can place on the product page, FAQ, or checkout flow to reduce friction.
You are a retail marketing manager. Write promotional copy for [product] for [holiday/season]. Include: a campaign tagline (under 10 words), a hero banner headline, a 3-sentence product pitch, an email subject line, and a social media caption. Tone: [festive/urgent/warm].
Review the following [language] code for bugs, performance issues, and readability. Suggest specific improvements with code examples. Rate the overall quality on a scale of 1-10 and explain your rating. Here is the code: [paste code]
Write a regex pattern that matches [describe what you want to match]. Test cases that should match: [examples]. Test cases that should NOT match: [examples]. Provide the pattern, a brief explanation of each component, and sample code in [language] showing how to use it.
I have a database with these tables: [describe schema]. Write a SQL query that [describe what you need]. Use JOIN if multiple tables are involved. Add comments explaining each part of the query. Optimize for readability over performance unless I specify otherwise.
Here are the raw notes from a [type] meeting: [paste notes]. Create a structured summary with: (1) key decisions made, (2) action items with owners and deadlines, (3) open questions, (4) next meeting agenda items. Keep it under 300 words.
I have a Google Sheet / Excel with these columns: [describe columns]. I need a formula that [describe the calculation]. The formula should handle: empty cells, text values in number columns, and dates in [format]. Explain what each part of the formula does.
Here is an email I received: [paste email]. Draft 3 reply options: (1) a short, direct reply (under 50 words), (2) a detailed reply addressing each point, (3) a diplomatic reply if the email is confrontational. My goal in responding is [your goal].
Write a [Python/JavaScript/Bash] script that [describe the task]. Requirements: [list requirements]. The script should handle errors gracefully, include comments, and print progress to the console. If external libraries are needed, list them at the top.
Generate API documentation for the following endpoint: [describe endpoint, method, params, response]. Include: endpoint URL, HTTP method, request headers, request body (with example JSON), response body (with example JSON), error codes, and a curl example.
Explain [concept] as if I have zero background in [field]. Use everyday analogies, avoid jargon, and break it down into 3-5 key ideas. After the explanation, give me 3 questions I should ask to deepen my understanding.
Compare [topic A] and [topic B] across these dimensions: [list 4-6 dimensions]. Present the comparison as a table. After the table, write a 100-word summary of when to choose each option. Be specific with examples, not generic.
I want to learn [subject/skill] from scratch. I can dedicate [X hours/week] for [Y weeks]. Create a week-by-week study plan. For each week, list: the topic to cover, 1-2 recommended resources (books, courses, articles), a hands-on exercise, and a milestone to hit before moving on.
I am researching [topic] for a [paper/report/presentation]. Summarize the key debates, schools of thought, and recent developments in this area. Structure it as: (1) background, (2) key frameworks or models, (3) areas of agreement, (4) areas of disagreement, (5) gaps in current research.
List the pros and cons of [decision/option]. For each pro/con, rate the impact on a scale of 1-5 and explain why. At the end, give a recommendation based on the analysis. Context: [provide relevant context about your situation].
Explain the following code line by line. What does it do? What are the inputs and outputs? Are there any potential bugs or edge cases? Suggest one improvement. Here is the code: [paste code]
Summarize [book title / article title] in 500 words. Structure: (1) the core argument in one sentence, (2) the 3 most important ideas, (3) the strongest piece of evidence the author uses, (4) the weakest argument or gap, (5) three takeaways I can apply immediately.
These three techniques work on top of any prompt in this guide.
Add "Think through this step by step before giving your answer" to any complex prompt. This forces ChatGPT to reason through the problem instead of jumping to a surface-level answer. Works especially well for strategy, analysis, and debugging prompts.
Example add-on:
Before writing the final output, walk me through your reasoning: what factors are you considering, what tradeoffs exist, and why you chose this approach.
Give ChatGPT 1-2 examples of the output you want before asking it to generate new content. This is the single most effective way to control tone, format, and quality.
Example add-on:
Here is an example of the style I want: [paste example]. Now write a new one following the same pattern for [your topic].
Treat your conversation like a feedback loop. After the initial output:
Three rounds of refinement consistently produce better results than one all-in-one prompt attempt.
You have your prompts. Your workflow is dialed in. But what happens when your team of 5 people all need access to the same premium prompt tools?
Tools like AIPRM Pro, PromptBase, and FlowGPT Pro charge per user. A 5-person team can easily spend $50-$100/month just on prompt tool subscriptions. And sharing login credentials the old-fashioned way creates problems: multiple IPs trigger security flags, concurrent logins cause session conflicts, and accounts get banned.
DICloak solves this. It is an antidetect browser designed for safe multi-account access, and it works just as well for sharing prompt tool subscriptions across a team.
Here is how it works:
The result: one subscription, shared safely across your team, with no bans and no login headaches.
The prompts in this guide cover content writing, marketing, SEO, e-commerce, coding, learning, and team collaboration. Copy the ones relevant to your work, adjust the bracketed variables, and start getting better outputs from ChatGPT today.
Bookmark this page. The best prompt is the one you actually use.