Skip to Main Content

Productivity • Copy-Paste Ready

30 ChatGPT Prompts for Work That Save Hours Every Day

\n
Quick Answer

Stop writing vague prompts that produce generic output. These 30 STCO-structured prompts are designed for real work scenarios — emails, meetings, reports, analysis, and presentations. Replace the {placeholders} with your details and paste into ChatGPT, Claude, or any AI.

Want to skip the guide?

Generate your structured prompt instantly using our free tool.

Open Prompt Builder →

Definition: Stop writing vague prompts that produce generic output. These 30 STCO-structured prompts are designed for real work scenarios — emails, meetings, reports, analysis, and presentations. Replace the {placeholders} with your details and paste into ChatGPT, Claude, or any AI.

Email & Communication

Professional Email Reply

[System] You are a professional communicator.
[Task] Draft a reply to this email: "{paste_email}"
[Context] I'm a {your_role}. Relationship with sender: {colleague/client/boss}. My position: {agree/disagree/need_more_info}.
[Output] Professional but warm tone. Under 150 words. Include a clear next step.

Difficult Conversation Email

[System] You are an HR communications specialist.
[Task] Write an email addressing {sensitive_topic}.
[Context] Recipient: {name, role}. Situation: {details}. Desired outcome: {outcome}.
[Output] Empathetic but direct. Under 200 words. No passive-aggressive language. Include a face-to-face follow-up suggestion.

Follow-Up Email

[System] You are a professional relationship manager.
[Task] Write a follow-up email to someone who hasn't responded in {X} days.
[Context] Original email was about: {topic}. Urgency: {low/medium/high}.
[Output] Friendly, not pushy. Under 100 words. Provide a simple way to respond (yes/no question or specific time suggestion).

Meetings & Notes

Meeting Summary

[System] You are an executive assistant.
[Task] Convert these meeting notes into a professional summary.
[Context] Meeting type: {type}. Attendees: {names}. Notes: {paste_notes}.
[Output] Format: 1) Key decisions, 2) Action items (owner + deadline), 3) Open questions, 4) Next meeting. Under 300 words.

Meeting Agenda

[System] You are a project manager.
[Task] Create a meeting agenda for {meeting_purpose}.
[Context] Duration: {X} minutes. Attendees: {list}. Key topics: {topics}. Previous meeting outcomes: {outcomes}.
[Output] Time-boxed agenda with owner for each item. Include 5 min buffer. End with "decisions needed" section.

Reports & Documents

Weekly Status Report

[System] You are a project coordinator.
[Task] Write a weekly status report.
[Context] This week's accomplishments: {list}. Blockers: {list}. Next week's priorities: {list}. KPI data: {metrics}.
[Output] Executive format: RAG status (Red/Amber/Green), 5 bullet accomplishments, 3 priorities, risk register. Under 400 words.

Executive Summary

[System] You are a management consultant.
[Task] Write an executive summary of this document: {paste_or_describe}.
[Context] Audience: {C-suite/board/team}. They care most about: {priorities}.
[Output] One page max. Lead with recommendation. Support with 3-5 data points. End with required decisions and timeline.

Process Documentation

[System] You are a technical writer.
[Task] Document the process for {process_name}.
[Context] Current process: {description}. Tools used: {tools}. Who does it: {role}.
[Output] Step-by-step guide with numbered steps, screenshots placeholders, common errors + fixes, and estimated time per step.

Analysis & Decision-Making

Pros/Cons Analysis

[System] You are a strategic advisor.
[Task] Analyse the pros and cons of {decision}.
[Context] Options: {A vs B}. Our priorities: {list}. Constraints: {budget/time/resources}.
[Output] Table format: Pros | Cons | Risk | Impact for each option. End with a recommendation and reasoning.

Data Interpretation

[System] You are a business intelligence analyst.
[Task] Interpret this data and identify trends.
[Context] Data: {paste_data}. Time period: {period}. Business context: {what_we're_trying_to_achieve}.
[Output] 3-5 key insights, each with: the finding, why it matters, and what to do about it. Use plain English.

Presentations

Presentation Outline

[System] You are a presentation strategist.
[Task] Create a slide deck outline for {topic}.
[Context] Audience: {who}. Duration: {X} minutes. Goal: {persuade/inform/train}. Key message: {message}.
[Output] Slide-by-slide outline with: title, 3 bullet points, speaker notes, and suggested visual for each slide. Max 15 slides.

Talking Points

[System] You are a communications coach.
[Task] Prepare talking points for {presentation/meeting}.
[Context] Topic: {topic}. Audience questions likely: {questions}. Key data: {stats}.
[Output] 5 main talking points, each with: key message (1 sentence), supporting evidence, anticipated pushback + response.

📌 Key Takeaways

  • Stop writing vague prompts that produce generic output.
  • These 30 STCO-structured prompts are designed for real work scenarios — emails, meetings, reports, analysis, and presentations.
  • Replace the 'placeholders' with your details and paste into ChatGPT, Claude, or any AI.
  • The STCO framework (System, Task, Context, Output) provides the most effective structural approach.
  • Use AI Prompt Architect to generate structured prompts instantly.
  • Go Pro: Unlimited prompt generations, AI-powered Refine & Analyse, and priority support — from £9.99/mo

Frequently Asked Questions

What are the best ChatGPT prompts for work?

The best work prompts use the STCO framework: define your role (System), specify the task clearly (Task), provide context like your industry and audience (Context), and set output format (Output). The most useful daily prompts cover email drafting, meeting summaries, report writing, and data analysis.

Can I use ChatGPT at work?

Yes. Most companies now allow ChatGPT for productivity tasks. Check your company's AI usage policy. For sensitive data, use AI Prompt Architect's BYOK mode or ChatGPT Enterprise, which doesn't use your data for training.

How do I save time with ChatGPT at work?

The biggest time savers are: email drafting (80% faster), meeting summaries (95% faster), first drafts of documents (75% faster), and data analysis/formatting (70% faster). Use STCO templates to get consistent results without re-writing prompts.

Build Custom Work Prompts

AI Prompt Architect generates tailored work prompts with your role, industry, and preferences built in.

Build Work Prompts Free →

ChatGPT for Work: The Evidence

Every claim below is sourced from peer-reviewed research and industry reports.Browse all 141 citations →

Few-shot extraction minimizes context window usage vs zero-shot verbose.

3 well-crafted few-shot examples (150 tokens) outperform a 600-token verbose instruction block, saving 75% on input costs per request.

Without concise few-shot examples, developers write lengthy prose instructions that consume 4x more tokens for equivalent or inferior output quality.

Brown et al., 'Language Models are Few-Shot Learners', NeurIPS 2020

API cost predictability allows for fixed pricing models.

Constraining max_tokens and enforcing output schemas reduces per-user cost variance from 300% to 15%, enabling predictable SaaS margins of 70%+.

Without cost controls, a single power user can consume 50x the average API budget, destroying unit economics.

Andreessen Horowitz, 'Who Owns the Generative AI Platform?' analysis, 2023

JSON Schema enforcement eliminates parse errors.

OpenAI structured outputs with JSON Schema achieve 99.9% schema adherence vs <70% with unconstrained generation — a 30x reduction in parse failures.

Without schema enforcement, every 1M requests generate 300K+ malformed responses requiring retries, error handling, and downstream data corruption.

OpenAI, 'Structured Outputs: JSON Schema' documentation, 2024

Template systems compress prompt authoring time.

Structured prompt templates cut development time from 4 hours to 20 minutes per prompt (8x reduction) by separating instructions from variables.

Without templates, every new prompt starts from scratch — copying, pasting, and re-debugging the same boilerplate across dozens of prompts.

LangChain, 'Prompt Templates' documentation, 2024

Rendering AI output as editable forms rather than static text increases user modification rate by 40% and reduces re-pro.Anthropic, 'Building Assistants with Tool Use' doc…