Problem-Solving Techniques

Map problem symptoms to structured techniques for complex issue resolution.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/vuminhieu/spexor-client --skill problem-solving-techniques-vuminhieu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Problem-Solving Techniques
Source: https://github.com/vuminhieu/spexor-client/tree/main/.agent/skills/skills/problem-solving
Command: npx skills add https://github.com/vuminhieu/spexor-client --skill problem-solving-techniques-vuminhieu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill equips teams and individuals with a concise, repeatable set of problem-solving techniques to diagnose and resolve complex issues without tunnel vision.

Core Features & Use Cases

  • Structured technique catalog: provides a dispatch map from symptoms to techniques like Simplification Cascades, Collision-Zone Thinking, Meta-Pattern Recognition, Inversion Exercise, and Scale Game.
  • Reference-driven learning: links to detailed guides in the references folder to deepen understanding and enable rapid on-the-job application.
  • Adaptive workflow: a repeatable process from recognizing a stuck-type to selecting and applying the appropriate technique.

Quick Start

Identify a current problem symptom, consult the dispatch table to choose a technique, then apply the technique and document the outcome.

Frequently Asked Questions about Problem-Solving Techniques

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to approach complex problem-solving without getting tunnel vision?

Systematic problem-solving requires a structured dispatch process that maps specific symptoms to techniques like simplification cascades and inversion exercises. This approach prevents tunnel vision by enforcing a repeatable workflow from issue recognition to technique application.

How do I use inversion exercises and collision-zone thinking to resolve difficult issues?

Inversion exercises resolve difficult issues by working backward from the desired outcome, while collision-zone thinking identifies intersecting factors causing the problem. Both are selected from a technique catalog based on the specific symptoms of your current issue.

When should I apply meta-pattern recognition versus the scale game technique for diagnosis?

Apply meta-pattern recognition when diagnosing recurring systemic issues across domains, and use the scale game technique when the problem's behavior changes drastically at different operational scales. A symptom-to-technique dispatch table dictates the exact selection.

Can I use these problem-solving techniques across different domains and project types?

Yes, these problem-solving techniques are designed to identify and resolve complex issues across domains. The adaptive workflow provides a repeatable process from recognizing a stuck-type to selecting the appropriate technique for any real project.

How to start diagnosing a problem using simplification cascades?

To start diagnosing with simplification cascades, identify your current problem symptom, consult the technique dispatch table to confirm simplification cascades is the right fit, apply the breakdown process, and document the outcome for reference.

What are the limitations of using systematic problem-solving frameworks for real projects?

The main limitation of systematic problem-solving frameworks is the reliance on accurately matching symptoms to the correct technique. Incorrect dispatch from the symptom table leads to applying the wrong technique, requiring careful outcome documentation to correct course.