From sales
Use when the user asks for 'morning briefing', 'daily brief', 'what's on my plate today', 'wrap up my day'. Reads pipeline and deal files automatically β a briefing generated without data is a to-do list template, not intelligence.
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
# Core pipeline data
deals = glob("data/1-Projets/active-deals/*.md")
pipeline = read(f"{base}/data/1-Projets/pipeline.md") # if Solo installed
signals = read("data/1-Projets/signals/today-signals.md") # from signal-trapper-agent
prep_files = glob("data/1-Projets/active-deals/*-prep-*.md") # from call-prep
profile = read("data/2-Domaines/sales-profile.json")
Opening 3-number snapshot (always):
π [Date] β Sales Pulse
Active deals: [N] worth β¬[weighted pipeline]
Outstanding: β¬[X] in open proposals
Overdue follow-ups: [N] (last touch >7 days)
From deal files, surface:
If data/1-Projets/signals/today-signals.md exists (written overnight by signal-trapper-agent):
π Overnight Signals
[Company A]: [signal type] β [play recommendation]
[Company B]: [signal type] β [outreach draft ready]
If no signals file: "(No overnight signals β run signal-trapper-agent to monitor accounts)"
If calendar connected: auto-pull.
If not: check data/1-Projets/active-deals/ for any prep files dated today.
For each meeting found, link to the call-prep brief:
"2pm β TechStart discovery (prep brief ready: data/1-Projets/active-deals/techstart-prep-[today].md)"
Rank by: revenue impact Γ urgency Γ relationship risk
Today's Top 3:
1. [Action] β [Deal / β¬value] β [Why today, not tomorrow]
2. [Action] β [Deal / relationship stake] β [Deadline or signal]
3. [Action] β [Pipeline health / strategic] β [Context]
Trigger: "wrap up my day" / "end of day" / "eod brief"
π Day Wrap β [Date]
Completed:
[Actions taken β from today's priority list]
Open items (carry to tomorrow):
[Anything not done, re-prioritized]
Tomorrow's top 3:
[Derived from pipeline state + any new signals]
| Mode | Trigger | Length |
|---|---|---|
| Full briefing | default | 3-section output |
| Quick brief | "quick brief" / "tldr" | 3 bullets only |
| EOD | "wrap up" / "end of day" | Day summary + tomorrow |
/sales:pipeline brief, morning cadence