What problem does it solve? A single attempt at a non-trivial artifact often locks in the wrong design shape early. This Skill runs multiple independent attempts at the same task in parallel, evaluates them against a concrete rubric, and merges the best ideas into one verified result. ## Core Features & Use Cases - Parallel Fan-Out: Spawns N subagent candidates on the same prompt, each writing to its own isolated output path with a mandatory design rationale. - Cross-Judging and Selection: Scores every candidate criterion-by-criterion against a rubric, cross-checked by an independent judge model, then picks the most maintainable base. - Grafting and Verification: Ports the strongest ideas from losing candidates into the base by hand, records rejections, and verifies the synthesized artifact. - Use Case: When designing a non-trivial module or document where one attempt would likely pick the wrong structure, run the arena to compare several design directions and ship the synthesized consensus. ## Quick Start Ask the AI to arena this task by spawning several parallel candidates and synthesizing the strongest result.