performance-digest
Generate executive-ready marketing performance summaries with insights, trends, and prioritized recommendations
What this skill does
# performance-digest
Generate executive-ready performance summaries with insights and recommendations.
## Triggers
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
- "KPIs" / "MQL" / "SQL" / "CAC" / "LTV" → marketing metrics shorthand
- "funnel report" → marketing funnel analysis
## Purpose
This skill generates clear, actionable performance summaries by:
- Aggregating metrics across all marketing channels
- Highlighting key wins and areas of concern
- Providing context through comparisons and trends
- Translating data into strategic insights
- Delivering recommendations with priority
## Behavior
When triggered, this skill:
1. **Determines report scope**:
- Time period (daily, weekly, monthly, quarterly)
- Audience level (team, manager, executive)
- Focus area (overall, channel, campaign)
2. **Aggregates metrics**:
- Pull data from data-pipeline
- Calculate period-over-period changes
- Compare against targets
3. **Identifies highlights**:
- Top performers
- Underperformers
- Anomalies and outliers
- Trend shifts
4. **Generates insights**:
- Why metrics moved
- What it means for business
- What action to take
5. **Formats for audience**:
- Executive: High-level, strategic
- Manager: Tactical, actionable
- Team: Detailed, operational
## Report Types
### Daily Digest
```yaml
daily_digest:
audience: marketing_team
time: 9:00 AM
length: 2 minutes read
sections:
- yesterday_snapshot
- notable_changes
- today_priorities
- quick_wins
metrics:
- spend_vs_budget
- conversions
- anomalies
```
### Weekly Summary
```yaml
weekly_summary:
audience: marketing_manager
time: Monday 8:00 AM
length: 5 minutes read
sections:
- week_performance
- channel_breakdown
- campaign_highlights
- next_week_focus
metrics:
- all_core_kpis
- week_over_week
- trend_analysis
```
### Monthly Report
```yaml
monthly_report:
audience: marketing_leadership
time: 1st of month
length: 10 minutes read
sections:
- executive_summary
- goal_progress
- channel_performance
- campaign_analysis
- competitive_context
- recommendations
metrics:
- all_kpis
- month_over_month
- year_over_year
- target_vs_actual
```
### Quarterly Review
```yaml
quarterly_review:
audience: c_suite
time: End of quarter
length: 15 minutes read
sections:
- quarter_highlights
- business_impact
- market_position
- strategic_progress
- next_quarter_plan
- investment_request
metrics:
- revenue_impact
- market_share
- brand_metrics
- efficiency_ratios
```
## Report Templates
### Executive Summary Template
```markdown
# Marketing Performance Summary
**Period**: [Date Range]
**Prepared For**: [Audience]
**Prepared By**: performance-digest skill
---
## At a Glance
| KPI | Actual | Target | Status |
|-----|--------|--------|--------|
| Revenue | $X | $Y | ✅ 110% |
| New Customers | X | Y | ⚠️ 95% |
| CAC | $X | $Y | ✅ -8% |
| ROAS | X.Xx | Y.Yx | ❌ 85% |
**Overall Status**: On Track / At Risk / Behind
---
## Key Wins 🎯
1. **[Win Title]**
- Result: [Metric achieved]
- Impact: [Business impact]
- Credit: [Team/campaign]
2. **[Win Title]**
- Result: [Metric achieved]
- Impact: [Business impact]
---
## Areas of Concern ⚠️
1. **[Issue Title]**
- Current: [Metric]
- Target: [Target]
- Gap: [X%]
- Action: [Recommendation]
---
## Channel Performance
| Channel | Spend | Revenue | ROAS | vs Target |
|---------|-------|---------|------|-----------|
| Paid Search | $X | $Y | Z.Zx | ✅ +12% |
| Paid Social | $X | $Y | Z.Zx | ⚠️ -5% |
| Email | $X | $Y | Z.Zx | ✅ +25% |
| Organic | $0 | $Y | - | ✅ +8% |
---
## Top Campaigns
| Rank | Campaign | Revenue | ROAS | Notes |
|------|----------|---------|------|-------|
| 1 | [Name] | $X | Z.Zx | [Insight] |
| 2 | [Name] | $X | Z.Zx | [Insight] |
| 3 | [Name] | $X | Z.Zx | [Insight] |
---
## Trends
### Positive Trends ↑
- [Trend 1]: [X% improvement over Y period]
- [Trend 2]: [X% improvement over Y period]
### Concerning Trends ↓
- [Trend 1]: [X% decline over Y period]
- [Trend 2]: [X% decline over Y period]
---
## Recommendations
### Immediate Actions (This Week)
1. [ ] [Action] - Expected impact: [X%]
2. [ ] [Action] - Expected impact: [X%]
### Strategic Recommendations (This Quarter)
1. [ ] [Recommendation] - Investment: $X, ROI: Y%
2. [ ] [Recommendation] - Investment: $X, ROI: Y%
---
## Next Period Outlook
- **Target**: [Key goal]
- **Focus**: [Priority areas]
- **Risks**: [Key risks to monitor]
- **Opportunities**: [Growth opportunities]
```
### Daily Digest Template
```markdown
# Daily Marketing Digest
**Date**: 2025-12-08
**Prepared**: 9:00 AM
---
## Yesterday's Snapshot
| Metric | Yesterday | Avg (7d) | Status |
|--------|-----------|----------|--------|
| Spend | $4,523 | $4,200 | +8% |
| Impressions | 245K | 220K | +11% |
| Clicks | 3,421 | 3,100 | +10% |
| Conversions | 87 | 75 | +16% |
**Overall**: Strong day, above average on all metrics
---
## Notable Changes
### ✅ Wins
- Email campaign "Holiday Sale" hit 32% open rate (vs 24% avg)
- LinkedIn ads CPC dropped 15% with new creative
### ⚠️ Watch
- Google Ads CTR down 8% - reviewing ad copy
- Instagram reach declined for 3rd day
### 🚨 Action Needed
- Facebook ad account approaching spending limit
- [Action: Increase daily budget]
---
## Today's Priorities
1. [ ] Review and approve new ad creative for launch
2. [ ] Increase FB budget to avoid delivery issues
3. [ ] Prep weekly report for 10am team meeting
---
## Quick Stats
```
Budget Pacing: ████████████████░░░░ 78% spent, 80% of month
Conversion Goal: ████████████████░░░░ 82% achieved
```
```
## Insight Generation
### Performance Insights
```yaml
insight_types:
win:
template: "[Metric] exceeded target by [X%] driven by [cause]"
example: "Email revenue exceeded target by 25% driven by holiday campaign"
concern:
template: "[Metric] fell [X%] below target due to [cause], recommend [action]"
example: "CAC rose 15% above target due to increased competition, recommend testing new channels"
trend:
template: "[Metric] has [increased/decreased] [X%] over [period], indicating [interpretation]"
example: "Organic traffic has increased 12% over 3 months, indicating SEO investments paying off"
anomaly:
template: "[Metric] showed unusual [spike/drop] of [X%] on [date], likely due to [cause]"
example: "Conversions showed unusual spike of 200% on Friday, likely due to influencer mention"
```
### Context Additions
```yaml
context_types:
comparison:
- vs_target: "Target: $X, Actual: $Y (Z%)"
- vs_prior_period: "vs Last Week: +X%"
- vs_prior_year: "vs Last Year: +X%"
- vs_industry: "Industry Avg: X%, Our Performance: Y%"
benchmark:
- channel_benchmark: "Email avg open rate: 21%, Ours: 28%"
- competitor_context: "While competitors pulled back spend, we maintained"
explanation:
- why_up: "Driven by [factor1], [factor2]"
- why_down: "Impacted by [factor1], [factor2]"
- external_factor: "Industry-wide due to [event]"
```
## Usage Examples
### Weekly Summary
```
User: "Weekly performance summary"
Skill generates:
1. Aggregate week's data
2. Compare to prior week
3. Highlight wins/concerns
4. Generate recommendations
Output:
"Weekly Marketing Performance
Week of Dec 2-8, 2025
Summary:
- Revenue: $342,100 (+22% vs last week)
- Spend: $125,432 (+12%)
- ROAS: 2.73x (target: 2.5x) ✅
- New Customers: 3,421 (+8%)
Top Win:
Holiday email campaign drove $45K revenue (32% of total)
with industry-leading 28% open rate
Area of Concern:
Paid social ROAS declined to 2.1x (from 2.5x)
- Cause: Increased competition during holiday
- Action: Refresh creative, test new audiences
Recommendations:
1. Double down on email (highest ROAS at 8.Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.