plan_write
Write a detailed plan file (PLAN.md, SPEC.md, or TASKS.md) with step-by-step instructions so Codex can implement tasks without further thinking. Replaces existing file contents.
Instructions
Write a .codex-bridge/ plan file (PLAN.md, SPEC.md, or TASKS.md). Replaces the file's entire contents. This is the handoff: implement picks these up on its next run. Plans must be detailed step-by-step instructions (exact files, changes, commands, verification) so Codex can execute them literally without thinking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | One of: PLAN.md, SPEC.md, TASKS.md. | |
| content | Yes | Full file contents (replaces the file). | |
| project | No | Project path the user named in chat (armed via init). Pass it explicitly on every call. If no project has been named, ask the user; never guess. | |
| session_token | No | Session token returned by init (or create_project). Required for every project tool call in this chat. A new chat must be re-armed. |