Morning briefing
Broomva agent-skills monorepo — 48 Tier-2 skills compatible with Claude Code, Codex, Cursor, Gemini CLI, Goose, Copilot. Layout follows anthropics/skills (agentskills.io spec). Install: npx skills add broomva/skills --skill <name>.
npx -y skills add broomva/skills --skill morning-briefingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Reads open action items, this week's priorities, and recent vault updates, then produces a focused "start your day" brief. Use when the user says "morning briefing", "daily brief", "what's on my plate", "start my day", "what should I focus on today", or at the start of a work session.
SKILL.md
2.2 KB, as published. Nobody here has run it
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