openads-ai 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,63 @@
1
+ ---
2
+ name: customer-research
3
+ description: Understand your audience before writing a single ad.
4
+ ---
5
+ # Customer Research
6
+
7
+ ## When to Use This Skill
8
+
9
+ Activate when the user needs to:
10
+ - Define or refine their Ideal Customer Profile (ICP)
11
+ - Understand what language their customers use (voice-of-customer)
12
+ - Identify pain points, objections, and buying triggers
13
+ - Research a new market or audience segment before launching ads
14
+
15
+ Read `product-marketing.md` first to check if context already exists.
16
+
17
+ ---
18
+
19
+ ## Research Frameworks
20
+
21
+ ### 1. Jobs To Be Done (JTBD)
22
+ Ask: "When [situation], I want to [motivation], so I can [outcome]."
23
+ This reveals the real reason people buy — not the feature, but the progress they're trying to make.
24
+
25
+ ### 2. Voice-of-Customer Mining
26
+ Pull real language from:
27
+ - G2/Capterra reviews (yours and competitors)
28
+ - Reddit threads in your niche
29
+ - Support tickets and chat logs
30
+ - Sales call transcripts
31
+ - Amazon reviews for adjacent products
32
+
33
+ Use their exact words in ad copy. Customers describe problems better than marketers do.
34
+
35
+ ### 3. The "Five Whys" for Pain Points
36
+ Start with the surface problem and ask "why?" five times to get to the emotional root:
37
+ 1. "Our sales are down" → Why?
38
+ 2. "We're not getting enough leads" → Why?
39
+ 3. "Our ads aren't converting" → Why?
40
+ 4. "We're targeting the wrong people" → Why?
41
+ 5. "We don't actually know who our best customer is" ← This is the real problem.
42
+
43
+ ---
44
+
45
+ ## Output Format
46
+
47
+ When completing customer research, produce a structured brief:
48
+
49
+ ```yaml
50
+ audience:
51
+ who: "" # Job title, demographics, or persona
52
+ situation: "" # What's happening in their life/business right now
53
+ pain_points:
54
+ - "" # Top 3 pains in their own words
55
+ objections:
56
+ - "" # Top 3 reasons they wouldn't buy
57
+ buying_triggers:
58
+ - "" # What makes them start looking for a solution
59
+ success_metric: "" # How they measure if it worked
60
+ language:
61
+ words_they_use: [] # Exact phrases from reviews/forums
62
+ words_to_avoid: [] # Jargon or terms that don't resonate
63
+ ```
@@ -0,0 +1,57 @@
1
+ ---
2
+ name: go-to-market
3
+ description: Plan launches, budget allocation, and channel strategy.
4
+ ---
5
+ # Go-To-Market (GTM) Strategy Skill
6
+
7
+ ## When to Use This Skill
8
+
9
+ Activate when the user is:
10
+ - Launching a new product, service, or campaign
11
+ - Planning GTM budget and distribution channels
12
+ - Designing a value-based pricing model
13
+ - Analyzing Product-Market Fit (PMF)
14
+
15
+ Read `product-marketing.md` first to align with the core Ideal Customer Profile (ICP) and value proposition.
16
+
17
+ ---
18
+
19
+ ## 📈 Product-Market Fit (PMF) Scoring
20
+ Before spending a single dollar on paid ads, verify if the product is ready. Use the **Sean Ellis PMF Survey Rule**:
21
+ * Ask early users: *"How would you feel if you could no longer use this product?"*
22
+ * If **≥ 40%** answer **"Very Disappointed"**, the product has achieved baseline PMF and is ready for paid scaling.
23
+ * If **< 40%**, focus on product improvements, user onboarding, and copy clarity before spending on advertising.
24
+
25
+ ---
26
+
27
+ ## 💰 GTM Budget Allocation
28
+ For early-stage products or new launches, follow the **70 / 20 / 10 Rule** for budget allocation:
29
+
30
+ 1. **70% — Core (Proven Channels & Audiences):**
31
+ * Focus on high-intent search (Google Ads exact match) or highly proven interest cohorts on Meta.
32
+ * Goal: Reliable, low-cost conversions to prove the unit economics.
33
+ 2. **20% — Amplification (New Angles & Audiences):**
34
+ * Test adjacent customer profiles or new platforms (e.g., running LinkedIn Ads if Google is fully saturated).
35
+ * Goal: Discover the next scaling lever.
36
+ 3. **10% — Experimental (High-Risk, High-Reward):**
37
+ * Test bold hooks, sponsorship integrations, or interactive tools.
38
+ * Goal: Uncover unconventional acquisition channels.
39
+
40
+ ---
41
+
42
+ ## 🗺️ Channel Selection Matrix
43
+ Choose paid channels based on where the ICP spends time and how they buy:
44
+
45
+ * **Google Search Ads:** Best for **high-intent buyers** who are actively searching for a solution. Use exact match STAGs (Single Theme Ad Groups).
46
+ * **Meta Ads (FB/IG):** Best for **demand generation** (interruptive marketing). You must explain the problem in the first 3 seconds of video, as users are not actively looking to buy.
47
+ * **LinkedIn Ads:** Best for **B2B products** where buying decisions are based on professional job titles, company size, or industry. Focus on thought leadership or downloadable guides.
48
+ * **Local / Organic:** Best for **organic compound growth** (SEO and community). Must be paired with a clear, benefit-driven value proposition.
49
+
50
+ ---
51
+
52
+ ## 🎯 GTM Launch Checklist
53
+ 1. [ ] **ICP Defined:** Clear understanding of job titles, key pain points, and success metrics.
54
+ 2. [ ] **Value Metric Aligned:** Pricing is structured around how the customer measures success.
55
+ 3. [ ] **Analytics Set Up:** GA4 installed with `generate_lead` or `purchase` events tracking properly.
56
+ 4. [ ] **15 Headlines + 4 Descriptions Drafted:** Ad copy prepared following the benefit-driven structure.
57
+ 5. [ ] **Retargeting Pixel Active:** Meta pixel or Google tag active to capture early traffic.
@@ -0,0 +1,14 @@
1
+ ---
2
+ description: Perform a comprehensive audit of Google Ads campaigns
3
+ ---
4
+
5
+ You are the Google Ads Auditor.
6
+ The user has requested a full audit of their Google Ads account.
7
+
8
+ 1. First, check if the Google Ads MCP is connected. If it is, use `list_accounts` to see available accounts, and `get_campaign_performance` to analyze the top spending campaigns.
9
+ 2. If it is not connected, ask the user to export their campaign, keyword, and search terms reports as CSVs and paste them or provide them to you.
10
+ 3. Apply the `google-ads.md` skill to analyze structure, bidding, quality score, and ad copy.
11
+ 4. Provide a structured report with:
12
+ - 🔴 Critical Issues (e.g. budget bleed, broad match on manual CPC)
13
+ - 🟡 Warnings (e.g. low quality scores, ad groups with too many keywords)
14
+ - 🟢 Opportunities (e.g. adding extensions, improving RSA ad strength)
@@ -0,0 +1,14 @@
1
+ ---
2
+ description: Launch the configuration wizard for an autonomous marketing iteration loop
3
+ ---
4
+
5
+ You are the Autoresearch planner. The user wants to set up an autonomous loop to iterate on marketing assets (ad copy, landing pages, hypotheses).
6
+
7
+ Your task is to ask the user 3 questions to define the boundaries of the loop. Ask them one by one, or if they provided enough context upfront, draft the plan for them.
8
+
9
+ The 3 things you need to define:
10
+ 1. **The Goal**: What exactly are we generating or optimizing? (e.g. "Generate 50 headlines", "Find 3 ad variants with Excellent strength")
11
+ 2. **The Metric**: How will we score them? (e.g. "Character limits + PAS framework", or using an MCP tool)
12
+ 3. **The Scope**: What are the strict constraints? (e.g. "Must mention our main differentiator, no clickbait")
13
+
14
+ Once you have these 3 things, output a final **Autoresearch Plan** block and ask the user if they want to start the loop.
@@ -0,0 +1,10 @@
1
+ ---
2
+ description: Create a comprehensive Go-To-Market strategy for your product
3
+ ---
4
+
5
+ You are the Go-To-Market Strategist.
6
+ The user wants to plan their launch or distribution strategy.
7
+
8
+ 1. Read `product-marketing.md` to understand the product value proposition and ICP.
9
+ 2. Apply the `go-to-market.md` strategy skill to evaluate Product-Market Fit scoring, budget allocation rules (70/20/10 rule), and target channel strategies.
10
+ 3. Guide the marketer through drafting their GTM strategy document and custom launch checklist.
@@ -0,0 +1,13 @@
1
+ ---
2
+ description: Generate high-performing ad copy for any platform
3
+ ---
4
+
5
+ You are the Ad Copywriter.
6
+ The user wants you to write ad copy.
7
+
8
+ 1. Ask them which platform (Google Ads, Meta, TikTok, LinkedIn) if they haven't specified.
9
+ 2. Read `product-marketing.md` to understand the core value prop and ICP.
10
+ 3. Apply the relevant skill for the chosen platform (e.g., `google-ads.md` for RSAs, `meta-ads.md` for Facebook feeds).
11
+ 4. Apply the `copywriting.md` and `ad-creative.md` skills to ensure strong hooks and clear benefits.
12
+ 5. Provide at least 3 distinct angles or variants (e.g., Pain, Social Proof, Curiosity).
13
+ 6. If the MCP for that platform is connected, offer to draft the ads directly to their account (paused) for their review.