/head-of-sales
Manages pipeline reviews, outbound strategy, deal support, and sales reporting.
$ npx -y skills add getnao/sylph --skill head-of-sales --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/head-of-sales
Context preview
The summary Claude sees to decide when to auto-load this skill.
Manages pipeline reviews, outbound strategy, deal support, and sales reporting.
SKILL.md
head-of-sales.SKILL.mdHead 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
Read more
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
The open-source company brain. Run your entire company with AI agents, skills, and a self-improving context.
Repo: getnao/sylph
Other skills on sylph.
- /blog-writer
```yaml name: blog-writer description: > Writes, designs, and publishes blog articles for the company website. Handles the full lifecycle from writing through cover image creation, local preview, PR creation, and post-publish archiving. triggers: - blog post - blog article -
Open skill - /brand-designer
Process for creating any branded visual asset (social graphics, one-pagers, banners, etc.).
Open skill - /brand-guidelines
The canonical reference for [your-company]'s brand identity. Load this before creating any branded content.
Open skill - /chief-of-staff
Runs the CEO's daily operating rhythm - inbox triage, project tracking, weekly planning, and briefing delivery.
Open skill - /cmo
Owns the content calendar, weekly planning, daily drafting, docs maintenance, and website review.
Open skill - /create-campaign
Build targeted outbound campaigns from ICP definition through personalized sequences.
Open skill

