| name | evergreen-follow-up-reminders |
| description | Generates a prioritized follow-up list from Evergreen CRM based on overdue actions, stale contacts, and interaction cadences. Use when planning your week, checking who needs attention, or building a daily outreach list. |
Follow-Up Reminder Generator
Works with Evergreen, a local-first personal CRM for macOS. Get it on the Mac App Store.
When to Use
- Start of the week: "Who do I need to follow up with?"
- Daily outreach planning: "What's my follow-up list today?"
- After returning from travel or a busy period
- When you feel like you're losing touch with important contacts
How It Works
- Pull overdue and pending actions with
actions.list (filter by status: pending)
- Search for contacts with stale interactions using
search_contacts with the touched: token
- Cross-reference with relationship context using
get_contact for high-priority contacts
- Prioritize by: overdue actions first, then high-value relationships, then cadence-based follow-ups
- Present a ranked list with context for each follow-up
Priority Framework
| Priority | Criteria | Example |
|---|
| Urgent | Overdue action with a due date | "Send proposal to Kim — due 3 days ago" |
| High | Important contact not touched in 30+ days | "Haven't talked to your co-founder in 6 weeks" |
| Medium | Regular contact approaching stale threshold | "Coffee with Alex was 3 weeks ago" |
| Low | Weak tie worth maintaining quarterly | "Last saw Jordan at the conference 2 months ago" |
Example Output
## Follow-Up List — Week of April 7
### Overdue Actions (3)
1. **Sarah Chen** — Send API documentation (due Apr 2) [High priority]
2. **Marcus Webb** — Intro to Jamie at Acme Labs (due Apr 4) [Medium priority]
3. **Lisa Park** — Review proposal draft (due Apr 5) [Medium priority]
### Stale Relationships (5)
4. **David Kim** — Last interaction: 45 days ago (meeting). Was discussing partnership.
5. **Rachel Torres** — Last interaction: 38 days ago (email). Offered to help with hiring.
### Cadence Check-Ins (4)
6. **Tom Bradley** — Quarterly check-in due. Last: Jan 15 coffee.
7. **Nina Patel** — Monthly sync overdue. Last: Mar 1 call.
Suggested Cadences
| Relationship Type | Cadence | Token Filter |
|---|
| Close collaborators | Every 2 weeks | touched:>14d |
| Active network | Monthly | touched:>30d |
| Extended network | Quarterly | touched:>90d |
| Dormant (re-engage?) | 6+ months | touched:>180d |
Checklist
Follow-Up Review:
- [ ] Overdue actions surfaced and prioritized
- [ ] Stale high-value contacts identified
- [ ] Context provided for each follow-up
- [ ] Actionable next step suggested for each
- [ ] List is manageable (5-10 items for the week)
Learn More