# Connect Domains

> Import solutions from structurally similar problems in distant domains

- Skill: `synapseradio/connect-domains` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add synapseradio/connect-domains`
- Raw SKILL.md: https://api.skillmd.com/api/skills/synapseradio/connect-domains/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: synapseradio (https://skillmd.com/u/synapseradio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/synapseradio/connect-domains

---


Follow these steps:

### 1. Strip to deep structure

Describe the problem's deep structure without domain language: entities, relationships, constraints, goal.

### 2. Search distant domains

Find a structurally similar solved problem outside the current field — biology, other industries, physical processes, games, social structures.

### 3. Study the solution

Study how their solutions work and why.

### 4. Map it back

What transfers directly, what needs adaptation, what breaks?

### 5. Extract the principle

Extract the underlying principle that makes the solution work.

