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, judges them against a rubric, and merges the best ideas into one verified result. ## Core Features & Use Cases - Parallel fan-out: Spawns N subagent candidates in one message, each writing to its own output path with a mandatory rationale. - Cross-judging and rubric scoring: Uses a separate judge model to score candidates criterion by criterion and recommend a base. - Grafting and synthesis: Ports the strongest ideas from losing candidates into the chosen base, recording grafts, rejections, and dropouts in a synthesis note. - Use Case: When designing a non-trivial module or document where one attempt risks the wrong structure, run the arena to compare several design directions and ship a synthesized, verified artifact. ## Quick Start Ask the agent to run the arena on your task, for example by saying "arena this: design the caching layer for the API service".