From cowork-starter-pack
Produces a short morning briefing from the user's calendar, inbox, and messaging apps — today's schedule, the emails that actually need attention, the top three priorities for the day. Use when the user asks for a morning brief, daily summary, start-of-day briefing, or variations. Best run as a scheduled task weekday mornings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cowork-starter-pack:morning-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn calendar + inbox + messaging chaos into one readable page the user can scan while drinking coffee.
Turn calendar + inbox + messaging chaos into one readable page the user can scan while drinking coffee.
Read these in order. Skip any that don't exist.
context/about-me.md — who the user iscontext/preferences.md — how they want reports formattedcontext/voice.md — only if the brief includes any drafted messagesIf none of those exist, tell the user this skill works better with context files set up, and offer to help create them. Then proceed with sensible defaults.
A single markdown file, saved to /output/morning-brief-{YYYY-MM-DD}.md, with four sections:
/output/ (optional — use to track continuity)preferences.md, or ask)/output/morning-brief-{YYYY-MM-DD}.md# Morning Brief — 2026-04-18
**TL;DR:** Three external calls, two flagged emails, one decision due by 3pm.
## Today at a glance
- 09:00–09:30 — 1:1 with Morgan *(first event)*
- 10:00–11:00 — Board prep (internal)
- 13:00–14:00 — Acme discovery call *(external — confirm deck is final)*
- 15:00–15:30 — Back-to-back starts: Q2 planning
- 15:30–16:00 — Back-to-back continues: ops review
## Inbox that matters (3)
- **Sarah Chen (Northwind)** — asking for contract redline by EOD Friday
- **Morgan** — sent Q2 priorities doc for review ahead of 9am 1:1
- **Legal (thread reply)** — answered the question about indemnification; needs your sign-off to proceed
## Messages worth seeing (2)
- Slack DM from Taylor: "Need your call on the vendor switch by 3pm"
- Slack @mention in #ops: question about the weekly report format
## Top three priorities
1. **Decision on vendor switch by 3pm** — Taylor is blocked. (from Slack DM)
2. **Read Morgan's Q2 priorities doc before 9am** — better prep for the 1:1. (from inbox)
3. **Redline Northwind contract today or tomorrow** — Friday EOD is the real deadline. (from inbox)
memory.md and this skill will tune over time.npx claudepluginhub thecraighewitt/cowork-starter-pack --plugin cowork-starter-packGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.