From sales
Use when the user asks to 'create LinkedIn post', 'write LinkedIn content', 'LinkedIn carousel', 'draft authority post'. Loads Voice DNA and ICP vocabulary before writing — LinkedIn content in the wrong voice performs 3-5× 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
voice_dna = read(f"{base}/data/2-Domaines/voice-dna.json")
icp = read(f"{base}/data/2-Domaines/icp.json")
profile = read("data/2-Domaines/sales-profile.json")
Report before writing:
Content context loaded:
Voice: [tone from voice-dna — e.g., "direct, no fluff, data-first"]
Audience: [ICP role/industry from icp.json]
Language: [EN/FR/Bilingual]
Forbidden words: [from voice-dna.forbidden_words]
Before writing, apply the core test:
"Can the reader use this to save 2 hours of work today, or make a better decision this week?"
If no: shift from insight-post to utility-post:
The difference: the utility post contains a usable artifact (framework, checklist, template, formula) the reader keeps.
From references/hook-library.md:
Formula A — Contrarian Leader (highest authority)
"[Accepted Truth] is the reason you're failing at [Result]." EN: "Asking for the meeting is why you lose deals." FR: "Demander le meeting, c'est la raison pour laquelle vous perdez des deals."
Formula B — Evidence-Based (highest credibility)
"From [Metric A] to [Metric B] in [Time]. Here's how:"
Formula C — Value-First (highest utility)
"The [N]-step [framework] for [specific result] (no fluff):"
Pick the formula based on post type. The hook must create a narrative gap that forces "See More."
Standard post:
Carousel blueprint — from references/carousel-blueprint.md:
Rewrite the draft applying voice-dna.json:
Flag and fix before delivering:
Self-score before delivering:
Save-worthy test: [Pass/Fail]
Reason: "[The specific artifact or insight the reader keeps]"
Hook formula used: [A/B/C]
Estimated engagement type: [Comments (debate) / Saves (utility) / Shares (identity)]
/sales:linkedin post, linkedin-orchestrator