Build and Validate the Plan
1. Run the plan
From the plan dashboard, execute the Agent-assigned tasks:
- Run one task — click Open Task (or Start Task) on any task; independent tasks can run in parallel.
- Run the whole plan — click Build Plan to work through every task automatically.
While it runs, each task shows its status (Draft Ready, Running, Queued), and you can Stop build at any time.

2. Review the changes
Open a drafted task and switch to File changes to see the full diff of every file it touched — review everything before you publish.

3. Validate the changes
Under Validations → Run new validation, pick your runner and the commands to run (they default to your project's build, test, and benchmark scripts — add or remove any), then click Run validation. If you haven't set up a runner or commands yet, see Custom Runner and Runner and Scripts.

Each command reports Passed or Failed — expand any check to read its full logs.

4. Restart if needed
If a task fails, or you simply want to redo the work, click Restart — it re-runs the plan and re-implements the tasks from a clean state.

Once you've reviewed and validated the changes, continue to publish them.