What problem does it solve? When facing a design decision or a failed approach, jumping straight to the first idea often leads to rework. This Skill forces structured exploration of multiple genuinely different approaches with explicit trade-offs before any code is written. ## Core Features & Use Cases - Discovery Mode: Generates 2-3 distinct approaches with pros, cons, effort, and risk, then recommends one with a concrete hedge condition. - Rescue Mode: When an approach has fundamentally failed, produces 3-5 category-diverse alternatives using Collision-Zone Thinking and Inversion, including at least one unconventional option. - Design-It-Twice Mode: Spawns parallel subagents pinned to radically different interface constraints, computes a diversity score, and delivers an opinionated recommendation. - Use Case: A developer's third attempt to fix an integration fails. Rescue Mode generates alternatives across categories like wrapper layers, reverse engineering, and proxy services instead of repeating the failed direct-API approach. ## Quick Start Ask the assistant to brainstorm approaches for your problem, for example by saying "brainstorm options for adding caching to our API layer".