gog-followups

Track sent email follow-ups and generate reminder drafts from a local JSON store.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill gog-followups-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog-followups
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/gog-followups
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill gog-followups-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you keep track of emails awaiting responses by recording what you sent, when to nudge next, and what context matters so reminders don’t get missed or lost.

Core Features & Use Cases

  • Follow-up tracking store: Maintains a local pending follow-up list in a JSON file (with IDs, thread/email IDs, topic, last touch date, next nudge date, priority, and status).
  • Staleness and due reminders: Identifies pending items, including overdue nudges, and supports reviewing follow-ups due within a time window.
  • Nudge drafting (not sending): Generates polite reminder email drafts in multiple tones based on nudge count and urgency, using thread context when needed.

Use case example: After sending a proposal, track it as pending, then later ask to see what’s overdue and generate a gentle reminder draft for the right recipient.

Quick Start

Load gog-followups and say: "Track follow-up for email msg_abc123 and remind me in 7 days, high priority."

Frequently Asked Questions about gog-followups

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track email follow-ups for pending responses?

Track email follow-ups by recording sent threads in a local JSON store with IDs, topics, last touch dates, next nudge dates, and priorities so pending responses never get lost. You can review pending items and generate reminder drafts when threads become stale.

How do I draft a nudge reminder for a stale email conversation?

Draft nudge reminders by identifying overdue threads from the follow-up store and generating polite reminder email drafts in multiple tones based on nudge count and urgency. The Skill generates drafts for review without sending them automatically.

Can I review overdue follow-ups due within a specific time window?

Review overdue follow-ups by querying the local JSON store for pending items and filtering threads due within a specific time window. This surfaces which conversations need immediate nudges so you can prioritize scheduling your next actions.

Do I need Gog email access to schedule follow-up nudge dates?

Gog email access is required to track follow-ups for sent emails and associate thread or email IDs with follow-up entries. The Skill uses this access to apply context when scheduling nudge dates and drafting reminder messages for specific people or topics.

Does the follow-up tracker automatically send reminder emails?

The follow-up tracker does not automatically send reminder emails. It generates nudge drafts in multiple tones using thread context, and it enforces confirmation before updating the follow-up store to ensure you maintain control over all outbound communication.

What are the limitations of storing follow-up state locally in a JSON file?

Storing follow-up state locally in a JSON file limits access to a single environment and prevents real-time multi-device synchronization. The Skill supports read-only listing operations and requires manual confirmation before updating the store to prevent data corruption.