Skip to content

Implementation Plan

Fresh

The Implementation Plan is an architecture artifact that details planned codebase changes. It is created before the agent begins writing code, giving you an opportunity to review and guide the approach.

Review Flow

  1. Agent creates plan -- The agent generates a technical revision document
  2. User reviews -- Unless Artifact Review is set to "Always Proceed", the agent pauses for review
  3. Proceed or comment -- You can approve the plan or leave comments
  4. Agent iterates -- If you comment, the agent revises the plan based on your feedback

Commenting

Comments on Implementation Plans can include:

  • Scope changes -- "Also update the tests for this module"
  • Tech stack corrections -- "Use Supabase instead of Firebase for this"
  • Architecture feedback -- "This should be a server action, not an API route"

TIP

Always review Implementation Plans for complex changes. Catching architecture issues at the plan stage saves significant time compared to reviewing code after it is written.

SOP Documentation Site