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
- Read plan file
- Critically review
- If concerns: raise with user before starting
- If no concerns: create TodoWrite and proceed
Step 2: Execute Tasks
For each task:
- Mark as in_progress
- Follow each step exactly
- Run validations as specified
- 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
Related Skills
Prerequisite Skills
- brainstorming - Form design
- writing-plans - Create plan
Follow-up Skills
- finishing-a-development-branch - Finish development branch
Related Skills
- subagent-driven-development - Current session execution (recommended)