What problem does it solve?
This Skill automates the execution of complex plans by running multiple subagents in parallel to complete tasks concurrently, reducing time-to-value and improving throughput.
Core Features & Use Cases
- Parallel task execution: Launch multiple subagents to work on independent tasks within a plan.
- Plan parsing & orchestration: Read plan files, identify sprints/phases, and enumerate tasks with dependencies.
- Monitoring & logging: Track progress, summarize results, and surface blockers for prompt resolution.
- Use Case: When a plan contains several tasks that can run in parallel (e.g., data collection, transformation, and validation), this Skill coordinates them to finish faster.
Quick Start
Run the skill with a plan file: /parallel-task plans/example-plan.md
If multiple sprints are present, specify the sprint number to execute.
The Skill will spawn parallel subagents and return an execution summary.