parallel-orchestration
OfficialRun pipeline phases in parallel to cut build time
System Documentation
What problem does it solve?
This Skill eliminates the bottleneck of sequential pipeline execution by running independent build phases in parallel, respecting dependency order and resource limits to cut total build time without conflicts or race conditions.
Core Features & Use Cases
- Dependency-Aware Parallel Scheduling: Automatically determines which pipeline phases can run concurrently based on their dependency graph, holding phases until their prerequisites complete.
- Renderer-Specific Phase Exclusion: Automatically skips unsupported phases based on the resolved renderer manifest (e.g., skips visual diff for Expo mobile builds) to avoid wasted work.
- Real-Time Progress & Summary Reporting: Streams phase start/completion updates in real time, then outputs a final batch summary with wall-clock timing, sequential time estimate, speedup factor, and ASCII timeline of all phase results.
- Use Case: For a Figma to React web app build, this Skill runs component build, Storybook generation, visual diff, E2E tests, quality gate, and responsive checks in parallel instead of sequentially, reducing total build time from over 2 minutes to under 45 seconds for typical projects.
Quick Start
Invoke the parallel-orchestration skill immediately after the initial sequential pipeline phases (token sync, intake, token lock, TDD scaffold) complete to automatically dispatch all remaining independent build phases in parallel and receive a full summary of results, timings, and speedup metrics.
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: parallel-orchestration Download link: https://github.com/PMDevSolutions/Aurelius/archive/main.zip#parallel-orchestration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.