parallel-workstreams

Launch parallel workstreams in isolated git worktrees with TDD cycles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch multiple independent workstreams in parallel, each driven by its own tdd-cycle inside an isolated git worktree, to accelerate complex pipelines.

Core Features & Use Cases

  • Isolated parallel execution: run several workstreams simultaneously without interference.
  • TDD-driven progress: each workstream advances criteria through a per-workstream loop.
  • Scalable orchestration: foundation rounds and commit gating enable safe merges across rounds.

Quick Start

Invoke the parallel-workstreams skill to spawn one workstream per independent workstream in parallel using separate git worktrees.

Frequently Asked Questions about parallel-workstreams

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

FAQPage Schema
How do I run parallel workstreams with isolated agents in a single orchestration?▼

Parallel workstreams execute by spawning one agent per workstream inside isolated git worktrees, coordinating simultaneous feature work, QA, and validation without interference.

How does TDD-style execution work within isolated git worktrees?▼

Each isolated worktree advances criteria through a per-workstream loop, validating progress with a tdd-cycle prompt engine before commit gating enables safe merges.

When do I need to orchestrate multiple parallel agents with isolated worktrees?▼

You need parallel agent orchestration when two or more workstreams require isolation and simultaneous execution, such as coordinating feature development, QA, and validation concurrently.

Can I coordinate feature work, QA, and validation simultaneously using parallel agents?▼

Yes, you can coordinate feature work, QA, and validation simultaneously by assigning each pipeline task to a separate isolated agent within its own git worktree.

How do foundation rounds and commit gating enable safe merges across parallel workstreams?▼

Foundation rounds and commit gating validate per-workstream criteria before advancing, ensuring isolated git worktree changes merge safely across orchestration rounds.

What are the limitations of running multiple isolated agents in parallel worktrees?▼

Parallel worktree orchestration requires workstreams to be independent, as interdependent tasks cannot be safely isolated or merged across concurrent foundation rounds.