parallel

Orchestrate worktree agents and dispatch tasks across multiple features.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/alleneee/topsport-agent --skill parallel-alleneee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: parallel
Source: https://github.com/alleneee/topsport-agent/tree/main/.codex/skills/parallel
Command: npx skills add https://github.com/alleneee/topsport-agent --skill parallel-alleneee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates parallel development by coordinating worktree agents and dispatching tasks across multiple features, reducing bottlenecks in monolithic workflows.

Core Features & Use Cases

  • Parallel task planning and dispatch: assigns work to isolated worktrees for independent features.
  • Context-aware orchestration: reads project context and guidelines to configure tasks.
  • Controlled main-repo coding: enforces coding in worktrees rather than directly in the main repository.

Quick Start

Initialize a parallel workflow by planning, configuring context, and launching worktree agents.

Frequently Asked Questions about parallel

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

FAQPage Schema
How do I run parallel development tasks across multiple features using agents?▼

Parallel development tasks are executed by orchestrating worktree agents and dispatching feature tasks across isolated worktrees. This coordinates simultaneous feature work without creating bottlenecks in monolithic workflows.

What is a worktree agent and how does it help with multi-agent coding pipelines?▼

A worktree agent is a controlled instance that authors code in a dedicated worktree rather than the main repository. It supports multi-agent coding pipelines by enforcing isolated feature development and controlled deployment via script-called plans.

Can I write code directly in the main repository while orchestrating parallel workflows?▼

No, parallel workflow orchestration enforces controlled main-repo coding by strictly requiring that all code is authored in dedicated worktrees rather than directly in the main repository.

How do I configure context and plan tasks for workflow automation?▼

You configure context by reading project guidelines to set up tasks, followed by planning flows and task creation. This context-aware orchestration launches worktree agents with the necessary project configuration.

When should I use parallel orchestration for my software engineering workflow?▼

Use parallel orchestration for projects requiring simultaneous feature work, cross-team collaboration, and multi-agent coding pipelines. It reduces bottlenecks in monolithic workflows by dispatching tasks to isolated worktrees.