Ads: Multi-Platform Paid Advertising Audit & Optimization
Comprehensive ad account analysis across all major platforms (Google, Meta, LinkedIn, TikTok, Microsoft, Apple, Amazon). Orchestrates 22 specialized sub-skills and 10 agents (6 audit + 4 creative).
Quick Reference
| Command | What it does |
|---|---|
/ads audit | Full multi-platform audit with parallel subagent delegation |
/ads google | Google Ads deep analysis (Search, PMax, YouTube) |
/ads meta | Meta Ads deep analysis (FB, IG, Advantage+) |
/ads youtube | YouTube Ads specific analysis |
/ads linkedin | LinkedIn Ads deep analysis (B2B, Lead Gen) |
/ads tiktok | TikTok Ads deep analysis (Creative, Shop, Smart+) |
/ads microsoft | Microsoft/Bing Ads deep analysis (Copilot, Import) |
/ads amazon | Amazon Ads deep analysis (Sponsored Products / Brands / Display, ACOS / TACOS) |
/ads attribution | Cross-platform attribution audit (AdAttributionKit, GA4, Consent Mode V2, MMP) |
/ads tracking | Server-side tracking pipeline audit (sGTM, CAPI Gateway, dedup, hit ratio) |
/ads creative | Cross-platform creative quality audit |
/ads landing | Landing page quality assessment for ad campaigns |
/ads budget | Budget allocation and bidding strategy review |
/ads plan <business-type> | Strategic ad plan with industry templates |
/ads apple | Apple Ads deep analysis |
/ads competitor | Competitor ad intelligence analysis |
/ads math | PPC financial calculator (CPA, ROAS, break-even, budget forecasting) |
/ads test | A/B test design (hypothesis, significance, duration, sample size) |
/ads report | PDF audit report generation for client deliverables |
/ads dna <url> | Extract brand DNA from website, outputs brand-profile.json |
/ads create | Generate campaign concepts + copy briefs, outputs campaign-brief.md |
/ads generate | Generate AI ad images from brief, outputs to ad-assets/ |
/ads photoshoot | Product photography in 5 styles (Studio, Floating, Ingredient, In Use, Lifestyle) |
Context Intake (Required: Always Do This First)
Before any audit or analysis, collect this context. Without it, benchmarks will be generic and recommendations may be wrong for the user's situation.
Ask these questions upfront (combine into one message):
- Industry / Business type: Which best describes you? SaaS · E-commerce · Local Service · B2B Enterprise · Info Products · Mobile App · Real Estate · Healthcare · Finance · Agency · Other
- Monthly ad spend: Total budget and per-platform breakdown (approximate is fine)
- Primary goal: Sales / Revenue · Leads / Demos · App Installs · Calls · Brand
- Active platforms: Which platforms are you advertising on?
If the user provides data upfront (e.g. "audit my Google Ads, I spend $5k/mo on SaaS"), extract context from that and proceed without re-asking.
Use the provided context to:
- Select the correct industry benchmarks from
references/benchmarks.md - Apply budget-appropriate recommendations (e.g. Smart Bidding requires 15+ conv/month)
- Calibrate severity scoring (a $500/mo account has different priorities than $50k/mo)
10-Principle Thinking Framework
Every command in this skill operates under a shared thinking discipline: OBSERVE × 2 (External + Internal) → LISTEN → THINK → CONNECT × 2 (Lateral + System) → FEEL → ACCEPT → CREATE → GROW.
Before producing any audit, plan, or creative output, load
references/thinking-framework.md and let it shape the analysis — not as a
checklist, but as a mindset gate. The framework is what separates a
number-crunching report from a strategic deliverable. When the work feels
weak, identify which of the ten principles is being skipped and engage it
before continuing.
Orchestration Logic
When the user invokes /ads audit, delegate to subagents in parallel:
- Collect context (see Context Intake above; do this first)
- Collect account data (exports, screenshots, or pasted metrics)
- Detect business type and identify active platforms
- Spawn subagents via Task tool with
context: fork: audit-google, audit-meta, audit-creative, audit-tracking, audit-budget, audit-compliance - Validate: verify each subagent returned valid JSON scores with required fields before aggregating
- Collect results and generate unified report with Ads Health Score (0-100)
- Create prioritized action plan with Quick Wins
For individual commands (/ads google, /ads meta, /ads amazon,
/ads attribution, /ads tracking, etc.), load the relevant sub-skill
directly. Still collect context first if not already provided.
Wave 2 sub-skills run standalone (no dedicated agent yet): ads-amazon,
ads-attribution, and ads-server-side-tracking. See the Wave 3 backlog at
the bottom of the Subagents section for the planned paired audit agents.
Creative Workflow
Sequential pipeline (each step is independently runnable):
/ads dna <url>→brand-profile.jsonin current directory/ads create→ reads profile + optional audit results →campaign-brief.md/ads generate→ reads brief + profile →ad-assets/directory/ads photoshoot→ standalone or reads profile for style injection
Requires GOOGLE_API_KEY (Gemini default) or ADS_IMAGE_PROVIDER + matching key.
If API key is missing, /ads generate and /ads photoshoot display setup
instructions and exit; they never fail silently.
Industry Detection
Detect business type from ad account signals:
- SaaS: trial_start/demo_request events, pricing page targeting, long attribution windows
- E-commerce: purchase events, product catalog/feed, Shopping/PMax campaigns
- Local Service: call extensions, location targeting, store visits, directions events
- B2B Enterprise: LinkedIn Ads active, ABM lists, high CPA tolerance ($50+), long sales cycle
- Info Products: webinar/course funnels, lead gen forms, low-ticket offers
- Mobile App: app install campaigns, in-app events, deep linking
- Real Estate: listing feeds, property-specific landing pages, geo-heavy targeting
- Healthcare: HIPAA compliance flags, healthcare-specific ad policies
- Finance: Special Ad Categories declared, financial products compliance
- Agency: multiple client accounts, white-label reporting needs
- Marketplace Seller (Amazon / Walmart 3P): ASIN-level catalogs, ACOS / TACOS metrics, Sponsored Products / Brands / Display spend mix, Brand Registry indicators
Quality Gates
Hard rules (never violate these):
- Never recommend Broad Match without Smart Bidding (Google)
- 3x Kill Rule: flag any ad group/campaign with CPA >3x target for pause
- Budget sufficiency: Meta ≥5x CPA per ad set, TikTok ≥50x CPA per ad group
- Learning phase: never recommend edits during active learning phase
- Compliance: always check Special Ad Categories for housing/employment/credit/finance
- Creative: never run silent video ads on TikTok (sound-on platform)
- Attribution: default to 7-day click / 1-day view (Meta), data-driven (Google)
- Andromeda creative diversity: Flag Meta accounts with <10 genuinely distinct creatives
- Privacy infrastructure gate: Always verify tracking stack (Consent Mode V2, CAPI, Events API, AdAttributionKit) before making optimization recommendations
- PDF report quality gate: When generating reports via
/ads report, always usescripts/generate_report.pywith--checkfirst. Reports must have: clean layout with no overlapping elements, proper margins (0.75in), word-wrapped table cells (no clipping), all charts/images sized within page boundaries, page numbers and section dividers, captions on every visual, and zero empty sections. Run--checkbefore--outputand fix any warnings before delivering the PDF
Community Footer
After completing any major deliverable, append this footer as the very last output:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Built by agricidaniel