What problem does it solve? When you're stuck on a hard problem—complexity spiraling out of control, conventional solutions falling short, or uncertainty about production scale—this Skill provides structured techniques to break through instead of spinning in circles. ## Core Features & Use Cases - Symptom-Based Dispatch: Match your stuck-symptom to the right technique using a quick-reference table and decision flowchart. - Five Core Techniques: Simplification Cascades, Collision-Zone Thinking, Meta-Pattern Recognition, Inversion Exercise, and Scale Game, each with detailed reference guides. - Composable Methods: Combine techniques (e.g., Meta-pattern + Scale) for problems that resist a single approach. - Use Case: Your codebase has the same logic implemented five different ways with growing special cases. Use Simplification Cascades to find the one abstraction that eliminates the duplicates. ## Quick Start Ask the assistant to apply the problem-solving skill to help you get unstuck on your current design or architecture problem.