From sales
Use when the user asks to 'create sequence for [Persona]', 'draft outbound campaign', 'write a cold email sequence'. Loads ICP and Voice DNA before writing — a sequence in the wrong voice converts 3× worse.
npx claudepluginhub jamon8888/cc-suite --plugin SalesThis skill uses the workspace's default tool permissions.
```python
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
base = SOLO_ROOT if solo_installed else SALES_ROOT
icp = read(f"{base}/data/2-Domaines/icp.json")
voice_dna = read(f"{base}/data/2-Domaines/voice-dna.json")
profile = read("data/2-Domaines/sales-profile.json")
Report:
Sequence context loaded:
ICP target: [role + company type from icp.json]
Voice tone: [tone descriptor from voice-dna.json — e.g., "direct, data-first, no-fluff"]
Language: [EN/FR/Bilingual from sales-profile.json]
Methodology: [MEDDIC/SPIN/etc. from sales-profile.json]
From references/blueprints.md:
| Blueprint | Best for | Steps |
|---|---|---|
| Aggeggio | Senior buyers, consultative sale | 3 touches — value-heavy |
| Spears | Shorter sales cycle, clear pain | 5 touches — punchy |
| Omni | Full pipeline building | 15-day multi-channel assault |
Select with rationale: "Using [Spears] because [the persona has a short decision window and clear cost pain]."
For each step, define:
Angles to rotate across steps (never repeat the same angle):
Apply voice-dna.json to every message:
Subject line: 3 variants per email, testing different psychological angles:
Option A [Specificity]: "[Precise number or outcome]"
Option B [Curiosity]: "[Question that opens a loop]"
Option C [Pain]: "[Their problem as a cost or risk]"
Recommended: Option [X] — because [rationale based on persona seniority]
Always include:
"Last note from me — [first name]. Timing might just be off. I'll leave you with [one specific resource / insight relevant to their situation]. If this ever becomes a priority, my door's open."
No pitch. No ask. Just value and a clean exit.
Before delivering the sequence, flag and fix:
/sales:prospect sequence, outbound-campaign-architect agent