📋monday-brief
- プラグイン
- Small Business
- ソース
- GitHub で見る ↗
説明
月曜朝のブリーフィング資料(1ページ)を生成します。資金繰り、売上、営業パイプライン、今週の予定、重要な3つのタスクが含まれます。オプションで投稿先の指定と保存先の指定ができます。
原文を表示
Generates a one-page Monday morning briefing — cash, sales, pipeline, week ahead, top three to-dos. Accepts optional post destination and save-to arguments.
ユースケース
- ✓月曜朝のブリーフィング資料を生成したい
- ✓資金繰りや売上を確認する
- ✓営業パイプラインの進捗を把握する
- ✓今週の予定と重要タスクを整理する
本文
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:
- Cash — QuickBooks balance + last 7 days of net flow
- Sales trend — PayPal/Square last 7 days vs. prior 7 days, % change, top SKU
- Pipeline — HubSpot deals moved, deals stalled (>14 days no activity), new inbound leads
- This week's commitments — Calendar events with external attendees, deliverable deadlines
- Watch-list — unread Gmail flagged "needs reply," Slack DMs awaiting response
- 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
- Save the brief to the chosen
--save-tolocation:files— Google Drive or OneDrive root, filenamemonday-brief-YYYY-MM-DD.mddesktop—~/Desktop/monday-brief-YYYY-MM-DD.mdboth— both locations
- If
--post slackor--post teams, post the Three things section only (not the full brief — keep the channel post short) and link to the saved file. - 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.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。