con un clic
morning-brief
Generates a daily morning brief from the user's calendar, inbox, and priorities. Trigger when the user says "morning brief", "what is on today", "daily brief", or "/morning-brief".
Generates a daily morning brief from the user's calendar, inbox, and priorities. Trigger when the user says "morning brief", "what is on today", "daily brief", or "/morning-brief".
Pulls team-comms data from Slack, Discord, Teams, or Telegram for the morning brief. Use when the morning-brief skill invokes it to populate the Team comms section.
Recommends MCP connectors to add to Claude Cowork based on the user's business and empty tool buckets. Trigger when the user says "/browse-connectors", "what connectors do I need", "recommend MCPs", or "what should I plug into Cowork".
Recommends community plugins and skills for Claude Cowork based on the user's business and goals. Trigger when the user says "/browse-skills", "what skills should I install", "what plugins do I need", or "what else can Cowork do".
Finds the single highest-leverage next move for the user's Cowork AI OS setup. Trigger when the user says "/level-up", "what should I improve next", "what's the next step", "what is missing from my setup", or "where should I focus this week".
Walks the user through expanding their morning brief with team comms and task sources. Trigger when the user says "/onboard-daily-brief", "set up my daily brief", "expand my brief", or "add Slack to my brief".
Walks the user through setting up automated file organization with a safe plan-then-approve flow. Trigger when the user says "/onboard-file-organization", "organize my files", "set up file cleanup", or "tidy my downloads automatically".
| name | morning-brief |
| description | Generates a daily morning brief from the user's calendar, inbox, and priorities. Trigger when the user says "morning brief", "what is on today", "daily brief", or "/morning-brief". |
You generate a structured morning brief that takes 60 seconds to read and tells the user exactly what to focus on today.
about-me/about-me.md — for context on what they care aboutabout-me/business-brain.md — for the 90-day prioritiesabout-me/writing-rules.md — for voice (the brief must sound like them, not like AI)projects/daily-brief/brief-preferences.md — if it exists, this is the user's settings file. It overrides the defaults below (which senders matter, max email count, length target, etc.). Built during onboarding Phase 6. If not present, fall back to the defaults in this skill.about-me/memory.md — for what's been happeningprojects/daily-brief/brief-preferences.md Q4 (team comms rules) — if any platform section is present, invoke the brief-source-comms helper skill. The helper handles whichever platforms the user has populated (Slack, Discord, Telegram, Microsoft Teams, or future MCP-supported platforms). Read-only on every platform. If Q4 is empty across all platforms, skip the Team comms section entirely.projects/daily-brief/brief-preferences.md Q5 (Tasks rules) — if present, also read projects/daily-brief/today.md and surface the unchecked items under the "Today" header. If Q5 is empty or today.md doesn't exist, skip the Tasks section entirely.projects/daily-brief/brief-preferences.md Q6 (90-day outcome) — if present, this becomes the ranking lens for the entire brief. When inbox items or calendar events compete for top placement, the one closer to this outcome wins. Apply it to Urgent inbox ordering (outcome-relevant first, not just most recent), Quick wins selection (favor wins that compound toward the outcome), and the priority-line choice (the priority should advance this outcome when a credible candidate exists). If Q6 is absent, fall back to "most consequential first" without an outcome lens.projects/daily-brief/brief-preferences.md Q7 (Priority line tone refinement) — if present, apply Q7's tone spec and example sentence when composing the one-line priority at the top of the brief. Q7 specifies a tone (chief-of-staff, coach, blunt friend, etc.) and at least one example sentence the user picked. Mirror the cadence and bluntness of that example. If Q7 is absent, fall back to the P01 default ("direct, specific, action-oriented").projects/daily-brief/brief-preferences.md Q8 (Draft Reply rules) — if present, use these stricter scoring rules instead of the default "draft if obvious" logic. Q8 specifies B1-only, response-required, max-3 drafts, exclusion topics. The default draft logic still works if Q8 is absent.Then pull live data:
Output a markdown file with these sections, in this order. Keep total length under 300 words.
# Morning brief — [day], [date]
**[ONE-LINE PRIORITY]** — direct, specific, action-oriented. Like "Close the contractor scope reply before the 10 AM with Megan." Not "stay on top of priorities."
## Today's calendar
- **HH:MM** — [event title] ([duration]) — [attendees] — _[one-line prep note from past emails or a project file, if available]_
- **HH:MM** — [event title] ([duration])
- ...
## Urgent inbox
1. **[sender]** — [subject] — _why it matters: [one sentence]_
2. **[sender]** — [subject] — _why it matters: [one sentence]_
3. ...
## Team comms
- **[Slack #channel]** — [snippet] — [sender first name], [time]
- **[Discord ServerName › #channel]** — [snippet] — [sender first name], [time]
- **[Telegram chat-name]** — [snippet]
- **[Slack DM Sender]** — [snippet]
- _N other DMs unread_
(Skip this entire section if no platform section in Q4 has rules. The helper skill auto-detects which platforms the user populated and pulls only from those — and only from those that have a live MCP connector.)
## Tasks (today.md)
- [ ] [task line, in user's order, with [QUICK WIN]/[OVERDUE] tags inline]
(Skip this entire section if Q5 is empty or `projects/daily-brief/today.md` is missing.)
## Quick wins (under 15 min each)
- [thing that can be done fast]
- [thing that can be done fast]
## Drafts ready for review (in Gmail Drafts)
- Reply to [sender] re: [subject] — [one-line approach]
- Reply to [sender] re: [subject] — [one-line approach]
(If nothing was draft-worthy, skip this section entirely.)
about-me/, respect that.brief-source-comms helper skill. The helper detects which platforms the user populated, checks which have live MCP connectors, queries each live platform read-only, and returns a unified Team comms section with [Platform] tags on each item. If the helper skill isn't installed, append: (Team comms source not available — install latest cowork-ai-os plugin) and continue. If a platform has Q4 rules but the connector isn't live, the helper notes that inline and still pulls from the connectors that ARE live. If Q4 is empty across all platforms, skip the Team comms section entirely.brief-preferences.md, read projects/daily-brief/today.md, filter to the "Today" section, surface only unchecked items in user-defined order, with inline tags ([QUICK WIN], [OVERDUE], [DELEGATE], [BLOCKED]) rendered as written. Do NOT modify today.md — read-only.brief-preferences.md, use the stated outcome as the ranking lens for the brief. Apply to: (a) Urgent inbox order — items moving the user closer to the outcome rank higher than items that are merely recent; (b) Priority-line selection — the one-sentence priority at the top should advance the Q6 outcome when a credible candidate exists; (c) Quick wins — favor wins that compound toward the outcome. If Q6 is absent, fall back to "most consequential first" without an outcome lens.brief-preferences.md, apply Q7's tone spec and match the cadence of its example sentence when writing the one-line priority. Q7 might specify "chief of staff, direct, must reference a highlight below" with an example like "Address scope creep with Jenny before the retainer talk." Mirror that bluntness and structure. If Q7 is absent, fall back to the P01 default tone (direct, specific, action-oriented).brief-preferences.md, use it as the draft selection lens. Q8 tells you which B1 emails to draft replies for, what to exclude (sensitive topics, ambiguous intent, requires user-specific data), and the format (plain text, voice rules applied, max paragraphs). Q8 overrides the default "if reply is obvious" heuristic. If Q8 is absent, fall back to the default logic above.about-me/writing-rules.md AND pass the anti-AI kill list before saving to Gmail Drafts.Save the brief to outputs/daily-brief/YYYY-MM-DD-brief.md. Use today's date.
Move yesterday's brief to outputs/daily-brief/archive/ if it exists.
Append to about-me/memory.md:
### YYYY-MM-DD — Morning brief generated
- Calendar: <N> events
- Inbox urgent: <N> emails
- Drafts created: <N>
- Top priority: <quote>
Then run the auto-archive check per the rules in about-me/memory.md (Auto-archive section). If memory.md now exceeds 30 entries, move the oldest overflow into about-me/memory-log.md (create the file if it doesn't exist). Silent — don't narrate this to the user.
The user won't be at the computer. So:
When the user opens Cowork later, they can find the brief at outputs/daily-brief/YYYY-MM-DD-brief.md. Some users like to ask "summarize today's brief" — that should work because the brief is in their workspace and gets read by the SessionStart hook.
Same output, but at the end ask:
"Want me to do anything from this list right now? Type the number of an inbox item to draft a fuller reply, the time of a calendar event to draft prep notes, or nothing to close out."
Banned openers: Great question, Absolutely, Certainly, I would be happy to help, Let us dive into, In today fast-paced world, In this post we are going to.
Banned filler: It is worth noting that, It is important to mention, One thing to keep in mind, Ultimately, In essence, At the end of the day, That said.
Banned corporate-speak: Leverage (as a verb), Synergize, Deep dive, Circle back, Touch base, Move the needle, Unlock value, Empower, Journey (as generic abstraction), Game-changer, Holistic, Robust solution.
Banned structural tells: Three-item bullet lists that are not actually a list (just prose dressed up). First-Second-Third when items are not sequential. Closing with I hope this helps! Let me know if you have any questions. Opening sentences with em-dash flourish.
Banned tone tells: Flattering the reader in the first sentence (You are absolutely right to ask...). Over-qualifying (This is just my opinion, but...). Over-explaining a simple word choice.
Before showing any draft, scan it against this list. If a banned phrase is found, rewrite that sentence. The user writing-rules.md may add personal banned phrases on top of this list - apply both. The user voice always wins; this list is the floor, not the ceiling.