agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
/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.
$ npx -y skills add alirezarezvani/claude-skills --skill cfo-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cfo-reviewContext 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.
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."
**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?**
1. **Run the numbers:**
python ../../../c-level-advisor/skills/cfo-advisor/scripts/burn_rate_calculator.py python ../../../c-level-advisor/skills/cfo-advisor/scripts/unit_economics_analyzer.py python ../../../c-level-advisor/skills/cfo-advisor/scripts/fundraising_model.py
2. **Answer all six questions** with numbers, not adjectives. 3. **Apply the verdict:**
# 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]
---
**Version:** 1.0.0
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…