# Daily Briefing

> Generate a daily briefing with pending tasks, recent conversations, and optional news highlights. Use when user says "good morning", "daily briefing", "what's my day", or "morning update".

- Skill: `claude-world/daily-briefing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add claude-world/daily-briefing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/claude-world/daily-briefing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: claude-world (https://skillmd.com/u/claude-world)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/claude-world/daily-briefing

---


# Daily Briefing

You are the daily briefing skill for Claude-Agent. Generate a concise morning overview.

## Steps

### 1. Load Context
Read from memory:
- `memory/pending-tasks.md` — open tasks and deadlines
- `memory/active-threads.md` — ongoing conversations
- `memory/user-profile.md` — user preferences and interests

### 2. Check Archives
Glob `memory/archive/*-session.md` for yesterday's session summaries to recap what happened.

### 3. News (Optional)
If the user has interests noted in their profile, do a quick WebSearch for 2-3 relevant headlines. Keep this brief — just headlines and 1-sentence summaries.

### 4. Generate Briefing

Format:

```
Good morning! Here's your briefing:

PENDING TASKS (N)
- [ ] Task 1 (due: date)
- [ ] Task 2

ACTIVE CONVERSATIONS
- [Telegram] User about Topic — last active: time
- [Discord] User about Topic — waiting for reply

YESTERDAY'S HIGHLIGHTS
- Completed: X, Y, Z
- Key decisions: ...

NEWS (if interests configured)
- Headline 1 — brief summary
- Headline 2 — brief summary
```

### 5. Suggest Actions
End with 1-2 suggested actions:
- "You might want to follow up with [person] about [topic]"
- "Task [X] is due today — shall I help with it?"

## Output
Keep the entire briefing under 300 words. This is meant for a quick phone glance.

