This skill should be used when the user asks to "best of 3", "best-of-three", "run 3 competing agents", "try N implementations and compare", "spin up parallel worktree agents to compete", "compete implementations and pick the best", or wants several independent attempts at the same task judged head-to-head. Gathers the task, derives design lenses, runs N isolated worktree agents in parallel, then compares, picks a winner, and grafts the best ideas from the runners-up.
$npx -y skills add christophe1997/agent-extentions --skill best-of-threeInstalls into the current project.
Run `npx skills use "https://github.com/christophe1997/agent-extentions" --skill "christophe1997/agent-extentions/best-of-three"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/christophe1997/agent-extentions" that are relevant to the current task. Run `npx skills add "https://github.com/christophe1997/agent-extentions"` and select the relevant skills, then follow their instructions.