/cfo-review
/cs:cfo-review <plan> โ Numerate-skeptic interrogation of any plan that touches money. Unit economics, runway, dilution, capital allocation. Use when a plan commits meaningful spend โ e.g. a hiring wave, a fundraise decision, or a new channel budget.
One skill from claude-skills.
shell
$ npx -y skills add alirezarezvani/claude-skills --skill cfo-review --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cfo-review
Context preview
The summary Claude sees to decide when to auto-load this skill.
/cs:cfo-review <plan> โ Numerate-skeptic interrogation of any plan that touches money. Unit economics, runway, dilution, capital allocation. Use when a plan commits meaningful spend โ e.g. a hiring wave, a fundraise decision, or a new channel budget.
Stats
Stars23,060
Forks3,139
LanguagePython
LicenseMIT
Ships with claude-skills
SKILL.md
cfo-review.SKILL.md
--- name: "cfo-review" description: "/cs:cfo-review <plan> โ Numerate-skeptic interrogation of any plan that touches money. Unit economics, runway, dilution, capital allocation. Use when a plan commits meaningful spend โ e.g. a hiring wave, a fundraise decision, or a new channel budget." --- # /cs:cfo-review โ CFO Forcing Questions **Command:** `/cs:cfo-review <plan>` The numerate skeptic stress-tests anything that touches money. Six questions before any spend or fundraise. ## When to Run - Before approving any spend > 1% of revenue - Before opening a new hiring requisition - Before any fundraise conversation - Before changing pricing or unit economics - Before signing a multi-year contract ## The Six CFO Questions ### 1. Burn & Runway **What's the burn multiple and how many months of cash remain at base / bull / bear?** - Burn multiple = Net burn รท Net new ARR. Above 2x is a problem. - If bear case < 12 months, you're already in fundraising mode. ### 2. Unit Economics **What is LTV / CAC per channel, and what's the payback period on the top-2 channels?** - LTV / CAC > 3x is healthy. Payback < 12 months is healthy. - If either is broken, do not scale that channel.
