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-task or clearly asked for parallel agent work.

Process

Step 1: Parse Request

Extract from user request:

  1. Plan file: The markdown plan to read
  2. Sprint/Phase (optional): Which section to run
Installs
25
GitHub Stars
234
First Seen
Feb 4, 2026
parallel-task — jdrhyne/agent-skills