What problem does it solve? Scheduling a personal reminder that reliably fires on a Mac and arrives as a Discord DM requires manually writing shell scripts, plist files, and launchd commands, with pitfalls like StartInterval jobs silently never firing. ## Core Features & Use Cases - Launchd-based scheduling: Creates a LaunchAgent plist using StartCalendarInterval for one-time or recurring reminders, avoiding the broken StartInterval behavior on macOS. - Discord DM delivery: Sends the reminder through Discord API v10 with a proper User-Agent header to avoid Cloudflare blocking, reading the bot token from a .env file only at runtime. - Self-cleaning one-time jobs: One-time reminders automatically unload themselves from launchd and delete their plist after firing. - Use Case: Ask for a reminder like "remind me tomorrow at 9am to submit the tax form" and get a scheduled Discord DM on your Mac without touching launchd yourself. ## Quick Start Set a one-time reminder for tomorrow at 10:00 KST that sends me a Discord DM to renew my domain registration.