Step 01
Choose the right surface
Chat, Work and Codex are not interchangeable. Begin with the place where the source of truth lives and the evidence the finished task must produce.
| If the source of truth is… | Start with… | Finish with… |
|---|---|---|
| code, tests and repository files | Codex | a diff, tests and review evidence |
| connected business knowledge and files | ChatGPT Work | a document, spreadsheet, presentation or report |
| a question, brainstorm or quick draft | Chat | an answer or first draft |
Do this now
- 1.Name the source of truth for one live task.
- 2.Name the final artifact and the permission boundary.
- 3.Pick the smallest surface that can finish it.
Realistic example
The broken resource renderer
The source of truth is this React/TypeScript repository; success requires a rendered access page, a diff and build evidence. That makes it a Codex task, not a Work task.
Expected output: A read-only inspection plan before edits.
Copyable prompt
I need to complete: [task]. The source of truth is: [repo/files/connected knowledge/web]. The final artifact must be: [artifact]. The permission boundary is: [read-only/read-write/approval required]. Recommend Chat, ChatGPT Work or Codex. Explain why, what the first safe step is, and what evidence should prove completion.Verification or handoff
Write down why this surface is correct. If the next step needs a git diff, shell command, test run or repository edit, move it to Codex.