assistant-skills/daily-briefing/SKILL.md
2026-04-04 18:27:41 -05:00

49 lines
1.3 KiB
Markdown

---
name: daily-briefing
description: Morning briefing that pulls today's tasks from ~/notes/todo.md and gives a clear picture of what's on deck.
triggers:
- run my briefing
- morning briefing
- what's my day look like
- what's on deck
---
# Daily Briefing
One command to start the day. Pull tasks, show what matters today.
## When to Use
Run this at the start of your day.
## Instructions
1. Read `~/notes/todo.md`.
2. Identify tasks marked for today or with no specific date (treat undated tasks as fair game for today).
3. Identify any overdue tasks (past their date if dated).
4. Produce the briefing below.
### Output Format
**Daily Briefing — [Weekday, Month Day]**
**Today's Tasks**
[Tasks from todo.md that are due today or are undated and in progress. Numbered list.]
**Overdue**
[Any tasks past their due date. Flag these clearly.]
**Later This Week**
[Tasks with future dates this week, so you know what's coming.]
## Rules
- Keep it scannable. Short lines, clear sections.
- If todo.md doesn't exist yet, say so and offer to create it.
- Don't editorialize. Present the tasks as written. Let Connor decide priorities.
- Overdue items always appear, even if the list is long.
- If there are no tasks in a section, omit that section header.
---
*Customized in Video 7 via the assembler.*