batch-plan-execute
Installation
SKILL.md
Batch Plan Execute
Use this skill when the task is to create, revise, retire, execute, or inspect module plans and the derived checklist.md based on a requirement source and the current plans/ directory state.
This skill currently has these explicit modes:
plan: generate or revise implementation-ready plans and refreshchecklist.mdexecute: implement already-reviewed plans
This skill can do the following things:
- Accepts requirement text from chat, a requirement file such as
requirements.md, or an existing plan file orplans/directory. - Reconstructs the current planning state from the latest requirement source, existing plan files, and a hidden state file.
- Detects mixed changes per module: new requirements, changed requirements, removed requirements, and review notes.
- Builds dependency-aware module or workstream plans that reflect parallelizable and serial work.
- Generates a consolidated
checklist.mdfrom the latest requirement source plus authoritative review notes. - Executes approved plans with subagents only after an explicit execution command from the user.