problem-solving
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseProblem-Solving Skills
问题解决技巧
A collection of techniques for breaking through stuck points and finding elegant solutions.
本集合包含一系列突破思维瓶颈、找到优雅解决方案的技巧。
Available Sub-Skills
可用子技能
When Stuck (Dispatch)
陷入困境时(调度)
Location:
when-stuck/SKILL.mdStart here when stuck. Matches your stuck-type to the right technique. Quick dispatch table for routing to the appropriate sub-skill.
位置:
when-stuck/SKILL.md当你陷入困境时从这里开始。它会将你的困境类型匹配到合适的技巧。这是一个快速调度表,用于引导你使用对应的子技能。
Collision-Zone Thinking
碰撞区思维
Location:
collision-zone-thinking/SKILL.mdForce unrelated concepts together to discover emergent properties. "What if we treated X like Y?" Revolutionary insights come from deliberate metaphor-mixing.
位置:
collision-zone-thinking/SKILL.md将不相关的概念强行结合,以发现涌现属性。"如果我们把X当作Y来处理会怎样?"革命性的见解来自刻意的隐喻混合。
Inversion Exercise
逆向思考练习
Location:
inversion-exercise/SKILL.mdFlip every assumption and see what still works. "What if the opposite were true?" Exposes hidden constraints and alternative approaches.
位置:
inversion-exercise/SKILL.md翻转所有假设,看看哪些仍然成立。"如果相反的情况是真的会怎样?"这会暴露隐藏的约束条件和替代方案。
Meta-Pattern Recognition
元模式识别
Location:
meta-pattern-recognition/SKILL.mdSpot patterns appearing in 3+ domains to find universal principles. Extract abstract forms that apply across domains.
位置:
meta-pattern-recognition/SKILL.md在3个及以上领域中识别模式,以找到通用原则。提取可跨领域应用的抽象形式。
Scale Game
规模测试游戏
Location:
scale-game/SKILL.mdTest at extremes (1000x bigger/smaller) to expose fundamental truths. What breaks? What survives? Extremes reveal what normal scales hide.
位置:
scale-game/SKILL.md在极端条件下(放大1000倍/缩小1000倍)进行测试,以揭示基本真相。哪些会失效?哪些能留存?极端情况会揭示常规规模下隐藏的问题。
Simplification Cascades
简化级联
Location:
simplification-cascades/SKILL.mdFind one insight that eliminates multiple components. "If this is true, we don't need X, Y, or Z." Look for unifying principles.
位置:
simplification-cascades/SKILL.md找到一个能消除多个组件的见解。"如果这是真的,我们就不需要X、Y或Z了。"寻找统一原则。
When to Use
使用场景
| How You're Stuck | Use This |
|---|---|
| Don't know which technique | when-stuck |
| Need breakthrough innovation | collision-zone-thinking |
| Forced by assumptions | inversion-exercise |
| Same issue in different places | meta-pattern-recognition |
| Unsure about production scale | scale-game |
| Complexity spiraling | simplification-cascades |
| 你的困境类型 | 使用该技巧 |
|---|---|
| 不知道该用哪种技巧 | when-stuck |
| 需要突破性创新 | collision-zone-thinking |
| 被固有假设束缚 | inversion-exercise |
| 不同场景出现相同问题 | meta-pattern-recognition |
| 不确定生产环境下的规模适应性 | scale-game |
| 复杂性不断升级 | simplification-cascades |
Quick Reference
快速参考
Conventional solutions inadequate? → collision-zone-thinking
"This must be done this way"? → inversion-exercise
Same pattern 3+ places? → meta-pattern-recognition
Will it work at scale? → scale-game
Same thing implemented 5+ ways? → simplification-cascades常规解决方案不足? → collision-zone-thinking
“必须这样做”? → inversion-exercise
3个及以上场景出现相同模式? → meta-pattern-recognition
能否规模化运行? → scale-game
同一事物有5种以上实现方式? → simplification-cascadesCore Philosophy
核心理念
"One powerful abstraction > ten clever hacks"
These techniques help you find the elegant solution that makes complexity unnecessary, rather than managing complexity through brute force.
“一个强大的抽象 > 十个巧妙的权宜之计”
这些技巧帮助你找到能消除复杂性的优雅解决方案,而非通过蛮力来管理复杂性。