run_development_workflow
Orchestrate a complete development workflow: plan, code, review, fix, and verify using Codex for planning and verification, and Antigravity for coding and fixes.
Instructions
Orchestrate plan, implement, review, fix, and verify stages. Codex plans, reviews, and verifies; Antigravity executes coding and fix 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. | |
| verificationCommands | No | Commands used for final verification. | |
| maxIterations | No | Max code-review-fix iterations. |