Практический гайд ChatGPT Work: workflow-prompts для 6 ролей + рецепты Scheduled Tasks (2026)
9 июля 2026 OpenAI запустила ChatGPT Work, Codex влит в новое десктопное приложение ChatGPT. Когда «что это» уже понятно, остаётся операционный вопрос: что можно сделать завтра на работе? Официальная рекомендация — отдать задачу, которую вы уже умеете оценивать: month-end variance analysis, marketing brief, подготовка sales-встречи.
Это практическое продолжение разбора релиза ChatGPT Work с фокусом на «как использовать, где применять, как писать prompt». Вы получите: ① 3 принципа успеха и роутинг Chat/Work/Codex; ② 12 копируемых prompt-шаблонов для 6 ролей; ③ автоматизацию Scheduled Tasks, оптимизацию usage и 30-дневный onboarding roadmap.
01 Как использовать ChatGPT Work: принципы и выбор режима
Перед копированием prompt'ов разберите разницу между ChatGPT Work и обычным Chat. Типичные ошибки frontline-команд:
- Писать шаги вместо цели: Work сам планирует путь; микроменеджмент prompt'ами режет возможности агента.
- Задачи без авторизации плагинов: Gmail, Slack, Drive не подключены — task крутится вхолостую.
- Пропуск Plan Mode на high-stakes задачах: внешние письма, финотчёты без ревью — неконтролируемый риск.
- Неверный режим — 5× по cost: простые Q&A в Work, сложные cross-app flow в Chat.
- Неверный выбор desktop/web: локальный Excel reconciliation в web; scheduled task на спящем desktop — trigger не сработает.
| Принцип | Смысл | Практика |
|---|---|---|
| Описывать результат, не шаги | Work mode сам строит execution path | Плохо: «Открой Salesforce и экспортируй…» → Хорошо: «На основе @Salesforce deals за 30 дней сгенерируй weekly PPT с risk-метками» |
| Сначала tools, потом tasks | Plugin catalog = data source | Перед task авторизовать Gmail, Slack, Drive; явно указывать @AppName |
| Plan Mode как тормоз | Сначала plan, потом execute | Внешние письма, финотчёты, customer deliverables — построчное ревью |
| Задача | Рекомендуемый режим | Почему |
|---|---|---|
| Быстрые Q&A, brainstorming, одноразовый copy | Chat | Лёгкий, быстрый response |
| Cross-app multi-step, file deliverables, multi-hour tasks | Work | Plugin integration + Plan Mode + Computer Use |
| Code review, PR management, multi-repo dev | Codex | Developer-specific workflows |
| Еженедельные unattended background tasks | Work + Scheduled Tasks | Time/trigger-based automation |
| Сценарий | Рекомендуемая среда |
|---|---|
| Локальные файлы, Computer Use, free-tier trial | Desktop (Mac / Windows) |
| Team collaboration, live task progress | Web / mobile (Plus+) |
| Sales meeting brief + email notification | Web Workspace Agent + scheduling |
| Локальный Excel reconciliation, batch folder processing | Desktop Work mode |
02 Универсальный workflow-фреймворк и ревью Plan Mode
Для любой роли — 5-шаговый pipeline:
- Подключить plugins → 2. Задать goal и output format → 3. Ревью Plan Mode → 4. Mid-task correction → 5. Acceptance и итерация
Формула prompt'а в Work mode:
[Роль] + [Data source @plugin] + [Конкретная задача] + [Output format] + [Constraints] + [Acceptance criteria]
Пример skeleton:
Ты [роль]. Вытяни из @Salesforce и @Gmail [период] [тип данных].
Выполни [конкретное действие], output в [Google Docs / Excel / PPT / Sites].
Constraints: [не менять source data / суммы с 2 decimals / без external email].
По завершении [Slack notify / save в указанную папку].
Plan Mode checklist (перед execute):
- Data source корректен (не тот client/month)?
- Есть high-risk actions: external send, delete, file overwrite?
- Output format соответствует team template?
- Можно выкинуть промежуточные steps для экономии usage?
- Нужен human confirmation checkpoint?
Какой длины prompt? Фокус на «data source + output format + constraints» — 150–400 слов достаточно. Не расписывайте каждый manual step: это работа Work mode.
03 Библиотека prompt-шаблонов для 6 ролей
Шаблоны основаны на official OpenAI cases, early adopter feedback (Zapier, Nvidia, Virgin Atlantic) и Workspace Agent Cookbook. Подставьте свой stack вместо @PluginName.
3.1 Sales
Сценарий A: Автоматический customer meeting brief (daily scheduled) — Pain point: 1–2 ч/день manual research. Work fix: calendar scan → CRM notes → news → brief archive. OpenAI internal: Discovery call → customized PoC за 24 ч (раньше недели).
Создай Scheduled Task: каждый рабочий день в 16:00.
1. Проверь мои customer meetings в @Google Calendar на завтра (исключи internal)
2. Для каждой customer meeting:
- Вытяни из @SharePoint / @Salesforce account notes и interactions за 30 дней
- Найди public news и executive activity компании за 30 дней
- Напиши 2–3 предложения background на каждого external attendee
3. Сгенерируй 2–3-страничный brief на встречу, сохрани как @Google Drive doc
4. Отправь @Gmail summary со ссылками на briefs
Output: subject «Customer meetings brief — [date]», body — таблица (client | time | key topics | brief link)
Сценарий B: Account command center (Sites + daily update)
На основе @Salesforce для [account name] — все deals, contacts, recent activities:
1. Создай interactive account command center (Sites):
- Pipeline overview (stage, amount, close date)
- Key signals за 7 дней (emails, meetings, support tickets)
- Recommended next actions по приоритету
2. Scheduled Task: auto-update site каждый рабочий день в 08:00
3. При significant changes — @Slack DM
Constraints: без auto external emails; amounts из raw CRM data.
Сценарий C: Lead review и pipeline repair (Zapier adaptation)
Проанализируй @Salesforce leads за 30 дней и follow-ups, cross-check с @Gmail sales correspondence.
Найди:
1. Leads без follow-up >48 ч (group by source)
2. Breakpoints в follow-up chain (где response rate падает)
3. Оценку pipeline loss в деньгах
Output:
- Excel detail (lead ID | source | last follow-up | break type | recommended action)
- 1-page executive PPT с seven-figure opportunity
- Weekly repeatable review workflow для Scheduled Task
3.2 Marketing
Сценарий A: Research → Brief → multi-market assets (E2E pipeline)
Я загрузил research materials: [attachment / @Google Drive link]
Выполни end-to-end marketing workflow:
Phase 1 — Brief:
- Извлеки target audience, pain points, competitive positioning
- Output Campaign Brief (Google Docs) с message pillars и channels
Phase 2 — Asset generation:
- Из brief: 1 acquisition email, 3 LinkedIn posts, 1 landing page outline
- Save в @Google Drive «Campaign / [product name]»
Phase 3 — Regional adaptation:
- Адаптируй core assets для US, Europe, APAC (language, culture, compliance)
- Mark sensitive wording для manual review
Pause после каждой phase, жди моего confirm.
Сценарий B: Slack/Teams → meeting agenda (Scheduled Task)
Scheduled Task каждый понедельник в 07:00:
1. Агрегируй @Slack #product-launch и @Microsoft Teams «Go-to-Market» за 7 дней
2. Extract: decisions, open questions, meeting blockers
3. Update @Google Drive «Weekly agenda» doc (keep version history)
4. Post до 5 bullet points в @Slack #leadership
Constraints: только public discussions; без confidential messages.
3.3 Finance
Сценарий A: Month-end variance analysis (OpenAI-validated) — Internal effect: close/forecast process с дней до часов.
Помоги с budget variance analysis за [month]:
1. Pull tables из @Google Drive «Finance / Actuals» и «Finance / Forecast»
2. Новый reconciliation workbook в @Google Sheets:
- Actual vs forecast variance по departments
- Mark line items с variance >5% или >$50K
- Keep original formulas, не overwrite sources
3. Performance commentary draft (Google Docs): revenue / COGS / OpEx
4. 5–8-page management PPT с charts (template style)
5. List 3 key judgments для manual finance sign-off
Constraints: не менять source data; каждая цифра с cell reference.
Сценарий B: Invoice/payment reconciliation (AP stage 1)
Ты AP specialist. Сравни:
- Payment register: [@Google Drive link]
- Invoice list: [@Google Drive link]
Mark anomalies (table):
| Issue type | Vendor | Invoice # | Amount | Recommended action |
- Amount variance >2%
- Missing tax ID
- Duplicate invoice #
- Vendor name mismatch
Без auto payments; только review table.
3.4 Operations
Сценарий A: Daily dashboard monitoring (Scheduled Task)
Auto-run каждый рабочий день в 06:30:
1. Access [internal dashboard URL / @SharePoint report page]
2. Compare с yesterday snapshot: significant changes (>10% или new red KPIs)
3. 1-page morning brief (Google Docs):
- TOP 3 today
- KPI change table
- Recommended owners
4. @Gmail to ops-leads@company.com
Если нет dashboard access — report в Plan phase, не fabricate data.
Сценарий B: Feedback clustering → product prioritization
Monitor new customer feedback за 14 дней из:
- @Slack #customer-feedback
- @Gmail label «NPS-Detractor»
- @Google Drive «Support Tickets Export»
1. Cluster в 5–8 themes (с representative quotes)
2. Prioritize: frequency × impact × implementation difficulty
3. Product evaluation list (Notion / Google Docs)
4. Scheduled Task: auto-refresh каждую пятницу
Constraints: anonymized quotes, без customer names.
3.5 Product
Сценарий A: Launch readiness review Jira + GTM (Nvidia adaptation)
Launch readiness для [product/feature]:
1. @Jira: Epic/Story status, open blockers
2. @Google Drive «GTM Plans»: check key milestones
3. @Slack #product-launch: unresolved discussions за 7 дней
4. Readiness report (Google Docs):
- Score (red / yellow / green)
- Blocker list (owner | deadline | risk level)
- Go / No-Go recommendation с обоснованием
Без auto Jira status changes; high-risk items = human decision.
3.6 Engineering — Work + Codex collaboration
Рекомендация: Codex для code implementation, Work для cross-team docs — switch в одном desktop app.
Сценарий A: PR review + release notes (Codex-led)
В Codex mode:
1. Review PR #123 в [repo/name], focus [security / performance / test coverage]
2. Line-by-line review comments в PR sidebar
3. Если approved — release notes draft
Switch to Work mode:
4. Format release notes как @Confluence page
5. Draft @Slack #engineering announcement (не auto-send)
Сценарий B: Multi-repo weekly issue report (Codex multi-repo)
В Codex mode across [frontend-repo] и [backend-repo]:
1. Aggregate merged PRs и open P0/P1 issues за неделю
2. Generate engineering weekly в Markdown
Switch to Work mode:
3. Convert в Google Docs, insert weekly burn-down из @Jira
4. Scheduled Task каждую пятницу 17:00
04 Рецепты Scheduled Tasks и 6-шаговый старт
| Рецепт | Trigger | Описание | Роль |
|---|---|---|---|
| Monday agenda refresh | Пн 07:00 | Aggregate Slack → update agenda doc | Marketing / Ops |
| Daily KPI brief | Будни 06:30 | Dashboard → compare → email brief | Ops / Finance |
| Feedback cluster weekly | Пт 16:00 | Multi-channel → cluster → priority list | Product |
| Account daily | Будни 08:00 | CRM changes → update Sites command center | Sales |
Prompt pattern для Scheduled Task:
Setup Scheduled Task:
- Frequency: [daily / every Monday / 1st of month / on @Slack keyword]
- Time: [timezone + exact time]
- Action: [workflow description]
- Notification: [Slack channel / email / none]
- Human approval: [steps requiring my sign-off]
Security self-check перед unattended mode: plugin scope ограничен; auto external send off (кроме explicit need); archive path задан; Enterprise: admin agent network policy confirmed; 2–3 single runs перед scheduling.
6 шагов к первому ChatGPT Work task:
- Установить desktop: chatgpt.com/download (free tier может тестировать Work).
- Подключить core plugins: authorize Gmail, Google Drive, Slack — top 2–3 tools.
- Выбрать mode: Work mode, проверить Plan Mode available.
- Написать prompt: formula «role + @source + task + format + constraints», лёгкий старт (invoice reconciliation).
- Review plan и execute: validate data sources и high-risk actions, cut лишние steps.
- Accept и iterate: check quality, track usage, затем Scheduled Task.
05 Оптимизация usage, troubleshooting и FAQ
ChatGPT Work и Codex делят usage billing pool. Один workflow, плохой design — до 5× cost delta.
| Фактор | Impact на usage |
|---|---|
| Количество steps | Больше steps = больше consumption |
| Context size | Больше docs/emails pulled = больше consumption |
| Output length | Output tokens ~6× input cost |
| Cache hit | Repeat read same doc: cached input ~1/10 fresh input |
| Model choice | GPT-5.6 reasoning > lightweight tasks |
7 cost-saving levers: ① Chat draft → compact Work version; ② Plan Mode: cut steps; ③ Scheduled Tasks: reuse template doc; ④ compact output (table + 3 bullets); ⑤ phases: Phase 1 direction → Phase 2 deliverable; ⑥ free: small tasks на desktop; ⑦ Enterprise: 3-tier limits в Admin Console.
Hard metrics для цитирования:
- Output/input cost ratio: output tokens ~6× input — long reports дороже table summaries.
- Cache discount: cached input ~1/10 fresh input.
- Workflow cost spread: до 5×; month-end variance internally: days → hours.
- Lead follow-up breakpoint: 48 h без follow-up = frequent loss; Zapier case: seven-figure potential loss.
| Проблема | Причина | Решение |
|---|---|---|
| Work не находит Codex project | Incomplete app migration | Update Codex App → becomes ChatGPT desktop; иначе reinstall |
| Plugin authorized, no data | Narrow scope или wrong @AppName | Check scope; писать @Salesforce, не generic «CRM» |
| Plan OK, result off-track | Stale context или AI inference | Pause и correct; key data как attachment |
| Scheduled task не triggered | PC sleep / desktop not logged in | Long-running: Web Workspace Agent |
| Work vs Cowork? | Разные workflow types | Cloud SaaS collab: Work; local folder batch: Cowork |
FAQ
- С какого workflow начать? Задача, которую вы можете оценить. OpenAI: variance analysis, marketing brief, sales meeting prep.
- Scheduled tasks при выключенном ПК? Desktop требует online device; true unattended: Web Workspace Agent (Plus+).
- Work vs Workspace Agent? Work = personal agent mode; Workspace Agent = team-managed automation с Admin Console governance.
- PPT/Excel можно сразу present? Treat как 80% draft; numbers и names — manual review.
- Какие templates на free tier? Desktop Work testable; start с invoice reconciliation.
Дополнительно: официальный анонс OpenAI, Sales Meeting Prep Cookbook и companion разбор релиза ChatGPT Work.
06 30-дневный roadmap и рекомендации для продакшена
| Фаза | Цель | Действие |
|---|---|---|
| Неделя 1 | Освоить single task | 1 familiar task, desktop Work manual run ×3, Plan Mode review practice |
| Неделя 2 | Deep plugin integration | Connect 3 core tools, 1 cross-app E2E delivery |
| Неделя 3 | Automation | Convert week-1 task в Scheduled Task, validate 3 triggers |
| Неделя 4 | Team rollout | Build role prompt library; Enterprise: sync admin quotas |
Ценность ChatGPT Work не в том, что он существует, а в elimination ручных процессов, которые вас утомили. Fastest ROI: familiar task, три прогона, tune prompt, automate.
Scheduled Tasks и multi-hour cross-app flows требуют runtime stability — local Mac sleep, flaky shared Wi-Fi, VM overcommit рвут long-running agent connections. Pure SaaS не заменяет local batch processing, Metal acceleration или 7×24 Work/Codex hybrid pipelines.
Для стабильного ChatGPT Work, Codex mode или self-hosted agent orchestration в продакшене JEXCLOUD multi-region bare-metal Mac — типично лучший fit: dedicated Apple Silicon, no VM overcommit, 120-second provisioning, monthly elastic scale, 7×24 host node для AI-коллег и coding agents. Specs и pricing: страница тарифов JEXCLOUD.