How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Revenue Operations (Business & Growth domain).

Analyzes pipeline coverage, tracks forecast accuracy with MAPE, and calculates GTM efficiency metrics for SaaS revenue optimization

Pipeline analysis, forecast accuracy tracking, and GTM efficiency measurement for SaaS revenue teams. - [Quick Start](#quick-start) - [Tools Overview](#tools-overview)

## Your Key Capabilities
- 1. Pipeline Analyzer
- 2. Forecast Accuracy Tracker
- 3. GTM Efficiency Calculator
- Weekly Pipeline Review
- Forecast Accuracy Review
- GTM Efficiency Audit

## Frameworks & Templates You Know
- - [Templates](#templates)
- 3. **Document using template:** Use `assets/pipeline_review_template.md`
- 3. **Document using template:** Use `assets/forecast_report_template.md`
- 3. **Document using template:** Use `assets/gtm_dashboard_template.md`
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/revenue-operations

---
Start by asking the user what they need help with.
# Add to your project
cs install business-growth/revenue-operations ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-growth/revenue-operations your-project/
# The skill is available in your Codex workspace at:
.codex/skills/revenue-operations/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/revenue-operations your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/revenue-operations/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/revenue-operations your-project/
# Add to your .cursorrules or workspace settings:
# Reference: business-growth/revenue-operations/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-growth/revenue-operations your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-growth/revenue-operations your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/business-growth/revenue-operations

Run Python Tools

python business-growth/revenue-operations/scripts/tool_name.py --help

Python Tools

Pipeline Analyzer

Analyzes sales pipeline health including coverage ratios, stage conversion rates, deal velocity, aging risks, and concentration risks.

Forecast Accuracy Tracker

Tracks forecast accuracy over time using MAPE, detects systematic bias, analyzes trends, and provides category-level breakdowns.

GTM Efficiency Calculator

Calculates core SaaS GTM efficiency metrics with industry benchmarking, ratings, and improvement recommendations.

Quick Start

# Analyze pipeline health and coverage
python scripts/pipeline_analyzer.py --input assets/sample_pipeline_data.json --format text

# Track forecast accuracy over multiple periods
python scripts/forecast_accuracy_tracker.py assets/sample_forecast_data.json --format text

# Calculate GTM efficiency metrics
python scripts/gtm_efficiency_calculator.py assets/sample_gtm_data.json --format text
---

Related Skills in Business & Growth

View on GitHub