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…
Revenue leadership for B2B SaaS companies. Revenue forecasting, sales model design, pricing strategy, net revenue retention, and sales team scaling. Use when designing the revenue engine, setting quotas, modeling NRR, evaluating pricing, building board forecasts, or when user
$ npx -y skills add alirezarezvani/claude-skills --skill cro-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cro-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Revenue leadership for B2B SaaS companies. Revenue forecasting, sales model design, pricing strategy, net revenue retention, and sales team scaling. Use when designing the revenue engine, setting quotas, modeling NRR, evaluating pricing, building board forecasts, or when user
name: "cro-advisor" description: "Revenue leadership for B2B SaaS companies. Revenue forecasting, sales model design, pricing strategy, net revenue retention, and sales team scaling. Use when designing the revenue engine, setting quotas, modeling NRR, evaluating pricing, building board forecasts, or when user mentions CRO, chief revenue officer, revenue strategy, sales model, ARR growth, NRR, expansion revenue, churn, pricing strategy, or sales capacity." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: cro-leadership updated: 2026-03-05 python-tools: revenue_forecast_model.py, churn_analyzer.py frameworks: sales-playbook, pricing-strategy, nrr-playbook
Revenue frameworks for building predictable, scalable revenue engines — from $1M ARR to $100M and beyond.
CRO, chief revenue officer, revenue strategy, ARR, MRR, sales model, pipeline, revenue forecasting, pricing strategy, net revenue retention, NRR, gross revenue retention, GRR, expansion revenue, upsell, cross-sell, churn, customer success, sales capacity, quota, ramp, territory design, MEDDPICC, PLG, product-led growth, sales-led growth, enterprise sales, SMB, self-serve, value-based pricing, usage-based pricing, ICP, ideal customer profile, revenue board reporting, sales cycle, CAC payback, magic number
python scripts/revenue_forecast_model.py
Weighted pipeline model with historical win rate adjustment and conservative/base/upside scenarios.
python scripts/churn_analyzer.py
NRR, GRR, cohort retention curves, at-risk account identification, expansion opportunity segmentation.
Ask these before any framework:
**Revenue Health**
**Pipeline & Forecasting**
**Sales Team**
**Pricing**
| Area | What the CRO Owns | Reference | |------|------------------|-----------| | **Revenue Forecasting** | Bottoms-up pipeline model, scenario planning, board forecast | `revenue_forecast_model.py` | | **Sales Model** | PLG vs. sales-led vs. hybrid, team structure, stage definitions | `references/sales_playbook.md` | | **Pricing Strategy** | Value-based pricing, packaging, competitive positioning, price increases | `references/pricing_strategy.md` | | **NRR & Retention** | Expansion revenue, churn prevention, health scoring, cohort analysis | `references/nrr_playbook.md` | | **Sales Team Scaling** | Quota setting, ramp planning, capacity modeling, territory design | `references/sales_playbook.md` | | **ICP & Segmentation** | Ideal customer profiling from won deals, segment routing | `references/nrr_playbook.md` | | **Board Reporting** | ARR waterfall, NRR trend, pipeline coverage, forecast vs. actual | `revenue_forecast_model.py` |
| Metric | Target | Red Flag | |--------|--------|----------| | ARR Growth YoY | 2x+ at early stage | Decelerating 2+ quarters | | NRR | > 110% | < 100% | | GRR (gross retention) | > 85% annual | < 80% | | Pipeline Coverage | 3x+ quota | < 2x entering quarter | | Magic Number | > 0.75 | < 0.5 (fix unit economics before spending more) | | CAC Payback | < 18 months | > 24 months | | Quota Attainment % | 60-70% of reps | < 50% (calibration problem) |
**Magic Number:** Net New ARR × 4 ÷ Prior Quarter S&M Spend **CAC Payback:** S&M Spend ÷ New Logo ARR × (1 / Gross Margin %)
Opening ARR + New Logo ARR + Expansion ARR (upsell, cross-sell, seat adds) - Contraction ARR (downgrades) - Churned ARR = Closing ARR NRR = (Opening + Expansion - Contraction - Churn) / Opening
| NRR | Signal | |-----|--------| | > 120% | World-class. Grow even with zero new logos. | | 100-120% | Healthy. Existing base is growing. | | 90-100% | Concerning. Churn eating growth. | | < 90% | Crisis. Fix before scaling sales. |
| When... | CRO works with... | To... | |---------|------------------|-------| | Pricing changes | CPO + CFO | Align value positioning, model margin impact | | Product roadmap | CPO | Ensure features support ICP and close pipeline | | Headcount plan | CFO + CHRO | Justify sales hiring with capacity model and ROI | | NRR declining | CPO + COO | Root
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…