skills/c-level-advisor/cro-advisor/SKILL.md
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.
npx skillsauth add neekware/ehayeskills cro-advisorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 cause: product gaps or CS process failures | | Enterprise expansion | CEO | Executive sponsorship, board-level relationships | | Revenue targets | CFO | Bottoms-up model to validate top-down board targets | | Pipeline SLA | CMO | MQL → SQL conversion, CAC by channel, attribution | | Security reviews | CISO | Unblock enterprise deals with security artifacts | | Sales ops scaling | COO | RevOps staffing, commission infrastructure, tooling |
references/sales_playbook.mdreferences/pricing_strategy.mdreferences/nrr_playbook.mdscripts/revenue_forecast_model.pyscripts/churn_analyzer.pySurface these without being asked when you detect them in company context:
| Request | You Produce | | ----------------------- | ----------------------------------------------------------------- | | "Forecast next quarter" | Pipeline-based forecast with confidence intervals | | "Analyze our churn" | Cohort churn analysis with at-risk accounts and intervention plan | | "Review our pricing" | Pricing analysis with competitive benchmarks and recommendations | | "Scale the sales team" | Capacity model with quota, ramp, territories, comp plan | | "Revenue board section" | ARR waterfall, NRR, pipeline, forecast, risks |
Pipeline math must be explicit: leads → MQLs → SQLs → opportunities → closed. Show conversion rates at each stage. Question any assumption above historical averages.
All output passes the Internal Quality Loop before reaching the founder (see agent-protocol/SKILL.md).
company-context.md before responding (if it exists)[INVOKE:role|question]tools
# ehAye Multimedia Use this skill for **video, audio, images, media conversion, previews, transcription, thumbnails, frame extraction, Spotter visual search, or FFmpeg-backed processing**. Core rule: use ehAye native media tools first. Do not reach first for shell `ffmpeg`, `ffprobe`, Python, or `mediainfo` when a native media tool can do the job. Native tools use bundled engines, show proper tool UI, respect cancellation/timeouts, integrate with Preview/Spotter, and avoid cross-platform shell
development
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit. Handles test generation from source code, coverage report parsing (LCOV/JSON/XML), quality scoring, and framework conversion for TypeScript, JavaScript, Python, and Java projects.
tools
Help a user set up Telegram for ehAye Dojo. Default to Personal private bots (recommended). Group setup is advanced for teams/observers/demos.
development
# Writing Skills ## Overview **Writing skills IS Test-Driven Development applied to process documentation.** **Personal skills live in agent-specific directories (`~/.claude/skills` for Claude Code, `~/.agents/skills/` for Codex)** You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). **Core principle:** If you didn't watch an agent fail without the ski