What problem does it solve? A single attempt at a non-trivial artifact often locks in the wrong design shape early. This Skill removes that risk by running multiple independent attempts in parallel and synthesizing the best ideas into one verified result. ## Core Features & Use Cases - Parallel Fan-Out: Spawns N subagents (optionally across different Claude model tiers like fable, sonnet, haiku, and opus) to attempt the same task independently, each writing to its own output path. - Rubric-Based Judging: Defines 3-6 concrete gradeable criteria up front, then uses a cross-judge subagent plus a full parent read-through to score every candidate criterion by criterion. - Graft and Synthesize: Picks the strongest candidate as a base, folds in the best ideas from losing candidates by hand, and records grafts, rejections, and dropouts in a synthesis note. - Use Case: When designing a new CLI interface or module architecture, run three candidates in the arena, compare their structures against the rubric, and ship a synthesized design that combines the cleanest boundaries from each. ## Quick Start Ask the agent to arena this task by spawning parallel candidates and synthesizing the strongest result.