Catch Me Up

Full history with anyone

Haven't talked to someone in months? Catch Me Up builds the full chronological story — every interaction, every open thread, every commitment — so you walk into the next conversation like you never left. No more "sorry, remind me where we left off."

Use this when: you haven't talked to someone in a while and need the full history.

Just say:

"Catch me up on everything with Sarah Chen"

"What's my history with the Greenlight Foundation team?"

.claude/commands/catch-me-up.md
# Catch Me Up: Full history with anyone

Catch me up on everything with $ARGUMENTS.

Follow these steps:

1. **Find the person.** Use `hidn_search_profiles` to locate them. If ambiguous, show matches and ask.

2. **Pull their profile.** Use `hidn_get_profile` to get their title, company, bio, relationship context, importance level, and pipeline stage.

3. **Get org context.** Use `hidn_list_orgs_for_profile` to see their affiliations. Use `hidn_get_org` on their primary organization for company details.

4. **Build the timeline.** Use `hidn_list_org_activities` to pull every logged interaction — calls, emails, meetings, notes — in chronological order. This is the core of the catch-up.

5. **Surface open threads.** Use `hidn_list_reminders` and `hidn_search_workitems` to find any outstanding tasks, commitments, or follow-ups related to this person or their org.

6. **Check relationship graph.** Use `hidn_find_intro_path` and `hidn_get_org_network` to see who else connects you and any shared organizations.

## Output format

Present as a chronological relationship story:

**Who they are**
- Name, title, company, how you know them, importance level

**The full story** (chronological)
- Every interaction in order: date, channel, what was discussed, any commitments made
- Flag any gaps longer than 30 days between interactions

**Where you left off**
- Most recent interaction: what happened, what was said
- Any open commitments from either side

**Open threads**
- Pending reminders, active tasks, unresolved asks

**Relationship health**
- How active the relationship is (frequent, sporadic, gone cold)
- Current pipeline stage and any recent changes

**Suggested next step**
- What to do now, based on where things stand

myhidn tools this skill uses:

hidn_search_profileshidn_get_profilehidn_list_orgs_for_profilehidn_get_orghidn_list_org_activitieshidn_find_intro_pathhidn_list_remindershidn_search_workitems

Part of these cookbooks