← ClaudeAtlas

test-kitchenlisted

This skill should be used when implementing features with parallel exploration or competition. Triggers on "build", "create", "implement", "try both approaches", "compare implementations". Routes to omakase-off (entry gate for design exploration) or cookoff (exit gate for parallel implementation).
aiskillstore/marketplace · ★ 329 · Testing & QA · score 79
Install: claude install-skill aiskillstore/marketplace
# Test Kitchen Parallel implementation framework with two gate skills: | Skill | Gate | Trigger | |-------|------|---------| | `test-kitchen:omakase-off` | **Entry** | FIRST on any build/create/implement request | | `test-kitchen:cookoff` | **Exit** | At design→implementation transition | ## 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] ``` ## Key Insight **Skills need aggressive triggers to work.** They 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) ## When Each Triggers ### Omakase-off (Three