Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?"
Forces unrelated concepts together to discover emergent solutions. Triggers when you're stuck on a problem or need breakthrough innovation, prompting you to ask "What if we treated X like Y?" to generate novel patterns from metaphor collisions.
/plugin marketplace add GGPrompts/my-plugins/plugin install problem-solving@my-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Revolutionary insights come from forcing unrelated concepts to collide. Treat X like Y and see what emerges.
Core principle: Deliberate metaphor-mixing generates novel solutions.
| Stuck On | Try Treating As | Might Discover |
|---|---|---|
| Code organization | DNA/genetics | Mutation testing, evolutionary algorithms |
| Service architecture | Lego bricks | Composable microservices, plug-and-play |
| Data management | Water flow | Streaming, data lakes, flow-based systems |
| Request handling | Postal mail | Message queues, async processing |
| Error handling | Circuit breakers | Fault isolation, graceful degradation |
Problem: Complex distributed system with cascading failures
Collision: "What if we treated services like electrical circuits?"
Emergent properties:
Where it works: Preventing cascade failures Where it breaks: Circuits don't have retry logic Insight gained: Failure isolation patterns from electrical engineering