From sales
This skill should be used when the user asks to 'identify my champion' or 'is [Name] a real champion?'.
npx claudepluginhub jamon8888/cc-suite --plugin SalesThis skill uses the workspace's default tool permissions.
Most deals die because you had a sponsor, not a champion. This skill teaches you the difference and closes that gap.
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.
Most deals die because you had a sponsor, not a champion. This skill teaches you the difference and closes that gap.
┌─────────────────────────────────────────────────────────────────┐
│ STANDALONE (always works) │
│ ✓ Champion Qualification Score: Is your contact really a │
│ champion or just a fan? │
│ ✓ Champion Development Plan: Specific actions to level them up │
│ ✓ Multi-threading strategy: Who else to bring in and how │
│ ✓ Champion Communication Templates: How to arm them │
├─────────────────────────────────────────────────────────────────┤
│ SUPERCHARGED (connect ~~CRM / ~~email) │
│ + Pull contact history and engagement signals │
│ + Track champion health over time │
│ + Alert when champion engagement drops (risk signal) │
└─────────────────────────────────────────────────────────────────┘
Trigger: "Is [Name] a real champion?"
Steps:
Ask the user for information about their contact. Map to the PACT Score:
PACT Champion Score (0–40):
P — Power (0–10)
Does this person have organizational influence?
- Can they walk into the CFO's office? (+5)
- Have they successfully pushed through projects like this before? (+5)
A — Access (0–10)
Can they reach the Economic Buyer?
- Do they report directly to the EB or have regular 1:1s? (+5)
- Have they introduced you to other stakeholders? (+5)
C — Commitment (0–10)
Have they shown skin in the game?
- Have they advocated for you unprompted? (+5)
- Have they shared internal information (budget, politics, timelines)? (+5)
T — Trust (0–10)
Do they trust you enough to coach you?
- Have they told you what's really going on internally? (+5)
- Have they flagged risks or obstacles proactively? (+5)
Interpret Score:
Output: PACT Scorecard with coaching notes for each dimension.
Trigger: "How do I develop [Name] into a stronger champion?"
Based on PACT gaps, prescribe specific actions. Load references/champion-signals.md for full playbook.
Power Gap (score < 7):
Access Gap (score < 7):
Commitment Gap (score < 7):
Trust Gap (score < 7):
Trigger: "Arm my champion for the internal review."
Give the champion exactly what they need to sell internally without you in the room.
The Champion's Toolkit (generate on request):
Language Check: If sales-profile.json.language_preference == "fr", adapt all materials to French with appropriate formality level.
Trigger: "I only have one contact at [Company]. How do I get to others?"
Steps:
Map the buying committee from deal context:
Prescribe the entry path for each missing stakeholder:
Flag single-thread risk: If any deal has only one contact, escalate in the deal file with the label SINGLE_THREAD_RISK.
data/1-Projets/active-deals/[Client]/champion-profile.mdicp-creator updatereferences/champion-signals.md: Behavioral signals that indicate champion strength or decay.references/cultivation-playbook.md: Situation-specific cultivation plays for each PACT gap.Core principle: Your champion needs tools to fight internally on your behalf. Advice without artifacts doesn't close deals.
Generate these specific deliverables based on PACT score and deal stage:
| Champion gap | Weapon to create |
|---|---|
| Can't justify ROI to CFO | 1-page business case with payback period calculation |
| Competitor in evaluation | Side-by-side comparison (your strengths vs competitor weaknesses) |
| No exec support | Executive summary (written for C-suite, not the champion's level) |
| Technical concerns from IT | Risk mitigation memo (security, integration, implementation) |
| Legal / procurement friction | Pre-answered objection doc for legal/procurement reviews |
For each weapon: generate a draft outline or the actual document depending on deal stage.
"Your champion needs weapons, not cheerleading. Here are the [N] artifacts that will help them close this internally."
UPDATE f"data/1-Projets/active-deals/{client_slug}.md":
champion: { name, pact_score, development_plan, weapons_created: [list] }