When Stuck - Problem-Solving Dispatch

Diagnoses problem types from symptom descriptions and recommends solving methods.

3|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/trae-community/trae-templates --skill when-stuck-problem-solving-dispatch-trae-community
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: When Stuck - Problem-Solving Dispatch
Source: https://github.com/trae-community/trae-templates/tree/main/templates/tools-devops/superpowers-trae-init/.trae/skills/when-stuck
Command: npx skills add https://github.com/trae-community/trae-templates --skill when-stuck-problem-solving-dispatch-trae-community

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users efficiently identify the type of problem they are facing and directs them to the appropriate problem-solving technique, streamlining troubleshooting and decision-making processes.

Core Features & Use Cases

  • Stuck-Type Identification: Matches specific symptoms like complexity or bugs to targeted problem-solving methods.
  • Problem-Solving Guidance: Guides users to apply techniques such as simplification, pattern recognition, or debugging.
  • Use Case: When a developer is unsure whether an issue is due to complexity or bugs, this Skill provides clear direction for resolution.
  • Technical Scope: Supports diagram-based decision flow and references to relevant problem-solving strategies.

Quick Start

Ask the skill to help categorize your issue and receive tailored problem-solving techniques with step-by-step guidance.

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 identify whether my software issue is caused by a bug or complexity?

To identify if your software issue is a bug or complexity, describe the symptoms. The system matches your description to predefined problem categories and directs you to the correct troubleshooting method.

What is the best way to get problem-solving guidance for technical troubleshooting?

Problem-solving guidance for technical troubleshooting is provided by applying techniques like simplification, pattern recognition, or debugging based on your specific identified issue type.

How does a decision flow diagram help with debugging and problem-solving?

A decision flow diagram helps with debugging by mapping symptom descriptions to predefined problem categories, guiding you step-by-step to an appropriate resolution technique.

Can I use this problem-solving dispatch for project management or technical support scenarios?

Yes, you can use this problem-solving dispatch for project management and technical support scenarios, as it diagnoses specific problem types and recommends tailored resolution techniques.

What are the limitations of using predefined problem categories for troubleshooting?

Troubleshooting with predefined problem categories relies on matching symptom descriptions, meaning highly novel or undocumented issues might not map cleanly to the available decision flow paths.