Agent skill
daily-briefing
Generate daily briefing with priorities, progress, and alerts. Used as part of session-start or when user asks "what's on today". Internal skill supporting the marvin skill.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/daily-briefing
Metadata
Additional technical details for this skill
- model
- default
- proactive
- NO
- slash command
- user invocable
- NO
- marvin category
- session
SKILL.md
Daily Briefing Skill
Generate comprehensive daily briefing with priorities, progress, and alerts.
When to Use
- Part of
marvinskill (session start) - User asks "what's on today" or "daily briefing"
- Morning check-in requests
Process
Step 1: Calendar Overview (if available)
- Today's events with times
- Tomorrow's events (preview)
- Next 7 days: any important deadlines
Step 2: Task Status
From state/current.md:
- Active priorities
- Overdue items
- Due today
- Open threads needing attention
Step 3: Progress Check
For current month from state/goals.md:
- Progress against each goal
- Days remaining in month
If behind pace, flag it.
Step 4: Open Threads
From state/current.md:
- Anything waiting on follow-up
- Stale threads (no update > 5 days)
Step 5: Proactive Suggestions
Based on patterns:
- "You haven't made progress on {goal} this week"
- "Deadline for {item} is in 3 days"
- "Monthly review coming up — want to schedule?"
Output Format
Keep concise. Structure as:
## {Day}, {Date}
**Today**: {summary}
**Alerts**:
- {any urgent items}
**Progress**: {goal status summary}
**Focus**: {top 1-2 priorities}
Offer to expand any section on request.
Skill created: 2026-01-22
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?