run_development_workflow
Orchestrate a complete development workflow: plan using Codex, implement with Antigravity, review, fix iteratively, and verify.
Instructions
Orchestrate the full development workflow: plan → implement → review → fix → verify. Runs Codex for planning/review/verify and Antigravity for cheap implementation iterations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | Yes | Repository or workspace path. | |
| goal | Yes | Implementation goal. | |
| constraints | No | Constraints the plan must respect. | |
| doneWhen | No | Completion criteria. | |
| model | No | Model for coding task. | gemini-3.5-flash |
| skipPlan | No | Skip planning phase if a plan already exists. | |
| skipReview | No | Skip code review phase. | |
| skipVerify | No | Skip final verification phase. | |
| maxIterations | No | Max code-review-fix iterations. |