Followup Check banner
ZinebMEFTAH ZinebMEFTAH

Followup Check

Development community

Description

Midday inbox check — sync Gmail, classify new replies, send alerts if serious. No outbound emails sent. Working directory: /path/to/stationf-agent This runs at 12:00 Paris time to catch replies that arrived after the morning send cycle. It is read-only for the outreach pipeline. ## Run inbox sync ```bash cd /path/to/stationf-agent && source venv/bin/activate && python imap_fetch.py --since-days 2 ``` Read every line of output. For each reply printed, classify it: **Serious** = interview req

Installation

Installs to ~/.claude/commands/zinebmeftah-stationf-outreach-agent-followup-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ZinebMEFTAH/stationf-outreach-agent/HEAD/.claude/commands/followup-check.md -o ~/.claude/commands/zinebmeftah-stationf-outreach-agent-followup-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository