You configure the agent once — write its instructions, set its schedule, connect its data sources — and then it runs automatically at the time you specified. In Cowork, this is done through the scheduled tasks system with a cron expression like “0 7 * * *” for 7am daily.
What “Set It and Forget It” Actually Requires
The promise of a scheduled agent — that it runs every morning without you doing anything — is real, but it has a one-time setup cost. Before the agent can run reliably, three things need to be in place. First, a skill file that defines exactly what the agent should do: what data to retrieve, what to write, where to post the output, what format to follow. Second, a schedule entry that tells the system when to trigger the skill. Third, any necessary connections to your data sources — your WordPress site, your community platform, your email tools — so the agent can actually retrieve and publish what it needs.
Think of it like setting up an automatic coffee maker the night before. You fill the water, add the grounds, and set the timer. In the morning, coffee appears without you touching anything. The setup happens once. The benefit recurs every day. Setting up a morning agent is the same — the one-time effort is the setup, and everything after that is the reward.
The Practical Setup in Cowork
In Cowork, scheduled tasks are configured by writing a task file that specifies the skill to run, the schedule using cron syntax, and any parameters the skill needs. A cron expression like “0 7 * * *” means “run at 7:00 AM every day.” Once that task file is saved and registered, Cowork handles the triggering automatically.
The skill itself is where the real work lives. A morning intelligence report skill, for example, contains instructions to scan AI news sources, check community notifications, pull YouTube trends, retrieve calendar events, and format everything into a structured briefing. That skill is written once and reused every morning. When something needs to change — a new data source, a different format — you update the skill file and every future run reflects the change.
For educators new to scheduling, the simplest starting point is an existing skill rather than building from scratch. Many morning report and community engagement skills are available as ready-to-use templates that you can customise to your specific sources and format preferences.
What This Means for Educators
The payoff is not just time saved on the first run. It is the compounding value of consistency. A morning briefing that appears every day, even when you are travelling, teaching a live session, or recovering from a late night, keeps you informed and keeps your business moving without requiring your daily attention as the trigger.
The Simple Rule
Write the skill once. Set the schedule once. After that, the only thing you do is read the output. The setup cost is measured in hours. The payoff is measured in years.
