Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aia-11-hn-mib avatar

Problem Solving Techniques

  • 4 installs
  • 1 repo stars
  • Updated November 15, 2025
  • aia-11-hn-mib/mib-mockinterviewaibot

problem-solving-techniques is a Claude Code skill bundling lateral-thinking methods like collision-zone thinking and inversion to force breakthrough solutions to hard problems.

About

This skill bundles structured problem-solving techniques for breaking out of conventional thinking. It includes collision-zone thinking, which forces unrelated concepts together to find emergent solutions, and an inversion exercise that flips assumptions to reveal hidden constraints. A developer uses it when stuck on a hard design problem and needs breakthrough ideas rather than incremental optimization. Each technique provides a process and worked examples.

  • Bundles ideation techniques like collision-zone thinking and inversion
  • Forces unrelated concepts together to reach breakthrough solutions
  • Flips assumptions to expose hidden constraints

Problem Solving Techniques by the numbers

  • 4 all-time installs (skills.sh)
  • Ranked #2,328 of 3,280 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

problem-solving techniques capabilities & compatibility

Free; no API keys or dependencies.

Capabilities
problem solving · ideation · brainstorming
Use cases
planning · research
Pricing
Free
From the docs

What problem-solving techniques says it does

Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?"
collision-zone-thinking/SKILL.md
Flip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?"
inversion-exercise/SKILL.md
npx skills add https://github.com/aia-11-hn-mib/mib-mockinterviewaibot --skill problem-solving-techniques

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs4
repo stars1
Last updatedNovember 15, 2025
Repositoryaia-11-hn-mib/mib-mockinterviewaibot

What it does

Apply lateral problem-solving techniques like collision-zone thinking and inversion to reach breakthrough design solutions.

Who is it for?

Breaking out of conventional thinking on hard design problems

Skip if: Routine implementation where a straightforward solution already exists

When should I use this skill?

Conventional approaches feel inadequate and you need breakthrough innovation

What you get

Novel solution candidates surfaced by forced metaphor or assumption inversion.

  • Alternative solution candidates
  • Surfaced hidden assumptions

By the numbers

  • 2 techniques bundled (collision-zone thinking, inversion exercise)

Files

collision-zone-thinking/SKILL.mdMarkdownGitHub ↗

Collision-Zone Thinking

Overview

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.

Quick Reference

Stuck OnTry Treating AsMight Discover
Code organizationDNA/geneticsMutation testing, evolutionary algorithms
Service architectureLego bricksComposable microservices, plug-and-play
Data managementWater flowStreaming, data lakes, flow-based systems
Request handlingPostal mailMessage queues, async processing
Error handlingCircuit breakersFault isolation, graceful degradation

Process

1. Pick two unrelated concepts from different domains 2. Force combination: "What if we treated [A] like [B]?" 3. Explore emergent properties: What new capabilities appear? 4. Test boundaries: Where does the metaphor break? 5. Extract insight: What did we learn?

Example Collision

Problem: Complex distributed system with cascading failures

Collision: "What if we treated services like electrical circuits?"

Emergent properties:

  • Circuit breakers (disconnect on overload)
  • Fuses (one-time failure protection)
  • Ground faults (error isolation)
  • Load balancing (current distribution)

Where it works: Preventing cascade failures Where it breaks: Circuits don't have retry logic Insight gained: Failure isolation patterns from electrical engineering

Red Flags You Need This

  • "I've tried everything in this domain"
  • Solutions feel incremental, not breakthrough
  • Stuck in conventional thinking
  • Need innovation, not optimization

Remember

  • Wild combinations often yield best insights
  • Test metaphor boundaries rigorously
  • Document even failed collisions (they teach)
  • Best source domains: physics, biology, economics, psychology

Related skills

FAQ

What is collision-zone thinking?

Forcing unrelated concepts together to discover emergent properties, asking 'What if we treated X like Y?'

When should I use the inversion exercise?

When stuck on unquestioned assumptions or feeling forced into 'the only way' to do something.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.