> ## Documentation Index
> Fetch the complete documentation index at: https://docs.driven.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Scheduled Task Prompts

> Copyable scheduled task prompts for Driven: pre-market briefings, watchlist monitors, earnings alerts, volume monitors, macro trackers, and portfolio reviews.

Copyable prompts for automating recurring work. Each is a complete scheduled task, swap in your tickers, times, and thresholds. Remember to anchor the time zone and define what's worth an alert. See [Scheduled Tasks](/concepts/scheduled-tasks) for the fundamentals.

## Daily pre-market briefing

```text theme={null}
Every weekday at 8 AM New York time, scan my watchlist and send a pre-market briefing. Include major news, price moves, earnings events, and risks to watch today. Deliver to Telegram.
```

## Short, scannable briefing

```text theme={null}
Every weekday at 7:30 AM New York time, give me a 5-bullet pre-market briefing on my watchlist: biggest move, key news, any earnings today, one risk to watch, and one opportunity. Deliver to Telegram.
```

## Market-wide overnight summary

```text theme={null}
Every trading day at 8 AM, summarize the overnight market action: index moves, notable sector moves, the main news driving them, and what to watch at the open.
```

## Watchlist monitor with thresholds

```text theme={null}
Monitor my watchlist during market hours. Alert me only when a name moves more than 5%, has significant news, or breaks a key technical level. Include what happened and why. Stay quiet otherwise. Deliver to Telegram.
```

## Unusual volume monitor

```text theme={null}
During market hours, watch my watchlist for volume more than 2x its average. Flag each with the likely cause and whether it looks like buying or selling pressure. Deliver to Telegram.
```

## Earnings calendar

```text theme={null}
Each morning, tell me which of my watchlist names report earnings today or this week. For each, note the date, time (before or after market), what to watch, and what's already priced in. Deliver to Telegram.
```

## Post-earnings summaries

```text theme={null}
On any day a watchlist name reports, send me a summary after the release: results versus expectations, guidance, key metric trends, and whether the thesis still holds.
```

## Weekly macro calendar

```text theme={null}
Every Sunday evening, give me the week's key macro events with dates, expectations, and the main names or sectors exposed to each. Deliver to Telegram.
```

## Portfolio risk check

```text theme={null}
Each week, review my portfolio. Check concentration, sector and risk exposure, and flag any holding that has moved away from its thesis or crossed a risk threshold.
```

## Monthly portfolio health check

```text theme={null}
On the first trading day of each month, run a full portfolio health check: concentration, risk exposure, diversification, and any holdings that no longer fit my strategy.
```

## Conditional analysis

```text theme={null}
Every trading day, check my watchlist. If any name is down more than 8% from where I flagged it, run a quick analysis on what changed and whether the thesis still holds. If nothing crosses that line, don't send anything.
```

## Multi-step Monday briefing

```text theme={null}
Every Monday morning: first, summarize how my portfolio performed last week. Then check whether any holdings hit risk thresholds. Then flag which holdings report earnings this week. Deliver as one combined briefing.
```

## Related

* [Scheduled Tasks concept](/concepts/scheduled-tasks) — how they work
* [Create a market briefing](/guides/scheduled/create-a-market-briefing) — the full walkthrough
* [Advanced scheduled tasks](/guides/scheduled/advanced-scheduled-tasks) — conditional and multi-step
* [Set up watchlist monitoring](/guides/scheduled/set-up-watchlist-monitoring) — threshold-based alerts
