ChatGPT Work in Practice:
6 Role Workflow Prompt Templates + Scheduled Task Recipes (2026)

On July 9, 2026, OpenAI shipped ChatGPT Work and merged Codex into the new ChatGPT desktop app. If you already know what it is, the real question is: what can you actually do with it tomorrow morning?

This guide is for sales, marketing, finance, operations, product, and engineering teams. It follows OpenAI's official advice — start with a task you already know well — and covers three success principles, Chat/Work/Codex mode routing, a universal five-step framework, six copy-paste Prompt templates, four Scheduled Tasks recipes, seven usage optimization tips, troubleshooting, and a 30-day onboarding roadmap. For the launch overview, see our sister article: ChatGPT Work Is Here.

01 How to use ChatGPT Work: three principles and Chat / Work / Codex mode selection

Why "knowing how to use it" matters more than "knowing it exists":

  • Describing steps instead of outcomes: Writing "open Salesforce, export, then…" in your Prompt makes Work take the long way and burns quota fast.
  • Assigning tasks before plugins are authorized: Without Gmail, Slack, or Drive connected, the agent guesses — and outputs are hard to verify.
  • Skipping Plan Mode on high-stakes work: External emails, financial reports, and client deliverables executed without plan review create uncontrolled risk.
  • Picking the wrong mode: Using Work for simple Q&A or Chat for complex cross-app jobs can multiply cost several times over.
Three principles for ChatGPT Work
Principle Why it matters In practice
Describe outcomes, not steps Work plans its own path ✅ "From @Salesforce deals in the last 30 days, build a weekly pipeline PPT with risk flags"
Connect tools before assigning tasks The plugin directory is your data layer Confirm Gmail, Slack, and Drive are authorized; use @AppName to pin sources
Plan Mode is your brake Complex jobs get a plan before execution Review every step for external emails, financial reports, and client deliverables
Quick routing: Chat / Work / Codex
Your need Recommended mode Why
Quick Q&A, brainstorming, single-turn copy Chat Lightweight and fast
Cross-app multi-step jobs, finished files, multi-hour runs Work Plugin integrations + Plan Mode + Computer Use
Code review, PR management, multi-repo development Codex Developer-native workflows
Weekly repeating, unattended background jobs Work + Scheduled Tasks Scheduled or trigger-based automation
Desktop vs web workflow selection
Scenario Recommended environment
Local file read/write, Computer Use, free-tier trial Desktop (Mac / Windows)
Team collaboration, checking task progress on the go Web / mobile (Plus and above)
Auto-generated sales meeting briefs + email notification Web Workspace Agent + scheduled runs
Local Excel reconciliation, batch folder processing Desktop Work mode

02 Universal five-step workflow and Prompt writing formula

Regardless of role, run every Work task through this flow:

WORKFLOW.txt
1. Connect plugins
2. State the goal and output format
3. Review Plan Mode
4. Intervene mid-run to correct course
5. Accept deliverables and iterate

Work mode Prompt formula:

PROMPT-FORMULA.txt
[Role] + [Data source @plugin] + [Specific task] + [Output format] + [Constraints] + [Acceptance criteria]

Skeleton example:
You are a [role]. Pull [data type] from @Salesforce and @Gmail for [time range].
Complete [specific action] and output as [Google Docs / Excel / PPT / Sites].
Constraints: [do not modify source data / round amounts to two decimals / do not send external email].
When done, [notify me on Slack / save to a specific folder].

Plan Mode review checklist (confirm before execution):

  • Are data sources correct (wrong customer or month)?
  • Are there high-risk actions like "send externally," "delete," or "overwrite files"?
  • Does the output format match your team template?
  • Can intermediate steps be cut to save usage?
  • Do you need a human confirmation gate?

03 Six role ChatGPT Work workflow templates (with Prompts)

These templates draw on OpenAI official examples, early tester feedback (Zapier, Nvidia, Virgin Atlantic), and the Workspace Agent Cookbook. Swap @plugin names to match your stack.

3.1 Sales

Scenario A: Automated customer meeting briefs (daily schedule) — Pain point: reps spend 1–2 hours daily assembling account context. OpenAI internal case: discovery conversations turned into customized PoC proposals within 24 hours (traditionally weeks).

SALES-A-MEETING-BRIEF.txt
Create a scheduled task that runs every weekday at 4:00 PM.

1. Check my @Google Calendar for customer meetings tomorrow (exclude internal meetings)
2. For each customer meeting:
   - Pull account notes and activity from @SharePoint / @Salesforce for the last 30 days
   - Search public news and executive moves for each company in the last 30 days
   - Write a 2–3 sentence background summary for each external attendee
3. Generate a 2–3 page brief per meeting and save as @Google Drive docs
4. Send me a @Gmail summary email with links to each brief

Output format: email subject "Tomorrow's Customer Meeting Briefs — [date]",
body as a table (Customer | Meeting time | Key topics | Brief link)

Scenario B: Account command center (Sites + daily refresh)

SALES-B-ACCOUNT-CENTER.txt
Based on all opportunities, contacts, and recent activity for [account name] in @Salesforce:

1. Build an interactive account command center (Sites) with:
   - Pipeline overview (stage, amount, expected close date)
   - Key signals from the last 7 days (email, meetings, support tickets)
   - Recommended next actions (priority ordered)
2. Set a Scheduled Task to refresh the Site every weekday at 8:00 AM
3. DM me on @Slack when there is a material change

Constraints: do not auto-send any external email; amounts must match CRM source data.

Scenario C: Lead review and pipeline repair (adapted from Zapier case)

SALES-C-PIPELINE-REPAIR.txt
Analyze new leads from @Salesforce over the last 30 days and follow-up records, cross-referenced with sales email in @Gmail.

Find:
1. Leads with no follow-up in 48+ hours (grouped by source)
2. Break points in the follow-up chain (where response rate drops sharply)
3. Estimated pipeline loss in dollars

Output:
- Excel detail sheet (Lead ID | Source | Last follow-up | Break type | Recommended action)
- 1-page executive summary PPT highlighting seven-figure opportunity risk
- A weekly review workflow suitable for Scheduled Tasks

3.2 Marketing

Scenario A: Research → brief → multi-market assets (end-to-end pipeline)

MKT-A-CAMPAIGN-PIPELINE.txt
I uploaded the following customer research: [attachment / @Google Drive link]

Run an end-to-end marketing workflow:

Phase 1 — Brief:
- Extract target audience, core pain points, competitive positioning
- Output a Campaign Brief (Google Docs) with message pillars and channel recommendations

Phase 2 — Asset generation:
- From the brief, create: 1 acquisition email, 3 LinkedIn posts, 1 landing page copy outline
- Save to @Google Drive folder "Campaign / [product name]"

Phase 3 — Regional adaptation:
- Adapt core assets for US, Europe, and APAC (language, cultural references, compliance wording)
- Flag sensitive phrasing that needs human review in each version

Pause after each phase and wait for my confirmation before continuing.

Scenario B: Slack / Teams activity synced to meeting agenda (Scheduled Task)

MKT-B-AGENDA-SYNC.txt
Set a scheduled task to run every Monday at 7:00 AM:

1. Summarize important discussions from @Slack #product-launch and @Microsoft Teams "Go-to-Market" channel over the last 7 days
2. Extract: decisions made, open questions, blockers that need alignment in the meeting
3. Update the "Weekly Meeting Agenda" doc on @Google Drive (preserve version history)
4. Post a summary of 5 bullets or fewer in @Slack #leadership

Constraints: only cite publicly visible discussions; do not leak messages marked confidential.

3.3 Finance

Scenario A: Month-end variance analysis (OpenAI internal validated scenario — days compressed to hours)

FIN-A-VARIANCE.txt
Help complete [month] month-end budget variance analysis:

1. Pull corresponding tables from @Google Drive "Finance / Actuals" and "Finance / Forecast"
2. Create a reconciliation workbook in @Google Sheets:
   - Summarize actual vs forecast variance by department
   - Flag line items with variance >5% or >$50K
   - Preserve all original formulas; do not overwrite source files
3. Draft a performance narrative (Google Docs) explaining likely causes by Revenue / COGS / OpEx
4. Build a 5–8 page management PPT (with charts, following attached template style)
5. List 3 key judgment calls that require finance human sign-off

Constraints: do not modify any source data; cite source cell for every number.

Scenario B: Invoice and payment reconciliation (first AP automation gate)

FIN-B-AP-RECON.txt
You are an accounts payable specialist. Compare these two datasets:
- Payment register: [@Google Drive link]
- Invoice list: [@Google Drive link]

Flag the following exceptions (return as a table):
| Issue type | Vendor | Invoice # | Amount | Recommended action |
- Amount variance >2%
- Missing tax ID
- Duplicate invoice number
- Vendor name mismatch

Do not initiate payments; output a review sheet for human approval only.

3.4 Operations

Scenario A: Daily dashboard change monitoring (Scheduled Task)

OPS-A-DASHBOARD.txt
Run automatically every weekday at 6:30 AM:

1. Visit [internal dashboard URL / @SharePoint report page]
2. Compare against yesterday's snapshot; extract significant changes (>10% swing or new red indicators)
3. Generate a 1-page morning brief (Google Docs) with:
   - TOP 3 items to watch today
   - Metric change table
   - Recommended owners to follow up
4. Send via @Gmail to ops-leads@company.com

If the dashboard is unreachable, tell me in Plan Mode — do not fabricate data.

Scenario B: Customer feedback clustering → product priorities

OPS-B-FEEDBACK.txt
Monitor new customer feedback from these sources over the last 14 days:
- @Slack #customer-feedback
- @Gmail label "NPS-Detractor"
- @Google Drive "Support Tickets Export"

1. Cluster feedback into 5–8 themes (with representative quotes)
2. Prioritize by Frequency × Impact × Implementation difficulty
3. Output a product review backlog (Notion / Google Docs format)
4. Set a Scheduled Task to refresh this doc every Friday

Constraints: anonymize feedback quotes; no customer names.

3.5 Product

Scenario A: Cross Jira + GTM launch readiness review (adapted from Nvidia case)

PROD-A-LAUNCH-READY.txt
Run a launch readiness review for [product/feature name]:

1. Pull linked Epic / Story completion status and open blockers from @Jira
2. Pull the corresponding GTM plan from @Google Drive "GTM Plans" and check key milestones
3. Extract unresolved discussions from @Slack #product-launch in the last 7 days
4. Output a Launch Readiness report (Google Docs):
   - Readiness score (Red / Yellow / Green)
   - Blocker list (Owner | Due date | Risk level)
   - Recommended Go / No-Go with rationale

Do not auto-update Jira status; flag high-risk items for human decision.

3.6 Engineering — Work and Codex together

For engineering, use Codex mode for code and Work mode for cross-team documents — switch inside the same desktop app.

Scenario A: PR review + release notes

ENG-A-PR-RELEASE.txt
In Codex mode:
1. Review PR #123 in [repo/name], focusing on [security / performance / test coverage]
2. Leave line-by-line review comments in the PR side panel
3. If approved, draft Release Notes

Then switch to Work mode:
4. Format Release Notes for @Confluence
5. Draft an announcement for @Slack #engineering (do not auto-send)

Scenario B: Multi-repo issue weekly summary (Codex multi-repo capability)

ENG-B-WEEKLY.txt
In Codex mode, across [frontend-repo] and [backend-repo]:
1. Summarize merged PRs this week and open P0/P1 issues
2. Generate an engineering weekly report in Markdown

Switch to Work mode:
3. Convert to Google Docs and insert this week's burndown chart (from @Jira)
4. Set a Scheduled Task to auto-generate every Friday at 5:00 PM

04 ChatGPT Work Scheduled Tasks recipes and six-step rollout

Four high-frequency scheduled task recipes (OpenAI recommended)
Recipe Trigger Task description Best roles
Monday agenda refresh Every Monday 07:00 Summarize Slack activity → update agenda doc Marketing / Ops
Daily metrics morning brief Every weekday 06:30 Visit dashboard → compare yesterday → email brief Ops / Finance
Feedback clustering weekly Every Friday 16:00 Multi-channel feedback → theme clusters → priority list Product
Account activity daily Every weekday 08:00 CRM changes → refresh Sites command center Sales

Prompt pattern for setting Scheduled Tasks:

SCHEDULED-TASK.txt
Set a Scheduled Task:
- Frequency: [daily / every Monday / 1st of month / when keyword appears in @Slack channel]
- Time: [timezone + specific time]
- Action: [specific workflow description]
- Notification: [Slack channel / email / none]
- Human approval: [which steps need my sign-off first]

Security checklist before unattended runs:

  • Plugin access scoped to necessary tools only
  • "Auto-send externally" disabled unless explicitly required
  • Output archive path set to avoid overwriting others' files
  • Enterprise: confirm admin-approved agent network policies
  • Validate with 2–3 single runs before switching to scheduled

Six steps to ship your first Work task:

  1. Install desktop app: Download from chatgpt.com/download (updating an old Codex install works too).
  2. Connect core plugins: Authorize the 2–3 tools your role uses most — Gmail, Slack, Google Drive — in the Plugins Directory.
  3. Pick a familiar task: Use the role template above in Work mode for a single run (month-end variance or sales brief are good starters).
  4. Review Plan Mode: Verify data sources, high-risk actions, and output format; cut unnecessary steps.
  5. Accept and iterate Prompts: Check deliverables against your manual standard; bake constraints into the next Prompt.
  6. Upgrade to Scheduled Task: After 2–3 stable single runs, configure schedule, triggers, and notifications per the recipes above.

05 Usage optimization, troubleshooting, 30-day roadmap, and FAQ

ChatGPT Work shares a usage pool with Codex. The same workflow, designed differently, can cost 5× more.

Billing logic (simplified)
Factor Usage impact
Number of steps More steps, more consumption
Context size More docs/emails pulled, more consumption
Output length Output tokens cost roughly 6× input tokens
Cache hits Re-reading the same doc: cached input ~1/10 of fresh input cost
Model selection GPT-5.6 deep reasoning costs more than lightweight tasks need

Seven cost-saving practices:

  1. Draft in Chat mode first, then hand a trimmed version to Work for execution
  2. Cut redundant steps in Plan Mode, especially repeated pulls from the same source
  3. Reuse the same template doc in Scheduled Tasks to benefit from cache discounts
  4. Ask for concise output: "table + 3 bullet summary" beats "full narrative report"
  5. Split large jobs: Phase 1 confirms direction → Phase 2 generates deliverables, avoiding expensive rework
  6. Free users: run small tasks on desktop first; measure consumption before scaling
  7. Enterprise teams: set workspace / group / individual quotas in Admin Console

Five-step usage estimate before going live: Pick a real task with known manual time → run once in Plan Mode and count steps → check consumption for that run → estimate daily/weekly/monthly against budget → optimize per above and re-run to compare.

Common pitfalls and fixes
Issue Cause Fix
Work cannot find Codex projects App migration update incomplete Update Codex app → it becomes ChatGPT desktop; reinstall if needed
Plugin authorized but no data Insufficient scope or wrong @app name Check authorization scope; write @Salesforce explicitly, not generic "CRM"
Plan looks right but output drifts Stale context or AI inference Pause mid-run to correct; attach/link critical data explicitly
Scheduled task did not fire Machine asleep / desktop not logged in For long-cycle jobs, use web Workspace Agent
Usage higher than expected Long output, repeated pulls, too many steps Apply optimization above; Enterprise: set limits in Admin Console
Work vs Cowork? Different workflow types Cloud SaaS collaboration → Work; local folder batch processing → Cowork
30-day onboarding roadmap
Phase Goal Actions
Week 1 Single-task fluency Pick your most familiar task; run Work on desktop 3 times; practice Plan Mode review
Week 2 Deep plugin integration Connect 3 core tools; complete one cross-app end-to-end delivery
Week 3 Automation Convert Week 1 task to Scheduled Task; verify 3 stable triggers
Week 4 Team rollout Build a role Prompt template library; Enterprise syncs admin quotas

Citable facts (EEAT):

  • Month-end compression: OpenAI internally validated month-end variance analysis from "days" to "hours" (OpenAI blog, 2026-07-09).
  • Output token multiplier: Work mode output tokens cost roughly input — prefer tabular output for long reports.
  • Cache discount: Scheduled Tasks re-reading the same template doc pay roughly 1/10 of fresh input for cached reads.

FAQ:

  • Which role workflow should I practice first? Pick a task you know well enough to judge output quality. OpenAI recommends: month-end variance, marketing brief, or sales meeting prep.
  • How long should a Prompt be? Focus on data source + output format + constraints — 150–400 words is usually enough. Do not write every manual step.
  • Can scheduled tasks run while my laptop is off? Desktop Scheduled Tasks need the device online. For true unattended background runs, use web Workspace Agent on Plus or above.
  • Work mode vs Workspace Agent? Work is the agent mode you use directly in ChatGPT; Workspace Agent is built, shared, and governed by teams on Business/Enterprise.
  • Can generated PPT/Excel go straight to stakeholders? Treat as an "80% draft." Financial figures, customer names, and external statements need human review.
  • Which templates can free users run? Desktop Work is available with limits. Start with lightweight tasks like invoice reconciliation; avoid long-cycle automation until you know your quota.

Primary sources — re-check links after upstream updates:

https://openai.com/index/chatgpt-for-your-most-ambitious-work/

https://developers.openai.com/cookbook/articles/chatgpt-agents-sales-meeting-prep

https://learn.chatgpt.com/docs/whats-new

ChatGPT Work shines when it removes manual workflows you are tired of — but running agents on a personal laptop still hits hard limits: sleep kills long jobs, parallel agents fight for CPU/RAM, and teams lack uniform audit boundaries. For production setups needing 24/7 gateways, multi-repo Codex CI, or OpenClaw nodes, CALMVPS bare-metal Mac Mini rental is usually the better fit: dedicated Apple Silicon, Metal-native acceleration, elastic monthly billing, ~120s provisioning — offload heavy Work/Codex runs to the cloud while you approve plans locally. See our pricing page.