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 in run_dir/03-plans/)
  • repo_root
  • run_dir

Output (persisted):

  • Plan execution status: logs/state.json (or 03-plans/<plan>-status.md)
  • Per-batch verification evidence: append to the corresponding plan file or 05-final/ summary
Installs
50
GitHub Stars
339
First Seen
Feb 10, 2026
workflow-execute-plans — heyvhuang/ship-faster