workflow-execute-plans
Installation
SKILL.md
Executing Plans (Batch Execution + Checkpoints)
Goal
Reliably turn a "written plan file" into implementation results, avoiding drift or accumulated risk from doing everything at once.
Core strategy: Batch execution + pause for feedback after each batch.
Input/Output (Recommended for Chaining)
Input (pass paths only):
plan_path: Plan file (usually inrun_dir/03-plans/)repo_rootrun_dir
Output (persisted):
- Plan execution status:
logs/state.json(or03-plans/<plan>-status.md) - Per-batch verification evidence: append to the corresponding plan file or
05-final/summary