What problem does it solve?
Single-pass AI generation often produces suboptimal results for high-stakes tasks like API design, architecture decisions, or complex implementations. This Skill runs multiple independent agents in competition, has them judged against tailored criteria, and synthesizes the best elements into a superior final solution.
Core Features & Use Cases
- Competitive Generation: Launches 3 independent generator agents plus a meta-judge in parallel, each producing a complete solution with self-critique loops.
- Multi-Judge Evaluation: 3 independent judges score all solutions against a meta-judge-generated evaluation specification with verification loops.
- Adaptive Strategy Selection: Automatically chooses SELECT_AND_POLISH for unanimous winners, REDESIGN when all solutions score below 3.0, or FULL_SYNTHESIS for split decisions.
- Use Case: Design a REST API for user management by having three agents propose different designs (resource-based, RPC-style, minimal), three judges evaluate them, and the winning design gets polished with the best elements from runners-up.
Quick Start
Ask the agent to run do-competitively with a task description such as designing a caching strategy, specifying an output path and evaluation criteria.