Systems Lab

Agent skill

revops-salesforce

Salesforce implementation patterns for revenue operations teams.

activeReaches the webInstructions only1,464 words

Filed under CRM and RevOps.

From NEON-Rutger/B2B-revops-skills · 38 skills · 45 · pushed 2026-08-26

What it does when it runs

Salesforce implementation patterns for revenue operations teams. Use when the user mentions Salesforce, SFDC, Salesforce setup, Salesforce object model, Salesforce Flows, record-triggered flows, Salesforce automation, Salesforce properties, Salesforce reporting, Salesforce dashboards, opportunity stages in Salesforce, Salesforce pipeline, collaborative forecasting, Einstein, CRM Analytics, Pipeline Inspection, Salesforce data model, Salesforce migration, Process Builder replacement, Salesforce field governance, Salesforce territory management, or Salesforce integrations. Also trigger on 'our Salesforce is a mess,' 'how should we set up Salesforce,' 'migrate from Process Builder to Flow,' or any CRM architecture question where the team uses Salesforce. BOUNDARY: Covers Salesforce-specific implementation. For CRM-agnostic strategy, see revops-strategy. For HubSpot, see revops-hubspot. For generic enrichment, see data-enrichment. For generic routing, see lead-routing.

Read from the skill and the 3 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
  • neontriforce.com
  • www.clari.com
  • www.ebsta.com
  • www.fullcast.io
Tool permissions it declares
No allowed-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about revops-salesforce

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/NEON-Rutger/B2B-revops-skills.git /tmp/B2B-revops-skills
git -C /tmp/B2B-revops-skills sparse-checkout set "revops-salesforce"
mkdir -p ~/.claude/skills/revops-salesforce
cp -R "/tmp/B2B-revops-skills/revops-salesforce/." ~/.claude/skills/revops-salesforce/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from NEON-Rutger/B2B-revops-skills/blob/6d5470e303543519fcf2784258e43dc44d222fad/revops-salesforce/SKILL.md, which is licensed MIT (repository). 1,464 words, 17 headings.

Salesforce Implementation for B2B Revenue Operations

The Salesforce equivalent of revops-hubspot. Covers object model architecture, Flow automation, opportunity pipeline configuration, forecasting setup, reporting patterns, and integration architecture; all specific to Salesforce.

For deeper dives, read the reference files:

  • references/sfdc-object-model.md: Object relationships, custom objects, record types, field governance
  • references/sfdc-automation-flows.md: Flow types, migration from Process Builder, architecture patterns
  • references/sfdc-pipeline-forecasting.md: Opportunity stages, forecast categories, collaborative forecasting, Pipeline Inspection

Salesforce vs HubSpot: Architectural Differences

When operating Salesforce (especially if familiar with HubSpot), ground your architecture decisions in these structural differences:

AspectSalesforceHubSpot
Data modelAccount-centric (Account → Contact → Opportunity)Person-centric (Contact-first, company association)
LeadsSeparate object; conversion creates Account + Contact + OpportunityContact lifecycle stages (no separate Lead object required)
Custom objectsFull RDBMS-style (lookups, master-detail, junction objects, roll-ups)Simpler custom objects; fewer relational capabilities
AutomationSalesforce Flow (record-triggered, scheduled, platform events, screen)Workflows (simpler, fewer branching options)
ForecastingCollaborative forecasting with multi-level rollup, manager overrides, splitsBasic forecasting in Sales Hub Enterprise
ReportingReport builder + dashboards + CRM Analytics (Tableau CRM)Reports + dashboards; less depth for complex analysis
Territory mgmtEnterprise Territory Management with hierarchies, multi-assignmentBasic assignment rules only
EnrichmentNo native enrichment; requires third-party (ZoomInfo, Apollo, Clearbit)Native enrichment + Clearbit (HubSpot-owned)
ScoringEinstein AI (paid) or custom Flow-basedProperty-based scoring + predictive (paid)
SplitsNative opportunity splits for team sellingNot native; workaround with custom objects
PricingPer-user licensing; feature tiers (Essentials → Enterprise → Unlimited)Tiered hubs; more included at each level

When Salesforce Is the Right Choice

  • Complex selling motions (team selling, splits, multi-pipeline)
  • Enterprise accounts with deep hierarchies
  • Advanced territory management needs
  • Heavy customization requirements
  • Existing Salesforce investment/ecosystem

When HubSpot Is the Right Choice

  • Marketing-heavy orgs wanting CRM + marketing automation in one platform
  • Simpler sales motions; smaller teams
  • Speed-to-value priority (faster setup)
  • Budget-conscious orgs wanting all-in-one

Core Implementation Checklist

When setting up or auditing Salesforce for RevOps, work through these areas in order:

1. Object Model Design

Read: references/sfdc-object-model.md

Key decisions:

  • Lead-first vs Contact/Account-first workflow (most consequential choice)
  • Record Type strategy (New Business vs Renewal vs Expansion opportunities)
  • Custom objects needed (Subscription, Handoff Record, Health Score)
  • Relationship types (lookup vs master-detail, when to use junction objects)
  • Field governance (naming conventions, required fields, field limits)

2. Automation Architecture

Read: references/sfdc-automation-flows.md

Key decisions:

  • Flow consolidation strategy (max 3 flows per object: before-save, after-save, before-delete)
  • Flow naming convention: [Object]_[Trigger]_[Purpose]_v[Version]
  • Feature flags via Custom Metadata Types (enable/disable logic without redeployment)
  • Flow vs Apex boundary (Flow-first; Apex for >10K records, complex error handling, sub-second integrations)
  • Migration plan from deprecated Process Builders and Workflow Rules

3. Opportunity Pipeline

Read: references/sfdc-pipeline-forecasting.md

Key decisions:

  • Stage model (5-8 stages with verifiable exit criteria)
  • Forecast category mapping (Pipeline, Best Case, Commit, Closed, Omitted)
  • Validation rules (no stage skipping, amount required at Proposal, loss reason required)
  • Multi-pipeline via Record Types (if different motions exist)
  • Opportunity Splits configuration (if team selling)

4. Forecasting Setup

Read: references/sfdc-pipeline-forecasting.md

Key decisions:

  • Forecast type (Opportunity Amount, Product, Split, Product Family)
  • Forecast hierarchy aligned to role hierarchy
  • Manager override permissions
  • Period (monthly vs quarterly)
  • Forecast snapshot tracking for accuracy measurement

5. Reporting & Dashboards

Essential dashboard framework by audience:

Executive (CRO/VP; weekly):

  • Pipeline by forecast category
  • Pipeline coverage ratio (pipeline ÷ remaining target)
  • Win rate trend (rolling 3 months)
  • Forecast vs actual (current + prior 2 periods)
  • Top 10 deals with stage and next step

Manager (front-line; daily):

  • Team pipeline by rep and stage
  • Deals advancing vs stalling this week
  • Stale deals (no activity in configurable threshold)
  • Speed-to-lead SLA compliance
  • Forecast accuracy by rep

RevOps Operational (RevOps team; weekly):

  • Data quality scores (field completion %)
  • Stage conversion rates (funnel)
  • Pipeline velocity (days per stage)
  • Loss reason distribution
  • Pipeline created vs target

6. Integrations

Common integration patterns:

IntegrationDirectionSystem of Record
HubSpot ↔ SalesforceBi-directional (lifecycle and campaign data)Salesforce for revenue; HubSpot for marketing
Enrichment (ZoomInfo, Apollo)Inbound to SalesforceEnrichment provider
SlackOutbound from SalesforceSalesforce (notifications only)
CPQBi-directionalSalesforce (pricing/quoting)
CS Platform (Gainsight, Vitally)Bi-directionalDepends on CS maturity

Common Salesforce Anti-Patterns

Anti-PatternSymptomFix
Too many custom fields>500 fields on Account/OpportunityAudit and deprecate unused fields quarterly
No field naming conventionFields named inconsistently (MQL_Date vs Date_MQL vs mql_dt)Adopt [Category]_[Name]__c standard
Mixed automationFlows AND Apex triggers on same objectPick one entry point per object
No validation rulesReps skip stages, leave Amount blankLayer validation (field-level → record-level → Flow)
Stale Process BuildersLegacy automation still firing (deprecated Dec 2025)Migrate to Flow; deactivate old PBs
Manual territory assignmentReps assigned accounts by spreadsheetImplement ETM or Flow-based territory logic
No forecast snapshotsCan't measure forecast accuracyBuild Forecast_Snapshot__c custom object
Over-customized page layouts50+ fields on one layoutRole-based layouts with progressive disclosure

Cross-References

  • For CRM-agnostic revenue strategy → see revops-strategy
  • For HubSpot implementation → see revops-hubspot
  • For CRM-agnostic data governance → see revops-data-governance
  • For generic enrichment patterns → see data-enrichment
  • For generic routing patterns → see lead-routing
  • For pipeline metrics and benchmarks → see revops-metrics
  • For handoff design → see revops-handoffs
  • For forecast accuracy measurement frameworks (agnostic to CRM platform) → see revops-forecasting. Use revops-salesforce for Salesforce-specific forecast category mapping, snapshot tracking, and collaborative forecasting configuration. Use revops-forecasting for accuracy benchmarking, variance analysis, and forecast-vs-actual audits across any CRM.

Salesforce Agentforce for Pipeline Automation

Salesforce Agentforce (launched December 2024) consolidates multi-agent orchestration into sales workflows. Key capabilities for RevOps:

  • Multi-Agent Orchestration: Agents collaborate on lead qualification, opportunity scoring, and deal analysis without human handoff.
  • AI-Driven Lead Qualification: Autonomous agents screen inbound, validate ICP fit, surface high-intent leads with context pre-populated.
  • Opportunity Scoring: Real-time opportunity health and deal risk scoring across the pipeline using Data 360 inputs.
  • Agentforce Revenue Management: Unified pricing, configuration, and quoting (CPQ end-of-sale March 2025; Agentforce Revenue Management is the forward path).

Invocation: Agents surface in Slack threads (Q4 2025 to Q2 2026 primary adoption path). Architects can set agent execution rules by opportunity stage or trigger conditions via Flow.

Data 360 for Unified Customer Intelligence

Data 360 (formerly Data Cloud; rebranded October 2025) is the foundation for agent-ready data in Salesforce. It powers enrichment, audience activation, and AI decision-making across Agentforce agents.

  • Unified customer view: Consolidate first-party Salesforce data (CRM) with enrichment (ZoomInfo, Apollo) and behavioral signals (website, engagement) in a single queryable layer.
  • Zero-copy architecture: Query across systems without copy-paste ETL; composable CDP patterns reduce transformation overhead.
  • Audience sync: Orchestrate accounts and contacts to downstream tools (marketing automation, sales engagement, analytics) in real-time.
  • Enrichment integration: Native connectors load enrichment data on schedule or event-triggered; validation rules ensure data quality gates per field type.

Practitioner pattern: Use Data 360 snapshots to calculate ICP fit, lead scoring, and expansion propensity once per day; feed results to Agentforce agents for autonomous actions on qualified records.

Einstein Conversation Insights

Einstein Conversation Insights (upgraded Spring 2026) analyzes post-call recordings and meeting transcripts for sentiment, objections, and deal health. Replace with generative summaries and custom insights for coaching and pipeline tracking.

  • Generative summaries: Automated next-step extraction, stakeholder sentiment, objections captured.
  • Custom insights: Plug in organization-specific frameworks (MEDDPICC validation, loss reasons, expansion signals) so agents and reps surface context automatically.
  • Pipeline health: Filter Opportunities where Einstein flagged risk signals (objection density, stakeholder disagreement) for manager review.

References

  • Clari (2024-2025). Pipeline coverage benchmark: 3.2× for vetted opportunities (Source, 2024-2025).
  • Ebsta (2025). GTM Benchmarks Report: 655K opportunities, 36% deal slippage, 11× faster close (Source, 2025).
  • Fullcast (2024-2025). Forecast accuracy benchmarks (Source, 2024-2025).
  • Salesforce (2025). Agentforce multi-agent orchestration and AI-driven lead qualification (Source, 2025).
  • Forrester (2026). AI-driven forecasting reduces variance from 30-40% to under 10% (Source, 2026).

Built by Neon Triforce

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what revops-salesforce does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.