Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

sales-operations销售业务

Agent Skill

sales-operations 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,117

周安装

207

GitHub Stars

103

下载量

1,606
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sales-operations(销售业务)
来源仓库:https://github.com/borghei/claude-skills
仓库路径:skills/sales-operations
安装命令:
npx skills add https://github.com/borghei/claude-skills --skill sales-operations
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill sales-operations

简介

销售业务用于查找、检索和筛选相关信息。

  • 适用于销售流程标准化、SOP 编写与团队效率提升场景。
  • 提供模板库与最佳实践文档供快速参考应用。
  • 需结合企业实际情况裁剪通用方案。sales-operations 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议定期复盘优化以减少冗余步骤与等待时间。

SKILL.md

Sales Operations

The agent operates as an expert sales operations professional, delivering revenue infrastructure through analytics, territory design, quota modeling, compensation architecture, and process optimization.

Workflow

  1. Assess current state -- Audit CRM data quality, pipeline coverage, and rep performance baselines. Validate that required fields are populated and stage dates are current.
  2. Analyze pipeline health -- Calculate coverage ratios, stage conversion rates, velocity metrics, and deal aging. Flag bottlenecks where conversion drops below historical norms.
  3. Design or refine territories -- Balance territories by opportunity potential, workload, and geographic/industry alignment. Score accounts to inform assignment.
  4. Model quotas -- Run top-down (revenue target / capacity) and bottom-up (account potential analysis) models. Reconcile and risk-adjust.
  5. Architect compensation -- Structure OTE splits, commission tiers, accelerators, and SPIFs aligned to company stage and selling motion.
  6. Build forecast -- Categorize deals by confidence tier, apply probability weights, and surface the gap-to-quota with required win rates.
  7. Validate and iterate -- Cross-check outputs against historical actuals. Confirm territory balance, quota fairness, and forecast accuracy before publishing.

Sales Metrics Framework

Activity Metrics:

MetricFormulaTarget
Calls/DayTotal calls / Days50+
Meetings/WeekTotal meetings / Weeks15+
Proposals/MonthTotal proposals / Months8+

Pipeline Metrics:

MetricFormulaTarget
Pipeline CoveragePipeline / Quota3x+
Pipeline VelocityWon Deals / Avg Cycle Time--
Stage ConversionStage N+1 / Stage NVaries

Outcome Metrics:

MetricFormulaTarget
Win RateWon / (Won + Lost)25%+
Average Deal SizeRevenue / DealsContext-dependent
Sales CycleAvg days to close<60
Quota AttainmentActual / Quota100%+

Account Scoring

def score_account(account):
    """Score accounts for territory assignment and prioritization."""
    score = 0

    # Company size (0-30 points)
    if account['employees'] > 5000:
        score += 30
    elif account['employees'] > 1000:
        score += 20
    elif account['employees'] > 200:
        score += 10

    # Industry fit (0-25 points)
    if account['industry'] in ['Technology', 'Finance']:
        score += 25
    elif account['industry'] in ['Healthcare', 'Manufacturing']:
        score += 15

    # Engagement (0-25 points)
    if account['website_visits'] > 10:
        score += 15
    if account['content_downloads'] > 0:
        score += 10

    # Intent signals (0-20 points)
    if account['intent_score'] > 80:
        score += 20
    elif account['intent_score'] > 50:
        score += 10

    return score  # Max 100; 70+ = Tier 1, 40-69 = Tier 2, <40 = Tier 3

Territory Design

The agent balances territories across three dimensions:

  • Balance -- Similar opportunity potential, comparable workload, fair distribution across reps.
  • Coverage -- Geographic proximity, industry alignment, existing account relationships.
  • Growth -- Room for expansion, career progression paths, untapped market potential.

Example: Territory Allocation Table

TerritoryRepAccountsARR PotentialQuotaCoverage
West EnterpriseRep A45$3.0M$2.7M111%
East Mid-MarketRep B62$2.8M$2.4M117%
Central (Ramping)Rep C38$2.5M$1.2M208%

Quota Setting

Top-Down Model

Company Revenue Target: $50M
  Growth Rate: 30%
  Team Capacity: 20 reps
  Average Quota: $2.5M
  Adjustments: +/-20% based on territory potential

Bottom-Up Model

Account Potential Analysis:
  Existing accounts: $30M
  Pipeline value: $15M
  New logo potential: $10M
  Total: $55M
  Risk adjustment: -10%
  Final: $49.5M

The agent reconciles both models and flags divergence exceeding 10%.

Compensation Architecture

TOTAL ON-TARGET EARNINGS (OTE)
  Base Salary: 50-60%
  Variable: 40-50%
    Commission: 80% of variable
      New Business: 60%
      Expansion: 40%
    Bonus: 20% of variable
      Quarterly accelerators
      SPIFs

COMMISSION RATE TIERS
  0-50% quota:   0.5x rate
  50-100% quota:  1.0x rate
  100-150% quota: 1.5x rate
  150%+ quota:    2.0x rate

Forecasting

Forecast Categories

CategoryDefinitionWeighting
ClosedSigned contract100%
CommitVerbal commit, high confidence90%
Best CaseStrong opportunity, likely to close50%
PipelineActive opportunity20%
UpsideEarly stage5%

Example: Weighted Forecast Output

Q4 Forecast - Week 8
  Quota: $10M

  Category       Deals    Amount     Weighted
  Closed         12       $2.4M      $2.4M
  Commit         8        $1.8M      $1.6M
  Best Case      15       $3.2M      $1.6M
  Pipeline       22       $4.5M      $0.9M

  Forecast (Closed + Commit): $4.0M
  Upside (with Best Case): $5.6M
  Gap to Quota: $6.0M
  Required Win Rate on Pipeline: 35%

CRM Data Quality Checklist

The agent validates these fields during every pipeline review:

  • Required fields populated on all open opportunities
  • Stage dates updated within the last 7 days
  • Close dates set to realistic future dates (no past-due)
  • Deal amounts reflect current pricing discussions
  • Contact roles assigned with at least one economic buyer
  • Next steps documented with specific actions and dates

Process Optimization

Sales Process Audit Framework

STAGE ANALYSIS
  Average time in stage -> identify stalls
  Conversion rate per stage -> find drop-off points
  Drop-off reasons -> categorize and address

ACTIVITY ANALYSIS
  Activities per stage -> benchmark against top performers
  Activity-to-outcome ratio -> measure efficiency
  Time allocation -> optimize selling vs. admin time

TOOL UTILIZATION
  CRM adoption rate -> target 95%+ daily login
  Feature usage -> identify underused capabilities
  Data quality score -> track completeness over time
  Automation opportunities -> reduce manual entry

Scripts

# Pipeline analyzer
python scripts/pipeline_analyzer.py --data opportunities.csv

# Territory optimizer
python scripts/territory_optimizer.py --accounts accounts.csv --reps 10

# Quota calculator
python scripts/quota_calculator.py --target 50000000 --reps team.csv

# Forecast reporter
python scripts/forecast_report.py --quarter Q4 --output report.html

Troubleshooting

ProblemRoot CauseResolution
Forecast accuracy below 70%Inconsistent stage definitions; reps over-committing; lack of weighted methodologyEnforce strict stage entry/exit criteria. Apply probability weights by category (Commit 90%, Best Case 50%, Pipeline 20%). Review commit deals individually in weekly forecast calls. Compare rolling 4-quarter actuals to calibrate weights.
Territory imbalance causing rep attritionUneven account distribution; potential-to-quota mismatch exceeding 20%Re-score accounts quarterly using the scoring model. Target less than 15% variance in potential-to-quota ratio across territories. Review territory balance monthly in high-growth periods.
CRM data quality below 80% completenessInsufficient enforcement; no automated validation; rep adoption gapsImplement required field validation at stage transitions. Run weekly data quality reports. Tie CRM hygiene to variable compensation (5-10% of bonus). Target 95%+ daily login rate.
Quota attainment below 60% team-wideQuotas set too aggressively; insufficient pipeline; ramp time underestimatedReconcile top-down and bottom-up models. Flag divergence exceeding 10%. Risk-adjust for ramp (ramping reps at 50-75% quota). Ensure 3-4x pipeline coverage at quarter start.
Comp plan driving wrong behaviorsMisaligned incentives; rewarding volume over quality; no acceleratorsAudit comp plans against strategic objectives. Ensure accelerators kick in at 100% attainment. Weight new business vs. expansion per GTM strategy. Add SPIFs for strategic priorities.
Pipeline coverage drops mid-quarterInsufficient lead flow; deals pushed or lost faster than replacedAlert AEs when individual coverage drops below 2.5x. Coordinate with Marketing on lead generation campaigns. Implement minimum weekly prospecting activity requirements.
Stage conversion rates decliningProcess bottleneck; missing enablement; competitive pressureIdentify the specific stage with the highest drop-off. Compare top performer conversion rates to team average. Deploy targeted training on the bottleneck stage. Review competitive win/loss data for that stage.

Success Criteria

MetricTargetMeasurement Method
Forecast accuracyWithin 10% of actual quarterlyAbs(Weighted Forecast - Actual) / Actual
Pipeline coverage ratio3-4x quota at quarter startTotal pipeline value / Team quota
CRM data completeness95%+ required fields populatedWeekly automated data quality audit
Territory balanceLess than 15% variance in potential-to-quotaStandard deviation of potential-to-quota ratio across territories
Quota attainment distribution60%+ of reps at or above quotaReps at 100%+ / Total ramped reps
Stage conversion ratesImproving or stable QoQStage N+1 entries / Stage N entries per period
Sales cycle lengthTrending downward or stableAverage days from opportunity creation to close
Ramp time to productivityUnder 6 months for new hiresMonths until new rep reaches 75% of quota run rate
Process adoption90%+ compliance with defined processAudit score from monthly process compliance review

Scope & Limitations

In Scope:

  • CRM administration, data quality management, and process enforcement
  • Pipeline analytics: coverage ratios, stage conversion, velocity metrics, deal aging
  • Territory design, account scoring, and balanced assignment optimization
  • Quota modeling: top-down, bottom-up, and reconciliation approaches
  • Compensation architecture: OTE splits, commission tiers, accelerators, SPIFs
  • Forecast methodology: weighted pipeline, category-based, rolling forecasts
  • Sales process audit: stage analysis, activity benchmarking, tool utilization
  • Reporting infrastructure and dashboard design

Out of Scope:

  • Individual deal strategy, qualification, and closing (see account-executive)
  • Technical demos, RFP responses, and POC management (see sales-engineer)
  • Post-sale customer management and retention (see customer-success-manager)
  • Enterprise solution architecture and integration design (see solutions-architect)
  • Marketing attribution modeling and campaign ROI (see marketing/campaign-analytics)
  • Financial modeling beyond sales compensation (see finance)

Limitations:

  • Territory optimization uses heuristic scoring, not mathematical optimization solvers; results are directional, not globally optimal
  • Quota models require accurate historical data; garbage in, garbage out
  • Forecast accuracy benchmarks assume consistent CRM hygiene; accuracy degrades with poor data quality
  • Scripts process CSV/JSON exports only; no direct CRM API connectivity
  • Compensation modeling does not account for tax implications or local labor law constraints

Integration Points

IntegrationDirectionPurposeHandoff Artifact
Account ExecutiveOps -> AETerritory assignments, quota targets, pipeline reports, forecast templatesTerritory map, quota letter, pipeline dashboard, forecast submission form
Sales EngineerOps -> SEActivity tracking, demo conversion metrics, technical win/loss dataSE activity reports, technical evaluation pipeline
Customer Success ManagerOps -> CSMRenewal pipeline tracking, expansion revenue attribution, churn reportingRenewal forecast rollup, NRR reports, churn analysis
MarketingBidirectionalLead attribution, MQL-to-SQL conversion, campaign ROI, pipeline sourcingAttribution reports, lead routing rules, campaign pipeline reports
FinanceOps -> FinanceRevenue forecasting, commission calculations, quota-to-capacity planningForecast submissions, commission statements, headcount models
Revenue OperationsBidirectionalCross-functional GTM metrics, funnel analytics, ARR reportingUnified revenue dashboard, GTM efficiency metrics
HROps -> HRHeadcount planning, ramp modeling, performance data for reviewsRamp timelines, quota attainment reports, territory capacity models

Workflow Handoff Protocol:

  1. Sales Ops publishes territory assignments and quota letters at least 2 weeks before quarter start
  2. Sales Ops delivers weekly pipeline report to sales leadership every Monday by 10 AM
  3. Sales Ops collects forecast submissions from AEs every Friday and publishes rolled-up forecast by Monday
  4. Sales Ops runs monthly territory health review and flags imbalances exceeding 15% variance

Reference Materials

  • references/analytics.md -- Sales analytics guide
  • references/territory.md -- Territory planning
  • references/compensation.md -- Comp design principles
  • references/forecasting.md -- Forecasting methodology

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.73%
按下载量换算461

OpenCode

25.49%
按下载量换算409

Gemini CLI

17.22%
按下载量换算277

Antigravity

11.79%
按下载量换算189

Cursor

8.49%
按下载量换算136

Codex

3.49%
按下载量换算56

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills