Step 1 · Schedule monitors
Add reddit_monitor cron (4×/day), buyer_nurture cron (every 5 min checking the queue), content_agent cron (Sunday 22:00). 15 minutes of crontab edits.
Step 2 · Webhook receiver
Extend the Telegram bot daemon (already running) with a FastAPI route at /gumroad/webhook. Verify Gumroad signature, dispatch onboarding event into queue. ~45 min.
Step 3 · Telemetry
Wire counters into prospect_stack_state.sqlite so this dashboard shows real numbers. ~30 min once schema is sketched.