원클릭으로
best-of-n-parallel-attempts
Delegate N parallel subagents on the same task, then pick the best result.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Delegate N parallel subagents on the same task, then pick the best result.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | Best of N (parallel attempts) |
| description | Delegate N parallel subagents on the same task, then pick the best result. |
| triggers | ["best of n","parallel attempts","explore options","try variants","best-of-n"] |
Use this when a task has a wide solution space and you want the strongest result: run N independent attempts in parallel and choose the best. Each attempt is isolated, so they cannot interfere with each other.
implementer role; for analysis/design use researcher or design-doc-writer.delegate N subagents with the same task in a single delegate
call so they run in parallel. Give each identical, complete instructions.Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the `gh` CLI or the GitHub MCP server.
Stage the right changes and write a clear, conventional commit message.
Systematically diagnose and fix a bug instead of guessing.
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Map and explain an unfamiliar codebase or module to the user.
Improve code structure in small, safe steps without changing behavior.