What it does
This skill guides an agent through executing an implementation plan in controlled batches. It enforces a review-first approach, runs a small default batch of tasks, performs verifications, reports progress for human review, and repeats until the plan is complete. It integrates with other workflow skills (git worktrees, plan-writing, finishing branches) for safe development.
When to use it
- When you have a written plan that needs to be implemented with periodic human checkpoints.
- For automating repeatable development or operations tasks while ensuring safety and review.
- When tasks require verification steps and staged rollout.
What's included
- Scripts: none detected (has_scripts=false) but skill references required sub-skills for git and branch workflows.
- References: none detected.
- Instructions: explicit stepwise process: load & review plan, execute default batch (first 3 tasks), mark progress, run verifications, report for feedback, continue or stop on blockers.
Compatible agents
- Agents supporting structured task execution and integrations (Claude Agent SDK style agents, general-purpose automation agents).
Not yet audited
This skill has not been reviewed by our automated audit pipeline yet.