month-heads-up
anthropics/knowledge-work-plugins
How to install month-heads-up
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill month-heads-upFull instructions (SKILL.md)
Source of truth, from anthropics/knowledge-work-plugins.
name: month-heads-up description: Runs on the 25th — shows the next 30-day cash-flow outlook and flags anything that needs attention before month-end. Accepts optional 30 or 60 day horizon. allowed-tools: Read, WebFetch, Bash
Run the month-end heads-up. Pull forward-looking cash data and give the owner a clear "here's what the next 30 days look like" picture with specific things to watch.
Parse arguments:
--horizon(default:30) — forecast window in days (30or60)
Step 1 — Current cash position
Using the cash-flow-snapshot skill workflow:
- Pull QuickBooks current cash and receivables balance.
- Pull PayPal settled balance and pending payouts.
- Combine for total available + incoming cash.
Step 2 — Upcoming obligations
- Pull recurring expenses from QuickBooks (payroll, subscriptions, rent/lease) due in the next 30 days.
- Pull any outstanding invoices past due or due within 14 days.
- Flag any payment that would push the balance below a comfortable buffer (default: <$2,000 or owner's QB average monthly expense × 0.5).
Step 3 — Cash-flow forecast
- Project 30-day net cash: current balance + expected inflows − known obligations.
- Identify the single tightest week (lowest projected balance).
- Flag if any week projects negative.
Step 4 — Two things to watch
Surface no more than two specific, actionable watches:
- Which invoice(s) to chase now
- Which expense(s) to defer or negotiate
Format as:
Month-End Heads Up — {current date}
Horizon: next {X} days
Cash today: ${amount}
Projected end-of-period: ${amount}
Tightest week: {date range} — projected ${amount}
TWO THINGS TO WATCH
1. {item} — {why it matters} — suggested action: {action}
2. {item} — {why it matters} — suggested action: {action}
Connector failures
If QuickBooks is unreachable, stop — the cash forecast requires QB as the source of truth. If PayPal is missing, run the forecast from QB-only data and note "PayPal not connected — PayPal receivables excluded from forecast." Same for Stripe/Square if missing.
Approval gates
- Never initiate payments or send emails automatically. Surface the data and actions for the owner to take.
- Never project revenue that hasn't been confirmed in QB or PayPal. Use conservative estimates only.
Output
Present the formatted brief and offer to draft chase emails for any flagged overdue invoices.
Related skills
More from anthropics/knowledge-work-plugins and the wider catalog.
data-visualization
Pick the right chart and generate publication-quality Python visualizations with built-in design and accessibility best practices.
code-review
Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.
documentation
Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.
build-dashboard
Build 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.
task-management
Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.
memory-management
Two-tier memory system that makes Claude a true workplace collaborator. Decodes shorthand, acronyms, nicknames, and internal language so Claude understands requests like a colleague would. CLAUDE.md for working memory, memory/ directory for the full knowledge base.