15 ChatGPT Prompts for Solopreneurs (And What Beats Them)
Fifteen prompts worth keeping, plus the research on why the tricks inside most prompt libraries — personas, step-by-step, tipping the model — have been tested and don't work.
Here are fifteen ChatGPT prompts organised by job: content, sales, planning, finance, research. They are genuinely useful, they are free, and you can scroll straight to them.
But you should know something first, because it changes how much effort you put into collecting prompts at all. Over the past eighteen months, researchers have started testing the specific tricks that prompt libraries are built from — assigning the model an expert persona, telling it to think step by step, being polite, offering it a tip, stacking constraints. Most of those tricks have now been measured against benchmarks with thousands of runs each.
Most of them do nothing. Some of them make results worse.
That finding is more valuable than any template below, so it goes first.
Ad
Wording changes which answers you get right, not how many
The most useful study here comes from Wharton's Generative AI Labs, which has published a series of short technical reports testing prompting folklore. The first, Prompt Engineering is Complicated and Contingent (March 2025), ran GPT-4o and GPT-4o-mini against the GPQA Diamond benchmark at 100 repetitions per question, comparing polite phrasings against commanding ones.
Switching between "please" and "I order you to" shifted performance on individual questions by up to 60 percentage points. An enormous effect — and exactly the kind of result that gets screenshotted into a LinkedIn post about the magic word that unlocks ChatGPT.
Except the researchers kept measuring. Across the full dataset, those swings cancelled out. Their conclusion:
"Prompt modifications, like politeness, influence individual responses but have minimal overall effect. Aggregate model characteristics dominate over specific prompting strategies."
This is the single most important thing to understand about prompt wording. It reshuffles which questions you get right without changing how many. A prompt that feels like it works may simply be one that landed well on the two or three examples you tried it on. Try it on thirty and the advantage evaporates.
Which means a library of finely-tuned phrasings is not the asset it appears to be.
Four tricks that have now been tested
Wharton kept going, and so did others. Here is where the folklore stands.
Expert personas don't improve factual accuracy. Report 4 (December 2025) tested six models across GPQA Diamond and MMLU-Pro at 4,950 and 7,500 runs per model-prompt pair. No persona showed a statistically significant improvement on MMLU-Pro for most models, and the researchers found nine statistically significant negative results. On MMLU, accuracy fell from a 71.6% baseline to 68.0% with a short persona and 66.3% with a long one. Personas suggesting limited knowledge hurt performance consistently.
There is a real caveat, and it matters for solopreneurs specifically. Separate research finds personas consistently improve alignment-dependent tasks — writing, roleplay, tone — while degrading maths, coding and factual recall. So "you are a warm, direct copywriter" is defensible when tone is the deliverable. "You are a world-class tax expert" costs you accuracy on the one thing you wanted accuracy for.
"Think step by step" has stopped paying for itself. Report 2 (June 2025) found chain-of-thought prompting still helps older non-reasoning models meaningfully — Gemini Flash 2.0 gained 13.5%, Sonnet 3.5 gained 11.7%. On reasoning models it bought 2.9% and 3.1%, with Gemini Flash 2.5 actually declining 3.3%, while adding 20–80% to response time. Worse, chain-of-thought "can introduce more variability in answers, sometimes triggering occasional errors in questions the model would otherwise get right."
Today's ChatGPT already reasons internally. Telling it to think step by step asks it to narrate work it has already done.
Tipping and threatening do nothing. Report 3 tested both — offering the model money, threatening it — against hard benchmarks and found no significant improvement. These circulate because a well-known lab founder mentioned them offhand, not because anyone measured them.
Stacking constraints can backfire on newer models. An October 2025 study compared a heavily constrained prompting style against plain chain-of-thought across three OpenAI model generations on GSM8K. The constrained version won on GPT-4o-mini (93% vs 91%) and GPT-4o (97% vs 93%) — then lost on GPT-5 (94% vs 96.36%). The author's description of elaborate constraints on capable models: "handcuffs" that induce hyper-literal readings and override the model's own reasoning.
Treat that last one as suggestive rather than settled — it is a single independent researcher, one benchmark, not peer-reviewed. It earns its place because the model vendors say the same thing in their own documentation.
What the people who build the models actually tell you to do
This is the part that surprised us most. Both major vendors now advise removing the scaffolding that prompt libraries add.
OpenAI's GPT-5 prompting guide notes that instructions encouraging thorough context-gathering — standard advice for older models — proved "counterproductive with GPT-5, which is already naturally introspective." But the same guide adds the other half, and it stops this from becoming "shorter is always better":
"Poorly-constructed prompts containing contradictory or vague instructions can be more damaging to GPT-5 than to other models."
So: padding down, precision up. Those are different dials.
Anthropic's prompting guidance says the same and offers the best practical test we have seen anywhere:
"Golden rule: Show your prompt to a colleague with minimal context on the task and ask them to follow it. If they'd be confused, Claude will be too."
Notice what that tests. Not whether your phrasing is clever — whether a human could actually execute your request. It is a specification test.
Anthropic's own advice elsewhere is to "remove over-prompting," and to treat the model "as a brilliant but new employee who lacks context on your norms and workflows."
The thing that does work: say more, not smarter
A February 2026 paper from Pecher, Spiegel, Belanec and Cegin went looking for where prompt sensitivity actually comes from. Their finding: "a significant portion of the observed prompt sensitivity can be attributed to prompt underspecification." Underspecified prompts showed higher variance and weaker signal for the relevant answer tokens. Well-specified instruction-prompts were markedly more robust.
That reframes everything above. The wild swings researchers keep measuring are largely the model guessing at what you left out. Fill the gap and the variance shrinks.
And the gap is always the same shape: what you do, who you serve, what you're actually trying to produce, what you don't want. Your specifics. Which is precisely what a template copied from a listicle cannot contain — a template gives you phrasing, and phrasing is the part that reshuffles without improving.
Pasting in examples helps — but fewer than you think
The usual companion advice is "show, don't tell": paste in an email that worked, a post you liked. It mostly holds, with three qualifications that rarely get mentioned.
A 2025 study of code translation across 30 language pairs tested 0, 5, 25, 125 and 625 examples. Correctness peaked at around 25 and then fell — by 625 examples, performance was back at the zero-shot baseline. More revealing: surface-similarity scores kept improving while actual correctness declined. A prompt can look like it's getting better while getting worse.
A July 2026 study found the effect depends entirely on the model. Across five models it identified four distinct patterns: some gained nothing statistically, one recovered from near-failure on a single example, one performed best with no examples at all and degraded as they were added, and one collapsed from 0.91 to 0.64 at two examples before partly recovering at five.
And examples carry bias. Research on in-context learning consistently finds models over-weight whatever the examples have in common, and over-weight the last one in particular. If you paste three samples that all lean formal, expect formal — and expect the third to count most.
So: a few well-chosen examples, placed deliberately, with the most representative one last. Not a folder of them.
One more moderator worth knowing, from a Microsoft and MIT study: format sensitivity is largely a smaller-model problem. GPT-3.5 varied up to 40% across prompt templates on a code task; GPT-4 held performance dispersion below 0.036 across every benchmark, against up to 0.176 for GPT-3.5. If you are using current ChatGPT, you are on the forgiving end of this. The fragility research — including findings that a single delimiter character can swing MMLU results by ±23%, enough to "put any model in the lead" — is mostly measured on smaller open models.
Where your context should live now
If specification is the lever, the question becomes where to keep it, and the answer is no longer "a text file of prompts."
ChatGPT Projects hold files, chats and custom instructions in one workspace. Project instructions take precedence over your global custom instructions, and project-scoped memory means chats inside a project can reference each other but not your unrelated conversations. Projects became available to free accounts in September 2025.
Claude splits it three ways: account-wide instructions, per-project instructions that apply only inside that project, and project knowledge files. Styles handle tone separately, per chat. Free accounts get up to five projects. Worth noting that Anthropic does not publicly document what happens when these conflict — it only says they can be used "independently or in combination."
There is a real ceiling to know about. ChatGPT's custom instructions were reportedly raised from 1,500 to 5,000 characters on 15 July 2026 — but only for Pro, Enterprise, Business and Education plans. Free and Go accounts stay at 1,500, which is about the length of a long text message and not much of a business description. We could not open OpenAI's own release note for this, so treat the date as reported. Either way, use the space for specifics rather than piling up rules: the same GPT-5 guidance above warns that contradictory instructions now hurt more than they used to.
The practical difference is maintenance. A prompt library is a depreciating asset: prompts written for chattier, weaker models tend to degrade on newer ones that follow instructions more literally, so every model release means re-testing. A project instruction describing your business, your clients and your voice doesn't depreciate, because your business is the thing that didn't change.
One caution if you were about to reach for Custom GPTs instead: as of August 2026, personal ChatGPT accounts — Free, Go, Plus and Pro — can reportedly no longer create or publish new ones, with creation moved to Business, Enterprise and Edu workspaces. Existing GPTs keep working. We have not been able to open OpenAI's own policy text on this, so treat the date as reported rather than confirmed, but Projects are the safer place to invest either way.
Ad
The fifteen prompts
These are structured the way the research suggests: context first, specifics stated, unwanted output named explicitly, no personas, no "think step by step." Swap the bracketed variables for your own business — that step is not optional, it is the entire mechanism.
1. Content Calendar Generator
I run a [type of business] for [target audience]. My main offer is
[product/service] which solves [problem].
Generate a 4-week content calendar with 3 posts per week for
[X/Twitter / LinkedIn / Instagram]. Each post should be:
- One specific topic, not vague
- Tied to a business goal: awareness, education, social proof, or
conversion
- Written in a [casual/professional/specific] tone
For each post, provide: post idea, target audience pain point it
addresses, expected business goal, and one example opening line.
Avoid: clichés, motivational quotes, "5 ways to..." listicles, and
hashtag spam.
Why it works: The "avoid" list rules out the defaults. Longer version in our content calendar with ChatGPT guide.
2. Email Subject Line Generator
I'm sending an email to [audience description]. The email is about
[topic/offer]. The body covers [main 2-3 points].
Generate 10 subject lines optimized for open rates. Mix these styles:
- 3 curiosity-based (without being clickbait)
- 3 specific and benefit-driven
- 2 question-based
- 2 short and direct (under 5 words)
For each, briefly explain the psychological angle in one sentence.
Avoid emojis, "Re:" tricks, and false urgency.
Why it works: Requesting a spread of styles stops it converging on one template.
3. Blog Post Outline
I'm writing a blog post titled "[your title]". My audience is
[audience] and their main pain point is [pain point].
Create a detailed outline with:
- Hook angle (1 sentence)
- Introduction (3 sentences max)
- 4-6 main sections with H2s and 2-3 H3s under each
- Specific examples, data points, or stories I should include in
each section
- A "what to avoid" warning section
- A closing CTA framing
For each H2, suggest a specific story or example that would
illustrate the point. Avoid generic statements like "this is
important" — be concrete.
Why it works: Asking for examples per section turns an outline into a research checklist.
4. Cold Outreach Email
I want to send a cold email to [job title] at [company type]. My
service is [your offer] which helps [specific outcome].
Write a cold email under 100 words that:
- Opens with a specific observation about their work, not generic
flattery
- States my value proposition in one sentence
- Has a low-friction CTA (not "jump on a call")
- Sounds like a peer, not a vendor
Avoid: "I hope this finds you well", buzzwords (synergy, leverage,
unlock), and the phrase "quick question".
Why it works: A word limit plus a named list of clichés beats asking for a "good" email.
5. Follow-Up Email Template
Write a follow-up email to a [prospect/client/lead] who I last spoke
with [time period] ago. The original conversation was about
[topic/proposal/inquiry].
The email should:
- Not start with "Just following up" or "Bumping this"
- Add new value or a new angle, not just repeat the previous ask
- Have a clear ask with a specific deadline or option
- Be under 80 words
Tone: professional but warm, not pushy.
Why it works: "Add new value" forces a reason for the email to exist. Full workflow in our client follow-ups with AI guide.
6. Pricing Objection Response
A potential client has pushed back on my pricing of [your price] for
[your service]. Their objection is: "[paste their exact objection]".
Help me respond. The response should:
- Acknowledge their concern genuinely (not deflect)
- Reframe value, not defend price
- Offer a specific alternative (smaller scope, different package, or
walking away gracefully)
- Be under 120 words
Don't lower the price. Don't apologize for it. Maintain professional
warmth but treat this as a peer-to-peer business conversation.
Why it works: "Don't lower the price" counteracts the model's default accommodation.
7. Weekly Planning Template
Help me plan my next work week. Here's context:
- My priorities this quarter: [list 2-3 priorities]
- Open client commitments: [list any deliverables due]
- One thing I want to learn or improve: [topic]
Create a week structure with:
- 3 "deep work" blocks (2-4 hours each) assigned to specific tasks
- Time for client communication and admin (limit to 5 hours total)
- One block for learning or strategic thinking
- One unscheduled "buffer" half-day
For each deep work block, suggest the one specific outcome that
would mean it was successful.
Why it works: Naming a success outcome per block turns time into goals.
8. Meeting Prep
I have a [type of meeting] with [person and their role] tomorrow.
The stated topic is [topic].
Help me prepare:
- What outcome would make this meeting worth my time?
- What are 3 questions I should ask that they wouldn't expect?
- What's the most likely angle they'll come from, and how should I
respond?
- What's one thing I should NOT say or commit to?
Be specific, not generic. Treat me like someone who knows the
basics.
Why it works: The "should NOT commit to" question is the one that saves you money.
9. Decision Framework
I'm trying to decide whether to [decision]. Here's context:
- What I'd gain if I do it: [gains]
- What it costs (time, money, opportunity): [costs]
- What I'm afraid will happen if I don't: [fears]
- What's already true (not what could be true): [current state]
Help me think through this by:
1. Identifying what I'm not seeing (blind spots)
2. Naming the strongest argument AGAINST what I'm leaning toward
3. Asking the one question I'm avoiding
4. Suggesting a smaller experiment that would test the assumption
without committing fully
Don't give me a recommendation. Help me think more clearly.
Why it works: Asking for the argument against your leaning counteracts agreement bias.
10. Expense Categorization
I'm going to paste a list of business expenses. For each one, tell me:
- Tax-deductible category (e.g., "Software & Subscriptions",
"Professional Development", "Meals & Entertainment")
- Whether it's likely fully deductible, partially deductible, or
questionable (don't give legal advice — flag for accountant review)
- Whether it's a tool I'm probably underusing or overpaying for,
based on the price and description
Here are the expenses:
[paste list]
Why it works: The overpaying flag catches stack bloat. More in our bookkeeping guide.
11. Quarterly Review
I'm doing my quarterly business review. Help me think through it
honestly.
Here's the data:
- Revenue: [Q1 vs Q2]
- Clients: [number gained / lost / continued]
- Hours worked: [estimate]
- Top achievement: [one thing]
- Biggest mistake or wasted effort: [one thing]
- New skill or insight gained: [one thing]
Help me by:
1. Pointing out one trend I might be missing
2. Naming one thing I'm probably congratulating myself for that
wasn't actually important
3. Suggesting one specific bet I should make in Q3 based on the data
4. Asking the one question I'm avoiding about my business
Be direct, not encouraging. I don't need a cheerleader.
Why it works: Without the "wasn't actually important" line, reviews become victory laps.
12. Pricing Analysis
I currently charge [your price] for [your service]. My audience is
[audience]. Average time to deliver: [hours]. Direct costs: [tools,
materials, etc.].
Help me think about pricing:
1. What's my effective hourly rate (factoring in unbillable hours)?
2. What's a reasonable range I could charge based on positioning?
3. What would change about my business if I doubled my prices?
4. What concrete signals would tell me I'm underpriced?
Then: give me 3 specific framings I could use to raise prices
without sounding like I'm raising prices.
Why it works: The doubling question often reveals the problem is the client filter, not the price. Full maths in our real cost of running a solo business.
13. Competitor Research
I'm researching [competitor or category]. My business is [your
business] and my positioning is [your angle].
Tell me about [competitor]:
1. What's their public positioning vs. what they actually deliver
(gap between marketing and reality)?
2. Who do they serve well? Who do they serve poorly?
3. What's a weakness in their offering that's also a strength (i.e.,
what trade-off did they make)?
4. What would I lose by competing directly on their main strength?
5. Where is there room for me without being a clone?
Be specific, not vague. If you don't know something, say so — don't
make it up.
Why it works: "If you don't know, say so" is essential here. Verify anything factual about a real company before you act on it — this is the prompt most likely to produce confident invention.
14. Industry Trend Summary
Give me a 5-minute briefing on [topic/trend/industry] for 2026.
Cover:
1. What's actually changing (not hype, not "AI is transforming X")
2. Who's winning and why
3. What conventional wisdom is now outdated
4. What's likely to happen in the next 6-12 months
5. What's one early signal I should watch for
Format as 5 short paragraphs. Be specific. Skip the "in conclusion"
ending. If anything you say isn't verifiable, flag it.
Why it works: "What's outdated" surfaces shifts you've missed. Still verify before repeating.
15. Learning a New Topic Fast
I want to understand [topic] well enough to make smart decisions
about [specific business application]. I have about [time available]
to learn this.
Help me by:
1. Naming the 3 core concepts I MUST understand
2. Naming the 2 concepts that look important but are usually
overhyped
3. Suggesting the 1 question I should be able to answer to know I've
"gotten it"
4. Recommending learning order: what to grasp first, then second,
then third
Don't give me a Wikipedia summary. Help me prioritize.
Why it works: Forces judgment calls about what matters instead of a flat summary.
What to do instead of collecting prompts
We used to end this article by telling you to build a prompt library and refine it over time. The research above is the reason we no longer do.
Take the parts of these fifteen that are doing the work — the context block at the top, the explicit list of what you don't want, the named output format — and write them once, into your ChatGPT project instructions or Claude project. What you do, who you serve, how you sound, what you never want to see. That file is your actual asset. It applies to every conversation without being pasted, it survives model updates, and it fixes the underspecification that the measurements say is the real source of bad output.
Then keep maybe five prompts, for the jobs you do repeatedly enough that the structure is worth having on hand. Not fifteen. Not a hundred.
One honest limitation, since we have spent this article insisting on them: every study cited here measures multiple-choice accuracy or arithmetic. Nobody has benchmarked "write my client follow-up email." Applying findings about GPQA Diamond to business writing is an extrapolation — a reasonable one, pointing the same way as both vendors' own documentation, but an extrapolation. Where tone is the product rather than correctness, the persona research in particular may not hold.
The Bottom Line
The tricks that fill most prompt libraries — expert personas, 'think step by step', politeness, tipping, stacked constraints — have now been tested at scale, and they are mostly null or negative on current models. What does move results is specification: telling the model what you do, who you serve and what you don't want. A generic template can't contain any of that, which is why the fifteen prompts above are worth less than the ten minutes you'd spend writing your business into a project instruction.
Write your context once into ChatGPT Projects or a Claude project instead of maintaining a prompt library. Keep five prompts for genuinely repeated jobs. Skip anything that opens with 'You are a world-class expert' — the Wharton data says it costs you accuracy.
For the broader picture of which AI tools fit your stage of business, our complete solopreneur AI stack guide covers what we recommend alongside ChatGPT.
Ad
Two corrections. This article previously claimed these prompts were "tested by RunSolo team in real solopreneur workflows for 6 months". We have no record of that and it is not among the tests on this site we can account for. We removed it from the closing summary in August and published a note saying it had been deleted — but the same claim was still sitting in the article's second paragraph until 7 September, which made that correction false as written. It has now actually been removed. Separately, we claimed these prompts save "8-15 hours per month". Nobody measured that; it was invented, and it is gone. The prompts are written to be useful, not measured. No link in this article pays us — how we make money.
Ad
Enjoying this article?
Get more like this every Tuesday. Free.
By subscribing, you agree to our Privacy Policy.
Written by
RunSolo
We check AI tool pricing and limits at the vendor source, run hands-on tests where we say we did, and publish our corrections in the article text.
Related Articles
How to Build a Free CRM in Notion (What's Actually Free)
A build-along Notion CRM in about 30 minutes — plus which steps are genuinely free, because automations and dashboards are not.
Make.com Tutorial for Beginners: Your First 5 Automations in 2026 (Step by Step)
You've decided to use Make instead of Zapier. Smart. Now what? This hands-on tutorial walks you through your first 5 real automations — the ones that actually save solopreneurs hours every week. No theory, just build.
AI Bookkeeping for Solopreneurs: Where It Gets Tax Wrong
The stack works and costs under $30. But five expenses your AI will confidently file on Schedule C don't belong there — and every one errs in your favour.