From c-level-agents
/cs:cfo-review <plan> — Numerate-skeptic interrogation of any plan that touches money. Unit economics, runway, dilution, capital allocation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/c-level-agents:cfo-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Command:** `/cs:cfo-review <plan>`
Command: /cs:cfo-review <plan>
The numerate skeptic stress-tests anything that touches money. Six questions before any spend or fundraise.
What's the burn multiple and how many months of cash remain at base / bull / bear?
What is LTV / CAC per channel, and what's the payback period on the top-2 channels?
If this plan requires a raise, what's the dilution at base and bear valuations?
If this dollar wasn't spent here, where else could it go and what's the expected return?
What's the gross margin, and how does it trend at scale?
If revenue is 50% of plan, does the company survive 18 months?
python ../../../skills/cfo-advisor/scripts/burn_rate_calculator.py
python ../../../skills/cfo-advisor/scripts/unit_economics_analyzer.py
python ../../../skills/cfo-advisor/scripts/fundraising_model.py
# CFO Review: <plan>
**Date:** YYYY-MM-DD
**Reviewer:** cs-cfo-advisor
## Numbers
- Burn multiple: X.Xx
- Runway (base/bull/bear): X / X / X months
- LTV/CAC top channel: X.Xx, payback Y months
- Gross margin: X% (trend: Y)
- Dilution this round: X%
- Bear-case survival: PASS / FAIL
## Verdict
🟢 GREEN | 🟡 YELLOW | 🔴 RED
## Conditions (if YELLOW)
- Cut trigger: <metric> < <threshold> → <action>
- Review checkpoint: <date>
## Recommendation
[3 concrete next steps]
/cs:decide — log the verdict/cs:execute — build 90-day plan if GREEN/cs:boardroom — escalate if multi-role implicationscs-cfo-advisorcfo-advisorVersion: 1.0.0
npx claudepluginhub bensitaud-hash/claude-skills --plugin c-level-agentsGuides 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.
18plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 18 plugins