> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sales Outreach Team

> Strategy, multi-touch sequences, and cold call prep — the full outbound-motion pack.

## Overview

The Sales Outreach Team pack is a three-stage outbound workflow: it builds a **strategy brief** for a prospect, expands it into a **multi-channel sequence** of 3-8 touchpoints, and optionally produces a **cold-call game plan** for live conversations.

**Use cases**

* Full outbound motion for a single account or person
* Generating personalized sequences to import into a cadence tool
* Equipping reps before a live discovery or cold call

***

## Pack actions

| Stage | Action                                           | Purpose                                                                                                                                  |
| ----- | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
| OS    | `outreach_strategist_generate_outreach_strategy` | **Entry point.** Produces a structured Outreach Strategy Brief: messaging angle, channel priority, CTA approach, timing, and risks.      |
| OSQ   | `outreach_sequence_generate_outreach_sequence`   | Expands the strategy into 3-8 ready-to-use touches (email + LinkedIn) with full copy, subject lines, angle labels, and escalation notes. |
| CCP   | `cold_call_prep_generate_call_game_plan`         | Structured cold-call plan: pre-call intel, opening, talk tracks, qualifying questions, objection playbook, close, and voicemails.        |

## Typical flow

```mermaid theme={null}
graph LR
  A[Prospect Brief] --> B[generate_outreach_strategy]
  B --> C[generate_outreach_sequence]
  C --> D[Import to cadence tool<br/>or Send Message]
  B --> E[generate_call_game_plan]
```

## Recommended pairings

* Feed the output from [Prospect Research](/agent-packs/prospect-research) into the Outreach Strategist for best personalization.
* Pair with [Lead Qualifier](/agent-packs/lead-qualifier) to only engage on "Pursue Now" leads.
* For a single-touch drafter instead of a full sequence, use [Outreach Drafter](/agent-packs/outreach-drafter).

## Related

* Full endpoint details in the [API Reference](/api-reference).
