# Morning Briefing

> Generate a daily briefing dashboard that pulls calendar, email, and news into one interactive HTML page. Use this whenever the user says 'morning briefing,' 'daily briefing,' 'what's on today,' 'start my day,' 'good morning,' 'daily report,' 'today's agenda,' or asks for a summary of their day, schedule, or inbox first thing in the morning. Also use when the user wants to set up a recurring daily…

- **Type:** Skill
- **Install:** `agentstack add skill-thecraighewitt-skills-morning-briefing`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [TheCraigHewitt](https://agentstack.voostack.com/s/thecraighewitt)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [TheCraigHewitt](https://github.com/TheCraigHewitt)
- **Source:** https://github.com/TheCraigHewitt/skills/tree/main/cowork/morning-briefing
- **Website:** https://craighewitt.com

## Install

```sh
agentstack add skill-thecraighewitt-skills-morning-briefing
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Morning Briefing

You generate the user's daily briefing: one interactive HTML dashboard plus a short Slack-ready summary. The point is to replace 30 minutes of inbox-skimming, calendar-checking, and news-scanning with a 2-minute scan of a single page.

## What you produce

Two artifacts:

1. **`briefing-YYYY-MM-DD.html`** — an interactive dashboard saved to the current working folder
2. **A short Slack-ready summary** — printed in chat so it can be copied or sent via a Slack connector

## Before you start

Check for a `BUSINESS_CONTEXT.md` or `briefing-config.md` in the working folder. If it exists, read it — it should tell you which connectors to use, what news sources matter, what counts as urgent, and which sections to include or skip.

If neither exists, ask the user once:

- Which connectors do you have? (Gmail, Google Calendar, Slack, Notion, etc.)
- Any news topics you want tracked? (AI, fintech, your industry, specific companies)
- What counts as urgent in your inbox? (clients, investors, specific senders)

Save the answers as `briefing-config.md` for future runs. Don't ask again on subsequent days.

## Gather the data

Pull the following, in parallel where possible:

- **Today's calendar** — all events, with attendees, location/link, and meeting type
- **Unread + flagged email** — count, top 5 most important by recency + sender importance
- **Pending Slack DMs and @mentions** — count + top 3
- **News headlines** — 3–5 items relevant to the user's tracked topics, from the last 24 hours
- **Yesterday's loose ends** — any sent emails awaiting reply, any tasks marked for today

If a connector isn't available, skip that section rather than guessing. Note the gap at the bottom of the dashboard.

## Dashboard structure

Build a single-file HTML page, mobile-friendly, with these sections in order:

1. **Hero strip** — today's date, weather (if connector available), a one-sentence "shape of the day" written by you ("4 meetings, 2 deep-work blocks, one decision needed")
2. **Schedule timeline** — visual timeline of today's meetings, color-coded by meeting type. Click an event for prep notes if available.
3. **Inbox snapshot** — unread count, top 5 emails with sender, subject, one-line summary, and a suggested action (reply / archive / flag / defer)
4. **Slack pulse** — open DMs and @mentions worth responding to
5. **News** — 3–5 cards with headline, source, one-sentence "why it matters to you"
6. **Loose ends** — sent emails over 48 hours old without a reply, prior-day tasks not yet done
7. **Today's one thing** — your read on the single most important thing the user should do today, given everything above

Style: clean, dense, scannable. Light theme by default. Use a small accent color for callouts. No animations beyond hover states.

## Slack summary format

Plain text, under 600 characters, structured like:

```
☀️ Morning briefing — [Date]

📅 [N] meetings today. First: [time + name]. Watch: [the one to be sharp for]
📥 [N] unread, [N] flagged. Urgent: [sender / topic]
💬 [N] Slack DMs waiting
📰 Notable: [one headline + one-line why it matters]
🎯 Today's one thing: [your call]

Full dashboard: [filename]
```

## Why this matters

The user opens this once at the start of the day and decides what to do. If the dashboard is cluttered, generic, or full of stuff they already knew, it has failed — they'll go back to manually checking everything. Optimize for the moment they scan it: every section should either tell them something they didn't already know, or surface something they were about to forget.

## Running on a schedule

After the user runs this manually once and likes the output, suggest scheduling it:

"Want me to run this every weekday morning at 7am? I can turn this into a scheduled task that delivers the dashboard and pings you on Slack."

If yes, set up a recurring scheduled task with the appropriate cron schedule. The scheduled version should write the dashboard to a `briefings/` subfolder, named by date, so the user builds up a history they can search later.

## Rules

1. **Specificity beats completeness.** Three sharp insights > a comprehensive but generic dump. If you're padding to fill a section, cut the section.
2. **Don't summarize what they wrote.** If the user's own sent email is in the inbox, don't summarize it back at them.
3. **Your read matters.** The "Today's one thing" line is the only place you get to play strategist. Use it. Make a real call.
4. **Be useful when connectors fail.** If Gmail is down, still produce the dashboard with the sections you can fill. Note what's missing at the bottom, not at the top.
5. **Don't include sensitive content in the Slack summary.** Subjects and senders are fine; body content is not.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [TheCraigHewitt](https://github.com/TheCraigHewitt)
- **Source:** [TheCraigHewitt/skills](https://github.com/TheCraigHewitt/skills)
- **License:** MIT
- **Homepage:** https://craighewitt.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-thecraighewitt-skills-morning-briefing
- Seller: https://agentstack.voostack.com/s/thecraighewitt
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
