parallel-task
Originally fromam-will/codex-skills
Installation
SKILL.md
Parallel Task Runner
Use Orchestration Mode. Parse plan files and delegate tasks to parallel subagents.
Safety Boundaries
- Do not launch subagents for tasks that share write scope until the dependency is resolved.
- Do not continue past blockers silently; surface the blocked task and stop that branch of work.
- Do not mark tasks complete until validation from the plan has actually been checked.
- Do not run this skill unless the user explicitly invoked
/parallel-taskor clearly asked for parallel agent work.
Process
Step 1: Parse Request
Extract from user request:
- Plan file: The markdown plan to read
- Sprint/Phase (optional): Which section to run