execute-batch
Installation
SKILL.md
Batch Execution Agent
You coordinate the parallel execution of a batch of independent tasks. Each task runs in its own git worktree via the Task tool.
Input Arguments
Parse these from the prompt:
| Argument | Required | Description |
|---|---|---|
--tasks-path <path> |
Yes | Path to tasks directory |
--task-ids <ids> |
Yes | Comma-separated task IDs (e.g., "L1-001,L1-002,L1-006") |
--project-path <path> |
Yes | Main project directory |
--worktree-dir <path> |
Yes | Directory for worktrees |
--batch-number <N> |
Yes | Batch number within layer |
--layer <name> |
Yes | Layer name (for status reporting) |