parallel

Orchestrate parallel subagents in waves using a dependency graph.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/0xharryriddle/codex-field-kit --skill parallel-0xharryriddle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel
Source: https://github.com/0xharryriddle/codex-field-kit/tree/main/archive/upstream/examples/codex-skills/skills/parallel
Command: npx skills add https://github.com/0xharryriddle/codex-field-kit --skill parallel-0xharryriddle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates parallel subagent execution to manage complex plans, infer missing task dependencies, and run tasks in waves while collecting logs for traceability.

Core Features & Use Cases

  • Orchestrates subagents in sequential waves based on a dependency graph to ensure correct order.
  • Infers dependencies from plan content when they are not explicitly defined, reducing manual modeling.
  • Parses user requests, launches subagents in parallel where possible, and aggregates results with run logs for auditability.
  • Suitable for planning, orchestration, and multi-agent execution workflows where task coordination is required.

Quick Start

Parse a plan, infer dependencies, and orchestrate parallel subagents in waves to complete all tasks and log progress.

Frequently Asked Questions about parallel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate parallel subagents to execute plan tasks in waves?

To orchestrate parallel subagents, you parse a plan, infer missing task dependencies, and launch subagents in sequential waves based on the dependency graph to ensure correct execution order while logging run progress.

What is the best way to manage multi-agent execution workflows when task dependencies are not explicitly defined?

Managing multi-agent execution workflows involves inferring dependencies directly from the plan content when they are not explicitly modeled, reducing manual setup before launching subagents in parallel waves.

How does dependency inference work for complex plans with multiple parallel subagents?

Dependency inference for parallel subagents works by analyzing plan content to automatically determine task relationships, grouping independent tasks into waves so they can execute concurrently while respecting sequential constraints.

Can I automate task coordination and auditability for multi-agent plans?

Yes, you can automate task coordination by parsing user requests, launching subagents in parallel where possible, and aggregating results with run logs to provide complete auditability and traceability for the workflow.

Does parallel subagent orchestration support logging run progress for traceability?

Parallel subagent orchestration supports logging run progress by collecting and aggregating execution logs throughout the wave-based task execution, ensuring complete traceability and auditability of the multi-agent workflow.

When do I need wave-based orchestration instead of standard sequential task execution?

You need wave-based orchestration when a plan contains tasks that can run concurrently, allowing grouped subagents to execute in parallel waves to optimize throughput while maintaining required dependency order.