PowerShell multi-session parallel engine with worktree isolation.
PowerShell multi-session parallel execution engine — run independent tasks simultaneously across isolated git worktrees with automatic merge and verification.
claude skill install parallel-engine
# Run three independent tasks in parallel
/parallel-engine --tasks "fix auth bug" "add user avatar" "update API docs"
# Execute a plan with automatic parallelization
/parallel-engine --plan implementation-plan.md
Analyzes task dependencies to identify which can run concurrently. Creates isolated git worktrees for each task and dispatches separate PowerShell sessions. Monitors all sessions for completion, then merges results back to the main branch. Runs verification tests to ensure parallel changes integrate cleanly.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.