Если вы уже знаете, что такое ChatGPT Work, практический вопрос другой: что можно отдать ему завтра на работе? 9 июля 2026 OpenAI запустила ChatGPT Work и влила Codex в новое десктопное приложение ChatGPT. Официальный onboarding прост: начните с задачи, которую вы уже умеете оценивать — month-end variance analysis, marketing campaign brief, подготовка к sales meeting. Ниже — workflow по шести ролям (Sales, Marketing, Finance, Operations, Product, Engineering) с копируемыми Prompt-шаблонами, чеклистом Plan Mode, рецептами Scheduled Tasks и практикой контроля usage pool.
- Неверный режим: Chat для cross-app long-running tasks или Work для простого Q&A — оба сценария сжигают usage.
- Неверный стиль Prompt: пошаговые инструкции «открой Salesforce, экспортируй…» противоречат дизайну Work — описывайте outcome, агент планирует path сам.
- Плагины не авторизованы: Gmail, Slack, Drive и прочие data sources должны быть подключены до старта — идеальный Plan без data layer бесполезен.
- Scheduled Task misconfiguration: desktop Scheduled Task требует online device; закрытая крышка ноутбука = trigger не сработает.
- High-stakes без review: external email, financial report, client deliverable — без line-by-line Plan review цена ошибки высока.
SECTION 01 Как использовать ChatGPT Work: 3 принципа и маршрутизация Chat / Work / Codex
Перед копированием Prompt-ов зафиксируйте отличие Work от обычного Chat:
| Принцип | Механизм | Практика |
|---|---|---|
| Описывайте outcome, не steps | Work mode автономно строит execution path | Нет: «Открой Salesforce, экспортируй данные, затем…» → Да: «На основе @Salesforce opportunities за 30 дней сгенерируй weekly PPT с risk flags» |
| Сначала tools, потом task | Plugin directory — data layer Work | До старта проверьте Gmail, Slack, Drive; в Prompt явно указывайте @AppName |
| Plan Mode — ваш brake | Сложные задачи: plan → confirm → execute | High-stakes (external email, financial report, client deliverable) — review plan построчно |
В новом desktop ChatGPT три режима coexist; wrong mode routing сжигает usage:
| Задача | Режим | Почему |
|---|---|---|
| Быстрый Q&A, brainstorm, single-turn copy | Chat | Лёгкий, low latency |
| Cross-app multi-step, deliverable files, multi-hour tasks | Work | Plugin integration + Plan Mode + Computer Use |
| Code review, PR management, multi-repo dev | Codex | Developer-specific workflow сохранён |
| Еженедельные unattended background tasks | Work + Scheduled Tasks | Timed/triggered automation |
| Сценарий | Среда |
|---|---|
| Local files, Computer Use, Free tier trial | Desktop (Mac / Windows) |
| Team collaboration, progress monitoring | Web / Mobile (Plus+) |
| Sales meeting Brief + email notification | Web Workspace Agent + scheduler |
| Local Excel reconciliation, batch folder ops | Desktop Work mode |
SECTION 02 Универсальный framework: 5 шагов + Prompt formula + Plan Mode checklist
Для любой роли рекомендуемый pipeline:
- Подключить plugins → 2. Зафиксировать goal и output format → 3. Review Plan Mode → 4. Mid-flight correction → 5. Accept deliverable и iterate
Prompt formula для Work mode:
[Роль] + [Data source @plugin] + [Конкретная задача] + [Output format] + [Constraints] + [Acceptance criteria]
Скелет:
Ты — [роль]. Из @Salesforce и @Gmail загрузи [временной диапазон] [тип данных].
Выполни [действие], output — [Google Docs / Excel / PPT / Sites].
Constraints: [не менять source data / суммы с 2 знаками / не отправлять external email].
По завершении [Slack notify / сохранить в указанную папку].
Plan Mode review checklist (до execute):
- Data source корректен (не подтянет wrong client / wrong month)?
- Есть high-risk actions: external send, delete, file overwrite?
- Output format соответствует team template?
- Можно убрать redundant steps для экономии usage?
- Нужен human confirmation gate?
SECTION 03 6 ролей: production workflow с копируемыми Prompt-шаблонами
Шаблоны собраны из OpenAI launch materials, early adopter feedback (Zapier, Nvidia, Virgin Atlantic) и Workspace Agent Cookbook. Заменяйте @plugin под ваш stack.
3.1 Sales
Сценарий A: автоматический meeting Brief (daily scheduled) — pain point: 1–2 часа/день на ручной customer context. Work path: calendar scan → CRM notes → news search → Brief archive.
Создай Scheduled Task: каждый рабочий день в 16:00.
1. Проверь завтрашние customer meetings в @Google Calendar (исключи internal)
2. Для каждой customer meeting:
- Из @SharePoint / @Salesforce загрузи account notes и interactions за 30 дней
- Найди публичные новости компании и executive activity за 30 дней
- Напиши 2–3 предложения background на каждого external attendee
3. Сгенерируй 2–3 страницы Brief на встречу, сохрани как @Google Drive doc
4. Отправь @Gmail summary со ссылками на Brief
Output: subject «Завтра customer meetings Brief — [дата]», body — таблица (клиент | время | ключевые темы | ссылка Brief)
OpenAI internal case: sales team конвертировала Discovery call в customized PoC за 24 часа (традиционный cycle — недели).
Сценарий B: account command center (Sites + daily refresh) — enterprise account data размазана по CRM, email, Slack; account plan ведётся вручную.
На основе всех opportunities, contacts и recent activity для [account name] в @Salesforce:
1. Создай interactive account command center (Sites):
- Pipeline overview (stage, amount, expected close)
- Key signals за 7 дней (email, meetings, support tickets)
- Recommended next actions (по приоритету)
2. Scheduled Task: каждый рабочий день 08:00 — auto-refresh Site
3. При material change — @Slack DM notify
Constraint: не отправлять external email; суммы — из CRM source of truth.
Сценарий C: lead review и pipeline repair (Zapier case) — тысячи leads/месяц, follow-up gaps невидимы.
Проанализируй новые leads за 30 дней в @Salesforce и follow-up history; cross-check с @Gmail sales correspondence.
Найди:
1. Leads без follow-up >48 ч (группировка по 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 summary PPT с seven-figure opportunities
- Weekly repeatable review flow для Scheduled Task
3.2 Marketing
Сценарий A: research → Brief → multi-market assets (E2E pipeline)
Загружены customer research materials: [attachment / @Google Drive link]
Выполни end-to-end marketing workflow:
Фаза 1 — Brief:
- Target audience, core pain, competitive positioning
- Campaign Brief (Google Docs): message pillars + channel recommendations
Фаза 2 — Asset generation:
- Из Brief: 1 acquisition email, 3 LinkedIn posts, 1 landing page outline
- Сохрани в @Google Drive «Campaign / [product name]»
Фаза 3 — Regional adaptation:
- Адаптируй core assets для US, Europe, APAC (язык, cultural refs, compliance wording)
- Пометь sensitive phrases для human review
После каждой фазы — pause, жди confirm перед следующей.
Сценарий B: Slack / Teams sync в meeting agenda (Scheduled Task)
Scheduled Task: каждый понедельник 07:00.
1. Агрегируй важные обсуждения за 7 дней из @Slack #product-launch и @Microsoft Teams «Go-to-Market»
2. Извлеки: decisions, open questions, blockers для alignment на встрече
3. Обнови @Google Drive doc «Weekly agenda» (сохрани history)
4. Опубликуй ≤5 bullet summary в @Slack #leadership
Constraint: только публичные обсуждения; не цитируй confidential messages.
3.3 Finance
Сценарий A: month-end variance analysis (OpenAI validated) — internal effect: close cycle с «дней» до «часов».
Помоги с budget variance analysis за [месяц]:
1. Из @Google Drive «Finance / Actuals» и «Finance / Forecast» загрузи таблицы
2. В @Google Sheets создай reconciliation workbook:
- Actual vs forecast по department
- Flag variance >5% или >$50K
- Сохрани source formulas, не overwrite source files
3. Draft performance narrative (Google Docs): revenue / COGS / OpEx drivers
4. 5–8 slide management PPT (charts, template style из attachment)
5. Список 3 key judgment points для finance human sign-off
Constraint: не менять source data; каждая цифра — с cell reference.
Сценарий B: invoice vs payment reconciliation (AP automation gate)
Ты — AP specialist. Сверь:
- Payment register: [@Google Drive link]
- Invoice list: [@Google Drive link]
Пометь anomalies (таблица):
| Issue type | Vendor | Invoice # | Amount | Recommended action |
- Amount variance >2%
- Missing tax ID
- Duplicate invoice #
- Vendor name mismatch
Не инициировать payment; только review table для human.
3.4 Operations
Сценарий A: daily dashboard delta monitoring (Scheduled Task)
Каждый рабочий день 06:30 auto-run:
1. Открой [internal dashboard URL / @SharePoint report page]
2. Сравни с yesterday snapshot: delta >10% или новые red metrics
3. 1-page morning brief (Google Docs):
- TOP 3 на сегодня
- Metrics delta table
- Suggested owners
4. @Gmail на [email protected]
Если dashboard недоступен — сообщи на Plan stage, не fabricate data.
Сценарий B: customer feedback clustering → product priority
Мониторинг нового customer feedback за 14 дней:
- @Slack #customer-feedback
- @Gmail label «NPS-Detractor»
- @Google Drive «Support Tickets Export»
1. Cluster в 5–8 themes (с representative quotes)
2. Priority score: frequency × impact × implementation difficulty
3. Product backlog candidate list (Notion / Google Docs)
4. Scheduled Task: каждую пятницу auto-refresh doc
Constraint: anonymize quotes, без customer names.
3.5 Product
Сценарий A: cross Jira + GTM launch readiness (Nvidia case)
Launch readiness review для [product/feature]:
1. Из @Jira: Epic/Story completion, open blockers
2. Из @Google Drive «GTM Plans»: milestone check
3. Из @Slack #product-launch: unresolved threads за 7 дней
4. Readiness report (Google Docs):
- Score red/yellow/green
- Blocker list (owner | deadline | risk level)
- Go / No-Go recommendation с обоснованием
Не менять Jira status auto; high-risk items — human decision.
3.6 Engineering — Work + Codex split
Engineering: Codex для code path, Work для cross-team docs. Переключение в одном desktop app, без смены toolchain.
Сценарий A: PR review + release notes
В Codex mode:
1. Review PR #123 в [repo/name], focus: [security / performance / test coverage]
2. Line-by-line comments в PR sidebar
3. Если approved — draft Release Notes
Переключись в Work mode:
4. Форматируй Release Notes под @Confluence page
5. Draft @Slack #engineering announcement (не auto-send)
Сценарий B: multi-repo issue weekly rollup (Codex multi-repo)
В Codex mode, cross [frontend-repo] и [backend-repo]:
1. Rollup merged PRs и open P0/P1 issues за неделю
2. Engineering weekly Markdown
Work mode:
3. Конвертируй в Google Docs, вставь burndown из @Jira
4. Scheduled Task: каждую пятницу 17:00 auto-generate
SECTION 04 Scheduled Tasks: рецепты автоматизации и 6-шаговый rollout
| Recipe | Trigger | Task | Роль |
|---|---|---|---|
| Monday agenda refresh | Пн 07:00 | Slack rollup → update agenda Doc | Marketing / Ops |
| Daily metrics brief | Будни 06:30 | Dashboard → yesterday delta → email brief | Ops / Finance |
| Feedback cluster weekly | Пт 16:00 | Multi-channel feedback → themes → priority list | Product |
| Account delta daily | Будни 08:00 | CRM changes → refresh Sites command center | Sales |
Настрой Scheduled Task:
- Frequency: [daily / Monday / 1st of month / Slack keyword trigger]
- Time: [timezone + exact time]
- Action: [workflow description]
- Notify: [Slack channel / email / none]
- Human confirm: [steps requiring pre-approval]
Pre-flight checklist перед unattended run:
- Plugin scope минимизирован (только необходимые tools)
- Auto external send отключён, если не требуется явно
- Output archive path задан — no accidental overwrite
- Enterprise: Admin Console agent network policy подтверждена
- 2–3 single-run validation перед переходом на schedule
6 шагов rollout Scheduled Task:
- Выбрать recipe: из таблицы выше или Section 03 role template — ближайший к вашему repetitive labor.
- Single manual run: полный Work mode pass, verify output format и data sources.
- Plan Mode trim: убрать redundant fetch/search — снизить scheduled usage.
- Schedule Prompt: template выше — frequency, timezone, notify channel, human gates.
- Runtime selection: true unattended → Web Workspace Agent; local files → desktop + device awake.
- Observe 3 triggers: стабильность подтверждена — scale recipes.
SECTION 05 Usage optimization, citeable data, troubleshooting и 30-day roadmap
ChatGPT Work и Codex делят единый usage billing pool (не fixed monthly feature). Один workflow, разный design — delta до 5× по cost.
| Фактор | Impact на usage |
|---|---|
| Step count | Больше steps — больше consumption |
| Context size | Больше pulled docs/email — выше cost |
| Output length | Output tokens ~6× дороже input |
| Cache hit | Repeat read same doc: cached input ~1/10 fresh input |
| Model selection | GPT-5.6 reasoning overhead выше, чем нужно light tasks |
7 правил экономии usage:
- Chat mode для draft, trimmed version → Work execute
- Plan Mode cut redundant steps, особенно duplicate data fetch
- Scheduled Task reuse template doc — cache discount
- Compact output spec: «table + 3 bullets» лучше narrative report
- Phase split: Phase 1 direction → Phase 2 deliverable, не one-shot overbuild
- Free tier: desktop small tasks first, measure перед scale
- Enterprise: Admin Console quotas workspace / group / user
Citeable technical facts:
- Launch: 9 июля 2026 — ChatGPT Work; Codex App merged в ChatGPT desktop.
- Month-end efficiency: OpenAI internal validation — variance workflow сжимает close с days до hours.
- Usage delta: workflow design ~5× spread; output tokens ~6× input; cache hit ~1/10 fresh input cost.
- Prompt length: 150–400 слов — data source + output format + constraints; не micro-manage steps.
Источники по OpenAI launch и Cookbook; после upstream updates перепроверьте ссылки.
OpenAI Blog — ChatGPT Work Launch
OpenAI Cookbook — Sales Meeting Prep Agent
| Симптом | Root cause | Fix |
|---|---|---|
| Work mode не видит Codex projects | Incomplete app migration | Update Codex App → becomes ChatGPT desktop; при anomaly — reinstall с chatgpt.com/download |
| Plugin authorized, data не тянется | Insufficient scope или typo в @app | Plugin directory scope check; пишите @Salesforce, не generic «CRM» |
| Plan OK, result drift | Stale context или model inference | Pause mid-flight; critical data — explicit attachment/link |
| Scheduled Task не trigger | Sleep / desktop offline | Long-cycle → Web Workspace Agent; desktop — device awake |
| Usage выше ожиданий | Long output, duplicate fetch, excess steps | Optimization выше; Enterprise — Admin Console limits |
| Work vs Cowork | Разный workflow class | Cloud SaaS orchestration → Work; local folder batch → Cowork |
| Фаза | Goal | Action |
|---|---|---|
| Неделя 1 | Single-task fluency | 1 familiar task, desktop Work ×3 runs, Plan Mode review drill |
| Неделя 2 | Deep plugin integration | 3 core tools (email + collab + files), 1 cross-app E2E deliverable |
| Неделя 3 | Automation | Week-1 task → Scheduled Task, verify 3 stable triggers |
| Неделя 4 | Team rollout | Role Prompt library; Enterprise — Admin quota sync |
Многие команды гоняют ChatGPT Work Scheduled Tasks на personal laptop — lid closed = execution stop, нет true 7×24 unattended. VM добавляет hypervisor overhead и friction с native iOS/macOS toolchain. Для stable Codex multi-repo review, local Excel batch или Agent scheduled tasks engineering/ops командам MACNOX dedicated physical Mac nodes — часто лучший production choice: 100% Apple silicon hardware, full root, zero hypervisor tax, elastic day/week/month billing — Computer Use и Scheduled Tasks на always-on dedicated hardware. См. гайд по hardening AI Agent production (physical node isolation) и rent vs buy TCO analysis.
SECTION 06 Часто задаваемые вопросы
С какого role workflow начать?
Задача, которую вы умеете верифицировать. OpenAI рекомендует: month-end variance, marketing Brief, sales meeting prep — быстрый quality check.
Какой длины Prompt?
Data source + output format + constraints — обычно 150–400 слов. Не пишите step-by-step manual; это Work должен спланировать сам.
Scheduled Task работает при выключенном ПК?
Desktop Scheduled Task требует online device. True unattended — Web Workspace Agent (Plus+) или migration на always-on cloud Mac physical node.
Work mode vs Workspace Agent?
Work — personal Agent mode в ChatGPT. Workspace Agent — team-built, shared, Admin Console governed automation в Business/Enterprise. Shared substrate, разные entry points.
PPT / Excel готовы для external presentation?
Считайте 80% draft. Financial figures, customer names, external statements — human sign-off обязателен.
Какие шаблоны доступны на Free tier?
Desktop Work mode trial с usage cap. Начните с light tasks вроде invoice reconciliation; избегайте long-cycle automation до понимания burn rate.