Collision-Zone Thinking by aaaaqwq/claude-code-skills
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill 'Collision-Zone Thinking'革命性的洞见来自于迫使不相关的概念发生碰撞。将 X 视为 Y,看看会涌现出什么。
核心原则: 有意识地混合隐喻能产生新颖的解决方案。
| 卡在何处 | 尝试视为 | 可能发现 |
|---|---|---|
| 代码组织 | DNA/遗传学 | 突变测试、进化算法 |
| 服务架构 | 乐高积木 | 可组合的微服务、即插即用 |
| 数据管理 | 水流 | 流处理、数据湖、基于流的设计 |
| 请求处理 | 邮政信件 | 消息队列、异步处理 |
| 错误处理 | 断路器 | 故障隔离、优雅降级 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
问题: 具有级联故障的复杂分布式系统
碰撞: "如果我们把服务当作电路来对待会怎样?"
涌现属性:
适用场景: 防止级联故障 失效场景: 电路没有重试逻辑 获得的洞见: 来自电气工程的故障隔离模式
每周安装量
0
代码仓库
GitHub 星标数
11
首次出现
1970年1月1日
安全审计
Revolutionary insights come from forcing unrelated concepts to collide. Treat X like Y and see what emerges.
Core principle: Deliberate metaphor-mixing generates novel solutions.
| Stuck On | Try Treating As | Might Discover |
|---|---|---|
| Code organization | DNA/genetics | Mutation testing, evolutionary algorithms |
| Service architecture | Lego bricks | Composable microservices, plug-and-play |
| Data management | Water flow | Streaming, data lakes, flow-based systems |
| Request handling | Postal mail | Message queues, async processing |
| Error handling | Circuit breakers | Fault isolation, graceful degradation |
Problem: Complex distributed system with cascading failures
Collision: "What if we treated services like electrical circuits?"
Emergent properties:
Where it works: Preventing cascade failures Where it breaks: Circuits don't have retry logic Insight gained: Failure isolation patterns from electrical engineering
Weekly Installs
0
Repository
GitHub Stars
11
First Seen
Jan 1, 1970
Security Audits
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
103,800 周安装