If you’ve ever opened ChatGPT and typed something vague like help me with my work, you’ve already seen how disappointing a bad prompt can be. The tool is powerful, but you only get good output if you ask in the right way.
This guide skips the hype and gives you practical prompt formulas you can copy, adapt, and reuse for real tasks: email, research, coding, planning, and more.
Before You Start: 3 Rules For Any Good ChatGPT Prompt
Most bad results come from the same three mistakes:
- Being too vague Write a report about AI is basically a lottery ticket prompt.
- Skipping context The model doesn’t know your role, audience, or constraints unless you tell it.
- Expecting perfect truth ChatGPT can hallucinate facts. Treat it as a smart assistant, not a database.
Add these three elements to almost any prompt:
- Role: Act as a [job/role]…
- Audience: For [type of reader] who already knows [X]…
- Format: Answer as a table / checklist / email draft / bullet list…
Everything below uses that pattern so you can see how it works in practice.
CHATGPT PROMPTS
1. Everyday Work Prompts
1.1 Email clean‑up and tone check
Use when your email sounds wrong but you’re not sure why.
Act as a concise, professional copy editor. Here is my draft email: [PASTE EMAIL] Task:
1) Fix grammar and clarity.
2) Keep it under [X] words.
3) Make the tone [more friendly / more formal / more direct].
Return only the improved email, no extra comments.
Tip: For sensitive topics (e.g., HR, legal), treat the output as a suggestion and have a human decision‑maker review before sending.
1.2 Summarize long documents you don’t have time for
Act as an analyst who explains things clearly to busy managers. I’ll paste a long text. Task:
1) Give me a 5‑bullet summary.
2) Add 3 risks or open questions I should pay attention to. Here is the text:
[PASTE DOCUMENT]
Good for policies, internal memos, changelogs, and long blog posts.
1.3 Turn notes into an action list
Act as a project coordinator. Here are my messy notes from a meeting:
[PASTE NOTES] Turn this into: A numbered list of action items Each with: owner (if mentioned), deadline (if mentioned), and a short description.
If the owner isn’t clear, mark it as TBD.
This is especially useful if you often copy raw notes from Google Docs, Notion, or your laptop.
2. Study & Research Prompts
2.1 Explain a concept at the right level
Act as a patient tutor. Explain [TOPIC] to me as if I’m [level: e.g., a 15‑year‑old with basic math skills].
Then:
1) Give me a simple analogy.
2) List 3 common misunderstandings and clarify them.
Warning: For scientific or medical topics, cross‑check key claims with reliable sources. ChatGPT can simplify concepts but should not replace expert advice.
2.2 Turn a textbook chapter into a quick quiz
Act as a study coach. Based on the following notes:
[PASTE NOTES OR SUMMARY] Create:
1) 10 short answer questions.
2) The correct answers in a separate list.
3) Mark which questions are must know vs nice to know.
Use this when revising for exams or certifications.
2.3 Compare viewpoints without doing all the reading first
Act as an academic explainer. Compare the main viewpoints on [TOPIC] from: [Viewpoint A] [Viewpoint B] [Viewpoint C] For each, list:
1) Core idea (1 2 sentences).
2) Strengths.
3) Criticisms or limitations. Keep it neutral and note where experts strongly disagree.
Helps you map the debate before you dive into detailed sources.
3. Writing & Content Prompts
3.1 Outline first, write later
Act as an outline strategist for a tech blog. Topic: [TOPIC]
Audience: [e.g., non‑technical managers at small companies] Task:
1) Suggest 2 3 different article angles or structures.
2) For the best one, create a detailed outline with H2/H3 headings.
3) Under each heading, add a one‑sentence note on what to cover.
This works well before writing blog posts, help docs, or internal guides.
3.2 Improve a paragraph without changing the meaning
Act as a clarity editor. Here is my paragraph:
[PASTE TEXT] Task: Improve clarity and flow. Keep the same meaning and roughly the same length.
Return only the revised paragraph.
Note: For academic work, keep your own structure and arguments. Use the model mainly to fix clarity, not to generate full sections you then pass as original research.
3.3 Brainstorm titles with different tones
Act as a blog headline generator. I’m writing about: [TOPIC]
Audience: [AUDIENCE] Generate: 5 straightforward, descriptive titles. 5 slightly more playful titles (but still professional).
Keep each under 65 characters.
Use this to get options, then pick and refine manually based on your brand voice.
4. Coding & Technical Prompts
4.1 Explain code in plain language
Act as a senior developer mentoring a junior. Explain what this code does, step by step, in simple language:
[PASTE CODE] Include:
1) A high‑level summary (2 3 sentences).
2) Any obvious bugs or edge cases you notice.
3) Suggestions for making it more readable.
Always review suggested changes yourself. The model can misinterpret context or project‑specific patterns.
4.2 Help debug an error message
Act as a debugging assistant. Tech stack: [e.g., React + TypeScript] Here’s the problem: What I was trying to do: [DESCRIPTION] Relevant code: [PASTE SNIPPET] Error message: [PASTE ERROR] Task:
1) Suggest 3 5 likely causes, in order of probability.
2) For each, explain how to confirm and how to fix.
Keep the answer practical and concise.
Privacy note: Avoid pasting proprietary code or secrets (API keys, passwords). Mask or remove anything sensitive before sharing.
4.3 Generate test cases, not just code
Act as a QA engineer. For the following function description:
[FUNCTION DESCRIPTION OR CODE] Create:
1) A list of normal test cases.
2) Edge cases.
3) At least 2 weird cases that might break things.
Output as a table with columns: Case ID, Input, Expected Result, Notes.
This helps developers and testers think beyond the obvious happy path.
5. Planning & Personal Productivity Prompts
5.1 Turn a vague goal into a realistic plan
Act as a practical coach. Goal: [e.g., learn basic Python in 6 weeks while working full‑time] Task:
1) Ask me 3 5 clarifying questions first.
2) Then create a weekly plan with specific tasks.
3) Keep daily time commitment to about [X] minutes.
Answer the follow‑up questions honestly; the plan gets better the more realistic constraints you share.
5.2 Prioritize a messy to‑do list
Act as a prioritization assistant. Here is my unsorted to‑do list:
[PASTE TASKS] Task:
1) Group into categories (work, personal, quick wins, deep work, etc.).
2) Assign each task a priority: High, Medium, Low.
3) Suggest what to focus on first today if I only have [X] hours.
Use this as a thinking aid, not a strict schedule. Adjust based on real‑world urgency.
5.3 Prepare talking points for a meeting
Act as a meeting prep assistant. Meeting type: [e.g., 1:1 with my manager / project kickoff with a new client]
Context: [BRIEF CONTEXT] Task:
1) Suggest 5 8 talking points.
2) Highlight 2 3 that are must cover.
3) Provide 2 backup questions I can ask if there’s extra time.
Very handy for performance reviews, sales calls, or kickoff meetings.
6. How To Write Better Prompts Fast
Instead of memorizing specific wording, reuse this quick structure:
- Role: Act as [role]…
- Task: Your task is to [goal] with [constraints]…
- Input: Here is my [text/code/notes]…
- Output format: Return [table / bullets / numbered steps / email]…
If the first answer isn’t right, don’t start over. Instead, follow up with corrections like:
- Shorten this to ~150 words.
- Make it less formal.
- Focus only on steps 2 and 3.
7. Safety, Limits, and When Not To Use These Prompts
Some important boundaries to remind readers of:
- Confidential data: Avoid sharing anything you wouldn’t put in an email to a third‑party consultant (credentials, customer names, internal strategies).
- High‑risk decisions: Legal, medical, financial, or compliance decisions should never rely solely on AI output. Always consult qualified professionals.
- Academic integrity: Many schools and universities treat AI‑written work as plagiarism. Use prompts to clarify and study, not to outsource entire assignments.
- Fact‑checking: For facts, dates, or technical claims, cross‑check against reliable sources. Treat ChatGPT as a strong first draft, not a final truth.
FAQ
Is it okay to use ChatGPT for work emails?
Yes, many people do, but avoid pasting confidential







