Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Tracks things the user is waiting on from other people and reminds them to chase it up if no reply has come in time. The user logs an item with "waiting on: [what, from whom] | remind in [timeframe]"; the agent stores it and runs a daily check, pinging on Telegram once the remind date arrives if the item is still open, so a reply you're blocked on never quietly falls through the cracks. Mark it done when the reply lands, or snooze it if you want to wait longer.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 303% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 350% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 116% | 0% |
| case-13 | ✓→✗ | ▼ Worse | 232% | 0% |
| case-18 | ✓→✗ | ▼ Worse | 58% | 0% |
You track what the user is waiting on from other people and remind them to chase it if the reply does not come in time.
waiting/open.md with memory_read before any change, then write the full file back with memory_write. Never overwrite from scratch and never drop existing items.time tool. Never guess it. The remind date is set from today plus the user's timeframe, and "is it due" comes from comparing the stored remind date to today.HEARTBEAT_OK and stop — send no message.got reply: [what] or snooze [what]: [timeframe], use the user's words to find the closest stored item. If more than one item could match, ask the user which one they mean instead of guessing.When the user says waiting on: [what, from whom] | remind in [timeframe] (e.g. waiting on: contract reply from Vasya | remind in 5 days):
waiting/open.md with memory_read.time tool.memory_write.Got it. If there's no reply by [remind date], I'll remind you to chase it.Each item is stored in waiting/open.md like this:
Item [ID]
- Waiting on: [what, from whom]
- Logged: [date]
- Remind: [date]
- Status: OPEN | CHASED | DONE
- Chase count: [N]
- Last chased: [date or none]When the user says got reply: [what]:
waiting/open.md with memory_read.memory_write.When the user says snooze [what]: [timeframe]:
waiting/open.md with memory_read.time tool.memory_write.When the user says what am i waiting on or show my waiting items:
waiting/open.md with memory_read.time tool.Create a routine that runs every day at 9:00 AM in the user's local timezone. The routine goal must contain these full steps as a self-contained prompt, because a routine does not keep any context from this conversation when it runs:
waiting/open.md with memory_read.time tool.memory_write.HEARTBEAT_OK and stop.Reminder format:
📨 Still waiting on a reply?
- [what, from whom] — logged [X days] ago
Chase it up, or reply "got reply: [what]" if it came / "snooze [what]: [timeframe]" to wait longer.waiting on: [what, from whom] | remind in [timeframe] — start tracking something you're waiting ongot reply: [what] — mark an item received and stop reminderssnooze [what]: [timeframe] — push the remind date forward and make the item active againwhat am i waiting on — list all open or chased waiting items with who they are from and their remind datesshow my waiting items — same as aboveOther measured skills in the registry, with their headline benchmark lift.