Intro Path
Find the warmest path to anyone
Need to reach someone? Intro Path traverses your relationship graph to find who can introduce you. It checks when you last interacted with each potential introducer, maps the target org, and helps you decide who to message first.
Just say:
"Find me the warmest path to the CTO of Datadog"
"Who can introduce me to someone at Stripe?"
.claude/commands/intro-path.md # Intro Path: Find the warmest path to anyone
Find the warmest introduction path to $ARGUMENTS.
Follow these steps:
1. **Identify the target.** If the user gave a company name, use `hidn_search_orgs` to find it. If they gave a person's name, use `hidn_search_profiles` to find them.
2. **Find intro paths.** Use `hidn_find_intro_path` with the target org name or person ID. Set `max_hops=3` for focused results.
3. **Enrich the best paths.** For the top 2-3 introducers returned, use `hidn_get_profile` to pull their details — job title, relationship context, last activity date.
4. **Map the target org.** If the target is an organization, use `hidn_get_org_network` to see who else in your network is connected there and what roles they hold.
5. **Check relationship freshness.** For each potential introducer, note when you last interacted. Flag anyone you haven't spoken to in 90+ days — you may need to re-warm that relationship first.
## Output format
Present your findings as a brief with:
- **Target** — who/what the user wants to reach
- **Best path** — the strongest introduction chain, with context on each link
- **Alternative paths** — 1-2 backup routes
- **Suggested next step** — a concrete action ("Message Sarah to ask for an intro to...")
- **Relationship health** — flag any cold links that need re-warming first myhidn tools this skill uses:
hidn_search_orgshidn_search_profileshidn_find_intro_pathhidn_get_profilehidn_get_org_network