Skip to main content

Build and Validate the Plan

1. Choose How to Execute Subtasks

You can execute subtasks in two different ways:

A. Run tasks using the Artemis Agent (sandbox environment)

Choose your preferred execution mode:

  • Task-by-Task Build
    Click Start Task on any individual task. You can begin with the first task and run others in parallel whenever there are no dependencies.

  • Full Plan Build
    Click Build Plan to run all Agent-assigned tasks in a complete automated workflow.

execute plan

B. Use an external AI coding tool

You can also download the plan (or copy prompts of each subtask) and paste them into your preferred AI coding tool, such as Claude Code.

2. Review Changes

Once a task is drafted, click Open Task to view details. You can inspect the proposed changes, ask the Agent questions, and review everything before proceeding.

review change

3. Validate Changes

Before publishing your changes, you can use the validation system to ensure everything works correctly. If you haven't set up the commands or runner yet, see the guide: custom runner and build setting.

Steps:

  1. Click Open Task to access the validation page.
  2. Set up the required commands.
  3. Select your runner.
  4. Click Run Validation.

validate change


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