Marketing Ideas
139+ proven marketing strategies with implementation guidance matched to stage, budget, and goals. This file is a lean map — browse the full tactic catalog and frameworks in the references below.
Core Capabilities
- Curated idea selection — match 3-5 of 92 cataloged tactics to a team's stage, budget, goal, and timeline
- Campaign ideation — run structured sessions that generate, score, and brief fresh ideas against constraints
- Trend analysis — identify emerging trends and evaluate them for relevance, risk, and brand fit before committing
- Prioritization & briefing — score ideas on impact/effort/alignment and produce execution-ready implementation briefs
When to Use
- Brainstorming marketing or growth ideas for a specific stage, budget, or goal
- Planning a growth strategy and needing a curated shortlist instead of a generic dump
- Running a campaign ideation session that needs structure and scoring
- Evaluating whether to act on an emerging marketing trend
Quick Start
Get Curated Ideas for Your Situation
- Define your stage (pre-launch, early, growth, scale)
- Define your budget (free, low, medium, high)
- Define your goal (leads, authority, retention, awareness)
- Use the filtering tables in
references/idea-catalog.md to find 3-5 matching ideas
- For each idea: review implementation steps, expected timeline, and resource requirements
Run a Campaign Ideation Session
- Define the campaign objective and constraints
- Use the Campaign Ideation Framework (
references/ideation-and-trends.md) to generate 15-20 raw ideas
- Score each idea on effort, impact, and alignment
- Select the top 3-5 for execution planning
- Build implementation briefs for each selected idea
References
Load the reference that matches the task — keep this file lean and pull detail on demand:
- references/idea-catalog.md — the full catalog of 92 tactics across 11 categories, plus cross-reference tables by stage, budget, timeline, and goal. Read when selecting which ideas fit a specific situation.
- references/ideation-and-trends.md — the 4-step Campaign Ideation Framework (constraints, raw ideas, scoring, implementation brief) and the Trend Analysis Methodology (sources and evaluation). Read when running an ideation session or assessing a trend.
- references/playbook-and-troubleshooting.md — 10 best practices, a troubleshooting table for common failure modes, and success criteria for an idea-selection cycle. Read when refining your process or diagnosing underperformance.
Keywords
marketing ideas, growth ideas, marketing strategies, marketing tactics, campaign ideation, creative brainstorming, trend analysis, growth marketing, content marketing ideas, social media ideas, email marketing ideas, paid advertising ideas, partnership marketing, product-led growth, unconventional marketing, guerrilla marketing, viral marketing, community marketing, developer marketing
Scripts
| Script |
Purpose |
Usage |
scripts/idea_scorer.py |
Score and prioritize marketing ideas by impact, effort, and alignment |
python scripts/idea_scorer.py ideas.json --stage growth --budget medium --goal leads |
scripts/campaign_brief_generator.py |
Generate structured campaign briefs from parameters |
python scripts/campaign_brief_generator.py config.json --demo |
scripts/trend_evaluator.py |
Evaluate marketing trends for relevance, risk, and actionability |
python scripts/trend_evaluator.py trends.json --demo |
Integration Points
- Marketing Context — Use as the foundation before brainstorming. Ideas work better when matched to ICP and positioning.
- Content Strategy — Use when the chosen tactic is content/SEO and a full topic plan is needed.
- Paid Ads — Use when the chosen tactic involves paid advertising campaigns.
- Social Content — Use when the chosen idea involves social media execution.
- Cold Email — Use when the chosen tactic is outbound email outreach.
- Campaign Analytics — Use to measure the performance of implemented ideas.
Scope & Limitations
In Scope: 139+ marketing ideas organized by category/stage/budget/timeline, campaign ideation frameworks, idea scoring and prioritization, campaign brief generation, trend identification and evaluation, quick win identification, PLG strategy ideas.
Out of Scope: Detailed implementation for each idea (see channel-specific skills), budget allocation optimization (see marketing-analyst skill), execution tracking and analytics (see campaign-analytics skill), content creation (see content-creator skill).
Limitations: This skill provides strategy and ideas, not execution. Each idea requires a channel-specific skill for full implementation. Impact estimates (High/Medium/Low) are directional based on benchmarks; actual results depend on execution quality, market fit, and timing. Trend evaluation is subjective and should be combined with data analysis.
1---2name: marketing-ideas-43description: Library of 139+ proven marketing strategies organized by category, stage, budget, and timeline across content, SEO, paid, social, email, and growth. Use when brainstorming marketing ideas, planning growth strategies, or ideating campaigns.4license: MIT5---6# Marketing Ideas
7
8139+ proven marketing strategies with implementation guidance matched to stage, budget, and goals. This file is a lean map — browse the full tactic catalog and frameworks in the references below.
9
10## Core Capabilities
11
12- **Curated idea selection** — match 3-5 of 92 cataloged tactics to a team's stage, budget, goal, and timeline
13- **Campaign ideation** — run structured sessions that generate, score, and brief fresh ideas against constraints
14- **Trend analysis** — identify emerging trends and evaluate them for relevance, risk, and brand fit before committing
15- **Prioritization & briefing** — score ideas on impact/effort/alignment and produce execution-ready implementation briefs
16
17## When to Use
18
19- Brainstorming marketing or growth ideas for a specific stage, budget, or goal
20- Planning a growth strategy and needing a curated shortlist instead of a generic dump
21- Running a campaign ideation session that needs structure and scoring
22- Evaluating whether to act on an emerging marketing trend
23
24## Quick Start
25
26### Get Curated Ideas for Your Situation
27
281. Define your stage (pre-launch, early, growth, scale)
292. Define your budget (free, low, medium, high)
303. Define your goal (leads, authority, retention, awareness)
314. Use the filtering tables in `references/idea-catalog.md` to find 3-5 matching ideas
325. For each idea: review implementation steps, expected timeline, and resource requirements
33
34### Run a Campaign Ideation Session
35
361. Define the campaign objective and constraints
372. Use the Campaign Ideation Framework (`references/ideation-and-trends.md`) to generate 15-20 raw ideas
383. Score each idea on effort, impact, and alignment
394. Select the top 3-5 for execution planning
405. Build implementation briefs for each selected idea
41
42## References
43
44Load the reference that matches the task — keep this file lean and pull detail on demand:
45
46- **[references/idea-catalog.md](references/idea-catalog.md)** — the full catalog of 92 tactics across 11 categories, plus cross-reference tables by stage, budget, timeline, and goal. Read when selecting which ideas fit a specific situation.
47- **[references/ideation-and-trends.md](references/ideation-and-trends.md)** — the 4-step Campaign Ideation Framework (constraints, raw ideas, scoring, implementation brief) and the Trend Analysis Methodology (sources and evaluation). Read when running an ideation session or assessing a trend.
48- **[references/playbook-and-troubleshooting.md](references/playbook-and-troubleshooting.md)** — 10 best practices, a troubleshooting table for common failure modes, and success criteria for an idea-selection cycle. Read when refining your process or diagnosing underperformance.
49
50## Keywords
51
52marketing ideas, growth ideas, marketing strategies, marketing tactics, campaign ideation, creative brainstorming, trend analysis, growth marketing, content marketing ideas, social media ideas, email marketing ideas, paid advertising ideas, partnership marketing, product-led growth, unconventional marketing, guerrilla marketing, viral marketing, community marketing, developer marketing
53
54## Scripts
55
56| Script | Purpose | Usage |
57|--------|---------|-------|
58| `scripts/idea_scorer.py` | Score and prioritize marketing ideas by impact, effort, and alignment | `python scripts/idea_scorer.py ideas.json --stage growth --budget medium --goal leads` |
59| `scripts/campaign_brief_generator.py` | Generate structured campaign briefs from parameters | `python scripts/campaign_brief_generator.py config.json --demo` |
60| `scripts/trend_evaluator.py` | Evaluate marketing trends for relevance, risk, and actionability | `python scripts/trend_evaluator.py trends.json --demo` |
61
62## Integration Points
63
64- **Marketing Context** — Use as the foundation before brainstorming. Ideas work better when matched to ICP and positioning.
65- **Content Strategy** — Use when the chosen tactic is content/SEO and a full topic plan is needed.
66- **Paid Ads** — Use when the chosen tactic involves paid advertising campaigns.
67- **Social Content** — Use when the chosen idea involves social media execution.
68- **Cold Email** — Use when the chosen tactic is outbound email outreach.
69- **Campaign Analytics** — Use to measure the performance of implemented ideas.
70
71## Scope & Limitations
72
73**In Scope:** 139+ marketing ideas organized by category/stage/budget/timeline, campaign ideation frameworks, idea scoring and prioritization, campaign brief generation, trend identification and evaluation, quick win identification, PLG strategy ideas.
74
75**Out of Scope:** Detailed implementation for each idea (see channel-specific skills), budget allocation optimization (see marketing-analyst skill), execution tracking and analytics (see campaign-analytics skill), content creation (see content-creator skill).
76
77**Limitations:** This skill provides strategy and ideas, not execution. Each idea requires a channel-specific skill for full implementation. Impact estimates (High/Medium/Low) are directional based on benchmarks; actual results depend on execution quality, market fit, and timing. Trend evaluation is subjective and should be combined with data analysis.