From treasury-management
Build a cash position + rolling forecast and a liquidity plan by traversing the treasury decision tree (cash position → forecast method (direct/receipts-and-disbursements vs indirect) → 13-week build & drivers → variance loop → minimum-cash/buffer sizing → committed vs uncommitted facility mix), then return the daily cash position, the 13-week forecast, the buffer target (stress-tested), the facility/revolver plan, and the conditions that resize it. Reach for this when the user asks 'build our 13-week cash forecast', 'how much cash should we hold?', 'what's our liquidity buffer?', 'direct or indirect forecast?', or 'committed vs uncommitted facilities?'. Used by cash-and-risk-operations-specialist (primary) and treasury-strategy-lead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/treasury-management:build-cash-forecast-and-liquidity-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Invoked by:** `cash-and-risk-operations-specialist` (primary, for the position + forecast build) and `treasury-strategy-lead` (for the buffer/facility policy the forecast grounds).
Invoked by:
cash-and-risk-operations-specialist(primary, for the position + forecast build) andtreasury-strategy-lead(for the buffer/facility policy the forecast grounds).When to invoke: "build our 13-week cash forecast"; "what's today's cash position?"; "how much minimum cash / liquidity buffer should we hold?"; "direct or indirect forecasting?"; "committed vs uncommitted facilities / how much revolver headroom?"; any "how much cash and where" question.
Output: the daily cash position + the rolling 13-week (direct) forecast + a variance loop + the stress-tested minimum-cash/buffer target + the committed vs uncommitted facility mix & revolver headroom + the 1-2 conditions that resize it.
../../knowledge/treasury-management-decision-tree.md: take the forecast's trough (the worst intra-period low), then stress it — a receipts shock (a big customer slips), a facility pulled, a covenant tightening, a seasonality low — and set the buffer so the trough-under-stress stays above zero (and above any covenant/minimum-operating-cash floor).User: "We're a seasonal consumer-goods company with a Q4 build. Build our 13-week and tell us how much cash to hold and whether our $50M revolver is enough."
treasury-strategy-lead owns it); the build/variance loop is execution (the operations specialist) — keep the seam clean.finance; treasury forecasts the cash, not the earnings.../../knowledge/treasury-management-patterns-2026.md.npx claudepluginhub mcorbett51090/ravenclaude --plugin treasury-managementGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.