What problem does it solve?
Many teams and individuals get stuck on complex, recurring, or assumed constraints that block progress; this Skill gives a structured way to diagnose why you're stuck and which technique will most likely break the impasse. It helps you move from confusion and ad-hoc fixes to a reproducible approach that surfaces the key insight or redesign that removes complexity.
Core Features & Use Cases
- Symptom-to-technique dispatch: Match your observed stuck-symptom to the most effective technique (simplification, collision, inversion, meta-pattern, scale).
- Concrete techniques with processes: Step-by-step guidance for Simplification Cascades, Collision-Zone Thinking, Meta-Pattern Recognition, Inversion Exercise, and the Scale Game.
- Composable application: Combine techniques for complex situations (e.g., Simplification + Meta-pattern, Collision + Inversion).
- Use Case: When a system has five divergent implementations, use Simplification Cascades to find the unifying abstraction and eliminate duplication.
Quick Start
Describe the specific problem, symptoms, and context in one sentence, for example: "I'm stuck with recurring edge-case complexity across our checkout service and five divergent implementations, recommend which techniques to apply and the first three practical steps."