> ## Documentation Index
> Fetch the complete documentation index at: https://docs.revolte.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Review the Execution Plan

> Understand the proposed approach, affected files, and validation steps for an Autopilot run.

The execution plan explains what Revolte intends to change and how it will validate the result.

<Steps>
  <Step title="Open the Workflow Run">
    Open the Jira-triggered workflow in Revolte, then select **Artifacts**.
  </Step>

  <Step title="Read the Plan">
    Select **Plan** to review the codebase background, implementation subtasks, proposed file changes, and verification plan.

    <Frame>
      <img src="https://mintcdn.com/poddle-54594c3d/q0Rk3K5lGk3vHIWm/image-v2/agent/dev-agent/dev-agent-9.png?fit=max&auto=format&n=q0Rk3K5lGk3vHIWm&q=85&s=db40cee4930b5a1caf850ed4b0d5f56b" alt="The Artifacts view showing an implementation plan for a completed workflow run." width="1776" height="914" data-path="image-v2/agent/dev-agent/dev-agent-9.png" />
    </Frame>
  </Step>

  <Step title="Check the Approach">
    Confirm that the plan addresses the ticket, follows the existing architecture, and includes the checks needed to validate the change.
  </Step>
</Steps>

## Key Plan Components

* **Background:** The relevant codebase structure and existing implementation patterns.
* **Subtasks:** The ordered work Revolte performed or proposes to perform.
* **Proposed changes:** The files and behavior affected by the implementation.
* **Verification plan:** The tests and checks used to validate the result.

Next, [review the resulting code changes](/workflows/review-ai-changes).
