plan-execution
Installation
SKILL.md
Plan Execution
Execute plans by detecting the right mode from context, dispatching agents, and verifying results.
Mode Detection
| Mode | When to Use | Details |
|---|---|---|
| Subagent (default) | Plan directory with manifest.json, independent tasks, current session | Fresh agent per task, two-stage review. See references/execution-modes.md |
| Batch | User wants separate session, or plan has 10+ tasks | Checkpoint-based execution, 3 tasks per batch. See references/execution-modes.md |
| Parallel dispatch | 2+ independent tasks, no formal plan needed (e.g., multiple unrelated test failures) | One agent per problem domain, no plan required. See references/execution-modes.md |
| Team | User says "team", tasks need ongoing collaboration | Named agents, wave-based coordination. See references/execution-modes.md |