## Key Takeaways

- **Recurring work is the best thing to delegate first.** It is predictable, easy to verify, and the savings compound every single week instead of once.
- **The trigger matters as much as the task.** A scheduled task runs because it is Tuesday, not because someone remembered to ask. Remembering was half the job.
- **Asana's Anatomy of Work Index found 60% of the workday goes to work about work.** Chasing status, compiling updates, hunting numbers. Most of it is recurring.
- **Three cadences cover almost everything.** Daily digests, weekly reports and reviews, monthly rollups. Map your recurring work to those three and delegate from the top.
- **Review-first still applies.** A scheduled task drafts on schedule; a human approves anything that leaves the building, at least until trust is earned.
- **One good scheduled task beats five ad-hoc requests.** It proves reliability, which is what actually changes how a team works.

Ask someone what they would delegate to an AI coworker and they usually describe a one-off: research this, summarize that. Useful, but the math is wrong. A one-off saves an hour once. A recurring task saves an hour every week, forever, and it removes the worst part of the job, which is having to remember it.

This post is the case for starting your delegation with the calendar: which recurring tasks to hand off, how to tell a good candidate from a bad one, and what setting one up actually looks like.

## Why is recurring work the best first delegation?

Because the return compounds and the risk does not. Asana's [Anatomy of Work Index](https://asana.com/resources/work-isnt-working), which surveyed over 10,000 knowledge workers, found that about 60% of the workday goes to work about work: communicating about tasks, hunting down documents, and chasing status. Almost all of that load is recurring by nature. The Monday report is not hard. It is the same five pulls and the same formatting, fifty times a year.

Recurring tasks are also the easiest to verify, which matters when you are building trust with an AI coworker:

- the output has a known shape, so a wrong number stands out immediately
- you see the same task weekly, so quality drift is visible fast
- the cost of a miss is low, because the task was overhead, not judgment

Compare that to delegating something novel and high-stakes first, where you cannot easily tell good output from plausible output. Start where verification is cheap.

## What makes a task schedulable?

Not everything with a due date belongs on a schedule. A good candidate passes four checks:

1. **It happens on a cadence.** Daily, weekly, or monthly, without anyone deciding whether it should.
2. **The inputs are reachable.** The data lives in tools a coworker can connect to, like Stripe, HubSpot, Gmail, or Linear, not in someone's head.
3. **The output has a fixed shape.** A report, a digest, a list, a reminder. Same structure every time.
4. **Someone currently does it manually.** If nobody does it today, schedule the habit later. Delegate real work first.

If a task fails check 2, fix the plumbing first. If it fails check 3, run it ad-hoc a few times until the shape settles, then schedule it. Our guide on [how to prompt an AI coworker](https://viktor.com/blog/how-to-prompt-ai-coworker) covers how to pin down that shape in the request itself.

## Which recurring tasks should you hand off first?

| Cadence | Task | What the coworker does |
|---|---|---|
| Daily | Morning digest | Overnight signups, support queue, yesterday's Stripe revenue, posted to Slack before standup |
| Daily | Queue triage | New tickets or leads categorized and routed, exceptions flagged |
| Weekly | The Monday report | Pulls from Stripe, HubSpot, and Google Ads, compiled and posted to the channel |
| Weekly | Pipeline review | Stale deals, missing next steps, deals that moved, summarized for the sales lead |
| Weekly | Follow-up sweep | Email threads waiting on a reply for 5+ days, listed with suggested nudges |
| Monthly | Metrics rollup | The numbers your leadership meeting always needs, in the same format |
| Monthly | Renewal radar | Contracts and subscriptions renewing in the next 60 days, with owners |

Two notes on the table. First, the weekly report is the classic for a reason: it is the purest case of high-effort, low-judgment work, and we wrote up the full pattern in [Replace weekly reporting with AI](https://viktor.com/blog/replace-weekly-reporting-with-ai). Second, do not start with all seven. Pick one, run it for two weeks, then add the next. The ranked logic for choosing is the same as in [5 workflows to automate first](https://viktor.com/blog/5-workflows-to-automate-first).

## What does setting one up actually look like?

It is a message in Slack, not a project. You describe the task the way you would brief a new teammate: the cadence, the sources, the shape of the output, and where it lands. Viktor connects to 3,200+ tools, so the sources can be named directly instead of described.

```prompt
@Viktor every Friday at 4pm, sweep my sent mail and our shared inbox
for threads where a customer asked us something and nobody replied
within 5 days. Post the list to #cs-escalations with one line per
thread: customer, question, days waiting, and a suggested nudge.
Draft only, I will send the nudges myself.
```

Note what the message contains: a schedule (Friday 4pm), reachable inputs (mailboxes), a fixed shape (one line per thread, four fields), a destination (the channel), and an explicit review boundary (draft only). That last line is doing more work than it looks like.

## How does review work for scheduled tasks?

The schedule automates the trigger, not the trust. A good scheduled setup separates two kinds of output:

- **Internal artifacts** like digests and reports post directly. If a number is off, the cost is a correction in the channel.
- **External actions** like customer nudges, CRM changes, or invoices stay review-first: the coworker drafts on schedule, a named person approves.

Loosen the boundary per task, after the task has earned it, not globally and not on day one. The full argument for that default is in [Don't let your AI agent act without asking](https://viktor.com/blog/dont-let-ai-agent-act-without-asking). The practical rule: a scheduled task should be boring within a month. If you are still surprised by its output, it is not ready to act on its own.

## Where do scheduled tasks go wrong?

Three failure modes account for most of the disappointment:

- **The task was never real.** It got scheduled because it sounded useful, not because anyone did it manually. Nobody reads the output, and it quietly becomes noise.
- **The shape was never pinned down.** The request said "summarize the week" instead of naming the numbers, so every run is a slightly different report and nobody trusts any of them.
- **No owner.** A scheduled task still needs one person who reads the output, flags drift, and tunes the brief. Ownerless schedules rot.

All three are preventable at setup time, and all three are about the team, not the tool.

## Frequently Asked Questions

### What is the best first task to put on a schedule?

The recurring report someone on your team already builds by hand every week. It passes every check: real cadence, reachable data, fixed shape, and a person who can verify the output because they used to make it.

### How is a scheduled AI task different from a Zapier automation?

A trigger-action automation fires on an event and follows a fixed path. A scheduled AI coworker task runs on a cadence and handles the judgment inside the task: deciding what is stale, what matters, and how to summarize it. Fixed paths break when reality varies; briefs flex.

### Can scheduled tasks take actions, or just post reports?

Both, with different defaults. Internal reports and digests can post directly. Anything external, like emails or system changes, should stay draft-first until the task has a track record and a named owner loosens the policy.

### How many scheduled tasks should a team run?

Fewer than you think at the start. One or two per team, run well for a month, beats ten configured in an afternoon. Add the next one when the current ones have become boring.

### What happens when a scheduled task produces a wrong number?

The owner flags it in the thread, the brief gets tuned, and the next run improves. This is exactly why the first scheduled tasks should be internal and verifiable: errors are cheap and visible while trust is being built.

### Do I need to keep prompting a scheduled task every week?

No. You brief it once and it runs on the cadence. You only step in to review drafts, adjust the brief when the business changes, or stop the task if it stops earning its slot.

---

**Viktor is an AI coworker that lives in Slack, connects to 3,000+ integrations, and does real work for your team.** [Add Viktor to your workspace -- free to start →](https://viktor.com/?utm_source=blog&utm_medium=cta&utm_campaign=recurring-tasks-your-ai-coworker-should-own)