parallel

Coordinate Codex-powered agents across planning, dispatch, and execution phases.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/TbK0ng/mytrellis --skill parallel-tbk0ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel
Source: https://github.com/TbK0ng/mytrellis/tree/main/.agents/skills/parallel
Command: npx skills add https://github.com/TbK0ng/mytrellis --skill parallel-tbk0ng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates Codex-powered agent teams to coordinate end-to-end task execution in a single workflow.

Core Features & Use Cases

  • Bootstrap and synchronize planning, dispatch, and execution phases across multiple agents.
  • Maintain session memory, surface plan updates, and surface follow-up items.
  • Use case: streamlines complex development tasks requiring parallel workflows, such as multi-module feature work or code-review pipelines.

Quick Start

Bootstrapping a parallel task workflow in your Codex-enabled project to coordinate planning, dispatch, and execution with native agents.

Frequently Asked Questions about parallel

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

FAQPage Schema
How do I orchestrate multiple Codex agents for parallel task execution?

Orchestrating multiple Codex agents requires a unified pipeline that synchronizes planning, dispatch, and execution phases. This coordination enables parallel agent workflows, maintaining session memory and managing capacity-aware worker lifecycles for complex development tasks.

What is agent orchestration for complex software development workflows?

Agent orchestration is the structured coordination of multiple AI workers end-to-end. It bootstraps planning, dispatches roles, and synchronizes execution across agents, ensuring pre-checks, artifact writes, and post-checks are handled within a single automated workflow pipeline.

How do I set up a parallel workflow for multi-module feature development?

Setting up a parallel workflow involves bootstrapping a coordinated task pipeline in your Codex-enabled project. You allocate specific roles to agents, synchronize execution phases, and use session memory to surface plan updates and follow-up items during multi-module work.

Can I use agent orchestration for code-review pipelines?

Yes, agent orchestration supports code-review pipelines by dispatching synchronized tasks across multiple agents. The workflow manages capacity-aware worker lifecycles and maintains session memory to track review progress, artifacts, and follow-up items end-to-end.

Does parallel agent orchestration require dependencies or external components?

No external dependencies or components are required. The orchestration pipeline operates natively within a Codex-enabled environment, using built-in capacity-aware worker lifecycle controls and session memory to coordinate planning, dispatch, and execution phases.

What are the limitations of orchestrating Codex agent teams?

Orchestration is designed specifically for complex software development tasks requiring synchronized execution. It may be excessive for simple, single-step tasks, as it enforces required phase orchestration, pre-checks, post-checks, and capacity-aware worker lifecycle controls.