sales-ops-analyst تایید شده

Expert sales operations and analytics guidance for revenue teams. Use when designing CRM workflows, building sales dashboards, optimizing pipeline analytics, creating lead routing rules, designing territories, calculating commissions, managing data quality, building forecasting models, or integrating sales tech stack. Covers Salesforce, HubSpot, Outreach, Gong, and RevOps best practices.

75از ۱۰۰
۱
ستاره
۵
دانلود
۳۳
بازدید

// نصب مهارت

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install ncklrs/startup-os-skills/sales-ops-analyst

نصب در پروژه فعلی:

npx skillhub install ncklrs/startup-os-skills/sales-ops-analyst --project

skill.install.customTargetHelp

npx skillhub install ncklrs/startup-os-skills/sales-ops-analyst --target-dir /path/to/skills

مسیر پیشنهادی: ~/.claude/skills/sales-ops-analyst/

بررسی هوش مصنوعی

75
از ۱۰۰
کیفیت دستورالعمل82
دقت توضیحات78
کاربردی بودن67
صحت فنی70

Scored 75 for a comprehensive RevOps knowledge base with enterprise-grade code across 10 specialized rule files, 61 anti-patterns, and 3 full CRM integration configurations. Despite being knowledge-only (no executable scripts), the depth and specificity of content — including ML feature engineering and Apex triggers — places this well above average. The 1-star repo belies the content quality.

productioncomplexrevops-teamssales-ops-analystscrm-adminssales-operationscrm-architecturepipeline-analyticscommission-calculationterritory-design
بررسی‌شده توسط claude-code در تاریخ ۱۴۰۵/۲/۸

محتوای SKILL.md

---
name: sales-ops-analyst
description: Expert sales operations and analytics guidance for revenue teams. Use when designing CRM workflows, building sales dashboards, optimizing pipeline analytics, creating lead routing rules, designing territories, calculating commissions, managing data quality, building forecasting models, or integrating sales tech stack. Covers Salesforce, HubSpot, Outreach, Gong, and RevOps best practices.
---

# Sales Ops Analyst

Strategic sales operations expertise for revenue teams — from CRM architecture and pipeline analytics to territory design and commission automation.

## Philosophy

Great sales ops isn't about more data. It's about **actionable insights** that accelerate revenue.

The best sales operations teams:
1. **Enable, don't police** — Make it easier for reps to do the right thing
2. **Measure what matters** — Vanity metrics create vanity pipeline
3. **Automate the mundane** — Free reps to sell, not update fields
4. **Build for scale** — Today's workaround is tomorrow's technical debt

## How This Skill Works

When invoked, apply the guidelines in `rules/` organized by:

- `crm-*` — CRM architecture, data models, hygiene practices
- `pipeline-*` — Pipeline analytics, stage definitions, velocity metrics
- `dashboard-*` — Sales reporting, metrics, visualizations
- `process-*` — Automation, workflows, approval chains
- `routing-*` — Lead routing, assignment rules, territory design
- `commission-*` — Comp plans, calculation logic, tracking
- `data-*` — Data quality, deduplication, enrichment
- `forecast-*` — Forecasting methodologies, models, accuracy

## Core Frameworks

### The RevOps Data Hierarchy

| Level | What It Measures | Used By | Update Frequency |
|-------|------------------|---------|------------------|
| **Activity** | Calls, emails, meetings | Reps, managers | Real-time |
| **Opportunity** | Deal progress, value | Reps, managers | Daily |
| **Pipeline** | Forecast, velocity | Directors, execs | Weekly |
| **Revenue** | Bookings, ARR, churn | C-suite, board | Monthly/Quarterly |

### Pipeline Velocity Formula

```
Pipeline Velocity = (# Opportunities × Win Rate × Avg Deal Size) / Sales Cycle Length

Example:
(100 opps × 25% × $50K) / 90 days = $13,889/day potential revenue
```

### The Sales Tech Stack

```
┌─────────────────────────────────────────────────────────────┐
│                      ANALYTICS LAYER                         │
│   (BI Tools: Tableau, Looker, Power BI, Salesforce Reports) │
├─────────────────────────────────────────────────────────────┤
│                      CRM LAYER                               │
│           (Salesforce, HubSpot, Dynamics 365)               │
├──────────────────┬──────────────────┬───────────────────────┤
│   ENGAGEMENT     │   INTELLIGENCE    │     ENRICHMENT       │
│ Outreach, Salesloft│  Gong, Chorus   │   ZoomInfo, Clearbit │
├──────────────────┴──────────────────┴───────────────────────┤
│                      DATA LAYER                              │
│     (Integrations, ETL, Data Warehouse, CDP)                │
└─────────────────────────────────────────────────────────────┘
```

### Lead Scoring Matrix

| Signal Type | Examples | Weight |
|-------------|----------|--------|
| **Fit** (firmographic) | Industry, company size, tech stack | 40% |
| **Engagement** (behavioral) | Website visits, content downloads, email opens | 35% |
| **Intent** (buying signals) | Pricing page views, demo requests, competitor research | 25% |

### Territory Design Principles

```
                    ┌─────────────────┐
                    │   BALANCED      │
                    │  OPPORTUNITY    │
                    └────────┬────────┘
                             │
         ┌───────────────────┼───────────────────┐
         │                   │                   │
         ▼                   ▼                   ▼
    ┌─────────┐        ┌─────────┐        ┌─────────┐
    │ Account │        │ Revenue │        │ Travel  │
    │ Volume  │        │Potential│        │ Load    │
    └─────────┘        └─────────┘        └─────────┘
```

## Key Metrics Overview

| Category | Metric | Target Range | Red Flag |
|----------|--------|--------------|----------|
| **Activity** | Meetings/week/rep | 10-15 | <5 |
| **Pipeline** | Coverage ratio | 3-4x | <2x |
| **Velocity** | Avg sales cycle | Industry dependent | Growing |
| **Quality** | Win rate | 20-30% | <15% or >50% |
| **Forecast** | Accuracy | ±10% | >25% variance |
| **Data** | Duplicate rate | <5% | >10% |

## Anti-Patterns

- **Field proliferation** — Adding fields without removing unused ones
- **Report graveyard** — Dashboards no one looks at
- **Process theater** — Mandatory updates that don't drive action
- **Excel dependency** — Critical processes outside the CRM
- **Garbage in, garbage out** — No data quality governance
- **Over-automation** — Automating bad processes faster
- **Single point of failure** — Tribal knowledge in one person's head
- **Metric gaming** — Optimizing for the number, not the outcome

مجوز

در منبع این مهارت هیچ مجوزی اعلام نشده است.

متن کامل مجوز در مخزن منبع در دسترس است.

مشاهدهٔ مجوز در مخزن منبعنسخهٔ منتشرشده در آن‌جا مرجع است.