skills/claude-ads/skills/ads-plan/SKILL.md
Strategic paid advertising planning with industry-specific templates. Covers platform selection, campaign architecture, budget planning, creative strategy, and phased implementation roadmap. Use when user says "ad plan", "ad strategy", "campaign planning", "media plan", "PPC strategy", or "advertising plan".
npx skillsauth add kennyolofsson23-netizen/claude-code-config ads-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
assets/ directoryads/references/budget-allocation.md for platform selection matrixads/references/conversion-tracking.md for tracking setup requirements[Platform]_[Objective]_[Audience]_[Geo]_[Date]
Example: META_CONV_Prospecting_US_2026Q1
Account
├── Brand Campaign (always-on, protect brand terms)
├── Non-Brand Prospecting
│ ├── Campaign 1: [Top Funnel - Awareness]
│ │ ├── Ad Group/Set 1: [Audience A]
│ │ └── Ad Group/Set 2: [Audience B]
│ ├── Campaign 2: [Mid Funnel - Consideration]
│ │ ├── Ad Group/Set 1: [Interest-based]
│ │ └── Ad Group/Set 2: [Lookalike/Similar]
│ └── Campaign 3: [Bottom Funnel - Conversion]
│ ├── Ad Group/Set 1: [High-intent]
│ └── Ad Group/Set 2: [Custom audience]
├── Retargeting
│ ├── Website Visitors (7-30 days)
│ ├── Engaged Users (video views, social engagement)
│ └── Cart Abandoners / Form Starters
└── Testing
└── New audiences, formats, or messaging
Read ads/references/budget-allocation.md for the 70/20/10 framework.
| Tier | Allocation | Purpose | |------|-----------|---------| | Proven (70%) | Primary platforms with proven ROI | Revenue engine | | Scaling (20%) | Platforms showing promise | Growth engine | | Testing (10%) | New platforms or strategies | Innovation |
| Priority | Asset Type | Platforms | Quantity | |----------|-----------|-----------|----------| | P1 | Product/service videos (15-30s) | Meta, TikTok, YouTube | 5-10 | | P2 | Static images with copy | Google, Meta, LinkedIn | 10-15 | | P3 | Carousel/collection | Meta, LinkedIn | 3-5 | | P4 | UGC/testimonial video | TikTok, Meta | 3-5 | | P5 | Long-form video (1-3 min) | YouTube | 2-3 |
Before launching any ads, ensure tracking is configured:
| Platform | Client-Side | Server-Side | Priority | |----------|------------|-------------|----------| | Google | gtag.js | Enhanced Conversions, GTM SS | P1 | | Meta | Pixel | CAPI | P1 | | LinkedIn | Insight Tag | CAPI (2025) | P2 | | TikTok | Pixel | Events API + ttclid | P2 | | Microsoft | UET Tag | Enhanced Conversions | P2 |
Load from assets/ directory based on detected or specified business type:
saas.md — SaaS companiesecommerce.md — E-commerce storeslocal-service.md — Local service businessesb2b-enterprise.md — B2B enterpriseinfo-products.md — Info products and coursesmobile-app.md — Mobile app companiesreal-estate.md — Real estatehealthcare.md — Healthcarefinance.md — Financial servicesagency.md — Marketing agenciesgeneric.md — General business templateADS-STRATEGY.md — Complete strategic advertising planCAMPAIGN-ARCHITECTURE.md — Campaign structure with naming conventionsBUDGET-PLAN.md — Budget allocation with monthly pacingCREATIVE-BRIEF.md — Creative production plan with specificationsTRACKING-SETUP.md — Tracking implementation checklistIMPLEMENTATION-ROADMAP.md — Phased rollout timeline| Metric | Month 1 | Month 3 | Month 6 | Month 12 | |--------|---------|---------|---------|----------| | ROAS | Baseline | Target -20% | Target | Target +20% | | CPA | Baseline | Target +30% | Target | Target -10% | | CVR | Baseline | +10% | +20% | +30% | | CTR | Baseline | +15% | +25% | +30% | | Budget | Testing | Optimizing | Scaling | Maintaining |
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
testing
Full QA pass: run all tests, check types, catch regressions, write missing tests. Use when the user says "run tests", "QA", "verify changes", "check for regressions", "test everything", or "make sure it works".
development
Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.
development
Initialize a new project with Kenny's universal conventions and stack-appropriate infrastructure. Use this skill whenever: setting up a new project, creating a new repo, scaffolding a new app, starting fresh on a new idea, 'init project', 'new project', 'set up a new app', 'create a project for X', or any variant of starting a new codebase from scratch. Also trigger when the user says 'bootstrap', 'scaffold', or 'kickstart'. This skill ensures every project gets the same quality gates and conventions while adapting infrastructure to the chosen stack.