Triggered when user wants to track, check on, or follow up on sent emails awaiting replies. Matches: "track this email", "follow up on [email]", "did they reply", "check for responses", "pending replies", "who hasn't responded", "remind me to follow up", "overdue emails", "waiting for reply from [name]". Also triggered by email-triage when follow-up reminders are requested, and surfaced by proactivity engine during daily briefing. Do NOT use for task or project follow-ups unrelated to a specific email thread, generic reminders not tied to a sent email, or drafting the follow-up message itself (use email-draft once tracking determines a reply is needed).
From tandemnpx claudepluginhub binatrixai/tandem-marketplace --plugin tandemThis skill is limited to using the following tools:
evals/evals.jsonreferences/template.mdtemplate.mdExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Track sent emails awaiting replies and surface follow-up reminders when responses are overdue.
Detect the user's preferred language from Personal Preferences. Respond entirely in that language.
All follow-up tracking data is stored in ~/Tandem/email/MEMORY.md under the section ## Pending Follow-ups.
AskUserQuestion: "What would you like to do?"
Options: [
"Add a new follow-up to track",
"Check status of pending follow-ups",
"Send a follow-up email",
"View all tracked items"
]
Gather information (from email context or user input):
AskUserQuestion: "When do you expect a reply?"
Options: ["Tomorrow", "Within 3 days", "Within a week", "Custom date"]
Write entry to ~/Tandem/email/MEMORY.md under ## Pending Follow-ups using the format from template.md.
~/Tandem/email/MEMORY.mdtemplate.md formatFor overdue items:
AskUserQuestion: "You have [N] overdue follow-ups. What would you like to do?"
Options: [
"Send follow-up to [most overdue sender]",
"Extend deadline by 3 days",
"Remove from tracking",
"Send follow-ups to all overdue"
]
email-draft with tone set to "Follow-up"Display the full tracking table from template.md, sorted by status (Overdue first, then Waiting, then Replied).
When a reply is received or user removes tracking:
AskUserQuestion: "Follow-up resolved. What should I do with this entry?"
Options: ["Remove from tracking", "Keep for reference", "Set new follow-up"]
Update ~/Tandem/email/MEMORY.md accordingly.
This skill is surfaced proactively in these situations:
Maximum 1 follow-up reminder per session unless user asks for more.
Memory is user-triggered only. The follow-up list itself is stored in MEMORY.md, but offer to remember:
Follow template.md for the tracking table format.
## Pending Follow-ups section automatically