Skill definition
hi-problem-solving
Apply systematic problem-solving techniques when stuck. Use for complexity spirals, innovation blocks, recurring patterns, assumption constraints, simplification cascades, scale uncertainty.
SKILL.md
Problem-Solving Techniques
Systematic approaches for different types of stuck-ness. Each technique targets specific problem patterns.
When to Use
Apply when encountering:
- Complexity spiraling - Multiple implementations, growing special cases
- Innovation blocks - Conventional solutions inadequate, need breakthrough
- Stuck-ness - Unsure which technique applies (see
references/when-stuck.md)
Core Techniques
| Technique | Key Insight | Red Flag |
|---|---|---|
| Simplification Cascades | One insight eliminating multiple components | "Just need to add one more case..." |
| Collision-Zone Thinking | Force unrelated concepts together for emergent properties | "I've tried everything in this domain" |
| Meta-Pattern Recognition | Patterns in 3+ domains reveal universal principles | "This problem is unique" (probably not) |
| Inversion Exercise | Flip core assumptions to reveal hidden constraints | "There's only one way to do this" |
| Scale Game | Test at extremes to expose fundamental truths | "Should scale fine" (without testing) |
Application Process
- Identify stuck-type - Match symptom to technique, load that reference, apply systematically
References
references/when-stuck.md- Dispatch flowchart and decision treereferences/simplification-cascades.md- Cascade detection and extractionreferences/collision-zone-thinking.md- Metaphor collision processreferences/meta-pattern-recognition.md- Pattern abstraction techniquesreferences/inversion-exercise.md- Assumption flipping methodologyreferences/scale-game.md- Extreme testing proceduresreferences/attribution.md- Source and adaptation notes
Continue exploring
Related skills
hi-craftALWAYS activate before implementing ANY feature, plan, or fix.hi-debugDebug systematically with root cause analysis before fixes. Use for bugs, test failures, unexpected behavior, performance issues, call stack tracing, multi-layer validation, log analysis, CI/CD failures, database diagnostics, system investigation.hi-securitySTRIDE + OWASP-based security audit with MCP-assisted code analysis and optional iterative auto-fix. Scans code using graph_mcp for structure discovery and mind_mcp for security policy context, then produces severity-ranked findings with fix recommendations. Supports audit-only and audit+fix modes. Use before releases, after sensitive feature additions, or for periodic compliance reviews.