skillfed

Problem Solving

Problem Solving provides six targeted techniques for different types of stuck-ness: simplification cascades to unify special cases, collision-zone thinking for breakthrough ideas, meta-pattern recognition across domains, inversion exercises to question assumptions, the scale game to test extremes, and a dispatch guide to match your symptom to the right approach. Combine techniques as needed for complex problems.

Problem Solving teaches systematic techniques to break through complexity spirals, innovation blocks, and recurring patterns.

AI-generated summary based on this skill's SKILL.md

94 28 unlicensed — metadata only updated by binjuhor

Install

binjuhor/shadcn-lar/problem-solving · repository language: TypeScript

git clone https://github.com/binjuhor/shadcn-lar
cp -r shadcn-lar ~/.claude/skills/problem-solving

generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub

npx skillfed install binjuhor/shadcn-lar/problem-solving

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to solve problems step by step with Problem Solving?

Problem Solving offers six targeted techniques designed for different types of stuck-ness. Start by identifying your symptom using the dispatch guide, which matches your specific challenge to the right approach. The techniques include simplification cascades to unify special cases, collision-zone thinking for breakthrough ideas, meta-pattern recognition across domains, inversion exercises to question assumptions, and the scale game to test extremes. Combine techniques as needed for complex problems to work through them systematically.

What problem solving techniques and methods does this skill teach?

Problem Solving teaches six core techniques: simplification cascades unify special cases into coherent patterns; collision-zone thinking generates breakthrough ideas by exploring intersections; meta-pattern recognition identifies solutions across different domains; inversion exercises challenge your assumptions by reversing the problem; the scale game tests your approach at extremes; and a dispatch guide helps match your specific symptom to the most effective technique for your situation.

How do I break down complex problems effectively?

Problem Solving's simplification cascade technique is designed specifically for breaking down complex problems. This approach unifies special cases and reduces complicated scenarios into manageable components. Combined with meta-pattern recognition—which identifies recurring solution patterns across domains—you can systematically decompose difficult challenges into structured, solvable pieces.

What is a systematic approach to problem solving?

Problem Solving provides a structured methodology built on six techniques and a dispatch guide. The systematic approach starts with identifying your problem type, then applying the matched technique—whether that's simplification cascades, collision-zone thinking, meta-pattern recognition, inversion exercises, or the scale game. This framework ensures you apply the right analytical method to your specific challenge rather than using generic approaches.

How can Problem Solving help troubleshoot coding issues?

Problem Solving equips you with analytical frameworks specifically applicable to coding problems. The inversion exercise technique helps you question assumptions about your code's behavior; the scale game tests your logic at boundary conditions; meta-pattern recognition identifies common coding patterns and solutions; and the dispatch guide directs you to the most effective troubleshooting approach for your specific error or bug.

What problem solving best practices does this skill cover?

Problem Solving emphasizes best practices including: using the dispatch guide to match your symptom to the right technique rather than applying random approaches; combining multiple techniques for complex problems; using inversion exercises to challenge your initial assumptions; testing your solutions across extremes with the scale game; and recognizing meta-patterns that apply across different problem domains to accelerate your resolution process.

Related skills

Tags

analytical-thinking structured-methodology issue-resolution decomposition systematic-approach debugging-workflow decision-framework