Outreach Planner

Plan this week's outreach

Build a prioritized outreach plan for the week. Outreach Planner checks who's overdue, what reminders are coming up, which asks are pending, and drafts personalized talking points for each contact. Day-by-day, channel-by-channel.

Just say:

"Plan my outreach for this week"

"Who should I reach out to and when?"

Pairs well with:

Google Calendar
.claude/commands/outreach-planner.md
# Outreach Planner: Plan this week's outreach

Plan my outreach for this week.

Follow these steps:

1. **Surface overdue contacts.** Use `hidn_list_profiles_needing_attention` to find everyone past their outreach cadence, sorted by importance and days overdue.

2. **Check pending reminders.** Use `hidn_list_reminders` with status "pending" to find any follow-ups due this week.

3. **Review open asks.** Use `hidn_list_open_asks` to see if any outreach is tied to active requests from others.

4. **Get context for top contacts.** For the 10-15 highest-priority outreach targets, use `hidn_get_profile` to pull their details — role, company, last interaction, relationship notes.

5. **Build the plan.** Prioritize by:
   - Urgency: overdue high-importance contacts first
   - Timing: reminder-driven follow-ups on their due dates
   - Opportunity: contacts tied to active deals or asks
   - Channel: suggest the right medium (email, call, message) based on past interaction patterns

6. **Draft talking points.** For each contact, suggest 1-2 personalized conversation starters based on your last interaction, their context, and any shared updates.

## Output format

Present as a day-by-day outreach plan:

**Monday**
- [Name] — [channel] — [reason for outreach] — [talking point]

**Tuesday**
- ...

*(Continue through Friday)*

**Summary**
- Total outreach planned: [count]
- High-importance contacts covered: [count]
- Overdue contacts addressed: [count]

**Quick wins**
- 2-3 contacts where a short message would go a long way

myhidn tools this skill uses:

hidn_list_profiles_needing_attentionhidn_list_remindershidn_list_open_askshidn_get_profile

Part of these cookbooks