parallel-execution

Create isolated git worktrees to execute independent sprint tickets in parallel.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Busboom-Foo/meetupfu --skill parallel-execution-busboom-foo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-execution
Source: https://github.com/Busboom-Foo/meetupfu/tree/main/.claude/skills/parallel-execution
Command: npx skills add https://github.com/Busboom-Foo/meetupfu --skill parallel-execution-busboom-foo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes independent sprint tickets in parallel using git worktrees for isolation — opt-in only.

Core Features & Use Cases

  • Enables concurrent execution of independent tickets within a sprint using per-ticket git worktrees to ensure filesystem isolation.
  • Dispatches each ticket's work in parallel while preserving isolation and allowing independent review of results.
  • Provides a safe fallback for teams not using native parallel flows, with explicit opt-in by stakeholders.

Quick Start

Create separate git worktrees for each eligible ticket and dispatch implementations in parallel.

Frequently Asked Questions about parallel-execution

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

FAQPage Schema
How do I execute independent sprint tickets in parallel?

Execute parallel sprint tickets by creating isolated git worktrees for each independent ticket. This approach dispatches implementations concurrently while preserving filesystem isolation and allowing independent review of results.

What's the best way to isolate parallel sprint work using git worktrees?

Isolate parallel sprint work by creating a separate git worktree for each eligible ticket. This ensures filesystem isolation so concurrent implementations do not conflict, while still allowing independent review of each result.

Can I run parallel ticket execution if my tickets have dependencies?

No, parallel ticket execution requires each ticket to be strictly independent. Tickets with dependencies do not qualify for this concurrent workflow and must be handled sequentially to avoid conflicts.

Do I need a sprint lock to start parallel execution with git worktrees?

Yes, you need an active sprint lock, access to git worktrees, and a mechanism to dispatch work concurrently. These three prerequisites are required before opting into parallel ticket execution.

When should I not use parallel execution for sprint tickets?

Avoid parallel execution if your tickets have dependencies, lack an active sprint lock, or if your team has not explicitly opted in. Use the safe sequential fallback when native parallel flows are unavailable.