What problem does it solve? A single attempt at a non-trivial artifact often locks in the wrong design shape before alternatives are explored. This Skill runs multiple independent attempts at the same task in parallel, then merges the best ideas into one verified result. ## Core Features & Use Cases - Parallel candidate generation: Spawns N subagents with the same prompt, each writing its artifact and rationale to an isolated output path. - Rubric-based cross-judging: Derives 3-6 gradeable criteria, then uses an independent judge model plus the parent's own reading to score candidates criterion by criterion. - Grafting and synthesis: Picks the strongest base candidate, folds in the best ideas from the losers by hand, and records the pick, grafts, rejections, and dropouts in a synthesis note. - Use Case: When designing a new API boundary or refactoring approach, run three parallel implementations, compare them against a rubric, and ship a synthesized version that combines the cleanest base with the strongest ideas from the rest. ## Quick Start Ask the AI to arena this task by spawning several parallel candidate solutions and synthesizing the best one.