# Morning Briefing

> >

- **Type:** Skill
- **Install:** `agentstack add skill-broomva-skills-morning-briefing`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [broomva](https://agentstack.voostack.com/s/broomva)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [broomva](https://github.com/broomva)
- **Source:** https://github.com/broomva/skills/tree/main/skills/cadence/morning-briefing
- **Website:** https://skills.sh/broomva/skills

## Install

```sh
agentstack add skill-broomva-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

Produce a focused daily brief to start the day.

## Workflow

1. **Scan open action items** — Search the vault for unchecked tasks (`- [ ]`):
   - In project docs, meeting notes, and daily journals
   - Prioritize by: overdue > due today > due this week > no date
   - Cap at 10 most important items

2. **Check this week's priorities** — Look for:
   - `weekly-plan.md` or `weekly-review-*.md` in the vault
   - Any pinned/starred notes
   - Current sprint or milestone items

3. **Scan recent vault changes** — Check files modified in the last 24 hours:
   - New notes created
   - Significant edits to project docs
   - New decisions logged

4. **Check git activity** — Run `git log --since="yesterday" --oneline` across active repos to surface:
   - Commits made yesterday
   - Open PRs or branches

5. **Compose the brief** — Organize into a scannable format.

## Output Format

```markdown
## Morning Briefing — [Day, YYYY-MM-DD]

### Focus Today
1. [Top priority — why it matters]
2. [Second priority]
3. [Third priority]

### Open Action Items ([count] total)
**Overdue**
- [ ] [item] — from [[source note]] (due [date])

**Due Today**
- [ ] [item] — from [[source note]]

**This Week**
- [ ] [item] — from [[source note]]

### What Changed Yesterday
- [vault change or git activity summary]
- [vault change or git activity summary]

### Heads Up
- [Anything requiring attention: upcoming deadlines, blocked items, meetings]
```

## Vault Integration

- Read from: `~/broomva-vault/` (all folders)
- Optionally save the brief to: `journal/briefing-[YYYY-MM-DD].md`

## Behavior

- Keep it concise — the goal is a 2-minute read, not a comprehensive report
- Highlight blockers and overdue items prominently
- If no vault is accessible, generate the brief from git activity alone
- Don't invent priorities — only surface what exists in the vault and git history

## Source & license

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

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

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-broomva-skills-morning-briefing
- Seller: https://agentstack.voostack.com/s/broomva
- 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%.
