---
title: "Personal CRM that nudges you when you forget to follow up"
description: "I want to track people I meet and get nudged when I haven't followed up.\nSave these contacts to memory under crm/<name>:\n\n1. Alex — met June 7, building a NEAR wallet, wants intro to the grants team. Follow-up: make the intro. Status: pending.\n2. Sarah — met June 5, VC interested in AI agents, said she'd review our deck. Follow-up: check if she reviewed it. Status: pending.\n3. Mike — met June 1, potential partnership with NEAR Legion, waiting for my proposal. Follow-up: send the proposal. Status: pending.\n\nThen set up a daily routine called personal-crm-nudge with this exact goal:\n\"Read all contacts from memory under crm/, find ones with status=pending that were met more than 3 days ago. For each one send a Telegram nudge via message tool: name, when you met them, what the follow-up is, and how many days have passed. Stay completely silent if no one needs a nudge.\"\nSchedule: every day at 10:00 AM UTC (cron: 0 10 * * *)\n\n<img width=\"497\" height=\"471\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/862596a9-8ba9-4e43-a10f-c9f7b231df44\" />"
canonical: "https://hub.ironclaw.com/usecases/personal-crm-that-nudges-you-when-you-forget-to-follow-up"
markdown: "https://hub.ironclaw.com/usecases/personal-crm-that-nudges-you-when-you-forget-to-follow-up.md"
type: "use-case"
categories: ["Personal assistant","Sales / CRM","Automation"]
author: "Evgeny"
---

# Personal CRM that nudges you when you forget to follow up

## Example Prompt

> I want to track people I meet and get nudged when I haven't followed up.
> Save these contacts to memory under crm/<name>:
> 
> 1. Alex — met June 7, building a NEAR wallet, wants intro to the grants team. Follow-up: make the intro. Status: pending.
> 2. Sarah — met June 5, VC interested in AI agents, said she'd review our deck. Follow-up: check if she reviewed it. Status: pending.
> 3. Mike — met June 1, potential partnership with NEAR Legion, waiting for my proposal. Follow-up: send the proposal. Status: pending.
> 
> Then set up a daily routine called personal-crm-nudge with this exact goal:
> "Read all contacts from memory under crm/, find ones with status=pending that were met more than 3 days ago. For each one send a Telegram nudge via message tool: name, when you met them, what the follow-up is, and how many days have passed. Stay completely silent if no one needs a nudge."
> Schedule: every day at 10:00 AM UTC (cron: 0 10 * * *)
> 
> <img width="497" height="471" alt="Image" src="https://github.com/user-attachments/assets/862596a9-8ba9-4e43-a10f-c9f7b231df44" />

## What the Agent Does

The agent saves each contact to persistent memory with their name, when you met, the context, and what follow-up is needed. You can add new people anytime just by telling it in plain language.

A daily routine runs every morning automatically: it reads your full contact list, finds anyone with a pending follow-up who you met more than 3 days ago, and sends you a Telegram nudge for each one — their name, when you met, what you need to do, and how many days have passed. If everyone is either done or too recent, it stays silent.

Over time it becomes a memory for your whole network. You never lose track of a promising connection again just because life got busy.

![Image](https://github.com/user-attachments/assets/ec71af31-ab02-421b-b6ff-ceea078fd70b)

## Skills and Tools

- memory_write / memory_read (built-in)
- time (built-in)
- message / Telegram channel (built-in)
- Routines / cron (built-in)

## Categories

- Personal assistant
- Sales / CRM
- Automation

## Links

- [HTML page](https://hub.ironclaw.com/usecases/personal-crm-that-nudges-you-when-you-forget-to-follow-up)

