What problem does it solve? A single attempt at a non-trivial artifact often locks in the wrong design shape. This Skill runs multiple independent attempts at the same task in parallel, then merges the best ideas into one verified result instead of betting on one shot. ## Core Features & Use Cases - Parallel Fan-Out: Spawns N subagent candidates on different models, each writing to its own isolated output path with a mandatory rationale. - Rubric-Based Judging: Derives 3-6 concrete gradeable criteria, runs a cross-judge subagent from a different model family, and scores candidates criterion by criterion. - Graft and Verify: Picks the strongest base, folds in the best parts of losing candidates by hand, records rejections, and verifies the synthesized artifact. - Use Case: When designing a non-trivial CLI tool, run the arena to have four models each produce an implementation, then ship a synthesis combining the cleanest base with the best flag-handling approach from a runner-up. ## Quick Start Ask the agent to throw this task in the arena and synthesize the best result from parallel candidates.