Skip to content
Productivity
Command

/obsidian-connect

Bridge two unrelated domains using your vault's link graph - forces creative friction to spark new ideas

From plugin
obsidian-second-brain
3.9k46 skills46 commands3 hooks
Install
> /plugin marketplace add eugeniughelbur/obsidian-second-brain
> /plugin install obsidian-second-brain@obsidian-second-brain

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/obsidian-connect

Context preview

What this command does when you run it.

Bridge two unrelated domains using your vault's link graph - forces creative friction to spark new ideas

Command definition

obsidian-connect.md
description: Bridge two unrelated domains using your vault's link graph - forces creative friction to spark new ideas
category: thinking
triggers_en: ["connect domains", "cross-pollinate", "bridge ideas", "find an unexpected link"]
triggers_es: ["conecta estos dos temas", "cruza ideas de distintos mundos", "busca una conexión inesperada", "conecta esto con algo que no tenga que ver"]
triggers_pt: ["conecte domínios", "cruze ideias", "crie pontes entre ideias", "encontre uma ligação inesperada"]
triggers_zh: ["把这两个领域联系起来", "帮我找跨领域连接", "看看这些想法有什么意外联系", "用我的笔记做跨界联想"]

Use the obsidian-second-brain skill. Execute `/obsidian-connect $ARGUMENTS`:

Two arguments required: the two topics, domains, or note names to connect. If only one is given or none, ask the user for both.

1. Read `_CLAUDE.md` first if it exists in the vault root 2. Parse the two domains from arguments (e.g., `/obsidian-connect "distributed systems" "cooking"`) 3. For each domain, search the vault:

  • Find all notes related to that domain (by title, tags, content)
  • Map their backlinks and outgoing links to build a local cluster

4. Find the bridge:

  • Look for shared links, shared tags, or shared people between the two clusters
  • If a direct path exists in the link graph, trace it and explain each hop
  • If no direct path exists, find the closest semantic overlap - concepts, metaphors, or structural similarities

5. Generate creative connections:

  • **Structural analogy**: how a pattern in domain A maps to domain B (e.g., "load balancing is like mise en place - both are about distributing work before the rush")
  • **Transfer opportunities**: what works in A that could be applied to B
  • **Collision ideas**: new concepts that only exist at the intersection of both

6. Present 3-5 specific, actionable connections - not vague analogies but concrete ideas the user could act on 7. Offer to save the best connections to the ideas folder (resolved per `references/folder-map.md` - wiki-style `wiki/concepts/`, Obsidian-style `Ideas/`) with links to both source domains 8. Log the connection exercise in today's daily note

The value is in unexpected links. If the connection is obvious, dig deeper. The best output makes the user say "I never thought of it that way."

---

**AI-first rule:** Every note created or updated by this command MUST follow `references/ai-first-rules.md` - `## For future Claude` preamble, rich frontmatter (`type`, `date`, `tags`, `ai-first: true`, plus type-specific fields), recency markers per external claim, mandatory `[[wikilinks]]` for every person/project/concept referenced, sources preserved verbatim with URLs inline, and confidence levels where applicable. If that path does not resolve from your working directory, search upward for it; if you still cannot read it, say so before writing rather than producing a note that silently skips the rule. The vault is for future-Claude retrieval - not human reading.

**Anti-fabrication:** Search exhaustively before claiming any note, person, or file is absent - false absence is the most common failure mode - and never invent facts, entities, or dates (mark unknowns as `TBD`). See the anti-fabrication and search-completeness hard rules in `references/ai-first-rules.md`.

Read more
Ships withobsidian-second-brain

Persistent memory for Claude Code and 6 other CLI agents, stored as plain markdown in your Obsidian vault. Stop re-explaining your projects, decisions and people every session. 45 commands: hybrid semantic search, self-rewriting notes, key-less web research, and scheduled agents that maintain the vault while you sleep.

Get the whole plugin