Skip to content

Executing Plans

协作类

Use when you have a written implementation plan to execute in a separate session, with review checkpoints.

Quick Start

Understand in 30 Seconds

Load plan, critically review, execute all tasks, report when complete.

When to Use

  • Have ready implementation plan file
  • Execute plan in independent session
  • Need batch execution with regular check-ins

Complete Guide

Core Process

Step 1: Load and Review Plan

  1. Read plan file
  2. Critically review
  3. If concerns: raise with user before starting
  4. If no concerns: create TodoWrite and proceed

Step 2: Execute Tasks

For each task:

  1. Mark as in_progress
  2. Follow each step exactly
  3. Run validations as specified
  4. Mark as completed

Step 3: Finish Development

After all tasks complete and verified:

  • Required subskill: Use superpowers:finishing-a-development-branch

When to Stop and Seek Help

Stop execution immediately when:

  • Encounter blockers (missing dependencies, test failures, unclear instructions)
  • Plan has serious gaps that prevent starting
  • Don't understand an instruction

Prerequisite Skills

Follow-up Skills