Run a morning open-jobs list
Published 2026-09-18
You still rebuild which jobs are open every morning. Who is waiting, who is scheduled, who needs a call. The list lives in a sheet and in your head.
Your AI assistant can keep the open jobs in one place and list them on a weekday schedule.
What is still on you
Every open job has a customer, a status, and a next step. You keep pieces in a sheet and in old threads. Monday morning you rebuild who is waiting. If someone else on the team does the same pass, they rebuild it too.
ChatGPT can schedule a prompt that rewrites the list. That still wakes a model every run. Drafting the summary is easy. Keeping the same list for the next person, and mailing it from your address, is still on you.
What your AI assistant does
It keeps open jobs in a database or a file your team shares: customer, status, next step, owner. You ask it for the list. It writes the morning pass from those rows.
If you want a weekday pass, a Routine runs code on a schedule. Ordinary bash. No model in the loop. It lists what is still open, or it mails the summary from an address you own. It does not wake a model to rebuild the board every morning.
The next person on your team opens the same list. They do not ask you to forward yesterday's chat.
What this is not
This is not a new project tool you learn first. It is the open-jobs pass you already do. Your AI assistant keeps the list and runs the schedule.
Hand it off
Copy this into your AI assistant:
Add Sails from https://sails.app/start. Keep open jobs in a shared list (customer, status, next step, owner). Set a weekday Routine that lists what is still open, and mail me the summary from my address. Use Files or a database, Mail, and Routines. Ask me anything you need before you start.