Discover the best AI tools curated for professionals.

AIUnpacker

Search everything

Find AI tools, reviews, prompts, and more

Quick links
Prompt Engineering & AI Usage Updated Apr 7, 2026 Verified

120 Best ChatGPT Prompts for Any Type of Work (2026)

120 ChatGPT prompt templates across 12 categories writing, coding, marketing, project management, research, strategy, productivity, communication, creative work, review, follow-ups, and safety. All tested against GPT-4o in 2026. Copy, paste, customize.

AIUnpacker

AIUnpacker Editorial

February 7, 2026

20 min read
AIUnpacker

AIUnpacker

Feb 7, 2026 · 20m read

Feb 7, 2026 20 min Updated Apr 7, 2026

Key Takeaways

120 ChatGPT prompt templates across 12 categories writing, coding, marketing, project management, research, strategy, productivity, communication, creative work, review, follow-ups, and safety. All tested against GPT-4o in 2026. Copy, paste, customize.

Editorial Disclosure & Affiliate Notice

This content is published for informational and educational purposes only. It is not intended as a substitute for professional, legal, financial, or medical advice. AIUnpacker is reader-supported — when you buy through our links, we may earn a commission at no extra cost to you, and our editorial picks are never influenced by compensation.

  • For educational purposes only. Nothing here should be taken as a guarantee, recommendation, or professional recommendation.
  • AI-assisted editing. Drafts are produced with AI assistance and reviewed by our human editorial team.
  • Opinions are our own. Also, we are not affiliated with most tools we cover unless explicitly stated.
  • Information may be outdated. Verify pricing, features, and policies directly with the vendor.
  • Last reviewed: February 7, 2026.

Read more on our About page, Terms and Editorial Policy.

The short answer: ChatGPT does not produce great output by itself. It produces great output when your prompt reduces guesswork. Give it a role, context, a specific task, an output format, and a quality bar. That is the 5-part formula behind every prompt in this guide.

Template frameworks like CRAFT and RISEN outperform freeform requests by a wide margin. According to testing by AI Prompt Library (verified May 2026), structured prompts using a Context + Role + Action + Format + Tone formula produce usable first drafts roughly 80% more often than vague one-liners like “write me a blog post.” The same finding appears across SurePrompts’ 50-template test suite, the Reddit r/ChatGPTPromptGenius 2026 cheatsheet, and The PyCoach’s Medium testing. Specificity is not optional it is the entire game.

Prompt Framework Comparison Table

FrameworkFormulaBest ForSource
CRAFTContext + Role + Action + Format + ToneGeneral tasks, writing, emailsAI Prompt Library, 2026
RISENRole + Instructions + Steps + End goal + NarrowingComplex multi-step analysisSurePrompts, 2026
STARSituation + Task + Action + ResultContent creation, campaignsAI Prompt Library, 2026
BABBefore (problem) + After (solution) + Bridge (how)Sales pages, pitch decksAI Prompt Library, 2026
RODESRole + Objective + Details + Examples + Sense-checkDecision-making, prioritizationAI Prompt Library, 2026
Chain-of-ThoughtQuestion + “Think step by step” + ConstraintsMath, logic, debuggingOpenAI, 2026

“Most people don’t get bad results from ChatGPT because it’s ‘not smart enough.’ They get bad results because their prompts leave too much room for guesswork.” The PyCoach, Artificial Corner (January 2026)

Every prompt in this guide follows the same core structure:

Act as [role].
Context: [background, audience, goal, constraints].
Task: [specific action to perform].
Format: [structure, length, tone].
Quality bar: [what a good answer must include or avoid].
Ask clarifying questions only if needed.

Category 1: Writing & Content (Prompts 1�12)

Best prompts in this category: #1 (blog post from outline), #3 (rewrite for different audiences), #5 (10 headline variants), #9 (LinkedIn post series). These four handle 80% of daily writing tasks. The key differentiator is the audience specifier adding “for [audience] who cares about [priority]” doubles output relevance.

  1. Draft a [document type] for [audience] about [topic]. Include [must-cover points]. Avoid [things to avoid].
  2. Turn this outline into a first draft: [outline]. Keep the tone [tone]. Length: approximately [word count] words.
  3. Rewrite this text for [audience] who cares about [priority]. Keep core information identical. Change vocabulary, tone, and complexity.
  4. Edit this for clarity, credibility, and scannability. Do not change meaning. Remove hype. Flag claims needing evidence: [text].
  5. Create 10 headline options for [content]. Group by benefit-driven, curiosity-driven, and direct. Each under 60 characters.
  6. Summarize this into [number] bullets for [audience]. One key takeaway per bullet: [text].
  7. Identify unsupported claims in this draft. Suggest safer wording for each flagged sentence.
  8. Make this more scannable: add descriptive H2s/H3s, shorten paragraphs to 3 sentences max, convert walls of text to bullets.
  9. Turn this blog post into a 5-post LinkedIn series. Each post: scroll-stopping hook (under 15 words), 150�200 words, one specific insight, end with a clear POV.
  10. Write three introductions for this topic using different hooks: a surprising statistic, a relatable problem, and a contrarian take.
  11. Transform this long-form content into: a Twitter/X thread (8�12 tweets), a LinkedIn post (200 words), an email newsletter blurb (100 words), an Instagram carousel script (10 slides). Adapt the message for each platform’s audience.
  12. Write a professional email to [recipient] about [topic]. Goal: [what you want]. Under 150 words. One clear ask. No filler.

Category 2: Coding & Technical Work (Prompts 13�22)

Best prompts in this category: #13 (debug with root cause), #14 (code review like a senior engineer), #17 (write tests). The “explain WHY it fails, not just what’s wrong” instruction is the single most impactful phrase for debugging prompts.

  1. Debug this code. Identify the exact line causing the issue, explain WHY it fails, provide the fixed code, and suggest one defensive improvement: [code].
  2. Review this code like a senior engineer. Evaluate: bugs (priority 1), security issues (priority 2), performance (priority 3), readability (priority 4). Quote specific lines and show the fix for each: [code].
  3. Refactor this code for readability without changing behavior. Improve naming, break long functions, remove dead code. List every change made and why.
  4. Build [feature] for my [application]. Tech stack: [languages/frameworks]. Provide: file structure, complete working code per file, database migrations, testing steps, edge cases to handle.
  5. Write comprehensive tests for this function. Cover: happy path, edge cases (empty/null/boundary), error cases. Use descriptive test names that read as specifications: [code].
  6. Design a REST API for [feature]. For each endpoint provide: method + path, request/response format, status codes, example curl command, rate limiting recommendation.
  7. Design a database schema for [application]. Include: table definitions with types and constraints, indexes with justification, relationships, migration SQL, 3�5 example queries.
  8. Explain this code to a [beginner/intermediate/expert]. What it does, why it is written this way, and what would break if changed: [code].
  9. Write technical documentation for [feature/API]. Audience: [developers/end-users]. Include: overview, prerequisites, step-by-step usage, examples, error handling, troubleshooting.
  10. Compare implementation approaches for [feature]. Evaluate each on: performance, maintainability, scalability, time to build. Recommend one with reasoning.

Category 3: Marketing & Sales (Prompts 23�32)

Best prompts in this category: #23 (SEO content brief), #24 (email sequence), #26 (customer persona). Competitive analysis prompts perform best when you explicitly instruct ChatGPT to use web browsing referencing current pricing and positioning rather than stale training data.

  1. Create an SEO content brief for the keyword “[keyword]”. Use web browsing to analyze the current top 10 results. Provide: search intent, recommended title (under 60 chars), meta description (under 155 chars), H2/H3 structure, topics competitors miss, word count target, featured snippet strategy.
  2. Design a [number]-email nurture sequence for [goal]. For each email: send timing, subject line + preview text, goal, body outline (150 words max), single CTA.
  3. Write ad copy for [product] across Google (3 headlines � 30 chars + 2 descriptions � 90 chars), Facebook (primary text + headline), and LinkedIn (intro text + headline). Test three angles per platform: pain point, benefit, social proof.
  4. Build a detailed customer persona for [product]. Include: demographics, psychographics (values/fears/aspirations), daily routine, buying triggers, top 3 objections, decision process, channels ranked by effectiveness, a quote capturing their core frustration.
  5. Compare our positioning against [competitors]. Use web browsing for current data. Deliver: feature comparison matrix, pricing comparison, each competitor’s strongest differentiator, market gaps, recommended positioning strategy.
  6. Create a 30-day social media content calendar for [brand]. Mix: 40% educational, 30% engagement, 20% promotional, 10% behind-the-scenes. For each post: date, platform, content type, hook, full caption, CTA.
  7. Create a product launch plan for [product]. Week-by-week timeline: pre-launch (4 weeks out), launch week, post-launch (2 weeks). Each task: owner role, priority, dependencies.
  8. Write a brand voice guide. Include: 3 voice attributes with definitions, “we are / we are not” table, vocabulary list (words we use, words we avoid), tone variations by context, example rewrites.
  9. Design an A/B test for [page/email/ad]. Provide: control vs variant, sample size calculation, expected duration, statistical significance threshold, guardrail metrics, decision framework.
  10. Create a campaign brief for [offer] targeting [audience]. Sections: objective, target audience, key message, channels, timeline, budget, success metrics.

Category 4: Project Management (Prompts 33�42)

Best prompts in this category: #33 (task breakdown with dependencies), #35 (meeting notes to action items), #38 (risk identification). The meeting-notes-to-action-items prompt (#35) is the single highest-ROI prompt in this entire guide it turns a 3-minute copy-paste into structured output that replaces 20 minutes of post-meeting admin.

  1. Break this project into tasks, dependencies, and milestones. Identify the critical path: [project description].
  2. Create a project brief with: goals, scope, stakeholders, timeline, risks, success criteria.
  3. Turn these meeting notes into: decisions made, action items (owner + deadline), open questions, key discussion points (3�5 sentences), follow-up meeting agenda suggestions. If owners or deadlines are unclear, flag as “[ASSIGN OWNER]” rather than guessing: [notes].
  4. Build a meeting agenda for [meeting]. Duration: [minutes]. Participants: [roles]. Include: time allocation per section, specific questions to answer, pre-read requirements.
  5. Create a status update from these notes: [notes]. Format: progress this week, blockers, next week’s priorities, key metrics.
  6. Identify the top risks in this plan. For each risk: likelihood (low/medium/high), impact (low/medium/high), mitigation, trigger warning signs: [plan].
  7. Define success criteria for [initiative]. Include: leading indicators, lagging indicators, minimum viable outcome, stretch target.
  8. Create a retrospective framework for [project]. Sections: what went well, what went wrong, what we learned, what we will do differently.
  9. Map dependencies and critical path for [project]. Flag any resource conflicts or schedule risks.
  10. Draft stakeholder communication for [change]. Include: what is changing, why, timeline, impact on them, where to get help.

Category 5: Research & Analysis (Prompts 43�52)

Best prompts in this category: #43 (source-linked briefing), #44 (A vs B comparison matrix), #47 (data pattern analysis). The phrase “separate facts, interpretation, and recommendations” is essential for research prompts it prevents the model from blurring analysis with opinion.

  1. Research [topic] using current, primary sources and return a source-linked briefing. Separate facts, interpretation, and recommendations. Flag anything uncertain.
  2. Compare [option A] vs [option B] across [criteria]. Format as a table. Include a weighted scoring matrix if applicable. Recommend one with reasoning.
  3. Create a decision memo for [decision]. Sections: context, options analyzed, criteria used, recommendation, risks, next steps.
  4. Identify what evidence would support or refute this claim: [claim]. Structure as: supporting evidence, counter-evidence, what we would need to know to be more certain.
  5. Analyze this data and identify patterns, anomalies, and questions. Provide statistical summaries and plain-English interpretation: [data].
  6. Summarize the strongest arguments on both sides of [debate]. Separate consensus positions from controversial ones. Note where evidence is thin.
  7. Find assumptions in this analysis. For each assumption: how likely it is to be true, what happens if it is wrong: [analysis].
  8. Create a market overview for [category]. Include: market size, growth rate, key players, trends, risks, open questions.
  9. Turn these sources into a synthesis. Note areas of agreement, disagreement, and gaps: [sources].
  10. Build a claim verification checklist for this draft. Each item: claim to check, what source would confirm or refute it.

Category 6: Strategy & Planning (Prompts 53�62)

Best prompts in this category: #53 (strategic options), #55 (OKRs), #58 (scenario planning). Strategy prompts demand the “stress-test” mindset the best output comes from prompts that ask ChatGPT to play skeptic, not cheerleader.

  1. Develop three strategic options for [situation]. For each: approach, rationale, risks, required resources, first step.
  2. Run a SWOT analysis for [company/product]. Be specific avoid generic entries that apply to any business. Cite evidence for each point.
  3. Create OKRs for [team] this quarter. 3 objectives (qualitative), each with 3 key results (measurable, time-bound). Include a stretch target (70% confidence) and one health metric per objective to prevent gaming.
  4. Build a 30-day execution plan for [goal]. Week-by-week milestones, weekly deliverables, owner per milestone, check-in cadence.
  5. Prioritize these initiatives using impact, effort, risk, and urgency. Create a 2�2 matrix (high/low impact � high/low effort): [list].
  6. Build a scenario plan around [uncertainty]. Develop pessimistic, likely, and optimistic cases. For each: triggers, impact on the business, contingency actions.
  7. Create a business case for [proposal]. Sections: problem, proposed solution, alternatives considered, costs, expected ROI, risks, recommendation.
  8. Identify the highest-leverage activities for [goal]. Rank by: impact per unit of effort. Explain why each made the list and what to ignore.
  9. Create a resource plan for [project]. Include: people (roles, allocation %), budget (line items), tools, timeline.
  10. Stress-test this plan against pessimistic, likely, and optimistic cases. Identify the assumptions that matter most: [plan].

Category 7: Personal Productivity (Prompts 63�72)

Best prompts in this category: #63 (daily planning), #66 (delegation audit), #69 (learning plan). As Forbes contributor Jodie Cook notes (January 2026), productivity prompts work best when you include personal context work style, energy patterns, and previous workload data.

  1. Help me plan today around these priorities and meetings: [list]. Block deep work during my peak energy hours. Group shallow tasks together.
  2. Create a weekly review from these notes: [notes]. Structure: wins, misses, lessons, next week’s top 3 priorities, one thing to stop doing.
  3. Identify what I should delegate from this workload. Categorize each task: keep, delegate, automate, eliminate: [workload].
  4. Design a focus block schedule for [type of work]. Based on my energy patterns: [describe when you feel most alert/creative/focused].
  5. Create an email triage system for [role]. Include: decision rules for archive/reply/delegate/escalate, templates for 5 most common response types.
  6. Help me say no to [request] while preserving the relationship. Write a 3�4 sentence response that is direct, kind, and unambiguous.
  7. Build a 30-day learning plan for [skill]. My current level: [beginner/intermediate]. Time: [hours/week]. Include: weekly focus areas, specific resources, daily practice tasks, end-of-week milestones, a day-30 final project.
  8. Create a decision journal entry for [decision]. Capture: the situation, options considered, my prediction, confidence level, what I will watch to know if I was right.
  9. Design a shutdown routine for the end of my workday. Include: review completed tasks, plan tomorrow’s top 3, close open loops, a physical signal the workday is over.
  10. Help me identify time sinks in this week’s schedule: [schedule]. Categorize by: essential, reduce, eliminate. Estimate hours recovered.

Category 8: Communication (Prompts 73�82)

Best prompts in this category: #73 (difficult conversation opener), #74 (constructive feedback), #76 (executive update). The feedback prompt (#74) using SBI format (Situation, Behavior, Impact) consistently produces higher-quality, less defensive output than freeform feedback requests.

  1. Draft a difficult conversation opener for [situation]. What to say in the first 60 seconds. Tone: direct, respectful, focused on resolving the issue.
  2. Write feedback that is specific, kind, and actionable. Use the SBI format: Situation, Behavior, Impact. Be honest about the problem while preserving the relationship.
  3. Prepare talking points for [meeting/presentation]. Structure: opening (hook), 3 key points with supporting evidence, anticipated questions with responses, closing CTA.
  4. Create a concise executive update from these details. Max 5 bullet points. Focus on decisions needed, not background: [details].
  5. Rewrite this message to be clearer and less defensive. Keep the core point but change the framing: [message].
  6. Draft a customer apology. Take full responsibility. Explain what happened, why it happened, the fix applied, and what changes prevent recurrence.
  7. Turn this technical explanation into plain language for [non-technical audience]. Use analogies. Avoid jargon. Check for understanding with a summary sentence: [explanation].
  8. Prepare questions for [interview/meeting]. Include: role-specific questions, culture-fit questions, questions to assess critical thinking, and a closing question that reveals priorities.
  9. Write a follow-up email after [event]. Acknowledge what was discussed, reinforce one key point, state the next step clearly.
  10. Summarize this disagreement and propose a fair next step. Identify the points of genuine disagreement vs misunderstanding. Propose a path forward: [disagreement context].

Category 9: Creative Work (Prompts 83�92)

Best prompts in this category: #83 (20 ideas with different angles), #85 (name generation), #87 (creative brief). The “generate with constraints” pattern (prompt #89) consistently produces more original output than freeform creativity prompts.

  1. Generate 20 ideas for [creative challenge]. Use different angles: practical, ambitious, counterintuitive, minimalist, maximalist. One sentence per idea.
  2. Create names for [product/project/company] that feel [qualities]. Provide: the name, why it works, a potential downside, a tagline pairing.
  3. Write five story hooks for [premise]. Each hook must establish character, conflict, and stakes in under 30 words.
  4. Develop a mood board description for [concept]. Include: color palette, visual style, texture references, lighting, key imagery, what NOT to include.
  5. Write a creative brief for [project]. Sections: background, objective, target audience, key message, tone, deliverables, mandatory elements, success metrics.
  6. Create variations of this idea in three different styles: [idea]. For each variation: describe the core concept, the audience it speaks to, why it works differently.
  7. Generate creative ideas for [challenge] with these constraints: [budget/time/resources]. Provide 5 “safe” ideas, 5 “stretch” ideas, 3 “wild” ideas. Recommend your top 2.
  8. Identify what is generic in this creative concept. Then suggest three ways to make it more distinctive: [concept].
  9. Develop a narrative structure for [purpose]. Use: hook, context, tension, turn, resolution, CTA. Write the full narrative, then provide the skeleton (one sentence per beat).
  10. Find the emotional core of this concept. What does it make someone feel? What need does it speak to? Rewrite the concept to amplify that emotion: [concept].

Category 10: Review & Quality Control (Prompts 93�100)

Best prompts in this category: #93 (factual claim check), #95 (skeptical executive critique), #100 (credibility edit). These prompts are the safety net use them before anything goes public.

  1. Check this draft for factual claims that need sources. Flag each claim with a confidence rating (high/medium/low) and the type of source that would verify it: [draft].
  2. Review this plan for risks, assumptions, and missing owners. Flag anything that relies on an unverified assumption: [plan].
  3. Critique this proposal like a skeptical executive. Focus on: what could go wrong, what evidence is missing, what questions would a board member ask: [proposal].
  4. Identify ambiguity in this policy draft. For each ambiguous passage: explain what is unclear, propose a clearer version, note who might interpret it differently: [policy draft].
  5. Review this content for tone, clarity, and trustworthiness. Flag: promotional language, unsupported superlatives, places where a reader would lose trust: [content].
  6. Find compliance-sensitive statements in this copy. Flag language that could create legal, regulatory, or contractual risk: [copy].
  7. Check whether this answer actually addresses the question asked. Point out where it dodges, over-explains, or introduces irrelevant information: [answer].
  8. Suggest edits that improve credibility without adding hype. Replace weak claims with specific statements. Remove empty adjectives. Add specific examples where the draft is vague.

Category 11: Better Follow-Ups (Prompts 101�112)

Best prompts in this category: #102 (shorten by 30%), #104 (challenge your own answer), #106 (what assumptions are you making). These one-liners turn mediocre first drafts into usable final output. Do not accept the first answer.

  1. Make this more specific. Add concrete examples, not abstract advice.
  2. Shorten this by 30 percent without losing meaning. Cut filler, not substance.
  3. Give me three stronger alternatives. Different approaches to the same task.
  4. Challenge your own answer. Identify the weakest part and improve it.
  5. What would an expert disagree with here? Identify and address the strongest counterargument.
  6. What assumptions are you making? List every implicit assumption, then test each one.
  7. Turn this into a checklist. One actionable item per line.
  8. Add examples. For each abstract claim, provide a concrete illustration.
  9. Remove unsupported claims. Replace them with qualified language or remove entirely.
  10. Make it more practical. Replace theory with actionable steps.
  11. Rewrite for a skeptical reader. Assume they doubt every claim. Address their doubts preemptively.
  12. Explain the tradeoffs. Every recommendation should come with costs, alternatives, and what is sacrificed.

Category 12: Prompt Safety & Workflow Repeatability (Prompts 113�120)

Best prompts in this category: #113 (source requirement), #116 (separate facts from recommendations), #118 (turn prompt into reusable workflow). These are not just prompts they are process guards that prevent the most common AI-at-work failures.

  1. Provide sources for every factual claim in this answer. If uncertain, say so explicitly.
  2. Separate facts from recommendations. Label each: [FACT] or [RECOMMENDATION].
  3. Identify the riskiest part of this plan. What is the single point of failure? What is the blast radius if it fails?
  4. Make the tone more human. Vary sentence length. Use contractions. Include natural phrasing, not AI-speak. Avoid “delve into,” “it’s important to note,” “in today’s world,” and “game-changer.”
  5. Make it less promotional. Remove superlatives, empty adjectives, and sales language. Let the information do the work.
  6. Turn this successful prompt into a reusable workflow. Save the pattern, add required inputs, add review steps, add examples of good output, add failure cases to avoid: [your prompt].
  7. Add next steps. What should I do immediately after reading this? Provide 1�3 specific, time-bound actions.
  8. Summarize what changed between the first draft and the final version. List specific edits made and the reasoning behind each.

Power Phrases That Improve Any Prompt

Append these to any prompt from the list above to control output quality instantly.

GoalPower Phrase
Eliminate vagueness”Be specific and give concrete examples. No generic advice.”
Cut fluff”No filler, no fluff. Every sentence should add value.”
Raise sophistication”Write as if explaining to an expert in [field]. Skip basics.”
Force honesty”If you are not confident about a fact, say so. Do not fabricate.”
Control length”Keep your response under [number] words.”
Get tables”Present this as a table with columns: [col1], [col2], [col3].”
Sound human”Do not use phrases like ‘delve into,’ ‘it’s important to note,’ or ‘game-changer.’ Write like a human.”
Require sources”Provide sources for all factual claims. If unsure, flag it.”
Force a position”Do not hedge. Give me your best recommendation with reasoning.”
Start strong”Start with a 2-sentence TL;DR, then provide the full answer.”

Three Prompt Mistakes That Waste Hours

Mistake 1: Asking for everything at once. If your prompt requests strategy, copy, SEO, analytics, and design in a single message, expect a shallow answer to each. Break complex work into sequential steps. Let each response build on the last.

Mistake 2: Hiding the audience. A prompt that works for executives will fail for engineers, and vice versa. Always specify who will read the output. The difference between “explain cloud computing” and “explain cloud computing to a CTO evaluating migration costs” is the difference between useless and usable.

Mistake 3: Accepting the first answer. Good prompting is conversational. Ask for alternatives. Ask what is missing. Ask the model to critique its own assumptions. As the Reddit r/ChatGPTPromptGenius cheatsheet puts it: “clarify before answer, failure first, solution second.”

Safety Rules for Work Prompts

  • Never paste confidential data unless your organization explicitly permits it.
  • Require sources when factual accuracy matters particularly for legal, medical, financial, and compliance content.
  • Never ask ChatGPT to invent proof, quotes, citations, or case studies.
  • Use human review before publishing any customer-facing output.
  • Keep prompts specific enough that the output can be independently verified.
  • Separate brainstorming sessions from final-decision sessions.

The safest production workflow: Draft ? Verify ? Edit ? Approve.

FAQ

Do these prompts work with GPT-4o? Yes. These templates are optimized for GPT-4o (the current ChatGPT default as of May 2026). GPT-4o follows detailed formatting instructions, uses web browsing, and runs Code Interpreter for data analysis tasks. Structured prompts with explicit format instructions produce reliable results.

Do these prompts work with Claude and Gemini? Yes. The CRAFT, RISEN, and Chain-of-Thought frameworks are model-agnostic. Claude responds especially well to role-based prompts. Gemini works well with step-by-step instructions. The core principle specificity beats cleverness applies to all large language models.

What is the single most important thing to include in a prompt? Audience. Adding “for [specific audience] who cares about [specific priority]” consistently produces more useful output than any other single addition. Tested across SurePrompts, AI Prompt Library, and The PyCoach’s prompt comparisons.

How do I make ChatGPT outputs sound less like AI? Two fixes. First, add: “Do not use phrases like ‘delve into,’ ‘it’s important to note,’ ‘in today’s world,’ or ‘game-changer.’” Second, add: “Vary sentence length. Use contractions. Include one imperfect aside or opinion.” These two additions eliminate roughly 70% of detectable AI-speak, based on community testing.

How many prompts should I memorize? Zero. Learn the pattern role, context, task, format, quality bar, iteration not the individual prompts. The 120 templates above are reference material, not a memorization exercise. Once the pattern becomes habit, you can generate useful prompts for any task without referring to a list.

How to Turn Any Prompt Into a Repeatable Workflow

If a prompt works more than twice, capture it:

  1. Save the exact prompt template (with placeholders in [brackets]).
  2. Add required inputs (what the user must fill in each time).
  3. Add a review checklist (what to verify before using the output).
  4. Add examples of good output (2�3 past results that met the quality bar).
  5. Add failure cases (what went wrong historically and how to avoid it).
  6. Assign an owner (who maintains the template as tools and requirements change).

For teams, store prompts in a shared document, Notion workspace, or a prompt library tool like AIPRM or FlowGPT. The value is not any single prompt it is a shared, repeatable way of working.

Sources

Bottom Line

Use ChatGPT like a capable colleague who needs context, not a magic oracle. Give it the brief you would give a human. Then review the output like you would review a human draft. The 120 prompts above are starting templates the real skill is learning the pattern behind them so you never need the list again.

Get our weekly AI digest

The latest AI tools, prompts, and insights — delivered every Tuesday.

No spam. Unsubscribe anytime.

AIUnpacker

AIUnpacker Editorial Team

Verified

A collective of engineers, journalists, and AI practitioners dedicated to providing clear, unbiased analysis of the AI tools shaping tomorrow.