← ClaudeAtlas

cookofflisted

This skill should be used when moving from design to implementation. Triggers on "let's build", "implement this", "looks good let's code", "ready to implement". Presents options for parallel agent competition (cookoff), single subagent, or local implementation. Each agent creates own plan from shared design for genuine variation.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Cookoff Same design, multiple cooks compete. Each implementation team creates their own plan from the shared design, then implements it. Natural variation emerges from independent planning decisions. **Part of Test Kitchen Development:** - `omakase-off` - Chef's choice exploration (different approaches/designs) - `cookoff` - Same design, multiple cooks compete (each creates own plan + implements) **Key insight:** Don't share a pre-made implementation plan. Each agent generates their own plan from the design doc, ensuring genuine variation. ## Directory Structure ``` docs/plans/<feature>/ design.md # Input: from brainstorming cookoff/ impl-1/ plan.md # Agent 1's implementation plan impl-2/ plan.md # Agent 2's implementation plan impl-3/ plan.md # Agent 3's implementation plan result.md # Cookoff results and winner ``` ## Skill Dependencies | Reference | Primary (if installed) | Fallback | |-----------|------------------------|----------| | `writing-plans` | `superpowers:writing-plans` | Each agent writes their own implementation plan | | `executing-plans` | `superpowers:executing-plans` | Execute plan tasks sequentially with verification | | `parallel-agents` | `superpowers:dispatching-parallel-agents` | Dispatch multiple Task tools in single message | | `git-worktrees` | `superpowers:using-git-worktrees` | `git worktree add .worktrees/<name> -b