Marketing Report Generator
Generate a client-ready MARKETING-REPORT.md that compiles available marketing audit data into scores, findings, recommendations, revenue-impact estimates, and a prioritized action plan.
Invocation Triggers
Use this skill when the user:
- Runs
/market report or /market report <domain>.
- Wants a full marketing report, marketing assessment, scorecard, or client-ready analysis document.
- Has completed one or more market audit skills and wants the findings compiled.
- Needs a Markdown report with executive summary, score breakdown, deep dives, action plan, and roadmap.
Required Input Contract
Collect or infer:
- Company, domain, product, audience, and report date.
- Available source files and audit outputs.
- Report audience: founder, client, marketing team, executive, or operator.
- Known business model, average deal value, conversion metrics, traffic, and current channels when available.
- Competitor data, SEO data, CRO findings, content findings, social findings, email findings, and ad findings when available.
- Whether estimates are allowed or whether the report must only use verified data.
If no prior data exists, tell the user and offer to run a quick audit first, generate from provided information, or create a fill-in report template.
Source Data Discovery
Check for:
MARKETING-AUDIT.md
LANDING-CRO.md
SEO-AUDIT.md
BRAND-VOICE.md
COMPETITOR-ANALYSIS.md
FUNNEL-ANALYSIS.md
CONTENT-AUDIT.md
AD-AUDIT.md
SOCIAL-AUDIT.md
EMAIL-AUDIT.md
Use specific findings when available. Label assumptions, estimates, missing data, and confidence levels.
Core Report Workflow
- Collect and inspect available source data.
- Calculate the six-category scorecard:
- Website & Conversion, 25%.
- SEO & Organic, 20%.
- Content & Messaging, 15%.
- Social Media & Community, 15%.
- Email & Automation, 15%.
- Paid Advertising, 10%.
- Write category deep dives with score, evidence, what is working, gaps, recommendations, and revenue impact.
- Add competitor comparison when competitor data exists.
- Summarize content quality, conversion optimization, and SEO health.
- Build prioritized action plan: this week, this month, this quarter.
- Build 30-60-90 day roadmap.
- Add appendix with methodology, tools, glossary, data sources, assumptions, and limitations.
- Write the final report to
MARKETING-REPORT.md.
See report-workflow.md for the detailed workflow and category deep-dive guidance.
Scoring and Estimation Rules
- Use the weighted scorecard formula:
Overall Score = (Website * 0.25) + (SEO * 0.20) + (Content * 0.15) + (Social * 0.15) + (Email * 0.15) + (Paid * 0.10)
- Use verified source data where available.
- Do not invent metrics, traffic, conversion rates, revenue, competitors, or tool results.
- If estimating revenue impact, label assumptions and confidence.
- Keep estimates conservative unless the user provides verified inputs.
- If a category has no evidence, mark it as insufficient data instead of fabricating certainty.
See scorecard-and-estimation.md for scoring tables, rating bands, and revenue-impact formulas.
Output Expectations
Create MARKETING-REPORT.md with:
- Executive summary.
- Overall marketing score and rating.
- Score breakdown table.
- Top 3 priority actions.
- Detailed findings for all scored categories.
- Competitor comparison when data exists.
- SEO snapshot.
- Conversion optimization summary.
- Revenue impact summary.
- Prioritized action plan.
- 30-60-90 day roadmap.
- Appendix with methodology, tools, glossary, and data sources.
See report-template.md for the full Markdown structure.
Safety and Quality Constraints
- Do not include private context, personal identifiers, credentials, tokens, API keys, session records, or local paths.
- Use placeholders for missing client, revenue, or analytics values.
- Do not present estimates as facts.
- Lead with insights and growth opportunities, not blame.
- Make recommendations specific enough to execute.
- Preserve professional formatting with consistent headings, tables, checkboxes, and clear hierarchy.
- Reference source findings and dates where available.
Validation Rules
Before completion:
- Confirm
MARKETING-REPORT.md exists and follows the output contract.
- Check every score has evidence, assumption, or insufficient-data labeling.
- Confirm weighted overall score matches category scores.
- Verify all revenue-impact claims have inputs and confidence.
- Ensure action items have impact, effort, expected result, and priority.
- Confirm no private data or unsupported claims entered the report.
Minimal Examples
/market report example.com
Create a client-ready marketing report from the existing audit files.
Compile SEO-AUDIT.md, LANDING-CRO.md, and COMPETITOR-ANALYSIS.md into MARKETING-REPORT.md with a 30-60-90 plan.
Reference Map
- Detailed workflow, source gathering, category deep dives, competitor/content/CRO/SEO summaries: report-workflow.md
- Scorecard tables, rating bands, revenue impact estimation: scorecard-and-estimation.md
- Full
MARKETING-REPORT.md output template: report-template.md
- Prioritized action plan and 30-60-90 roadmap details: action-plan-and-roadmap.md
- Report-quality principles and public-safe examples: examples-and-principles.md
1---2name: market-report3description: Marketing report generator (Markdown) compiling audit data into client-ready documents with scores and action plans.4---56# Marketing Report Generator78Generate a client-ready `MARKETING-REPORT.md` that compiles available marketing audit data into scores, findings, recommendations, revenue-impact estimates, and a prioritized action plan.910## Invocation Triggers1112Use this skill when the user:1314- Runs `/market report` or `/market report <domain>`.15- Wants a full marketing report, marketing assessment, scorecard, or client-ready analysis document.16- Has completed one or more market audit skills and wants the findings compiled.17- Needs a Markdown report with executive summary, score breakdown, deep dives, action plan, and roadmap.1819## Required Input Contract2021Collect or infer:2223- Company, domain, product, audience, and report date.24- Available source files and audit outputs.25- Report audience: founder, client, marketing team, executive, or operator.26- Known business model, average deal value, conversion metrics, traffic, and current channels when available.27- Competitor data, SEO data, CRO findings, content findings, social findings, email findings, and ad findings when available.28- Whether estimates are allowed or whether the report must only use verified data.2930If no prior data exists, tell the user and offer to run a quick audit first, generate from provided information, or create a fill-in report template.3132## Source Data Discovery3334Check for:3536- `MARKETING-AUDIT.md`37- `LANDING-CRO.md`38- `SEO-AUDIT.md`39- `BRAND-VOICE.md`40- `COMPETITOR-ANALYSIS.md`41- `FUNNEL-ANALYSIS.md`42- `CONTENT-AUDIT.md`43- `AD-AUDIT.md`44- `SOCIAL-AUDIT.md`45- `EMAIL-AUDIT.md`4647Use specific findings when available. Label assumptions, estimates, missing data, and confidence levels.4849## Core Report Workflow50511. Collect and inspect available source data.522. Calculate the six-category scorecard:53 - Website & Conversion, 25%.54 - SEO & Organic, 20%.55 - Content & Messaging, 15%.56 - Social Media & Community, 15%.57 - Email & Automation, 15%.58 - Paid Advertising, 10%.593. Write category deep dives with score, evidence, what is working, gaps, recommendations, and revenue impact.604. Add competitor comparison when competitor data exists.615. Summarize content quality, conversion optimization, and SEO health.626. Build prioritized action plan: this week, this month, this quarter.637. Build 30-60-90 day roadmap.648. Add appendix with methodology, tools, glossary, data sources, assumptions, and limitations.659. Write the final report to `MARKETING-REPORT.md`.6667See [report-workflow.md](references/report-workflow.md) for the detailed workflow and category deep-dive guidance.6869## Scoring and Estimation Rules7071- Use the weighted scorecard formula:7273```text74Overall Score = (Website * 0.25) + (SEO * 0.20) + (Content * 0.15) + (Social * 0.15) + (Email * 0.15) + (Paid * 0.10)75```7677- Use verified source data where available.78- Do not invent metrics, traffic, conversion rates, revenue, competitors, or tool results.79- If estimating revenue impact, label assumptions and confidence.80- Keep estimates conservative unless the user provides verified inputs.81- If a category has no evidence, mark it as insufficient data instead of fabricating certainty.8283See [scorecard-and-estimation.md](references/scorecard-and-estimation.md) for scoring tables, rating bands, and revenue-impact formulas.8485## Output Expectations8687Create `MARKETING-REPORT.md` with:8889- Executive summary.90- Overall marketing score and rating.91- Score breakdown table.92- Top 3 priority actions.93- Detailed findings for all scored categories.94- Competitor comparison when data exists.95- SEO snapshot.96- Conversion optimization summary.97- Revenue impact summary.98- Prioritized action plan.99- 30-60-90 day roadmap.100- Appendix with methodology, tools, glossary, and data sources.101102See [report-template.md](references/report-template.md) for the full Markdown structure.103104## Safety and Quality Constraints105106- Do not include private context, personal identifiers, credentials, tokens, API keys, session records, or local paths.107- Use placeholders for missing client, revenue, or analytics values.108- Do not present estimates as facts.109- Lead with insights and growth opportunities, not blame.110- Make recommendations specific enough to execute.111- Preserve professional formatting with consistent headings, tables, checkboxes, and clear hierarchy.112- Reference source findings and dates where available.113114## Validation Rules115116Before completion:117118- Confirm `MARKETING-REPORT.md` exists and follows the output contract.119- Check every score has evidence, assumption, or insufficient-data labeling.120- Confirm weighted overall score matches category scores.121- Verify all revenue-impact claims have inputs and confidence.122- Ensure action items have impact, effort, expected result, and priority.123- Confirm no private data or unsupported claims entered the report.124125## Minimal Examples126127```text128/market report example.com129Create a client-ready marketing report from the existing audit files.130Compile SEO-AUDIT.md, LANDING-CRO.md, and COMPETITOR-ANALYSIS.md into MARKETING-REPORT.md with a 30-60-90 plan.131```132133## Reference Map134135- Detailed workflow, source gathering, category deep dives, competitor/content/CRO/SEO summaries: [report-workflow.md](references/report-workflow.md)136- Scorecard tables, rating bands, revenue impact estimation: [scorecard-and-estimation.md](references/scorecard-and-estimation.md)137- Full `MARKETING-REPORT.md` output template: [report-template.md](references/report-template.md)138- Prioritized action plan and 30-60-90 roadmap details: [action-plan-and-roadmap.md](references/action-plan-and-roadmap.md)139- Report-quality principles and public-safe examples: [examples-and-principles.md](references/examples-and-principles.md)