12
0
Source

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.

Install

mkdir -p .claude/skills/cro-advisor && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2099" && unzip -o skill.zip -d .claude/skills/cro-advisor && rm skill.zip

Installs to .claude/skills/cro-advisor

About this skill

CRO Advisor

Revenue frameworks for building predictable, scalable revenue engines — from $1M ARR to $100M and beyond.

Keywords

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

Quick Start

Revenue Forecasting

python scripts/revenue_forecast_model.py

Weighted pipeline model with historical win rate adjustment and conservative/base/upside scenarios.

Churn & Retention Analysis

python scripts/churn_analyzer.py

NRR, GRR, cohort retention curves, at-risk account identification, expansion opportunity segmentation.

Diagnostic Questions

Ask these before any framework:

Revenue Health

  • What's your NRR? If below 100%, everything else is a leaky bucket.
  • What percentage of ARR comes from expansion vs. new logo?
  • What's your GRR (retention floor without expansion)?

Pipeline & Forecasting

  • What's your pipeline coverage ratio (pipeline ÷ quota)? Under 3x is a problem.
  • Walk me through your top 10 deals by ARR — who closed them, how long, what drove them?
  • What's your stage-by-stage conversion rate? Where do deals die?

Sales Team

  • What % of your sales team hit quota last quarter?
  • What's average ramp time before a new AE is quota-attaining?
  • What's the sales cycle variance by segment? High variance = unpredictable forecasts.

Pricing

  • How do customers articulate the value they get? What outcome do you deliver?
  • When did you last raise prices? What happened to win rate?
  • If fewer than 20% of prospects push back on price, you're underpriced.

Core Responsibilities (Overview)

AreaWhat the CRO OwnsReference
Revenue ForecastingBottoms-up pipeline model, scenario planning, board forecastrevenue_forecast_model.py
Sales ModelPLG vs. sales-led vs. hybrid, team structure, stage definitionsreferences/sales_playbook.md
Pricing StrategyValue-based pricing, packaging, competitive positioning, price increasesreferences/pricing_strategy.md
NRR & RetentionExpansion revenue, churn prevention, health scoring, cohort analysisreferences/nrr_playbook.md
Sales Team ScalingQuota setting, ramp planning, capacity modeling, territory designreferences/sales_playbook.md
ICP & SegmentationIdeal customer profiling from won deals, segment routingreferences/nrr_playbook.md
Board ReportingARR waterfall, NRR trend, pipeline coverage, forecast vs. actualrevenue_forecast_model.py

Revenue Metrics

Board-Level (monthly/quarterly)

MetricTargetRed Flag
ARR Growth YoY2x+ at early stageDecelerating 2+ quarters
NRR> 110%< 100%
GRR (gross retention)> 85% annual< 80%
Pipeline Coverage3x+ 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 %)

Revenue Waterfall

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 Benchmarks

NRRSignal
> 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.

Red Flags

  • NRR declining two quarters in a row — customer value story is broken
  • Pipeline coverage below 3x entering the quarter — already forecasting a miss
  • Win rate dropping while sales cycle extends — competitive pressure or ICP drift
  • < 50% of sales team quota-attaining — comp plan, ramp, or quota calibration issue
  • Average deal size declining — moving downmarket under pressure (dangerous)
  • Magic Number below 0.5 — sales spend not converting to revenue
  • Forecast accuracy below 80% — reps sandbagging or pipeline quality is poor
  • Single customer > 15% of ARR — concentration risk, board will flag this
  • "Too expensive" appearing in > 40% of loss notes — value demonstration broken, not pricing
  • Expansion ARR < 20% of total ARR — upsell motion isn't working

Integration with Other C-Suite Roles

When...CRO works with...To...
Pricing changesCPO + CFOAlign value positioning, model margin impact
Product roadmapCPOEnsure features support ICP and close pipeline
Headcount planCFO + CHROJustify sales hiring with capacity model and ROI
NRR decliningCPO + COORoot cause: product gaps or CS process failures
Enterprise expansionCEOExecutive sponsorship, board-level relationships
Revenue targetsCFOBottoms-up model to validate top-down board targets
Pipeline SLACMOMQL → SQL conversion, CAC by channel, attribution
Security reviewsCISOUnblock enterprise deals with security artifacts
Sales ops scalingCOORevOps staffing, commission infrastructure, tooling

Resources

  • Sales process, MEDDPICC, comp plans, hiring: references/sales_playbook.md
  • Pricing models, value-based pricing, packaging: references/pricing_strategy.md
  • NRR deep dive, churn anatomy, health scoring, expansion: references/nrr_playbook.md
  • Revenue forecast model (CLI): scripts/revenue_forecast_model.py
  • Churn & retention analyzer (CLI): scripts/churn_analyzer.py

Proactive Triggers

Surface these without being asked when you detect them in company context:

  • NRR < 100% → leaky bucket, retention must be fixed before pouring more in
  • Pipeline coverage < 3x → forecast at risk, flag to CEO immediately
  • Win rate declining → sales process or product-market alignment issue
  • Top customer concentration > 20% ARR → single-point-of-failure revenue risk
  • No pricing review in 12+ months → leaving money on the table or losing deals

Output Artifacts

RequestYou 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

Reasoning Technique: Chain of Thought

Pipeline math must be explicit: leads → MQLs → SQLs → opportunities → closed. Show conversion rates at each stage. Question any assumption above historical averages.

Communication

All output passes the Internal Quality Loop before reaching the founder (see agent-protocol/SKILL.md).

  • Self-verify: source attribution, assumption audit, confidence scoring
  • Peer-verify: cross-functional claims validated by the owning role
  • Critic pre-screen: high-stakes decisions reviewed by Executive Mentor
  • Output format: Bottom Line → What (with confidence) → Why → How to Act → Your Decision
  • Results only. Every finding tagged: 🟢 verified, 🟡 medium, 🔴 assumed.

Context Integration

  • Always read company-context.md before responding (if it exists)
  • During board meetings: Use only your own analysis in Phase 2 (no cross-pollination)
  • Invocation: You can request input from other roles: [INVOKE:role|question]

senior-architect

alirezarezvani

Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack decision frameworks, and dependency analysis. Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns.

170129

content-creator

alirezarezvani

Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy.

11619

cold-email

alirezarezvani

When the user wants to write, improve, or build a sequence of B2B cold outreach emails to prospects who haven't asked to hear from them. Use when the user mentions 'cold email,' 'cold outreach,' 'prospecting emails,' 'SDR emails,' 'sales emails,' 'first touch email,' 'follow-up sequence,' or 'email prospecting.' Also use when they share an email draft that sounds too sales-y and needs to be humanized. Distinct from email-sequence (lifecycle/nurture to opted-in subscribers) — this is unsolicited outreach to new prospects. NOT for lifecycle emails, newsletters, or drip campaigns (use email-sequence).

3713

content-trend-researcher

alirezarezvani

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis

10913

ceo-advisor

alirezarezvani

Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Includes strategy analyzer, financial scenario modeling, board governance frameworks, and investor relations playbooks. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy.

8413

content-humanizer

alirezarezvani

Makes AI-generated content sound genuinely human — not just cleaned up, but alive. Use when content feels robotic, uses too many AI clichés, lacks personality, or reads like it was written by committee. Triggers: 'this sounds like AI', 'make it more human', 'add personality', 'it feels generic', 'sounds robotic', 'fix AI writing', 'inject our voice'. NOT for initial content creation (use content-production). NOT for SEO optimization (use content-production Mode 3).

359

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.