Loads plan, reviews critically, executes each batch, and reports for review between batches. Use when implementing a plan from a plan file.
Executes multi-step implementation plans by loading a plan file, critically reviewing it, then dispatching subagents to implement each batch sequentially. Use when you need to implement a pre-defined plan with checkpoints for review between batches.
/plugin marketplace add thempatel/cc-toolshed/plugin install act@cc-toolshedThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Dispatch fresh subagent
Task tool (general-purpose):
description: "Implement Batch N"
prompt: |
You are implementing Batch N from [batch-file] created from [plan-file].
Read both the plan and the batch carefully. Your job is to:
1. Implement exactly what the batch file specifies
2. Verify implementation works
3. Commit your work
4. Report back
Work from: [directory]
Report: What you implemented, what you executed and their results, files changed, any issues
When batch is complete:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Core principle: Batch execution with checkpoints for architect review.