vault/Operations/Claude/skills/thinking/when-stuck/SKILL.md
Dispatch to the right problem-solving technique based on how you're stuck.
npx skillsauth add eddowding/cortex when-stuckInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Different stuck-types need different techniques. Match symptom to technique.
Quickly identify which problem-solving skill to use based on the type of stuck-ness.
| How You're Stuck | Use This Skill | |------------------|----------------| | Complexity spiraling - Same thing 5+ ways, growing special cases | [[simplification-cascades]] | | Need innovation - Conventional solutions inadequate | [[collision-zone-thinking]] | | Recurring patterns - Same issue different places | [[meta-pattern-recognition]] | | Forced by assumptions - "Must be done this way" | [[inversion-exercise]] | | Scale uncertainty - Will it work in production? | [[scale-game]] | | Code broken - Wrong behavior, test failing | Use debugging rules |
Read the specific technique's SKILL.md
Follow its [PROCESS]
Try different technique or combine techniques
Some problems need multiple:
rules/debugging.md - For code bugstesting
Interactive brainstorming and advisory mode that helps think through questions, critique approaches, propose alternatives, and reach optimal decisions.
tools
Find one insight that eliminates multiple components - 'if this is true, we don't need X, Y, or Z'
testing
Test at extremes (1000x bigger/smaller) to expose fundamental truths hidden at normal scales.
data-ai
Explain concepts at three levels: 5-year-old, real-world analogy, and university-level definition.