Install
$ agentstack add skill-broomva-skills-morning-briefing ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Morning Briefing
Produce a focused daily brief to start the day.
Workflow
- 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
- Check this week's priorities — Look for:
weekly-plan.mdorweekly-review-*.mdin the vault- Any pinned/starred notes
- Current sprint or milestone items
- Scan recent vault changes — Check files modified in the last 24 hours:
- New notes created
- Significant edits to project docs
- New decisions logged
- Check git activity — Run
git log --since="yesterday" --onelineacross active repos to surface:
- Commits made yesterday
- Open PRs or branches
- Compose the brief — Organize into a scannable format.
Output Format
## 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
- Source: broomva/skills
- License: MIT
- Homepage: https://skills.sh/broomva/skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.