problem-solving
Systematic problem-solving techniques for stuck-ness. Techniques: simplification cascade (complexity spirals), collision-zone thinking (innovation blocks), meta-pattern recognition (recurring issues), inversion exercise (assumption constraints), scale game (uncertainty). Actions: simplify, analyze, recognize patterns, invert assumptions, scale thinking. Keywords: problem solving, complexity spiral, innovation block, stuck, simplification, meta-pattern, assumption inversion, scale uncertainty, breakthrough thinking, root cause, systematic analysis, Microsoft Amplifier, debugging approach, creative solution. Use when: complexity spiraling, hitting innovation blocks, seeing recurring patterns, constrained by assumptions, uncertain about scale, generally stuck on problems.
NPX Install
npx skill4agent add samhvw8/dot-claude problem-solvingTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Problem-Solving Techniques
When to Use
- Complexity spiraling - Multiple implementations, growing special cases, excessive branching
- Innovation blocks - Conventional solutions inadequate, need breakthrough thinking
- Recurring patterns - Same issue across domains, reinventing solutions
- Assumption constraints - Forced into "only way", can't question premise
- Scale uncertainty - Production readiness unclear, edge cases unknown
- General stuck-ness - Unsure which technique applies
Quick Dispatch
| Stuck Symptom | Technique | Reference |
|---|---|---|
| Same thing implemented 5+ ways, growing special cases | Simplification Cascades | |
| Conventional solutions inadequate, need breakthrough | Collision-Zone Thinking | |
| Same issue in different places, reinventing wheels | Meta-Pattern Recognition | |
| Solution feels forced, "must be done this way" | Inversion Exercise | |
| Will this work at production? Edge cases unclear? | Scale Game | |
| Unsure which technique to use | When Stuck | |
Core Techniques
1. Simplification Cascades
2. Collision-Zone Thinking
3. Meta-Pattern Recognition
4. Inversion Exercise
5. Scale Game
Application Process
- Identify stuck-type - Match symptom to technique above
- Load detailed reference - Read specific technique from
references/ - Apply systematically - Follow technique's process
- Document insights - Record what worked/failed
- Combine if needed - Some problems need multiple techniques
Combining Techniques
- Simplification + Meta-pattern - Find pattern, then simplify all instances
- Collision + Inversion - Force metaphor, then invert its assumptions
- Scale + Simplification - Extremes reveal what to eliminate
- Meta-pattern + Scale - Universal patterns tested at extremes
References
- - Dispatch flowchart and decision tree
references/when-stuck.md - - Cascade detection and extraction
references/simplification-cascades.md - - Metaphor collision process
references/collision-zone-thinking.md - - Pattern abstraction techniques
references/meta-pattern-recognition.md - - Assumption flipping methodology
references/inversion-exercise.md - - Extreme testing procedures
references/scale-game.md - - Source and adaptation notes
references/attribution.md