workflow-orchestrator

Coordinate parallel PRD-to-PR and bug-to-PR pipelines with isolated worktrees and centralized gates.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/bzellman/earp-kit --skill workflow-orchestrator-bzellman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-orchestrator
Source: https://github.com/bzellman/earp-kit/tree/main/skills/system/workflow-orchestrator
Command: npx skills add https://github.com/bzellman/earp-kit --skill workflow-orchestrator-bzellman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and govern multiple PRD-to-PR and bug-to-PR pipelines running in parallel with isolated worktrees and centralized gate management.

Core Features & Use Cases

  • Centralized orchestration of 2+ /prd-to-pr or /bug-to-pr pipelines with per-worktree isolation
  • Real-time dashboard, conflict detection, and automated gate routing to minimize user interruptions
  • Safe merge and deploy sequencing when multiple items ship together, with fallback handling

Quick Start

Use the workflow-orchestrator to run three PRD/bug pipelines in parallel with worktrees and automated gating.

Frequently Asked Questions about workflow-orchestrator

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

FAQPage Schema
How do I orchestrate parallel pipelines with isolated worktrees?

Parallel pipeline orchestration coordinates multiple PRD-to-PR and bug-to-PR workflows concurrently using isolated worktrees. It enforces strict stage execution and centralized gate management to ship multiple items together safely.

What is centralized gate management for concurrent development workflows?

Centralized gate management governs cross-workflow constraints across eight mandatory stages. It applies automated gate routing and conflict detection to coordinate multiple pipelines, minimizing user interruptions during concurrent deployments.

How do I monitor multiple PRD-to-PR pipelines running at the same time?

You monitor concurrent pipelines via a real-time unified dashboard. It tracks state using TaskCreate, TaskUpdate, and TaskList commands, providing observability over multiple isolated worktrees and detecting conflicts as they arise.

Can I automate merge and deploy sequencing when shipping multiple items together?

Yes, you can automate safe merge and deploy sequencing for concurrent workflows. The orchestration handles fallback sequencing and cross-workflow constraints to ensure multiple pipelines shipping together merge safely without conflicts.

How does conflict detection work across parallel bug-to-PR pipelines?

Conflict detection across parallel pipelines is managed through centralized orchestration and state tracking. It identifies cross-workflow constraints during the eight mandatory stages and routes them through automated gates for resolution.

Do I need isolated worktrees to run multiple pipelines concurrently?

Yes, per-worktree isolation is required to run multiple pipelines concurrently. It enforces end-to-end orchestration and strict stage execution across isolated environments, ensuring safe parallel processing without cross-contamination.