
Monday Brief
- 1k installs
- 23.3k repo stars
- Updated August 5, 2026
- anthropics/knowledge-work-plugins
Monday-brief is a Claude skill that generates a one-page Monday briefing of cash, sales, pipeline, the week ahead, and the top three to-dos.
About
Monday-brief generates a one-page Monday morning briefing covering cash position, sales trend, pipeline, the week ahead, and the three highest-leverage to-dos. An SMB owner runs it to start the week with a two-minute read of their numbers. It pulls from whatever connectors are live, notes any that are missing, and can optionally save the file and post the top three items to Slack or Teams.
- Generates a one-page Monday briefing: cash, sales, pipeline, week ahead, and top three to-dos
- Pulls from every live connector and gracefully degrades when one is missing
- Optional post to Slack or Teams and save to Drive/OneDrive or desktop
Monday Brief by the numbers
- 1,013 all-time installs (skills.sh)
- +81 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #474 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
monday-brief capabilities & compatibility
- Capabilities
- quarterly review · month heads up · sales brief
- Works with
- slack · teams · google drive · gmail · sharepoint
- Use cases
- project management
What monday-brief says it does
Generates a one-page Monday morning briefing — cash, sales, pipeline, week ahead, top three to-dos.
If a connector is missing, note it in the brief ("PayPal not connected — sales trend skipped") rather than failing.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill monday-briefAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1k |
|---|---|
| repo stars | ★ 23.3k |
| Last updated | August 5, 2026 |
| Repository | anthropics/knowledge-work-plugins ↗ |
What it does
Produce a one-page Monday briefing of cash, sales, pipeline, and the top three actions for the week.
Who is it for?
Owners who want a weekly Monday snapshot of cash, sales, and priorities.
Skip if: Owners needing deep quarterly analysis rather than a one-page weekly summary.
When should I use this skill?
It is the start of the week or the owner asks for a Monday brief or what's on their plate.
What you get
A one-page markdown brief readable in under two minutes, optionally saved and posted to Slack or Teams.
- one-page Monday brief markdown file
- top-three action list
By the numbers
- one-page brief
- top three to-dos
- last 7 days vs prior 7 days sales
Files
Run the Monday Morning Briefing. Pull from every connector that's live, gracefully degrade when one isn't, and deliver a one-page brief the owner can read in under two minutes.
Parse arguments:
--post(defaultnone) — post the brief summary toslack,teams, ornone--save-to(defaultfiles) —files(Google Drive / OneDrive),desktop(local), orboth
Step 1 — Run business-pulse
Trigger the business-pulse skill workflow. It pulls in this order, scoping to whatever is connected:
1. Cash — QuickBooks balance + last 7 days of net flow 2. Sales trend — PayPal/Square last 7 days vs. prior 7 days, % change, top SKU 3. Pipeline — HubSpot deals moved, deals stalled (>14 days no activity), new inbound leads 4. This week's commitments — Calendar events with external attendees, deliverable deadlines 5. Watch-list — unread Gmail flagged "needs reply," Slack DMs awaiting response 6. The 3 things — the three highest-leverage actions for today, ranked
If a connector is missing, note it in the brief ("PayPal not connected — sales trend skipped") rather than failing.
Step 2 — Format the one-page brief
Layout (markdown, fits on one screen):
# Monday Brief — {Mon DD, YYYY}
## Cash
{$X balance · {+/-}$Y net last 7 days · runway note}
## Sales (last 7d vs prior 7d)
{$X total · {+/-}Z% · top SKU: {name} ({$})}
## Pipeline
{N deals moved · M stalled · K new leads}
## Week ahead
- {Tue 10am} — {Customer X discovery call}
- {Thu EOD} — {Proposal due to Y}
- ...
## Three things that need you today
1. {Highest-leverage action with one-line why}
2. {...}
3. {...}Step 3 — Save and (optionally) post
1. Save the brief to the chosen --save-to location:
files— Google Drive or OneDrive root, filenamemonday-brief-YYYY-MM-DD.mddesktop—~/Desktop/monday-brief-YYYY-MM-DD.mdboth— both locations
2. If --post slack or --post teams, post the Three things section only (not the full brief — keep the channel post short) and link to the saved file. 3. Show the full brief in chat regardless of save target.
Approval gates
- Saving the file is auto. No approval needed — it's the owner's own drive.
- Posting to Slack/Teams requires confirmation. Show the post draft and wait for "post it" before publishing.
- Never post if the brief surfaces unflattering numbers (significant cash drop, deal slipping) without explicitly asking the owner — the channel may have non-leadership members.
Cadence note
This command is designed to run weekly. The owner may schedule it via Cowork's task scheduler — when run on Monday at 7am ET, the output goes straight to their drive and (if configured) Slack/Teams DM channel.
Related skills
FAQ
What happens if a connector is not connected?
It notes the gap in the brief (for example 'PayPal not connected — sales trend skipped') rather than failing.
Does monday-brief post to Slack automatically?
No. Saving the file is automatic, but posting to Slack or Teams requires the owner to confirm with 'post it' first.