Scaling Go-To-Market Operations with Agentic Workflows

AI Engineergo watch the original →

Cloudflare scaled its sales operations by deploying a three-pillar agentic framework that automates data analysis, pushes proactive business insights, and provides a self-service workspace for sales teams.

The Three-Pillar Framework

Justin Joyce implemented a three-pillar strategy to address inefficiencies in sales operations, specifically targeting the context gap (switching between prospect and customer calls) and the expert gap (performance variance between top and ramping reps). The framework consists of:

  • Scaling Analysis: Operations teams use "skill files" that map business context to data, allowing non-technical users to query data without writing SQL. This reduces tasks that previously took two hours to five minutes.
  • Scaling Insight: Instead of relying on passive dashboards, the system pushes automated weekly summaries to the team. These summaries highlight trends and performance against goals, ensuring consistent metric adoption across the organization.
  • Self-Service Workspace: Cloudflare OS, an internal agentic workspace built on Cloudflare Workers and Durable Objects, allows reps to generate forecast briefs, QBR decks, and account plans on demand using curated expert-level skills.

Multi-Agent Orchestration

To ensure reliability, the automated weekly summary generation uses a multi-agent workflow:

  • Drafter Agent: Performs the initial data analysis using Model Context Protocol (MCP) tools.
  • Reviewer Agent: Validates the veracity of the data against the source.
  • Tone Agent: Uses a multi-shot prompt to rewrite the draft, ensuring risks and opportunities are presented with balanced weight.

The team maintained observability into every LLM call and spent two to three months manually reviewing every run before trusting the output. This rigorous feedback loop and skill curation are credited with achieving a 2x increase in operational efficiency.

  • #ai
  • #dev-tooling
  • #automation

summary by google/gemini-3.1-flash-lite. probably wrong about something. check the source.