daily-briefing
$
npx mdskill add anthropics/knowledge-work-plugins/daily-briefingGenerates a prioritized daily sales briefing by analyzing meetings, deals, and priorities, triggered by phrases like 'morning briefing'.
- Helps sales professionals organize their day with a clear action plan based on key tasks and meetings.
- Integrates with calendar, CRM, and email tools to enrich data when connected.
- Prioritizes information by combining user-provided inputs with automated data from connected services.
- Presents results as a scannable, two-minute briefing for quick consumption.
SKILL.md
.github/skills/daily-briefingView on GitHub ↗
--- name: daily-briefing description: Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day". --- # Daily Sales Briefing Get a clear view of what matters most today. This skill works with whatever you tell me, and gets richer when you connect your tools. ## How It Works ``` ┌─────────────────────────────────────────────────────────────────┐ │ DAILY BRIEFING │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone) │ │ ✓ You tell me: today's meetings, key deals, priorities │ │ ✓ I organize: prioritized action plan for your day │ │ ✓ Output: scannable 2-minute briefing │ ├─────────────────────────────────────────────────────────────────┤ │ SUPERCHARGED (when you connect your tools) │ │ + Calendar: auto-pull today's meetings with attendees │ │ + CRM: pipeline alerts, tasks, deal health │ │ + Email: unread from key accounts, waiting on replies │ │ + Enrichment: overnight signals on your accounts │ └─────────────────────────────────────────────────────────────────┘ ``` --- ## Getting Started When you run this skill, I'll ask for what I need: **If no calendar connected:** > "What meetings do you have today? (Just paste your calendar or list them)" **If no CRM connected:** > "What deals are you focused on this week? Any that need attention?" **If you have connectors:** I'll pull everything automatically and just show you the briefing. --- ## Connectors (Optional) Connect your tools to supercharge this skill: | Connector | What It Adds | |-----------|--------------| | **Calendar** | Today's meetings with attendees, times, and context | | **CRM** | Open pipeline, deals closing soon, overdue tasks, stale deals | | **Email** | Unread from opportunity contacts, emails waiting on replies | | **Enrichment** | Overnight signals: funding, hiring, news on your accounts | > **No connectors?** No problem. Tell me your meetings and deals, and I'll create your briefing. --- ## Output Format ```markdown # Daily Briefing | [Day, Month Date] --- ## #1 Priority **[Most important thing to do today]** [Why it matters and what to do about it] --- ## Today's Numbers | Open Pipeline | Closing This Month | Meetings Today | Action Items | |---------------|-------------------|----------------|--------------| | $[X] | $[X] | [N] | [N] | --- ## Today's Meetings ### [Time] — [Company] ([Meeting Type]) **Attendees:** [Names] **Context:** [One-line: deal status, last touch, what's at stake] **Prep:** [Quick action before this meeting] ### [Time] — [Company] ([Meeting Type]) **Attendees:** [Names] **Context:** [One-line context] **Prep:** [Quick action] *Run `call-prep [company]` for detailed meeting prep* --- ## Pipeline Alerts ### Needs Attention | Deal | Stage | Amount | Alert | Action | |------|-------|--------|-------|--------| | [Deal] | [Stage] | $[X] | [Why flagged] | [What to do] | ### Closing This Week | Deal | Close Date | Amount | Confidence | Blocker | |------|------------|--------|------------|---------| | [Deal] | [Date] | $[X] | [H/M/L] | [If any] | --- ## Email Priorities ### Needs Response | From | Subject | Received | |------|---------|----------| | [Name @ Company] | [Subject] | [Time] | ### Waiting On Reply | To | Subject | Sent | Days Waiting | |----|---------|------|--------------| | [Name @ Company] | [Subject] | [Date] | [N] | --- ## Suggested Actions 1. **[Action]** — [Why now] 2. **[Action]** — [Why now] 3. **[Action]** — [Why now] --- *Run `call-prep [company]` before your meetings* *Run `call-follow-up` after each call* ``` --- ## Execution Flow ### Step 1: Gather Context **If connectors available:** ``` 1. Calendar → Get today's events - Filter to external meetings (non-company attendees) - Pull: time, title, attendees, description 2. CRM → Query your pipeline - Open opportunities owned by you - Flag: closing this week, no activity 7+ days, slipped dates - Get: overdue tasks, upcoming tasks 3. Email → Check priority messages - Unread from opportunity contact domains - Sent messages with no reply (3+ days) 4. Enrichment → Check signals (if available) - Funding, hiring, news on open accounts ``` **If no connectors:** ``` Ask user: 1. "What meetings do you have today?" 2. "What deals are you focused on? Any closing soon or needing attention?" 3. "Anything urgent I should know about?" Work with whatever they provide. ``` ### Step 2: Prioritize ``` Priority ranking: 1. URGENT: Deal closing today/tomorrow not yet won 2. HIGH: Meeting today with high-value opportunity 3. HIGH: Unread email from decision-maker 4. MEDIUM: Deal closing this week 5. MEDIUM: Stale deal (7+ days no activity) 6. LOW: Tasks due this week Select #1 Priority: - If meeting with >$50K deal today → prep that - If deal closing today → focus on close - If urgent email from buyer → respond first - Else → highest-value stale deal ``` ### Step 3: Generate Briefing ``` Assemble sections based on available data: 1. #1 Priority — Always include (even if simple) 2. Today's Numbers — If CRM connected, otherwise skip 3. Today's Meetings — From calendar or user input 4. Pipeline Alerts — If CRM connected 5. Email Priorities — If email connected 6. Suggested Actions — Always include top 3 actions ``` --- ## Quick Mode Say "quick brief" or "tldr my day" for abbreviated version: ```markdown # Quick Brief | [Date] **#1:** [Priority action] **Meetings:** [N] — [Company 1], [Company 2], [Company 3] **Alerts:** - [Alert 1] - [Alert 2] **Do Now:** [Single most important action] ``` --- ## End of Day Mode Say "wrap up my day" or "end of day summary" after your last meeting: ```markdown # End of Day | [Date] **Completed:** - [Meeting 1] — [Outcome] - [Meeting 2] — [Outcome] **Pipeline Changes:** - [Deal] moved to [Stage] **Tomorrow's Focus:** - [Priority 1] - [Priority 2] **Open Loops:** - [ ] [Unfinished item needing follow-up] ``` --- ## Tips 1. **Connect your calendar first** — Biggest time saver 2. **Add CRM second** — Unlocks pipeline alerts 3. **Even without connectors** — Just tell me your meetings and I'll help prioritize --- ## Related Skills - **call-prep** — Deep prep for any specific meeting - **call-follow-up** — Process notes after calls - **account-research** — Research a company before first meeting
More from anthropics/knowledge-work-plugins
- accessibility-reviewRun a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.
- account-research"Research a company using Common Room data. Triggers on 'research [company]', 'tell me about [domain]', 'pull up signals for [account]', 'what's going on with [company]', or any account-level question."
- analyzeAnswer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.
- architectureCreate or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.
- audit-supportSupport SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.
- brand-reviewReview content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before/after fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.
- brand-voice-enforcement>
- briefGenerate contextual briefings for legal work — daily summary, topic research, or incident response. Use when starting your day and need a scan of legal-relevant items across email, calendar, and contracts, when researching a specific legal question across internal sources, or when a developing situation (data breach, litigation threat, regulatory inquiry) needs rapid context.
- build-dashboardBuild an interactive HTML dashboard with charts, filters, and tables. Use when creating an executive overview with KPI cards, turning query results into a shareable self-contained report, building a team monitoring snapshot, or needing multiple charts with filters in one browser-openable file.
- build-zoom-botBuild a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining Meeting SDK, RTMS, and backend services.