batch-plan-execute
Gives Claude a structured batch planning capability — plan multiple tasks, then execute them sequentially with progress tracking.
An Agent Skill that has coding agents write plan documents in parallel from a task list using subagents, then execute those plans in parallel. It analyzes task dependencies automatically, supports free-form human review, saves original and revised plan versions to disk, and produces a checklist.md for acceptance review. Works with Claude Code, Codex, and OpenCode; distributed as part of the micooz/skills collection.
- Plan multi-file changes before executing any edits
- Break large refactors into ordered batches for safe execution
- Review the full change plan before Claude starts writing code
Gives Claude a structured batch planning capability — plan multiple tasks, then execute them sequentially with progress tracking. Prevents the 'do everything at once' failure mode.
Developers working on multi-file refactors or feature implementations who need Claude to plan before acting.
https://github.com/micooz/skills
By micooz
How to Get It
npx skills add micooz/skills --skill batch-plan-execute
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
After installing, paste this into Claude:
Help me plan multi-file changes before executing any edits
Trust Signals Auto-scanned
Reviewer notes
Auto-scanned review. These are observations, not a security certification.
catalog_hygiene stale-eval refresh: Scored from trust signals (evidence-eval-v1): 11 GitHub stars; 1 contributors; last commit 89d ago; license MIT.
Things to check
- Requires careful prompt design to avoid over-planning scope; agent may struggle if task dependencies are implicit or if mid-execution corrections are needed. No built-in rollback if later tasks in the batch fail.
- Single maintainer. Consider the risk if this person stops maintaining the project.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
catalog_hygiene stale-eval refresh: Scored from trust signals (evidence-eval-v1): 11 GitHub stars; 1 contributors; last commit 89d ago; license MIT.