cookoff

Coordinate parallel implementation plans from a shared design.

90|6|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/2389-research/claude-plugins --skill cookoff
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cookoff
Source: https://github.com/2389-research/claude-plugins/tree/main/test-kitchen/skills/cookoff
Command: npx skills add https://github.com/2389-research/claude-plugins --skill cookoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams move from design to implementation by enabling parallel exploration of multiple implementation plans derived from a shared design, fostering genuine variation and faster convergence on a robust solution.

Core Features & Use Cases

  • Parallel cookoff: spawn multiple subagents, each creates its own plan from the design and independently implements.
  • Single subagent: generate and execute a single implementation plan with guided controls.
  • Local implementation: plan and implement within the current session for quick prototyping.
  • Design-to-implementation transition detection: triggers when design is approved or ready to proceed, prompting the cookoff workflow.

Quick Start

Say the trigger to initiate cookoff, then choose one of the options:

  1. Cookoff (N parallel implementations)
  2. Single subagent (one plan, one implementation)
  3. Local (plan and implement in-session)

Frequently Asked Questions about cookoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate multiple implementation plans from a single design document?▼

You can spawn multiple independent subagents to create and execute their own implementation plans from the shared design, enabling parallel exploration and structured comparison of outcomes.

What is a parallel cookoff workflow for software design-to-implementation?▼

A parallel cookoff workflow spawns multiple subagents that independently derive and execute implementation plans from a shared design, allowing teams to compare diverse approaches and converge on a robust solution.

Can I run a single implementation plan instead of parallel agents?▼

Yes, you can choose a single subagent mode to generate and execute one guided implementation plan, or use local implementation to plan and prototype directly within your current session.

When should I use parallel implementation plans over a single subagent?▼

Use parallel implementation plans when a shared design is approved and you need to explore diverse approaches simultaneously, while a single subagent suits straightforward execution of one guided plan.

How does design-to-implementation transition detection work?▼

Design-to-implementation transition detection triggers the cookoff workflow automatically when a design is approved or ready to proceed, prompting you to select parallel, single, or local implementation options.