← ClaudeAtlas

omakase-offlisted

This skill should be used as the entry gate for build/create/implement requests. Triggers on "build X", "create Y", "implement Z", "add feature", "try both approaches", "not sure which approach". Offers brainstorm-together or omakase (chef's choice parallel exploration) options. Detects indecision during brainstorming to offer parallel exploration.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Omakase-Off Chef's choice exploration - when you're not sure WHAT to build, explore different approaches in parallel. **Part of Test Kitchen Development:** - `omakase-off` - Chef's choice exploration (different approaches/plans) - `cookoff` - Same recipe, multiple cooks compete (same plan, multiple implementations) **Core principle:** Let indecision emerge naturally during brainstorming, then implement multiple approaches in parallel to let real code + tests determine the best solution. ## Three Triggers ### Trigger 1: BEFORE Brainstorming **When:** "I want to build...", "Create a...", "Implement...", "Add a feature..." **Present:** ``` Before we brainstorm the details, would you like to: 1. Brainstorm together - We'll explore requirements and design step by step 2. Omakase (chef's choice) - I'll generate 3-5 best approaches, implement them in parallel, and let tests pick the winner ``` ### Trigger 2: DURING Brainstorming (Indecision Detection) **Detection signals:** - 2+ uncertain responses in a row on architectural decisions - Phrases: "not sure", "don't know", "either works", "you pick", "no preference" **When detected:** ``` You seem flexible on the approach. Would you like to: 1. I'll pick what seems best and continue brainstorming 2. Explore multiple approaches in parallel (omakase-off) ``` ### Trigger 3: Explicitly Requested - "try both approaches", "explore both", "omakase" - "implement both variants", "let's see which is better" ## Workflow Overvie