
from slot-machine
Run N independent implementations of the same clear spec in parallel, review each, and pick or synthesize the best result to maximize quality when design choice
Slot Machine is an orchestration skill that runs multiple independent attempts (slots) at the exact same specification, collects implementation artifacts, dispatches reviewers, and runs a judge to PICK a winner or SYNTHESIZE a combined result. It formalizes a best-of-N workflow to trade compute for higher-quality outcomes where architectural choices matter.
Use this skill when a task is well-specified, non-trivial, and has meaningful design decisions — for feature implementations, complex refactors, or creative writing tasks where multiple stylistic variants are valuable. Do NOT use for trivial mechanical edits.
Best suited for agent environments that support creating isolated worktrees or file-based isolation and can call external harnesses (Codex, Claude) or shell out to runtime helpers. The skill is orchestration-focused rather than providing external APIs.
This skill has not been reviewed by our automated audit pipeline yet.