Schedule

The Schedule page manages one-time and recurring task execution for the selected project. Scheduled work is intentionally handled outside normal task category selection so users can reason about time-based automation separately from the task board.

What Users Do

Open Schedule from the Workspace section of the sidebar.

UI ActionProduct Effect
Create a schedulePicks a task and a time for it to run.
Choose recurrenceRuns the task once or repeats it at an interval.
Enable or disableControls whether future runs should happen.
RescheduleChanges when the task should run next.
Delete scheduleRemoves the future automation without deleting the underlying task.

Repeat Types

Repeat TypeUse It For
OnceA single future run.
SecondsHigh-frequency testing or development-only loops.
MinutesShort operational intervals.
HoursRepeated maintenance throughout a day.
DailyDaily checks or recurring implementation tasks.
WeeklyWeekly cleanup, reporting, or backlog review.
MonthlyLong-running maintenance cadence.

How Schedule Relates To Tasks

A schedule belongs to a task. The task defines the prompt, model, agent, attachments, repository context, and review behavior. The schedule only controls when and how often that task should run.

Use the task board for immediate work. Use Schedule when the timing matters.

PageWhy It Matters
TasksScheduled work runs existing task definitions.
Scheduled TasksDeeper automation guidance for recurring work.
AlertsFailed scheduled runs can create alerts.
MemorySome schedule-adjacent controls may surface project memory behavior.