Delegate backend work to Codex
delegate_backendDelegate backend tasks to Codex for analysis, review, or implementation, covering APIs, databases, auth, infrastructure, security, and performance.
Instructions
Delegate backend, API, database, auth, infrastructure, security, performance, or backend-test work to Codex. Use analyze/review for read-only work and implement for edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Analyze/review are read-only; implement may edit the workspace. | implement |
| task | Yes | Concrete, self-contained specialist task. | |
| model | No | Optional provider-specific model override. | |
| context | No | Relevant architectural context, interfaces, decisions, and constraints. | |
| file_scope | No | Files or directories this specialist owns for this task. | |
| timeout_seconds | No | Hard timeout for the specialist CLI process. | |
| working_directory | No | Directory relative to the Claude project root, or an allowed absolute path. | . |
| acceptance_criteria | No | Observable conditions the specialist should satisfy. | |
| allow_concurrent_mutation | No | Allow simultaneous edits in one workspace only when file scopes are known not to overlap. |