WriteMyAIPromptFree, no sign-up

Ready-made AI prompts

83 prompts written out in full and free to copy. Each page explains what makes that particular task hard to prompt for, what to replace, what to check in the output, and shows the same prompt written for Claude, ChatGPT and Gemini.

Writing & content

  • Blog post from an outline

    Turn a rough outline into a full draft that keeps your structure and does not pad.

  • Rewrite for clarity without changing meaning

    Tighten prose while keeping the author's voice and every factual claim intact.

  • Summarise a document without distorting it

    A summary that separates what the source says from what it implies.

  • AI prompt for writing a blog post

    Blog posts written by AI tend toward the statistically average article on the topic — technically correct, entirely forgettable. Beating that means supplying an angle and an audience that the model could not have guessed.

  • AI prompt for writing a newsletter

    Newsletters live or die on sounding like a person. Models default to a broadcast register — "In this issue we will explore" — which is exactly the voice subscribers unsubscribe from.

  • AI prompt for writing a thank you note

    Thank you notes are short, which makes every generic sentence proportionally more damaging. A note that could have been sent to anyone reads as an obligation discharged rather than gratitude expressed.

  • AI prompt for writing a wedding speech

    A wedding speech is performed aloud to a room containing everyone the couple knows, which rules out most of the material that would actually be funny. The genuine constraint is safety, and it is the one people misjudge.

Games

  • D&D 5e one-shot adventure

    A complete session with encounters balanced to your party, and no railroading.

  • Design a game mechanic

    A mechanic with its failure modes and degenerate strategies identified up front.

  • NPC with a branching dialogue tree

    A character with a consistent voice and dialogue that reacts to what the player did.

  • AI prompt for creating a D&D encounter

    Encounter design fails on maths and on assumption. Generated encounters are routinely mis-balanced for the party level, and they assume players will fight — which is the one thing a real table reliably does not do.

  • AI prompt for writing a tabletop campaign hook

    Campaign hooks fail by requiring the party to care about something abstract. A hook only works if it threatens or promises something a specific character already wants, which means it cannot be written before the characters exist.

Coding & development

  • Code review for correctness only

    Findings with a triggering input, ranked by severity — and permission to find nothing.

  • Debug from an error and stack trace

    Ranked hypotheses with a test for each, instead of one confident guess.

  • Unit tests written from the spec

    Tests derived from requirements rather than from the implementation, so they can fail.

  • Explain unfamiliar code

    A walkthrough pitched at your actual level, with the non-obvious decisions called out.

  • SQL query from a plain-English question

    A query with its assumptions stated, so you can check them before running it.

  • AI prompt for reviewing code

    Asked to review, a model will always find something — so a clean file produces invented nitpicks. Requiring a triggering input for every finding is the filter that separates real bugs from plausible-sounding speculation.

  • AI prompt for debugging an error

    Debugging prompts fail when they lead with a theory, because the model confirms it. They also fail by producing one confident cause when the honest output is a ranked list of hypotheses with tests attached.

  • AI prompt for writing unit tests

    Tests generated alongside an implementation assert whatever that implementation does, bugs included. Deriving them from the specification instead is what makes a test capable of failing, which is the only property that matters.

  • AI prompt for refactoring code

    Refactoring means changing structure without changing behaviour, and models routinely do both while describing only the first. The behaviour-identical constraint has to be stated explicitly or improvements smuggle in bug fixes.

  • AI prompt for writing a SQL query

    Most wrong SQL is correct code applied to a wrong assumption about the data. The second failure is invented column names, which look right and fail at runtime rather than at review.

  • AI prompt for writing a regular expression

    Regular expressions are write-only: they look plausible and fail on cases nobody tested. Supplying explicit should-match and should-not-match examples turns an unverifiable string into something checkable.

  • AI prompt for writing a Dockerfile

    Most generated Dockerfiles work and are wrong in the same three ways: a single stage that ships the whole toolchain, a `latest` base tag that breaks silently months later, and everything running as root.

  • AI prompt for writing API documentation

    API documentation fails on the error cases. The happy path is easy to describe and rarely what someone is reading the docs for — they are there because something returned a 422 and they do not know why.

Marketing & sales

  • Cold outreach email

    One specific reason to reply, one ask, and no invented claims about your product.

  • Landing page copy

    Hero, benefits and CTA built from what your product actually does.

  • Product description

    Specifications turned into copy without inventing a single feature.

  • AI prompt for writing a cold email

    Cold email fails in the first two lines or not at all. The hard constraint is honesty: models invent customer counts and case studies to fill a persuasion-shaped gap, and an invented claim in an outbound email is a real liability.

  • AI prompt for writing a press release

    A press release is read by someone deciding in ten seconds whether it is news. The inverted pyramid is not stylistic preference — burying the hook below a paragraph of company background guarantees it is deleted.

  • AI prompt for writing a customer case study

    Case studies are read by sceptical people, so a fabricated statistic or an invented quote destroys the whole document. The other failure is leading with the product, which loses the reader before the relevant part.

  • AI prompt for writing an email sequence

    Sequences are written as a story the sender knows and the reader does not, because most people only ever see two of the emails. Each one has to stand alone, which is the opposite of how sequences are usually drafted.

Social media

  • AI prompt for writing a LinkedIn post

    LinkedIn truncates after roughly two lines, so a post that buries its point in paragraph two is a post nobody reads. The banned phrases matter more here than anywhere: the platform has a house style that reads as insincere.

Business & work

  • Meeting notes into decisions and actions

    Separates what was decided from what was discussed, and flags what was left open.

  • Write a difficult message

    Bad news delivered clearly, without padding that obscures what is happening.

  • Compare options against your criteria

    A comparison that states the trade-off and names the strongest case against your choice.

  • AI prompt for writing a meeting agenda

    Agendas fail by being lists of topics rather than a plan for reaching decisions. Without a time box and a stated purpose per item, the first topic expands to fill the hour and the decision never happens.

  • AI prompt for writing a performance review

    Reviews go wrong when feedback is about personality rather than behaviour, because personality feedback cannot be acted on. The banned phrases here are the classic examples: unfalsifiable, and impossible to improve against.

  • AI prompt for writing a job description

    Job descriptions are written to filter and read as warnings. Long requirement lists deter the strong candidates who self-assess honestly and are ignored by everyone else, which inverts the intended filter.

  • AI prompt for writing an apology email

    Apologies fail through the passive voice and the conditional. "I am sorry if this caused inconvenience" is not an apology, and readers recognise the construction immediately — it makes the situation worse than saying nothing.

  • AI prompt for writing a standard operating procedure

    An SOP written by someone who knows the process skips the steps they do experience as automatic. The test is not whether it is complete to you — it is whether someone who has never done it could follow it alone.

  • AI prompt for writing a grant application

    Applications are scored against published criteria by someone working through a checklist. Writing beautifully about your mission while never explicitly addressing criterion three loses points that no amount of eloquence recovers.

Career & job search

Education & learning

  • Explain a concept to a beginner

    An explanation pitched at one specific level, with one analogy carried throughout.

  • Lesson plan for one class

    A timed plan with differentiation and a fallback for when it runs short.

  • Flashcards from your notes

    Cards that test recall rather than recognition, with no ambiguous answers.

  • AI prompt for explaining a concept

    Explanations fail by being pitched at nobody in particular, and by switching analogies halfway through. The second is subtle: each metaphor is fine alone, and together they leave the reader with two incompatible models.

  • AI prompt for creating quiz questions

    Multiple-choice questions are easy to write badly: the correct answer is often the longest option, and the distractors are obviously wrong. Good distractors come from real misconceptions, which is why they have to be supplied.

  • AI prompt for making a study plan

    Study plans fail by allocating equal time to every topic and scheduling reading rather than retrieval. They also assume perfect adherence, so one bad week destroys the whole schedule.

Images & design

Video & audio

  • AI prompt for writing a YouTube script

    YouTube retention is decided in the first fifteen seconds, and a channel introduction spends all of them. Scripts also have to be written for speech, which is a different register from prose and the one models default away from.

  • AI prompt for writing podcast interview questions

    The failure mode is asking a well-known guest the questions they have answered a hundred times, which produces their rehearsed answers. Getting something new requires knowing what has already been covered.

  • AI prompt for writing YouTube titles and thumbnails

    Titles and thumbnails compete in a feed, which pushes everyone toward overclaiming — and a title that overdelivers on the promise tanks retention, which hurts more than the extra clicks help.

Data & analysis

Research & academia

  • Research a topic without fabricated sources

    Separates established fact from contested claim, and admits what it cannot verify.

  • AI prompt for summarising a document

    Summarisation systematically strips uncertainty: "may be associated with" becomes "is linked to", and a tentative finding becomes a fact. The distortion is invisible unless you compare against the source.

  • AI prompt for researching a topic

    Research is where fabricated citations do the most damage, because a plausible-looking reference is repeated before anyone checks it. The other failure is presenting a contested claim as settled.

  • AI prompt for doing a competitor analysis

    Competitor analysis is where fabrication is most tempting and least visible: pricing, headcount and feature lists all sound checkable and are frequently invented. The second failure is a feature grid that answers no actual decision.

Product & UX

  • AI prompt for writing user stories

    User stories fail when the "so that" clause restates the goal — "so that I can log in" adds nothing — and when only the happy path is specified, leaving every error state to be discovered in QA.

  • AI prompt for creating user personas

    Personas usually collect demographic detail that changes no decision — a name, an age, a favourite coffee — while omitting the goals and constraints that would. If two personas imply the same product choice, they are one persona.

  • AI prompt for writing release notes

    Release notes are skimmed for one thing: does this break me? Burying a breaking change under six feature bullets is the failure mode, and it costs the reader more than the notes saved.

  • AI prompt for writing error messages

    Error messages get written last, by whoever implemented the error path, in the voice of the system rather than the user. The result states what failed internally and not what the person should now do.

AI, agents & prompting

Personal & lifestyle

  • AI prompt for planning a travel itinerary

    Generated itineraries pack in far more than a day holds and quietly assume a car. Opening hours and seasonal closures are also the sort of specific fact models get confidently wrong.

  • AI prompt for creating a meal plan

    Meal plans fail on waste and on hidden ingredients. Seven unrelated recipes mean seven part-used jars, and dietary restrictions get violated by things like fish sauce in a "vegetarian" curry.

  • AI prompt for preparing for a difficult conversation

    The hard part is the opening sentence and the first objection, which is where most preparation stops. Scripting the whole conversation also backfires — the other person has not read it, and a rehearsed reply to something they did not say is worse than none.

Health & fitness

  • AI prompt for making a workout plan

    Generated training plans tend to prescribe an intermediate volume regardless of stated fitness, and to ignore equipment constraints. The important failure is programming around an injury the plan was told about.

Nothing quite right? Describe your task in the prompt builder and it will compile one, or browse every use case in the library.