Founder Follow-Up
Turn event notes into warm follow-ups
Just got back from an event, a demo day, or a round of investor conversations? Founder Follow-Up takes your messy notes and turns them into personalized, specific follow-up messages — referencing what you actually discussed, suggesting next steps, and logging everything so nothing falls through the cracks.
Use this when: you just met people at an event or demo and need to follow up while it's fresh.
Just say:
"I just got back from a startup event. Help me follow up with these five people."
"Here are my notes from today's investor meetings — draft follow-ups for each"
Pairs well with:
Lead TriageOutreach PlannerWarm Intro Draft
.claude/commands/founder-follow-up.md # Founder Follow-Up: Turn event notes into warm follow-ups Turn the user's notes into warm, specific follow-ups for $ARGUMENTS. Follow these steps: 1. **Parse the notes.** Extract each person mentioned — their name, company, what was discussed, any commitments or next steps mentioned. 2. **Find or create profiles.** For each person, use `hidn_search_profiles` to check if they already exist. If not, use `hidn_create_profile` to create them. Use `hidn_search_orgs` and `hidn_link_profile_to_org` to connect them to their company. 3. **Check existing context.** For people who already exist in the workspace, use `hidn_get_profile` to pull prior history. Use `hidn_find_intro_path` to check for mutual connections that add warmth. 4. **Draft follow-ups.** For each person, write a personalized follow-up message that: - References something specific from the conversation - Proposes a clear next step - Feels warm and human, not templated - Adjusts tone based on the relationship (new contact vs. existing) 5. **Log and schedule.** For each follow-up: - Use `hidn_create_activity` to log the meeting as an activity - Use `hidn_create_reminder` to schedule the follow-up with appropriate timing (24-48hrs for warm leads, within a week for others) ## Output format ### Follow-ups from [event/context] For each person: **[Name] — [Company]** - **Met at**: [context] - **Discussed**: [key points] - **Existing connection**: [any prior history or mutual contacts] - **Draft message**: > [personalized follow-up message] - **Next step**: [specific action] — scheduled for [date] - **Status**: [Profile created/updated] [Activity logged] [Reminder set] --- **Summary**: [X] follow-ups drafted, [Y] new profiles created, [Z] reminders scheduled
myhidn tools this skill uses:
hidn_search_profileshidn_create_profilehidn_get_profilehidn_create_activityhidn_create_reminderhidn_find_intro_pathhidn_search_orgshidn_link_profile_to_org