Personal\_scripts\. To manage tasks directly: Start → Task Scheduler.
Checks mattnoodling@gmail.com for replies to one-off emails sent by the personal assistant agent. Pending emails are logged in Personal\_scripts\pending-replies.json. Any unread reply from a tracked address is forwarded to matt_toby@yahoo.com and the entry marked as replied. Runs silently — no window shown.
schtasks /change /tn "PersonalReplyCheck" /disable
·
Delete permanently: schtasks /delete /tn "PersonalReplyCheck" /f
Polls mattnoodling@gmail.com via IMAP for replies to the trailer bodywork quote campaign. Any unread message with "Quote" in the subject is forwarded to matt_toby@yahoo.com and matthew.toby.denison@gmail.com with sender, subject, and body. The message is then marked as read. Runs silently in the background — no window shown.
schtasks /change /tn "TrailerQuotesReplyCheck" /disable
·
Delete permanently: schtasks /delete /tn "TrailerQuotesReplyCheck" /f
Monitors mattnoodling@gmail.com for emails from Matthew's personal addresses. Passes the email content to the Claude API (Haiku) which interprets the instruction and executes one or more actions: adding or removing calendar events, sending emails on Matthew's behalf, or flagging unclear instructions. Sends a confirmation to matt_toby@yahoo.com when done. Runs silently — no window shown.
schtasks /change /tn "EmailInstructions" /disable
·
Delete permanently: schtasks /delete /tn "EmailInstructions" /f
Checks _claude-guide\calendar-events.json each morning and sends reminder emails to matt_toby@yahoo.com for any event occurring today or in exactly 2 days. Sent via Gmail SMTP from mattnoodling@gmail.com. Runs silently — no window shown.
schtasks /change /tn "CalendarReminders" /disable
·
Delete permanently: schtasks /delete /tn "CalendarReminders" /f