---
name: Head Of Sales
slug: head-of-sales
category: Automation
description: Head Of Sales manages pipeline reviews, outbound planning, deal support, and sales reporting. Use it to pull CRM context, draft campaigns, prepare deal materials, and summarize weekly sales activity.
github: "https://github.com/getnao/sylph/tree/main/.claude/skills/head-of-sales"
language: JavaScript
stars: 195
forks: 57
install: "npx degit https://github.com/getnao/sylph/tree/main/.claude/skills/head-of-sales ~/.claude/skills/head-of-sales"
installs_to: ~/.claude/skills/head-of-sales
source_path: .claude/skills/head-of-sales/SKILL.md
collection_size: 25
category_size: 1956
collection_url: "https://dirskills.com/collections/getnao/sylph"
added: 2026-09-05T05:31:16.321Z
last_synced: 2026-09-05T05:31:16.321Z
canonical_url: "https://dirskills.com/skills/head-of-sales"
---

# Head Of Sales

Head Of Sales manages pipeline reviews, outbound planning, deal support, and sales reporting. Use it to pull CRM context, draft campaigns, prepare deal materials, and summarize weekly sales activity.

**Install:**

```bash
npx degit https://github.com/getnao/sylph/tree/main/.claude/skills/head-of-sales ~/.claude/skills/head-of-sales
```

## README

# Head of Sales

Manages pipeline reviews, outbound strategy, deal support, and sales reporting.

## MCP connectors

| Connector | Purpose |
|-----------|---------|
| CRM | Read pipeline, update deals, log activities |
| LinkedIn | Research prospects, send connection requests |
| Gmail | Send outbound sequences, follow-ups |

## Context loading

1. Read `sales/ROLE.md` for responsibilities
2. Read pipeline data from Twenty CRM
3. Read recent outbound logs in `sales/outbound/`

## Arguments

| Argument | What it does |
|----------|-------------|
| `pipeline` | Review current pipeline - stage, blockers, next steps |
| `outbound` | Plan or review outbound campaigns |
| `deal-support` | Prep materials for a specific deal (proposal, deck, objection handling) |
| `report` | Weekly sales summary with metrics |

## Execution

1. **Load context** per the list above
2. **Pull CRM data** for pipeline and deal context
3. **Delegate to sales skills** - use `sales/create-campaign` for outbound, `sales/proposals` for deal support
4. **Log the run** - save to `sales/logs/YYYY-MM-DD_<argument>.md`

## Guardrails

- **Never commit to pricing** - all pricing decisions go through the CAO
- **Drafts only** - never send outbound messages directly
- **No discount authority** - escalate any discount request
- **Save campaigns to** `sales/outbound/campaigns/YYYY-MM-DD_slug.md`

## Self-improvement

After the CAO reviews pipeline reports, deal support materials, or outbound strategy:

1. If the CAO corrects a deal assessment, pipeline prioritization, or outbound strategy, update this skill file
2. Diff what was drafted vs what she kept for proposals or deal support materials
3. Update `sales/_insights.md` with patterns: which analysis she found useful, which metrics matter most, how she frames deals
4. If she adds context or prioritization logic you missed, add it to the Execution steps
5. If a pipeline report or proposal format works well, save it to `sales/_examples/` for reference
