test-kitchen

v1.0.0

Parallel exploration of implementation approaches - implements multiple variants simultaneously and lets tests determine the winner

parallelexplorationvariantscomparisonimplementationtestingworktrees
Install Command /plugin install test-kitchen@2389-research
View Source
01

Documentation

Full plugin documentation and usage guide

Test Kitchen

Parallel implementation framework with two gate skills:

SkillGateTrigger
test-kitchen:omakase-offEntryFIRST on any build/create/implement request
test-kitchen:cookoffExitAt design→implementation transition

Installation

/plugin install test-kitchen@2389-research

Flow

"Build X" / "Create Y" / "Implement Z"
    ↓
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  OMAKASE-OFF (entry gate)           β”‚
β”‚  Wraps brainstorming                β”‚
β”‚                                     β”‚
β”‚  Choice:                            β”‚
β”‚  1. Brainstorm together             β”‚
β”‚  2. Omakase (3-5 parallel designs)  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
    ↓
[Brainstorming / Design phase]
    ↓
Design complete, "let's implement"
    ↓
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  COOKOFF (exit gate)                β”‚
β”‚  Wraps implementation               β”‚
β”‚                                     β”‚
β”‚  Choice:                            β”‚
β”‚  1. Cookoff (2-5 parallel agents)   β”‚
β”‚  2. Single subagent                 β”‚
β”‚  3. Local implementation            β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
    ↓
[Implementation]

Quick examples

Entry gate: omakase-off

When you make a build/create request:

User: "Build a notification system"

Claude: I'm using test-kitchen:omakase-off.

How would you like to explore this?

1. Brainstorm together - We'll work through the design step by step
2. Omakase - I'll generate 3-5 best approaches, implement in parallel, tests pick winner

Which approach?

Option 1 (Brainstorm) proceeds to brainstorming skill (or fallback brainstorming), with passive slot detection.

Option 2 (Omakase) does the following:

  • Quick context gathering (1-2 questions)
  • Generate 3-5 architectural approaches
  • Implement ALL in parallel via git worktrees
  • Run same scenario tests on each
  • Fresh-eyes review survivors
  • Present comparison, user picks winner

During brainstorming, slot detection can also trigger it:

Claude: What storage approach would you prefer?
User: "not sure, either could work"

Claude: [marks storage as architectural slot]

Claude: For authentication?
User: "no preference, you pick"

Claude: [marks auth as slot, detects 2+ uncertain responses]

You seem flexible on the approach. Would you like to:
1. I'll pick what seems best and continue
2. Explore multiple approaches in parallel (omakase-off)
   β†’ I'll implement 2-3 variants and let tests decide

Exit gate: cookoff

User: "Looks good, let's implement"

Claude: I'm using test-kitchen:cookoff.

How would you like to implement this design?

1. Cookoff (recommended) - 3 parallel agents, each creates own plan, pick best
   β†’ Complexity: medium feature
2. Single subagent - One agent plans and implements
3. Local - Plan and implement here

Which approach?

Option 1 (Cookoff):

  • Each agent reads the same design doc
  • Each agent creates their OWN implementation plan
  • All implement in parallel
  • Fresh-eyes review, compare results
  • User picks winner

Options 2/3 -- single agent or local implementation proceeds normally.

Why aggressive triggers

Skills can't passively detect "uncertainty" or "readiness" -- they must claim specific moments in the conversation flow.

  • Omakase-off claims the BUILD/CREATE moment (before brainstorming)
  • Cookoff claims the IMPLEMENT moment (after design)

Dependencies

Test Kitchen orchestrates these skills (falls back gracefully if not installed):

  • superpowers:brainstorming
  • superpowers:writing-plans
  • superpowers:executing-plans
  • superpowers:using-git-worktrees
  • superpowers:dispatching-parallel-agents
  • superpowers:test-driven-development
  • superpowers:verification-before-completion
  • scenario-testing:skills
  • fresh-eyes-review:skills
  • superpowers:finishing-a-development-branch

Documentation

Origin

Named after a restaurant test kitchen, where chefs try multiple approaches before putting a dish on the menu.

02

Quick Install

Get started in seconds

1
Add the marketplace (if not already added) /plugin marketplace add 2389-research/claude-plugins
2
Install this plugin /plugin install test-kitchen
3
You're good to go Skills auto-trigger when relevant
Back to Marketplace