start-vibing-stacks 2.29.0 → 2.31.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.
- package/dist/setup.js +16 -1
- package/package.json +1 -1
- package/stacks/_shared/ads-agents/README.md +452 -0
- package/stacks/_shared/ads-agents/RESEARCH-REPORT.md +157 -0
- package/stacks/_shared/ads-agents/SKILL.md +210 -0
- package/stacks/_shared/ads-agents/SKILLS-UPDATE-REPORT.md +255 -0
- package/stacks/_shared/ads-agents/agents/audit-budget.md +116 -0
- package/stacks/_shared/ads-agents/agents/audit-compliance.md +131 -0
- package/stacks/_shared/ads-agents/agents/audit-creative.md +127 -0
- package/stacks/_shared/ads-agents/agents/audit-google.md +113 -0
- package/stacks/_shared/ads-agents/agents/audit-meta.md +112 -0
- package/stacks/_shared/ads-agents/agents/audit-tracking.md +134 -0
- package/stacks/_shared/ads-agents/agents/copy-writer.md +188 -0
- package/stacks/_shared/ads-agents/agents/creative-strategist.md +199 -0
- package/stacks/_shared/ads-agents/agents/format-adapter.md +175 -0
- package/stacks/_shared/ads-agents/agents/visual-designer.md +245 -0
- package/stacks/_shared/ads-agents/references/additional-platforms.md +106 -0
- package/stacks/_shared/ads-agents/references/benchmarks.md +257 -0
- package/stacks/_shared/ads-agents/references/bidding-strategies.md +333 -0
- package/stacks/_shared/ads-agents/references/brand-dna-template.md +190 -0
- package/stacks/_shared/ads-agents/references/budget-allocation.md +150 -0
- package/stacks/_shared/ads-agents/references/competitive-intelligence-rules.md +48 -0
- package/stacks/_shared/ads-agents/references/compliance.md +280 -0
- package/stacks/_shared/ads-agents/references/conversion-tracking.md +246 -0
- package/stacks/_shared/ads-agents/references/copy-frameworks.md +187 -0
- package/stacks/_shared/ads-agents/references/funnel-content-copy-rules.md +44 -0
- package/stacks/_shared/ads-agents/references/gaql-notes.md +49 -0
- package/stacks/_shared/ads-agents/references/google-audit.md +217 -0
- package/stacks/_shared/ads-agents/references/google-creative-specs.md +119 -0
- package/stacks/_shared/ads-agents/references/image-providers.md +133 -0
- package/stacks/_shared/ads-agents/references/linkedin-audit.md +141 -0
- package/stacks/_shared/ads-agents/references/linkedin-creative-specs.md +129 -0
- package/stacks/_shared/ads-agents/references/mcp-integration.md +125 -0
- package/stacks/_shared/ads-agents/references/meta-audit.md +141 -0
- package/stacks/_shared/ads-agents/references/meta-creative-specs.md +134 -0
- package/stacks/_shared/ads-agents/references/microsoft-audit.md +158 -0
- package/stacks/_shared/ads-agents/references/microsoft-creative-specs.md +123 -0
- package/stacks/_shared/ads-agents/references/platform-specs.md +276 -0
- package/stacks/_shared/ads-agents/references/scoring-system.md +169 -0
- package/stacks/_shared/ads-agents/references/tiktok-audit.md +165 -0
- package/stacks/_shared/ads-agents/references/tiktok-creative-specs.md +139 -0
- package/stacks/_shared/ads-agents/references/voice-to-style.md +87 -0
- package/stacks/_shared/ads-agents/references/youtube-creative-specs.md +134 -0
- package/stacks/_shared/ads-agents/skills/ads-apple/SKILL.md +225 -0
- package/stacks/_shared/ads-agents/skills/ads-audit/SKILL.md +108 -0
- package/stacks/_shared/ads-agents/skills/ads-budget/SKILL.md +198 -0
- package/stacks/_shared/ads-agents/skills/ads-competitor/SKILL.md +198 -0
- package/stacks/_shared/ads-agents/skills/ads-create/SKILL.md +198 -0
- package/stacks/_shared/ads-agents/skills/ads-creative/SKILL.md +208 -0
- package/stacks/_shared/ads-agents/skills/ads-dna/SKILL.md +245 -0
- package/stacks/_shared/ads-agents/skills/ads-generate/SKILL.md +173 -0
- package/stacks/_shared/ads-agents/skills/ads-google/SKILL.md +192 -0
- package/stacks/_shared/ads-agents/skills/ads-landing/SKILL.md +186 -0
- package/stacks/_shared/ads-agents/skills/ads-linkedin/SKILL.md +200 -0
- package/stacks/_shared/ads-agents/skills/ads-math/SKILL.md +216 -0
- package/stacks/_shared/ads-agents/skills/ads-meta/SKILL.md +167 -0
- package/stacks/_shared/ads-agents/skills/ads-microsoft/SKILL.md +163 -0
- package/stacks/_shared/ads-agents/skills/ads-photoshoot/SKILL.md +220 -0
- package/stacks/_shared/ads-agents/skills/ads-plan/SKILL.md +176 -0
- package/stacks/_shared/ads-agents/skills/ads-test/SKILL.md +199 -0
- package/stacks/_shared/ads-agents/skills/ads-tiktok/SKILL.md +190 -0
- package/stacks/_shared/ads-agents/skills/ads-youtube/SKILL.md +199 -0
- package/stacks/_shared/hooks/pre-tool-use.ts +10 -3
- package/stacks/_shared/hooks/stop-validator.ts +10 -4
- package/stacks/_shared/memories/competitive-intelligence-research.md +115 -0
- package/stacks/_shared/memories/funnel-content-copy.md +81 -0
- package/templates/CLAUDE-python.md +6 -0
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ads
|
|
3
|
+
version: 1.6.0
|
|
4
|
+
description: "Multi-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation."
|
|
5
|
+
argument-hint: "audit | google | meta | youtube | linkedin | tiktok | microsoft | apple | creative | landing | budget | plan <type> | competitor | dna <url> | create | generate | photoshoot"
|
|
6
|
+
user-invokable: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
<!-- Updated: 2026-05-14 | v1.6: 2026 verified strategies — Google AI Max GA April 2026 (7% lift, DSA upgrades Sept 2026), Meta Andromeda 2026 playbook (8-12 concepts × 2-3 variations, similarity <40%), TikTok Smart+ Catalog Ads 29% CPA improvement, LinkedIn TLA 25-40% budget sweet spot + rotate week 18, Microsoft Copilot 15-25% CTR lift (recalibrated), Apple CPP limit 70 confirmed, Apple Maximize Conversions GA Feb 26 2026 -->
|
|
10
|
+
|
|
11
|
+
# Ads: Multi-Platform Paid Advertising Audit & Optimization
|
|
12
|
+
|
|
13
|
+
Comprehensive ad account analysis across all major platforms (Google, Meta,
|
|
14
|
+
LinkedIn, TikTok, Microsoft). Orchestrates 17 specialized sub-skills and
|
|
15
|
+
10 agents (6 audit + 4 creative).
|
|
16
|
+
|
|
17
|
+
## Quick Reference
|
|
18
|
+
|
|
19
|
+
| Command | What it does |
|
|
20
|
+
|---------|-------------|
|
|
21
|
+
| `/ads audit` | Full multi-platform audit with parallel subagent delegation |
|
|
22
|
+
| `/ads google` | Google Ads deep analysis (Search, PMax, YouTube) |
|
|
23
|
+
| `/ads meta` | Meta Ads deep analysis (FB, IG, Advantage+) |
|
|
24
|
+
| `/ads youtube` | YouTube Ads specific analysis |
|
|
25
|
+
| `/ads linkedin` | LinkedIn Ads deep analysis (B2B, Lead Gen) |
|
|
26
|
+
| `/ads tiktok` | TikTok Ads deep analysis (Creative, Shop, Smart+) |
|
|
27
|
+
| `/ads microsoft` | Microsoft/Bing Ads deep analysis (Copilot, Import) |
|
|
28
|
+
| `/ads creative` | Cross-platform creative quality audit |
|
|
29
|
+
| `/ads landing` | Landing page quality assessment for ad campaigns |
|
|
30
|
+
| `/ads budget` | Budget allocation and bidding strategy review |
|
|
31
|
+
| `/ads plan <business-type>` | Strategic ad plan with industry templates |
|
|
32
|
+
| `/ads apple` | Apple Ads deep analysis |
|
|
33
|
+
| `/ads competitor` | Competitor ad intelligence analysis |
|
|
34
|
+
| `/ads math` | PPC financial calculator (CPA, ROAS, break-even, budget forecasting) |
|
|
35
|
+
| `/ads test` | A/B test design (hypothesis, significance, duration, sample size) |
|
|
36
|
+
| `/ads dna <url>` | Extract brand DNA from website, outputs `brand-profile.json` |
|
|
37
|
+
| `/ads create` | Generate campaign concepts + copy briefs, outputs `campaign-brief.md` |
|
|
38
|
+
| `/ads generate` | Generate AI ad images from brief, outputs to `ad-assets/` |
|
|
39
|
+
|
|
40
|
+
## Context Intake (Required: Always Do This First)
|
|
41
|
+
|
|
42
|
+
Before any audit or analysis, collect this context. Without it, benchmarks will
|
|
43
|
+
be generic and recommendations may be wrong for the user's situation.
|
|
44
|
+
|
|
45
|
+
Ask these questions upfront (combine into one message):
|
|
46
|
+
|
|
47
|
+
1. **Industry / Business type**: Which best describes you?
|
|
48
|
+
SaaS · E-commerce · Local Service · B2B Enterprise · Info Products · Mobile App ·
|
|
49
|
+
Real Estate · Healthcare · Finance · Agency · Other
|
|
50
|
+
2. **Monthly ad spend**: Total budget and per-platform breakdown (approximate is fine)
|
|
51
|
+
3. **Primary goal**: Sales / Revenue · Leads / Demos · App Installs · Calls · Brand
|
|
52
|
+
4. **Active platforms**: Which platforms are you advertising on?
|
|
53
|
+
|
|
54
|
+
If the user provides data upfront (e.g. "audit my Google Ads, I spend $5k/mo on SaaS"),
|
|
55
|
+
extract context from that and proceed without re-asking.
|
|
56
|
+
|
|
57
|
+
Use the provided context to:
|
|
58
|
+
- Select the correct industry benchmarks from `ads-agents/references/benchmarks.md`
|
|
59
|
+
- Apply budget-appropriate recommendations (e.g. Smart Bidding requires 15+ conv/month)
|
|
60
|
+
- Calibrate severity scoring (a $500/mo account has different priorities than $50k/mo)
|
|
61
|
+
|
|
62
|
+
## Orchestration Logic
|
|
63
|
+
|
|
64
|
+
When the user invokes `/ads audit`, delegate to subagents in parallel:
|
|
65
|
+
1. **Collect context** (see Context Intake above; do this first)
|
|
66
|
+
2. Collect account data (exports, screenshots, or pasted metrics)
|
|
67
|
+
3. Detect business type and identify active platforms
|
|
68
|
+
4. Spawn subagents via Task tool with `context: fork`: audit-google, audit-meta, audit-creative, audit-tracking, audit-budget, audit-compliance
|
|
69
|
+
5. **Validate**: verify each subagent returned valid JSON scores with required fields before aggregating
|
|
70
|
+
6. Collect results and generate unified report with Ads Health Score (0-100)
|
|
71
|
+
7. Create prioritized action plan with Quick Wins
|
|
72
|
+
|
|
73
|
+
For individual commands (`/ads google`, `/ads meta`, etc.), load the relevant
|
|
74
|
+
sub-skill directly. Still collect context first if not already provided.
|
|
75
|
+
|
|
76
|
+
## Creative Workflow
|
|
77
|
+
|
|
78
|
+
Sequential pipeline (each step is independently runnable):
|
|
79
|
+
1. `/ads dna <url>` → `brand-profile.json` in current directory
|
|
80
|
+
2. `/ads create` → reads profile + optional audit results → `campaign-brief.md`
|
|
81
|
+
3. `/ads generate` → reads brief + profile → `ad-assets/` directory
|
|
82
|
+
|
|
83
|
+
Requires `GOOGLE_API_KEY` (Gemini default) or `ADS_IMAGE_PROVIDER` + matching key.
|
|
84
|
+
If API key is missing, `/ads generate` displays setup instructions and exits; never fails silently.
|
|
85
|
+
|
|
86
|
+
## Industry Detection
|
|
87
|
+
|
|
88
|
+
Detect business type from ad account signals:
|
|
89
|
+
- **SaaS**: trial_start/demo_request events, pricing page targeting, long attribution windows
|
|
90
|
+
- **E-commerce**: purchase events, product catalog/feed, Shopping/PMax campaigns
|
|
91
|
+
- **Local Service**: call extensions, location targeting, store visits, directions events
|
|
92
|
+
- **B2B Enterprise**: LinkedIn Ads active, ABM lists, high CPA tolerance ($50+), long sales cycle
|
|
93
|
+
- **Info Products**: webinar/course funnels, lead gen forms, low-ticket offers
|
|
94
|
+
- **Mobile App**: app install campaigns, in-app events, deep linking
|
|
95
|
+
- **Real Estate**: listing feeds, property-specific landing pages, geo-heavy targeting
|
|
96
|
+
- **Healthcare**: HIPAA compliance flags, healthcare-specific ad policies
|
|
97
|
+
- **Finance**: Special Ad Categories declared, financial products compliance
|
|
98
|
+
- **Agency**: multiple client accounts, white-label reporting needs
|
|
99
|
+
|
|
100
|
+
## Quality Gates
|
|
101
|
+
|
|
102
|
+
Hard rules (never violate these):
|
|
103
|
+
- Never recommend Broad Match without Smart Bidding (Google)
|
|
104
|
+
- 3x Kill Rule: flag any ad group/campaign with CPA >3x target for pause
|
|
105
|
+
- Budget sufficiency: Meta ≥5x CPA per ad set, TikTok ≥50x CPA per ad group
|
|
106
|
+
- Learning phase: never recommend edits during active learning phase
|
|
107
|
+
- Compliance: always check Special Ad Categories for housing/employment/credit/finance
|
|
108
|
+
- Creative: never run silent video ads on TikTok (sound-on platform)
|
|
109
|
+
- Attribution: default to 7-day click / 1-day view (Meta), data-driven (Google)
|
|
110
|
+
- Andromeda creative diversity: Flag Meta accounts with <10 genuinely distinct creatives
|
|
111
|
+
- Privacy infrastructure gate: Always verify tracking stack (Consent Mode V2, CAPI, Events API, AdAttributionKit) before making optimization recommendations
|
|
112
|
+
|
|
113
|
+
## Reference Files
|
|
114
|
+
|
|
115
|
+
Load these on-demand as needed; do NOT load all at startup.
|
|
116
|
+
|
|
117
|
+
All references are at `ads-agents/references/` within this repository (installed at `.claude/ads-agents/` in generated projects).
|
|
118
|
+
|
|
119
|
+
- `ads-agents/references/scoring-system.md`: Weighted scoring algorithm and grading thresholds
|
|
120
|
+
- `ads-agents/references/benchmarks.md`: Industry benchmarks by platform (CPC, CTR, CVR, ROAS)
|
|
121
|
+
- `ads-agents/references/bidding-strategies.md`: Bidding decision trees per platform
|
|
122
|
+
- `ads-agents/references/budget-allocation.md`: Platform selection matrix, scaling rules, MER
|
|
123
|
+
- `ads-agents/references/platform-specs.md`: Creative specifications across all platforms
|
|
124
|
+
- `ads-agents/references/conversion-tracking.md`: Pixel, CAPI, EMQ, ttclid implementation
|
|
125
|
+
- `ads-agents/references/compliance.md`: Regulatory requirements, ad policies, privacy
|
|
126
|
+
- `ads-agents/references/google-audit.md`: 80-check Google Ads audit checklist
|
|
127
|
+
- `ads-agents/references/meta-audit.md`: 50-check Meta Ads audit checklist
|
|
128
|
+
- `ads-agents/references/linkedin-audit.md`: 27-check LinkedIn Ads audit checklist
|
|
129
|
+
- `ads-agents/references/tiktok-audit.md`: 28-check TikTok Ads audit checklist
|
|
130
|
+
- `ads-agents/references/microsoft-audit.md`: 24-check Microsoft Ads audit checklist
|
|
131
|
+
- `ads-agents/references/brand-dna-template.md`: Brand DNA schema and extraction guide
|
|
132
|
+
- `ads-agents/references/image-providers.md`: Provider config (Gemini/OpenAI/Stability/Replicate)
|
|
133
|
+
- `ads-agents/references/google-creative-specs.md`: PMax/RSA/YouTube generation-ready specs
|
|
134
|
+
- `ads-agents/references/meta-creative-specs.md`: Feed/Reels/Stories specs + safe zones
|
|
135
|
+
- `ads-agents/references/linkedin-creative-specs.md`: Single image/video B2B constraints
|
|
136
|
+
- `ads-agents/references/tiktok-creative-specs.md`: 9:16 only + safe zone overlay
|
|
137
|
+
- `ads-agents/references/youtube-creative-specs.md`: Skippable/Bumper/Shorts/Thumbnail
|
|
138
|
+
- `ads-agents/references/microsoft-creative-specs.md`: Multimedia Ads + RSA subset
|
|
139
|
+
- `ads-agents/references/gaql-notes.md`: GAQL field compatibility, deduplication patterns, filter scope best practices
|
|
140
|
+
- `ads-agents/references/voice-to-style.md`: Brand voice axis to visual attribute mapping for image generation
|
|
141
|
+
- `ads-agents/references/copy-frameworks.md`: 6 ad copy frameworks (AIDA, PAS, BAB, 4P, FAB, Star-Story-Solution)
|
|
142
|
+
- `ads-agents/references/additional-platforms.md`: Supplementary platform guidance
|
|
143
|
+
- `ads-agents/references/mcp-integration.md`: MCP server integration for live API data
|
|
144
|
+
|
|
145
|
+
## Scoring Methodology
|
|
146
|
+
|
|
147
|
+
### Ads Health Score (0-100)
|
|
148
|
+
|
|
149
|
+
Per-platform score using weighted algorithm from `ads-agents/references/scoring-system.md`.
|
|
150
|
+
Cross-platform aggregate weighted by budget share:
|
|
151
|
+
|
|
152
|
+
```
|
|
153
|
+
Aggregate = Sum(Platform_Score x Platform_Budget_Share)
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### Grading
|
|
157
|
+
|
|
158
|
+
| Grade | Score | Action Required |
|
|
159
|
+
|-------|-------|-----------------|
|
|
160
|
+
| A | 90-100 | Minor optimizations only |
|
|
161
|
+
| B | 75-89 | Some improvement opportunities |
|
|
162
|
+
| C | 60-74 | Notable issues need attention |
|
|
163
|
+
| D | 40-59 | Significant problems present |
|
|
164
|
+
| F | <40 | Urgent intervention required |
|
|
165
|
+
|
|
166
|
+
### Priority Levels
|
|
167
|
+
|
|
168
|
+
- **Critical**: Revenue/data loss risk (fix immediately)
|
|
169
|
+
- **High**: Significant performance drag (fix within 7 days)
|
|
170
|
+
- **Medium**: Optimization opportunity (fix within 30 days)
|
|
171
|
+
- **Low**: Best practice, minor impact (backlog)
|
|
172
|
+
|
|
173
|
+
## Sub-Skills
|
|
174
|
+
|
|
175
|
+
This skill orchestrates 17 specialized sub-skills:
|
|
176
|
+
|
|
177
|
+
1. **ads-audit**: Full multi-platform audit with parallel delegation
|
|
178
|
+
2. **ads-google**: Google Ads deep analysis (Search, PMax, YouTube)
|
|
179
|
+
3. **ads-meta**: Meta Ads deep analysis (FB, IG, Advantage+)
|
|
180
|
+
4. **ads-youtube**: YouTube Ads specific analysis
|
|
181
|
+
5. **ads-linkedin**: LinkedIn Ads deep analysis
|
|
182
|
+
6. **ads-tiktok**: TikTok Ads deep analysis
|
|
183
|
+
7. **ads-microsoft**: Microsoft/Bing Ads deep analysis
|
|
184
|
+
8. **ads-creative**: Cross-platform creative quality audit
|
|
185
|
+
9. **ads-landing**: Landing page quality for ad campaigns
|
|
186
|
+
10. **ads-budget**: Budget allocation and bidding strategy
|
|
187
|
+
11. **ads-plan**: Strategic ad planning with industry templates
|
|
188
|
+
12. **ads-competitor**: Competitor ad intelligence
|
|
189
|
+
13. **ads-apple**: Apple Ads deep analysis
|
|
190
|
+
14. **ads-dna**: Brand DNA extraction from website URL
|
|
191
|
+
15. **ads-create**: Campaign concepts, copy decks, creative briefs
|
|
192
|
+
16. **ads-generate**: AI image generation with pluggable providers
|
|
193
|
+
17. **ads-math**: PPC financial calculator
|
|
194
|
+
18. **ads-test**: A/B test design and experiment planning
|
|
195
|
+
|
|
196
|
+
## Subagents
|
|
197
|
+
|
|
198
|
+
For parallel analysis during full audits:
|
|
199
|
+
- `audit-google`: Google Ads checks (G01-G80)
|
|
200
|
+
- `audit-meta`: Meta Ads checks (M01-M50)
|
|
201
|
+
- `audit-creative`: Creative quality for LinkedIn, TikTok, Microsoft
|
|
202
|
+
- `audit-tracking`: Conversion tracking health across all platforms
|
|
203
|
+
- `audit-budget`: Budget, bidding, structure for LinkedIn, TikTok, Microsoft
|
|
204
|
+
- `audit-compliance`: Compliance, settings, performance across all platforms
|
|
205
|
+
- `creative-strategist`: Campaign concepts from brand profile + audit results (Opus, maxTurns: 25)
|
|
206
|
+
- `visual-designer`: Image generation with brand injection (Sonnet, maxTurns: 30)
|
|
207
|
+
- `copy-writer`: Headlines, CTAs, primary text within platform limits (Sonnet, maxTurns: 20)
|
|
208
|
+
- `format-adapter`: Asset dimension validation and spec compliance reporting (Haiku, maxTurns: 15)
|
|
209
|
+
|
|
210
|
+
All subagent files are at `ads-agents/agents/`.
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
# Skills & Agents Update Report — 2026-05-14
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
- Files reviewed: **30/30** (19 skills + 10 agents + 1 orchestrator)
|
|
6
|
+
- Files updated: **15**
|
|
7
|
+
- Files unchanged: **15** (already aligned with 2026 best practices or below confidence threshold to change)
|
|
8
|
+
- Methodology: LLM-as-judge with ≥98% confidence rule; minimum 2 independent sources for any threshold change.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Changes Applied
|
|
13
|
+
|
|
14
|
+
### ads-meta/SKILL.md (v1.5 → v1.6)
|
|
15
|
+
|
|
16
|
+
**Andromeda 2026 playbook expanded:**
|
|
17
|
+
- Added similarity score targets: `<40%` recommended, `>60%` triggers suppression (was: only "100 variations = 10")
|
|
18
|
+
- Added creative volume reality: top third runs ~395 live ads; brands testing 20+/month see 65% higher ROAS than <10
|
|
19
|
+
- Added Advantage+ Creative ROAS lift figure: **22% vs manual** (Meta internal data)
|
|
20
|
+
- Added consolidation insight: 1 ad set with 25 creatives outperformed 5 ad sets × 5 by 17% conversions / 16% cost
|
|
21
|
+
- Added prescriptive workflow: **8-12 distinct concepts × 2-3 variations per campaign**
|
|
22
|
+
- Updated fatigue window: 2-3 weeks (Andromeda compressed; was 6+ pre-Andromeda)
|
|
23
|
+
- Updated creatives-per-ad-set threshold to reflect new concept × variation standard
|
|
24
|
+
- Added Creative Similarity Score row to thresholds table
|
|
25
|
+
- Added fatigue WoW drop row (10% WARN / 20% FAIL)
|
|
26
|
+
|
|
27
|
+
Sources:
|
|
28
|
+
- Meta Engineering blog (Andromeda announcement)
|
|
29
|
+
- Segwise.ai (April 2026 analysis, 1ClickReport, Scaledon data)
|
|
30
|
+
- Logical Position 2026 paid social playbook
|
|
31
|
+
- Pixel Panda Creative fatigue analysis
|
|
32
|
+
- 303 London diversity guide
|
|
33
|
+
- admetrics.io
|
|
34
|
+
|
|
35
|
+
### ads-google/SKILL.md (v1.5 → v1.6)
|
|
36
|
+
|
|
37
|
+
**AI Max corrections (highest-confidence change):**
|
|
38
|
+
- Corrected conversion lift: **14% → 7%** (verified against Google blog April 2026)
|
|
39
|
+
- Corrected DSA timeline: **Q2 2026 → September 2026 auto-upgrade** (specific Google blog announcement)
|
|
40
|
+
- Added all three AI Max features required for full uplift: search term matching + text customization + final URL expansion
|
|
41
|
+
- Added: ACA (Automatically Created Assets) and campaign-level broad match also upgrade September 2026
|
|
42
|
+
- Added: new DSA creation ends September 2026 (Ads UI, Editor, API)
|
|
43
|
+
- Added: advanced controls — brand, location, text guidelines
|
|
44
|
+
|
|
45
|
+
Source: blog.google/products/ads-commerce/dsa-upgrade-to-ai-max-2026 (April 15, 2026, Brandon Ervin / Director of Product Management, Google Ads)
|
|
46
|
+
|
|
47
|
+
### ads-budget/SKILL.md (v1.5 → v1.6)
|
|
48
|
+
|
|
49
|
+
- Corrected AI Max: **14% → 7%** conversion lift; updated DSA upgrade timing to September 2026
|
|
50
|
+
- Added TikTok Smart+ Catalog Ads: **29% CPA improvement vs manual** (TikTok internal data, Global 2025 beta)
|
|
51
|
+
- Added Smart+ expanded to Traffic objective (2026)
|
|
52
|
+
- Added Symphony Automation features in Smart+ workflow
|
|
53
|
+
|
|
54
|
+
Sources: Google blog April 2026; ads.tiktok.com/business/en-US/blog/smart-plus-ai-performance-solution (May 13, 2026 TikTok official)
|
|
55
|
+
|
|
56
|
+
### ads-tiktok/SKILL.md (v1.5 → v1.6)
|
|
57
|
+
|
|
58
|
+
**Smart+ 2026 update (TikTok official source):**
|
|
59
|
+
- Added: Smart+ Catalog Ads delivers **29% CPA improvement vs manual** (TikTok internal data, Global 2025 beta)
|
|
60
|
+
- Added: Smart+ expanded to Traffic objective (was only Sales / App Promotion / Lead Gen)
|
|
61
|
+
- Added: campaign structure flexibility — 30 ad groups × 30 asset groups × 50 creatives
|
|
62
|
+
- Added: Asset Manager unified dashboard (events + catalog + creative)
|
|
63
|
+
- Added: Smart+ Automatic Placement now allows manual placement selection (TikTok, Pangle, Lemon8, Global App Bundle)
|
|
64
|
+
- Expanded Symphony Automation section: Recommended Creatives + Auto-add + Automatic Enhancements (1-click resize + music swap + 50+ language dubbing) + Music Autofix for App Campaigns
|
|
65
|
+
|
|
66
|
+
Source: ads.tiktok.com/business/en-US/blog/smart-plus-ai-performance-solution (TikTok official, May 13, 2026)
|
|
67
|
+
|
|
68
|
+
### ads-linkedin/SKILL.md (v1.5 → v1.6)
|
|
69
|
+
|
|
70
|
+
**Most extensive update — verified against $3.5M B2B SaaS portfolio data:**
|
|
71
|
+
- Replaced CPC range $2.29-$4.14 with **verified 2026 benchmark: $0.51 TLA vs $2.42 standard**
|
|
72
|
+
- Replaced "2-5x higher engagement" with **6.9x CTR lift** (4.65% TLA vs 0.68% standard)
|
|
73
|
+
- Corrected budget allocation: **≥30% → 25-40% sweet spot** (data shows 1-10% allocation underperforms 0% allocation, 50%+ shows audience exhaustion)
|
|
74
|
+
- Added budget allocation matrix with CTR/CPC by tier
|
|
75
|
+
- **MAJOR CORRECTION**: TLA refresh cadence — `every 4-6 weeks → peak CTR at weeks 8-12, rotate at week 18`
|
|
76
|
+
- Added week-by-week rotation rules (CTR >2% at week 6 = keep running)
|
|
77
|
+
- Added seasonal pattern: July-September = TLA peak season (CPC $0.16-$0.38)
|
|
78
|
+
- Added 3-Layer Playbook (Warm 50% / Retarget 30% / Convert 20%) — TLAs are warming mechanism, not standalone conversion
|
|
79
|
+
- Added "What works / What is dying" creative table
|
|
80
|
+
- Added comment-to-like ratio benchmark (8.6% TLA vs 1.2% standard)
|
|
81
|
+
|
|
82
|
+
Source: Fractional Demand Team — 15-month B2B SaaS portfolio analysis (17.4M impressions, 6,280 ads, $3.5M spend), April 2026
|
|
83
|
+
|
|
84
|
+
### ads-microsoft/SKILL.md (v1.5 → v1.6)
|
|
85
|
+
|
|
86
|
+
- **Recalibrated Copilot CTR lift: 73% → 15-25%** (the 73% figure was early closed-beta and overstated; multiple 2026 partner sources converge on 15-25%)
|
|
87
|
+
- Added: Copilot 400M+ MAU across Microsoft ecosystem as of Q1 2026
|
|
88
|
+
- Added: PMax for Microsoft Advertising (2026) — combines search + Audience Network + Copilot placements
|
|
89
|
+
- Added Copilot ad copy guidance (lead with benefit, second-person, proof points)
|
|
90
|
+
|
|
91
|
+
Source: Stackmatix April 2026
|
|
92
|
+
|
|
93
|
+
### ads-apple/SKILL.md (v1.5 → v1.6)
|
|
94
|
+
|
|
95
|
+
- Confirmed CPP limit doubled **from 35 to 70 on October 29, 2025** (was: just "70 in October 2025")
|
|
96
|
+
- Added: keyword assignment per CPP (Oct 2025) — paid + organic strategy now bridge through CPPs
|
|
97
|
+
- Added: CPPs can be linked from external acquisition channels (Meta, Google, AppLovin, Unity, Mintegral) for unified pre-install consistency
|
|
98
|
+
- Existing Maximize Conversions Feb 26, 2026 GA and "installs only, no post-install events" limitation re-verified — kept as is
|
|
99
|
+
|
|
100
|
+
Source: mobileaction.co Apple CPP doubling announcement (Oct 31, 2025) + Apple Ads Maximize Conversions release (Mar 16, 2026)
|
|
101
|
+
|
|
102
|
+
### ads-youtube/SKILL.md (v1.5 → v1.6)
|
|
103
|
+
|
|
104
|
+
- Added Shorts to Demand Gen placement list (was missing)
|
|
105
|
+
- Added: "**Creative drives 70-80% of campaign effectiveness** in Demand Gen — start with 8-12 creative variations"
|
|
106
|
+
- Added budget minimums: $100/day for Max Conversions; 10× target CPA for tCPA; CPA equivalent for tROAS
|
|
107
|
+
- Added: lookalike segments from customer lists for audience signals
|
|
108
|
+
- Verified VAC auto-upgrade to Demand Gen complete by April 2026
|
|
109
|
+
|
|
110
|
+
Source: Google search synthesis of YouTube Demand Gen 2026 best practices (multiple sources: Medium, ALM Corp, Capconvert, Digital Applied)
|
|
111
|
+
|
|
112
|
+
### ads-creative/SKILL.md (v1.5 → v1.6)
|
|
113
|
+
|
|
114
|
+
- Replaced "Meta Ads Creative: ≥5 creatives per ad set" with Andromeda 2026 standards (8-12 distinct × 2-3 variations)
|
|
115
|
+
- Updated fatigue thresholds: 10% WoW drop OR 20% over 14 days
|
|
116
|
+
- Updated refresh cadence table: Meta now 2-3 weeks (was 14-21 days); high-spend = 5-15 new/week
|
|
117
|
+
- Added LinkedIn TLA row to refresh cadence: let winners run, rotate ~week 18
|
|
118
|
+
- Updated Andromeda Creative Similarity Score section with verified <40% target and "20+ tests/month → 65% higher ROAS" finding
|
|
119
|
+
- Added Advantage+ Creative 22% ROAS lift
|
|
120
|
+
|
|
121
|
+
### ads-landing/SKILL.md (v1.5 → v1.6)
|
|
122
|
+
|
|
123
|
+
- Version-bumped; existing INP thresholds (200ms Pass / 500ms Fail) verified against Core Web Vitals 2026
|
|
124
|
+
- Note added that INP became official Core Web Vital replacing FID on March 12, 2024
|
|
125
|
+
|
|
126
|
+
### agents/audit-meta.md (v1.5 → v1.6)
|
|
127
|
+
|
|
128
|
+
- Updated M-AN1: added explicit "8-12 distinct concepts × 2-3 variations" target, <40% similarity target, top-third runs ~395 live ads
|
|
129
|
+
- Added M-AN2: Advantage+ Creative enabled check (~22% ROAS lift)
|
|
130
|
+
- Added M-AN3: Andromeda fatigue window 2-3 weeks; high-spend = 5-15 new/week
|
|
131
|
+
- Updated M-TH1 to clarify variations must differ at visual/audio/structural level
|
|
132
|
+
|
|
133
|
+
### agents/audit-google.md (v1.5 → v1.6)
|
|
134
|
+
|
|
135
|
+
- Added G-AI2: AI Max GA April 2026, full feature suite for 7% lift, DSA auto-upgrades September 2026
|
|
136
|
+
- Added G-DG4: Demand Gen budget minimums ($100/day Max Conv; 10× target CPA for tCPA)
|
|
137
|
+
|
|
138
|
+
### agents/audit-creative.md (v1.5 → v1.6)
|
|
139
|
+
|
|
140
|
+
- Updated Andromeda section with verified 2026 thresholds and concept × variation standard
|
|
141
|
+
- Updated Symphony Automation section with 2026 Smart+ workflow integration
|
|
142
|
+
|
|
143
|
+
### agents/audit-budget.md (v1.5 → v1.6)
|
|
144
|
+
|
|
145
|
+
- Updated T04 (TikTok Smart+) to include Catalog Ads 29% CPA improvement
|
|
146
|
+
- Updated LinkedIn budget checks: Manual CPC start recommendation; added L-TLA check for 25-40% allocation sweet spot
|
|
147
|
+
|
|
148
|
+
### agents/audit-compliance.md
|
|
149
|
+
|
|
150
|
+
- Updated MS14 Copilot CTR lift from 73% to 15-25% (verified 2026)
|
|
151
|
+
|
|
152
|
+
### ads-agents/SKILL.md (v1.5 → v1.6)
|
|
153
|
+
|
|
154
|
+
- Top-level orchestrator version bump; added v1.6 changelog summary in HTML comment.
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
## Changes Rejected (Confidence <98%)
|
|
159
|
+
|
|
160
|
+
### Meta EMQ Threshold
|
|
161
|
+
- **Considered**: Lowering Purchase EMQ PASS threshold from 8.0 to 6.0
|
|
162
|
+
- **Reason rejected**: While "aim for 6.0+" is repeated across 2026 sources, the existing 8.0 PASS / 6.0-7.9 WARN / <6.0 FAIL grading is a *more aggressive* but still defensible standard. Multiple sources state "7-10 is excellent" which supports keeping 8.0 as the PASS target. No single 2026 source explicitly lowered the recommended PASS bar.
|
|
163
|
+
|
|
164
|
+
### TikTok Search Ads Toggle 20% Uplift
|
|
165
|
+
- **Considered**: Updating the 20% conversion uplift figure
|
|
166
|
+
- **Reason rejected**: Original TikTok claim still cited as-is in 2026 references; no contradicting data with ≥2 sources found.
|
|
167
|
+
|
|
168
|
+
### TikTok Spark Ads CTR (~3% vs ~2% standard)
|
|
169
|
+
- **Considered**: Updating the Spark Ads vs standard CTR delta
|
|
170
|
+
- **Reason rejected**: Original ratio still cited; no 2026 source provides a verified updated benchmark.
|
|
171
|
+
|
|
172
|
+
### TikTok Smart+ ROAS 1.41-1.67
|
|
173
|
+
- **Considered**: Replacing with newer ROAS figure
|
|
174
|
+
- **Reason rejected**: TikTok's May 2026 official blog (smart-plus-ai-performance-solution) confirms the 29% CPA improvement metric but does not publish a new ROAS multiplier; original 1.41-1.67 retained alongside the new CPA figure.
|
|
175
|
+
|
|
176
|
+
### Apple Ads Maximize Conversions limitations
|
|
177
|
+
- **Considered**: Removing "installs only" limitation
|
|
178
|
+
- **Reason rejected**: As of Feb 26, 2026 GA, Apple Ads Maximize Conversions still optimizes for installs only (no post-install/trial/subscription/ROAS optimization). This limitation was re-confirmed and retained.
|
|
179
|
+
|
|
180
|
+
### TikTok Smart+ adoption 42%
|
|
181
|
+
- **Considered**: Updating adoption percentage
|
|
182
|
+
- **Reason rejected**: No newer 2026 figure published; original retained.
|
|
183
|
+
|
|
184
|
+
### LinkedIn Lead Gen Form ≤5 fields → 13% CVR
|
|
185
|
+
- **Considered**: Verifying CVR figure
|
|
186
|
+
- **Reason rejected**: Original LinkedIn benchmark still cited in 2026 references; no contradicting data.
|
|
187
|
+
|
|
188
|
+
### LinkedIn Predictive Audiences 21% CPL reduction
|
|
189
|
+
- **Considered**: Updating CPL reduction figure
|
|
190
|
+
- **Reason rejected**: Original LinkedIn claim still standard; no updated 2026 figure available.
|
|
191
|
+
|
|
192
|
+
### YouTube Select Shorts 90% longer viewing
|
|
193
|
+
- **Considered**: Updating viewing metric
|
|
194
|
+
- **Reason rejected**: MediaScience data still cited as authoritative; no newer comparable study.
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## Key 2026 Insights Confirmed (Already Correct in Files)
|
|
199
|
+
|
|
200
|
+
The following 2026 strategies were validated and require no changes:
|
|
201
|
+
|
|
202
|
+
1. **ECPC deprecated March 2025** — correctly flagged across all relevant files
|
|
203
|
+
2. **VAC → Demand Gen migration complete April 2026** — correctly stated
|
|
204
|
+
3. **Apple "Apple Search Ads" → "Apple Ads" rebrand April 2025** — correctly noted everywhere
|
|
205
|
+
4. **EU Sponsored Messaging discontinued January 2022** — correctly flagged
|
|
206
|
+
5. **Floodlight does not work on CTV** — correctly stated (G-CTV1)
|
|
207
|
+
6. **Consent Mode V2 enforcement July 21, 2025 for EEA/UK** — correctly stated
|
|
208
|
+
7. **Offline Conversions API discontinued May 2025** — correctly flagged (M-AT1)
|
|
209
|
+
8. **CAPA Cap (Apple) being deprecated** — correctly stated
|
|
210
|
+
9. **Creative Sets (Apple) fully deprecated** — correctly stated, replaced by CPPs
|
|
211
|
+
10. **TikTok 9:16 vertical mandatory** — correctly stated as non-negotiable
|
|
212
|
+
11. **TikTok safe zone X:40-940, Y:150-1470** — correctly specified
|
|
213
|
+
12. **AdAttributionKit dual attribution (April 10, 2025)** — correctly stated
|
|
214
|
+
13. **WCAG-aligned tap target requirements (≥48×48px)** — correctly stated in ads-landing
|
|
215
|
+
14. **PMax negative keywords available for ALL advertisers** — correctly stated
|
|
216
|
+
15. **PMax brand exclusions available for ALL advertisers** — correctly stated
|
|
217
|
+
16. **Andromeda global rollout complete October 2025** — correctly stated
|
|
218
|
+
17. **Threads placement GA January 2026, 400M+ MAU** — correctly stated
|
|
219
|
+
18. **DV360 lifetime frequency caps deprecated Feb 28, 2025** — correctly stated
|
|
220
|
+
19. **Microsoft Consent Mode deadline May 5, 2025** — correctly stated
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
## Files Unchanged (Already Current or Outside Scope of This Audit)
|
|
225
|
+
|
|
226
|
+
These files are stable and required no updates:
|
|
227
|
+
|
|
228
|
+
- `ads-audit/SKILL.md` — orchestration logic, no thresholds
|
|
229
|
+
- `ads-plan/SKILL.md` — strategic framework, stable
|
|
230
|
+
- `ads-competitor/SKILL.md` — already includes 2025-2026 platform updates section
|
|
231
|
+
- `ads-dna/SKILL.md` — brand extraction pipeline, unrelated to platform changes
|
|
232
|
+
- `ads-create/SKILL.md` — already includes Meta Andromeda optimization note
|
|
233
|
+
- `ads-generate/SKILL.md` — image generation pipeline, no platform thresholds
|
|
234
|
+
- `ads-math/SKILL.md` — financial formulas (stable); already includes Meta Incremental Attribution & Google Meridian 2025 features
|
|
235
|
+
- `ads-test/SKILL.md` — statistical significance (stable); already includes Meta Experiments 2026 + TikTok modular testing
|
|
236
|
+
- `ads-photoshoot/SKILL.md` — product photography pipeline, unrelated
|
|
237
|
+
- `agents/audit-tracking.md` — already includes X-PI1 + AdAttributionKit dual attribution + Consent Mode V2 July 2025 enforcement
|
|
238
|
+
- `agents/copy-writer.md` — character limits are platform-stable; framework variants already present
|
|
239
|
+
- `agents/creative-strategist.md` — meta-strategy, no platform thresholds
|
|
240
|
+
- `agents/visual-designer.md` — image generation, no platform thresholds
|
|
241
|
+
- `agents/format-adapter.md` — format validation, platform-stable
|
|
242
|
+
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
## Verification Note
|
|
246
|
+
|
|
247
|
+
All applied changes meet the LLM-as-judge criteria stated in the audit brief:
|
|
248
|
+
|
|
249
|
+
- ≥2 independent sources, OR
|
|
250
|
+
- Direct official platform announcement (Google Ads blog, TikTok Ads blog, Apple official), AND
|
|
251
|
+
- 2025-2026 publication date, AND
|
|
252
|
+
- ≥98% confidence, AND
|
|
253
|
+
- Practical impact on advertiser effectiveness
|
|
254
|
+
|
|
255
|
+
Where confidence was below 98% or only one source supported a change, the change was rejected (see "Changes Rejected" section).
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: audit-budget
|
|
3
|
+
version: 1.6.0
|
|
4
|
+
description: >
|
|
5
|
+
Budget and bidding specialist. Audits budget allocation, bidding
|
|
6
|
+
strategies, learning phase health, audience targeting, and campaign
|
|
7
|
+
structure across LinkedIn, TikTok, and Microsoft.
|
|
8
|
+
model: sonnet
|
|
9
|
+
maxTurns: 20
|
|
10
|
+
tools: Read, Bash, Write, Glob, Grep
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
<!-- Updated: 2026-05-14 | v1.6: TikTok Smart+ Catalog Ads 29% CPA improvement, Smart+ expanded to Traffic objective, LinkedIn TLA 25-40% allocation sweet spot -->
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
You are a Budget & Bidding specialist for paid advertising. You audit budget allocation, bidding strategy, audience targeting, and campaign structure across LinkedIn, TikTok, and Microsoft Ads (Google and Meta are handled by dedicated agents).
|
|
17
|
+
|
|
18
|
+
<example>
|
|
19
|
+
Context: User provides multi-platform budget data for audit.
|
|
20
|
+
user: Audit our budget allocation and bidding across LinkedIn, TikTok, and Microsoft Ads. Total monthly spend is $50K.
|
|
21
|
+
assistant: I'll read the bidding strategy trees, budget allocation framework, and platform benchmarks, then evaluate all 24 checks.
|
|
22
|
+
[Reads linkedin-audit.md (L03-L09, L16-L17), tiktok-audit.md (T03-T04, T11-T16), microsoft-audit.md (MS04-MS10)]
|
|
23
|
+
[Reads bidding-strategies.md, budget-allocation.md, benchmarks.md]
|
|
24
|
+
[Evaluates bid strategies, budget sufficiency, learning phase health, and cross-platform allocation]
|
|
25
|
+
[Applies 70/20/10 rule and 3x Kill Rule]
|
|
26
|
+
[Writes budget-audit-results.md with scores, kill list, and scaling opportunities]
|
|
27
|
+
commentary: Always check budget sufficiency first, as underfunded campaigns can't exit learning phase, making all other optimizations pointless.
|
|
28
|
+
</example>
|
|
29
|
+
|
|
30
|
+
<example>
|
|
31
|
+
Context: User asks about scaling a specific platform.
|
|
32
|
+
user: Our TikTok campaigns are performing well. Should we scale budget?
|
|
33
|
+
assistant: I'll evaluate TikTok learning phase health (T13: ≥50 conversions/week), current budget vs CPA ratio (T12: ≥50x), and whether the 20% Rule is being followed for increases.
|
|
34
|
+
[Reads tiktok-audit.md and budget-allocation.md]
|
|
35
|
+
[Checks conversion volume, CPA stability, and learning phase status]
|
|
36
|
+
[Recommends specific scaling path with budget increase limits]
|
|
37
|
+
commentary: Never increase budget by more than 20% at a time. Check that campaigns have cleared learning phase (≥50 conversions/week) before recommending scale.
|
|
38
|
+
</example>
|
|
39
|
+
|
|
40
|
+
When given ad account data:
|
|
41
|
+
|
|
42
|
+
1. Read platform-specific audit checklists:
|
|
43
|
+
- `ads-agents/references/linkedin-audit.md`: L03-L09 (Audience), L16-L17 (Bidding & Budget)
|
|
44
|
+
- `ads-agents/references/tiktok-audit.md`: T03-T04, T14-T16 (Structure), T11-T13 (Bidding)
|
|
45
|
+
- `ads-agents/references/microsoft-audit.md`: MS04-MS07 (Syndication & Bidding), MS08-MS10 (Structure)
|
|
46
|
+
2. Read `ads-agents/references/bidding-strategies.md` for strategy decision trees
|
|
47
|
+
3. Read `ads-agents/references/budget-allocation.md` for allocation framework
|
|
48
|
+
4. Read `ads-agents/references/benchmarks.md` for CPC/CPA benchmarks
|
|
49
|
+
5. Evaluate each applicable check as PASS, WARNING, or FAIL
|
|
50
|
+
6. Write detailed findings to output file
|
|
51
|
+
|
|
52
|
+
## Check Assignment (24 Checks)
|
|
53
|
+
|
|
54
|
+
### LinkedIn Audience & Budget (9 checks)
|
|
55
|
+
| ID | Check | Severity |
|
|
56
|
+
|----|-------|----------|
|
|
57
|
+
| L03 | Job title targeting precision (specific titles, not just functions) | High |
|
|
58
|
+
| L04 | Company size filtering matches ICP | Medium |
|
|
59
|
+
| L05 | Seniority level appropriate for offer | High |
|
|
60
|
+
| L06 | Matched Audiences active (retargeting + contact lists) | High |
|
|
61
|
+
| L07 | ABM company lists uploaded (up to 300,000) | Medium |
|
|
62
|
+
| L08 | Audience expansion OFF for precision, ON for scale (intentional) | Medium |
|
|
63
|
+
| L09 | Predictive audiences tested (replaced Lookalikes Feb 2024) | Medium |
|
|
64
|
+
| L16 | Bid strategy appropriate (start with Manual CPC; Max Delivery is the most expensive — use only for scale) | High |
|
|
65
|
+
| L17 | Daily budget ≥$50 for Sponsored Content; TLA campaigns target $2,000-$5,000/month per campaign | High |
|
|
66
|
+
| L-TLA | TLA budget allocation 25-40% of total LinkedIn budget (sweet spot: 5.08% CTR at $0.84 CPC); below 25% = leaving lever on table; above 50% = audience exhaustion | High |
|
|
67
|
+
|
|
68
|
+
### TikTok Bidding & Structure (8 checks)
|
|
69
|
+
| ID | Check | Severity |
|
|
70
|
+
|----|-------|----------|
|
|
71
|
+
| T03 | Separate campaigns for prospecting vs retargeting | High |
|
|
72
|
+
| T04 | Smart+ campaigns tested (Catalog Ads: 29% CPA improvement vs manual; 42% adoption; 1.41-1.67 ROAS) | Medium |
|
|
73
|
+
| T11 | Bid strategy matches goal (Lowest Cost for volume, Cost Cap for efficiency) | High |
|
|
74
|
+
| T12 | Daily budget ≥50x target CPA per ad group | High |
|
|
75
|
+
| T13 | Learning phase: ≥50 conversions/week per ad group | High |
|
|
76
|
+
| T14 | Search Ads Toggle enabled | High |
|
|
77
|
+
| T15 | Placement selection reviewed (TikTok, Pangle, etc.) | Medium |
|
|
78
|
+
| T16 | Dayparting aligned with audience activity | Low |
|
|
79
|
+
|
|
80
|
+
### Microsoft Syndication & Structure (7 checks)
|
|
81
|
+
| ID | Check | Severity |
|
|
82
|
+
|----|-------|----------|
|
|
83
|
+
| MS04 | Search partner network reviewed, low-performers excluded | High |
|
|
84
|
+
| MS05 | Audience Network enabled only if testing intentionally | Medium |
|
|
85
|
+
| MS06 | Bid targets 20-35% lower than Google (CPC advantage) | High |
|
|
86
|
+
| MS07 | Target New Customers enabled for PMax (Beta 2026) | Medium |
|
|
87
|
+
| MS08 | Campaign structure mirrors Google or follows best practices | High |
|
|
88
|
+
| MS09 | Budget proportional to Bing volume (typically 20-30% of Google) | Medium |
|
|
89
|
+
| MS10 | LinkedIn profile targeting for B2B (unique advantage) | High |
|
|
90
|
+
|
|
91
|
+
## Budget Sufficiency Rules
|
|
92
|
+
|
|
93
|
+
| Platform | Minimum Daily Budget | Learning Phase Requirement |
|
|
94
|
+
|----------|---------------------|--------------------------|
|
|
95
|
+
| LinkedIn | $50/day Sponsored Content | Sufficient for 15+ conversions/month |
|
|
96
|
+
| TikTok | $50/day campaign, $20/day ad group | ≥50 conversions per 7 days |
|
|
97
|
+
| Microsoft | No strict minimum | Sufficient for stable delivery |
|
|
98
|
+
|
|
99
|
+
## Cross-Platform Budget Assessment
|
|
100
|
+
|
|
101
|
+
After evaluating individual checks, assess:
|
|
102
|
+
- Total ad spend allocation across platforms vs. recommended split
|
|
103
|
+
- Read `ads-agents/references/budget-allocation.md` for platform selection matrix
|
|
104
|
+
- Apply 70/20/10 rule: 70% proven channels, 20% scaling, 10% testing
|
|
105
|
+
- 20% Rule: never increase budget by more than 20% at a time
|
|
106
|
+
- 3x Kill Rule: pause anything with CPA >3x target
|
|
107
|
+
|
|
108
|
+
## Output Format
|
|
109
|
+
|
|
110
|
+
Write results to `budget-audit-results.md` with:
|
|
111
|
+
- Budget & Bidding Score per platform
|
|
112
|
+
- Per-check results table
|
|
113
|
+
- Cross-platform budget allocation assessment
|
|
114
|
+
- Bidding strategy recommendations per platform
|
|
115
|
+
- Scaling opportunities (campaigns ready for more budget)
|
|
116
|
+
- Kill list (campaigns/ad groups to pause)
|