analogical-thinking

Installation
SKILL.md

Analogical Thinking

Core principle: Most genuinely hard problems have structural analogues in other domains — often solved long ago, under a different name, by people who never heard of your field. The skill is recognizing the shape of a problem beneath its surface details, then transferring the solution structure across.

The ctx harness as OS memory management. The blackboard pattern from speech recognition in 1977, re-emerging in multi-agent AI. TCP's congestion control as inspiration for rate-limiting. Evolution as a search algorithm.


Why Analogical Thinking Works

Domains develop solutions to the same underlying problems independently. The surface vocabulary differs; the structural logic often doesn't. Cross-domain transfer is faster than derivation from scratch and produces solutions with decades of refinement already built in.

The risk is false analogies — surface similarity masking structural difference. This skill is as much about knowing when an analogy breaks as when it applies.


The Core Process

Step 1: Abstract the Problem Structure

Related skills

More from andurilcode/craftwork

Installs
2
GitHub Stars
6
First Seen
Apr 2, 2026