orchestrate

Decompose roadmaps into parallel workstreams and coordinate TDD execution.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/patrob/skills --skill orchestrate-patrob
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/patrob/skills/tree/main/plugins/claude-skills/skills/orchestrate
Command: npx skills add https://github.com/patrob/skills --skill orchestrate-patrob

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrate end-to-end software pipelines by decomposing a roadmap into parallel workstreams and coordinating their execution, so teams can move faster with fewer conflicts.

Core Features & Use Cases

  • Decompose a roadmap into parallel workstreams with clear ownership and handoffs.
  • Drive each workstream through deterministic TDD in isolated worktrees, then merge with safety checks and PO acceptance.
  • Coordinate merges, reviews, and final verification across multiple sub-skills and agents while serving as a pure coordinator that does not write source code.

Quick Start

Kick off a full pipeline by decomposing the roadmap into parallel workstreams and driving them through the orchestration cycle.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I coordinate parallel workstreams from a single development roadmap?

Coordinating parallel workstreams from a single development roadmap involves decomposing the roadmap into independent features, driving each through deterministic TDD in isolated worktrees, and merging results with safety checks for final acceptance.

What is the best way to run isolated test-driven development for multiple features simultaneously?

Running isolated test-driven development for multiple features simultaneously is achieved by decomposing a roadmap into parallel workstreams, executing per-criteria TDD in isolated worktrees, and coordinating merges for PO acceptance.

Can I use a pure coordinator to orchestrate end-to-end software pipelines without writing source code?

Yes, you can use a pure coordinator to orchestrate end-to-end software pipelines without writing source code by delegating code changes, tests, and commits to sub-skills or agents while managing the execution cycle.

Does pipeline orchestration handle merge conflicts and verification for parallel workstreams?

Pipeline orchestration handles merge conflicts and verification for parallel workstreams by coordinating merges, driving safety checks, and performing final verification across multiple sub-skills and agents before PO acceptance.

When do I need to decompose a roadmap into parallel workstreams?

You need to decompose a roadmap into parallel workstreams when your roadmap contains multiple independent features that require coordinated execution, deterministic TDD, and isolated worktrees to move faster with fewer conflicts.

What are the limitations of using a pure coordinator for parallel pipeline orchestration?

The limitation of using a pure coordinator for parallel pipeline orchestration is that it remains a pure coordinator that does not write source code, requiring you to delegate code changes, tests, and commits to sub-skills or agents.