What problem does it solve? Choosing the best approach for a coding or content task often requires trying several solutions, but doing them sequentially is slow and risks polluting your working directory. This Skill runs N implementations of the same task in parallel, each in its own isolated git worktree, so you can compare variants side by side. ## Core Features & Use Cases - Parallel Subagent Execution: Launches N background subagents concurrently, each with worktree isolation so the main directory stays untouched. - Variant Output Collection: Each agent copies its output back to the main directory with a -variant-{N} suffix before its worktree is cleaned up. - Comparison and Selection: Presents a summary table of variants, opens HTML outputs in the browser for visual comparison, and renames the winning variant to its final name. - Use Case: Ask for 3 different implementations of a landing page; review the three HTML variants side by side, pick the best one, and have the rest cleaned up automatically. ## Quick Start Run /parallel-implementations 3 build a responsive dashboard page and then pick the variant you like best.