When Stuck - Problem-Solving Dispatch

Dispatch users to problem-solving techniques based on their stuck-ness symptoms.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill when-stuck-problem-solving-dispatch-slooowlly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: When Stuck - Problem-Solving Dispatch
Source: https://github.com/Slooowlly/meu-modo-carreira-v4/tree/main/.agent/skills/when-stuck
Command: npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill when-stuck-problem-solving-dispatch-slooowlly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you identify the most effective problem-solving technique when you are stuck, by matching your specific symptoms of being stuck to a relevant strategy.

Core Features & Use Cases

  • Stuck-Type Identification: Helps you categorize why you're stuck (e.g., complexity, innovation, patterns, assumptions, scale, bugs).
  • Technique Dispatch: Directs you to the appropriate problem-solving skill based on your identified stuck-type.
  • Use Case: If you're struggling with code that has too many special cases and if/else statements, this skill will guide you to the 'simplification-cascades' technique.

Quick Start

Use the 'When Stuck' skill to find the right problem-solving technique for your current situation.

Frequently Asked Questions about When Stuck - Problem-Solving Dispatch

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

FAQPage Schema
How do I choose the right problem-solving technique when I'm stuck on a coding issue?

To choose the right problem-solving technique, analyze your specific symptoms of being stuck. This skill evaluates conditions like code complexity, recurring patterns, or scale uncertainty to dispatch you to the most effective strategy.

What is the best way to troubleshoot complex code with too many if/else statements?

The best way to troubleshoot complex code with too many if/else statements is to apply a simplification-cascades strategy. This skill identifies your complexity symptoms and directly dispatches you to that specific technique.

How do I fix recurring code bugs when I feel completely blocked?

To fix recurring code bugs when blocked, you need systematic debugging. This skill analyzes your specific bug symptoms and guides you to a targeted troubleshooting strategy to resolve the underlying issue.

When should I use an inversion-exercise for problem solving?

You should use an inversion-exercise when your blockage stems from assumption-based limitations. This skill detects when your assumptions limit progress and dispatches you to this technique to approach the problem inversely.

Can I get a specific strategy for when I need innovation and scale uncertainty in software engineering?

Yes, you can get a specific strategy for scale uncertainty and innovation needs. This skill evaluates your specific blockage type and dispatches you to techniques like scale-game or collision-zone-thinking accordingly.