Agent skill

When Stuck - Problem-Solving Dispatch

Dispatch to the right problem-solving technique based on how you're stuck

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill superpowers-community-when-stuck --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.1.0
Path: skills/analysis/superpowers-community-when-stuck/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# When Stuck - Problem-Solving Dispatch ## Overview Different stuck-types need different techniques. This skill helps you quickly identify which problem-solving skill to use. **Core principle:** Match stuck-symptom to technique. ## Quick Dispatch ```dot digraph stuck_dispatch { rankdir=TB; node [shape=box, style=rounded]; stuck [label="You're Stuck", shape=ellipse, style=filled, fillcolor=lightblue]; complexity [label="Same thing implemented 5+ ways?\nGrowing special cases?\nExcessive if/else?"]; innovation [label="Can't find fitting approach?\nConventional solutions inadequate?\nNeed breakthrough?"]; patterns [label="Same issue in different places?\nFeels familiar across domains?\nReinventing wheels?"]; assumptions [label="Solution feels forced?\n'This must be done this way'?\nStuck on assumptions?"]; scale [label="Will this work at production?\nEdge cases unclear?\nUnsure of limits?"]; bugs [label="Code behaving wrong?\nTest failing?\nUnexpected output?"]; stuck -> complexity; stuck -> innovation; stuck -> patterns; stuck -> assumptions; stuck -> scale; stuck -> bugs; complexity -> simp [label="yes"]; innovation -> collision [label="yes"]; patterns -> meta [label="yes"]; assumpti

What's inside
Steps it walks through
  1. Overview
  2. Quick Dispatch
  3. Stuck-Type → Technique
  4. Process
  5. Combining Techniques
  6. Remember
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the When Stuck - Problem-Solving Dispatch skill do?

Dispatch to the right problem-solving technique based on how you're stuck

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill superpowers-community-when-stuck --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going