Source profileQuality 92/100

indranilbanerjee/digital-marketing-pro/skills/launch-ad-campaign/SKILL.md

launch-ad-campaign

Create and launch a paid ad campaign on Google, Meta, LinkedIn, or TikTok through the connected ad-platform MCP — campaign structure, audience targeting, bid strategy, negative targeting, creative quality scoring, compliance review, and a post-launch monitoring schedule. A mandatory execution gate shows the full spend summary and requires an explicit typed yes before anything goes live; budgets over brand thresholds force re-confirmation and every approval is recorded via approval-manager.py. Tr

Source repository stars
772
Declared platforms
0
Static risk flags
1
Last source update
2026-08-17
Source checked
2026-08-28

Decision brief

What it does: where it fits

Create and launch a paid ad campaign on Google, Meta, LinkedIn, or TikTok through the connected ad-platform MCP — campaign structure, audience targeting, bid strategy, negative targeting, creative quality scoring, compliance review, and a post-launch monitoring schedule. A mandatory execution gate shows the full spend summary and requires an explicit typed…

Best for

  • Create and launch a paid advertising campaign on the specified ad platform with proper campaign structure, audience targeting, bid strategy, budget controls, and compliance checks. Includes mandatory budget safeguards t…

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill "skills/launch-ad-campaign"
Safe inspection promptEditorial

Inspect the Agent Skill "launch-ad-campaign" from https://github.com/indranilbanerjee/digital-marketing-pro/blob/fa4ccd0a4afc1b902ef8de8d297b180aa148d46a/skills/launch-ad-campaign/SKILL.md at commit fa4ccd0a4afc1b902ef8de8d297b180aa148d46a. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Process

    1. Load brand context: Read /.claude-marketing/brands/active-brand.json for the active slug, then load /.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also ch…

    Load brand context: Read /.claude-marketing/brands/active-brand.json for the active slug, then load /.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-e…Verify budget against brand thresholds: Check the campaign budget against budgetrange in profile.json. If the daily or lifetime budget exceeds the brand's defined maximum, halt and require explicit re-confirmation from…Verify ad platform connection: Check which ad platform MCP server is connected and confirm it matches the user's target platform. Verify conversion tracking pixel or tag is active on the brand's website. If not connecte…
  2. 02

    Purpose

    Create and launch a paid advertising campaign on the specified ad platform with proper campaign structure, audience targeting, bid strategy, budget controls, and compliance checks. Includes mandatory budget safeguards that require explicit re-confirmation when spend exceeds bran…

    Create and launch a paid advertising campaign on the specified ad platform with proper campaign structure, audience targeting, bid strategy, budget controls, and compliance checks. Includes mandatory budget safeguards t…
  3. 03

    Execution gate (MANDATORY — cannot be skipped)

    1. Present the full preview — recipients / spend / changes / compliance — as an Execution Summary before touching any live system. 2. The user must type yes (or an equivalent explicit approval). ANY other input — ambiguous, implied, partial, or absent approval — cancels the run.…

    Present the full preview — recipients / spend / changes / compliance — as an Execution Summary before touching any live system.The user must type yes (or an equivalent explicit approval). ANY other input — ambiguous, implied, partial, or absent approval — cancels the run.Never proceed on ambiguous input. Never auto-retry a failed execution; a failure needs human review before any re-run.
  4. 04

    Input Required

    The user must provide (or will be prompted for):

    Ad platform: Where to launch — Google Ads, Meta Ads, LinkedIn Ads, or TikTok Ads — must have the corresponding MCP server connectedCampaign objective: Primary goal — awareness (reach/impressions), consideration (traffic/engagement/video views), or conversion (leads/sales/app installs/ROAS target)Budget: Daily budget or lifetime budget with currency and any maximum CPC or CPA caps the brand requires
  5. 05

    Output

    A structured launch confirmation containing:

    Campaign ID and platform URL: Direct link to the campaign in the ad platform's dashboard for manual review and ongoing managementCampaign structure: Campaign name, ad group or ad set names, and ad names with targeting assignments, creative pairings, and bid strategy per ad groupBudget configuration: Daily or lifetime budget, bid strategy with caps and targets, pacing method, frequency caps, and budget safeguard verification showing the amount is within brand thresholds

Permission review

Static risk signals and limitations

Network access

medium · line 47

The documentation includes network, browsing, or remote request actions.

**Verify campaign status**: After creation, query the platform API to confirm the campaign exists with correct settings, is in the requested status, has no policy violations or ad disapprovals, and that conversion tracking is firing correct

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score92/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars772SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
indranilbanerjee/digital-marketing-pro
Skill path
skills/launch-ad-campaign/SKILL.md
Commit
fa4ccd0a4afc1b902ef8de8d297b180aa148d46a
License
MIT
Collected
2026-08-28
Default branch
main
View the original SKILL.md

/digital-marketing-pro:launch-ad-campaign

Purpose

Create and launch a paid advertising campaign on the specified ad platform with proper campaign structure, audience targeting, bid strategy, budget controls, and compliance checks. Includes mandatory budget safeguards that require explicit re-confirmation when spend exceeds brand thresholds, and sets up post-launch monitoring to catch early performance issues before budget is wasted on underperforming configurations.

Execution gate (MANDATORY — cannot be skipped)

  1. Present the full preview — recipients / spend / changes / compliance — as an Execution Summary before touching any live system.
  2. The user must type yes (or an equivalent explicit approval). ANY other input — ambiguous, implied, partial, or absent approval — cancels the run.
  3. Never proceed on ambiguous input. Never auto-retry a failed execution; a failure needs human review before any re-run.
  4. Record the approval with python "${CLAUDE_PLUGIN_ROOT}/scripts/approval-manager.py" --brand {slug} --action create-approval --data '{"risk_level":"<tier>","summary":"..."}' before executing, then python "${CLAUDE_PLUGIN_ROOT}/scripts/approval-manager.py" --brand {slug} --action mark-executed --id {approval_id} after the platform confirms success.

Input Required

The user must provide (or will be prompted for):

  • Ad platform: Where to launch — Google Ads, Meta Ads, LinkedIn Ads, or TikTok Ads — must have the corresponding MCP server connected
  • Campaign objective: Primary goal — awareness (reach/impressions), consideration (traffic/engagement/video views), or conversion (leads/sales/app installs/ROAS target)
  • Budget: Daily budget or lifetime budget with currency and any maximum CPC or CPA caps the brand requires
  • Campaign dates: Start date, end date, and any dayparting or ad scheduling preferences (hours of day, days of week)
  • Audience targeting: Demographics (age, gender, income), interests, behaviors, custom audiences (email lists, website visitors), lookalike or similar audiences, and retargeting segments — with geographic and language targeting
  • Ad creative: Headlines (multiple variants for responsive ads), descriptions, images or video assets, display URLs, final URLs, and sitelink extensions or callout assets where applicable
  • Bid strategy preference: Manual CPC, maximize conversions, target CPA, target ROAS, maximize clicks, or platform-recommended — with any bid caps, floors, or portfolio bid strategy settings
  • Conversion tracking: Which conversion events to optimize for, pixel or tag installation status, conversion value assignment, and attribution window preference (7-day click, 1-day view, etc.)
  • Negative targeting: Negative keywords (Search), placement exclusions (Display/Video), or audience exclusions to prevent wasted spend on irrelevant traffic
  • Landing page: Destination URL(s) with confirmation that the page is live, loads under 3 seconds, and has conversion tracking installed
  • Campaign naming convention: Custom naming format or use the brand's standard naming convention from agency SOPs for consistent cross-platform reporting
  • Ad extensions or assets: Optional — sitelinks, callout extensions, structured snippets, price extensions, or lead form extensions for Google Ads; instant experience or lead forms for Meta; conversation ads or message ads for LinkedIn
  • Remarketing strategy: Optional — whether this campaign should feed into a retargeting funnel, and if so, which audiences to build from campaign engagers (website visitors, video viewers, lead form openers)
  • UTM parameters: Tracking parameters for all destination URLs (source, medium, campaign, content), or auto-generate based on campaign naming conventions

Process

  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.
  2. Verify budget against brand thresholds: Check the campaign budget against budget_range in profile.json. If the daily or lifetime budget exceeds the brand's defined maximum, halt and require explicit re-confirmation from the user with the exact dollar amount displayed prominently. This safeguard cannot be bypassed — it protects against accidental overspend.
  3. Verify ad platform connection: Check which ad platform MCP server is connected and confirm it matches the user's target platform. Verify conversion tracking pixel or tag is active on the brand's website. If not connected, instruct the user to configure the MCP server and tracking first.
  4. Build campaign structure: Design the campaign hierarchy per platform conventions — campaign level (objective, budget, schedule), ad group or ad set level (audience, placement, bid), and ad level (creative). Apply naming conventions from brand profile or agency SOPs for clean reporting. Structure ad groups by audience segment, keyword theme, or funnel stage.
  5. Configure audience targeting: Set up targeting parameters per platform specs — consult skills/context-engine/platform-publishing-specs.md for audience field mappings, custom audience upload formats, lookalike source requirements, exclusion list configuration, and any platform-specific targeting features (Google affinity audiences, Meta detailed targeting, LinkedIn job title targeting, TikTok interest categories).
  6. Conduct compliance review: Check all ad creative against industry-specific requirements — mandatory disclaimers (financial services, healthcare, real estate), prohibited content categories, platform advertising policies (restricted content, special ad categories), and regulated industry restrictions. Flag any creative that needs modification before launch.
  7. Score ad creative quality: Evaluate ad creative — headline character limits and keyword relevance, description effectiveness and CTA clarity, image and video specs (dimensions, file size, text overlay percentage for Meta), landing page relevance, and ad-to-landing-page message match. Score against platform-specific quality benchmarks and provide improvement recommendations.
  8. Configure bid strategy and budget controls: Set bid strategy per user preference with appropriate guardrails — bid caps or target CPA/ROAS values, budget pacing (standard vs. accelerated), frequency caps to prevent ad fatigue, placement controls (automatic vs. manual), and device targeting adjustments. Verify conversion tracking is active and receiving data if using conversion-based bidding.
  9. Apply negative targeting: Configure negative keywords for Search campaigns, placement exclusions for Display and Video, and audience exclusions to prevent overlap and wasted spend. Include brand safety exclusion lists if defined in brand guidelines.
  10. Create approval record: Create the record via approval-manager.py --action create-approval with the risk level inside the --data JSON — {"risk_level":"high",...} (use "critical" if daily budget exceeds $1,000). There is no --risk-level flag; see the Execution gate above for the exact command. Generate a campaign summary with projected reach, estimated cost per result, targeting details, creative preview, budget safeguard verification, and compliance status.
  11. Present detailed campaign summary: Display the complete campaign configuration for user review — platform, objective, budget with safeguard status, audience size estimates per ad group, creative preview with quality scores, bid strategy and caps, projected reach and cost range, and compliance checklist. Wait for explicit approval.
  12. Execute campaign creation via MCP: On approval, create the campaign through the connected ad platform MCP server. Set campaign status per user preference — active (launch immediately), paused (review in platform before activating), or scheduled (activate on start date).
  13. Verify campaign status: After creation, query the platform API to confirm the campaign exists with correct settings, is in the requested status, has no policy violations or ad disapprovals, and that conversion tracking is firing correctly on test events.
  14. Set up monitoring schedule: Define a post-launch monitoring cadence — check performance at 4 hours, 24 hours, 48 hours, and 7 days. Set alert thresholds for CPC, CPM, CTR, conversion rate, cost per conversion, and daily spend pacing. Define escalation triggers for budget pacing anomalies or sudden performance drops.
  15. Log execution: Run execution-tracker.py to log the campaign launch with timestamp, platform, campaign ID, budget details, targeting summary, creative asset references, bid strategy, and monitoring schedule.

Output

A structured launch confirmation containing:

  • Campaign ID and platform URL: Direct link to the campaign in the ad platform's dashboard for manual review and ongoing management
  • Campaign structure: Campaign name, ad group or ad set names, and ad names with targeting assignments, creative pairings, and bid strategy per ad group
  • Budget configuration: Daily or lifetime budget, bid strategy with caps and targets, pacing method, frequency caps, and budget safeguard verification showing the amount is within brand thresholds
  • Audience targeting summary: Estimated audience size per ad group, targeting parameters (demographics, interests, behaviors, custom audiences), geographic reach, language targeting, and exclusion lists applied
  • Creative status: Ad approval status per platform policy review, quality scores or relevance estimates, text overlay compliance (Meta), and any flagged policy issues requiring creative modification
  • Projected performance: Estimated daily and total reach, impressions, clicks, conversions, CPC, CPM, CTR, and cost per result based on platform forecasting tools and historical benchmarks
  • Compliance checklist: Pass/fail for platform advertising policies, industry-specific regulations, mandatory disclaimers, special ad category requirements, and brand safety exclusions
  • Negative targeting summary: Negative keywords, placement exclusions, and audience exclusions applied with estimated traffic reduction
  • Monitoring schedule: Post-launch check cadence with specific alert thresholds per metric and escalation protocol for anomalies
  • Landing page verification: Confirmation that destination URLs are live, loading within acceptable speed thresholds, and conversion tracking is firing correctly
  • Naming convention applied: Campaign, ad group, and ad names following the brand's standard naming convention for cross-platform reporting consistency
  • Remarketing audiences created: Any new remarketing audiences configured from campaign engagers (site visitors, video viewers, lead form openers) with audience size estimates and retention windows
  • Execution log entry: Timestamped record of the launch with all campaign metadata for audit trail, performance tracking, and budget reconciliation

Agents Used

  • media-buyer — Campaign structure design, audience targeting configuration, bid strategy selection, budget controls, creative quality scoring, ad extension setup, negative targeting, remarketing audience configuration, platform-specific optimization, and performance projection modeling
  • execution-coordinator — Budget safeguard enforcement with mandatory re-confirmation, approval workflow with tiered risk levels based on daily spend, platform API execution, campaign status verification, landing page validation, monitoring schedule setup with alert thresholds, and execution logging

Frequently asked questions

What to verify before installation and use

What does the launch-ad-campaign source document cover?

Create and launch a paid ad campaign on Google, Meta, LinkedIn, or TikTok through the connected ad-platform MCP — campaign structure, audience targeting, bid strategy, negative targeting, creative quality scoring, compliance review, and a post-launch monitoring schedule. A mandatory execution gate shows the full spend summary and requires an explicit typed…

How do I install launch-ad-campaign?

The source record exposes this install command: npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill "skills/launch-ad-campaign". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged network in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 10025,136

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 10077

hyperfx-ai/marketing-skills

cold-email-outreach

Run end-to-end B2B cold-email outreach through the Hyper MCP — enrich prospects with Apollo, scrape per-prospect signals from company sites and LinkedIn, draft personalized emails using proven hook frameworks, send via Gmail with safe defaults, and route replies into labeled folders. Use when the user wants to write cold emails, run an outbound sequence, prospect a list, build a follow-up cadence, "reach out to leads," or asks why nobody is replying to their cold emails.

Computed 99811

nexscope-ai/eCommerce-Skills

product-review-analysis

Product review analysis and customer feedback intelligence. Pain point identification, praise pattern analysis, feature request extraction, sentiment analysis, and product improvement insights. Use when the user asks about review analysis, customer feedback, product reviews, or sentiment analysis.

Computed 99772

indranilbanerjee/digital-marketing-pro

four-core-documents

Produce Part 3 of the 12-Part engagement: the four strategic-spine documents across 61 steps — 3.1 Business & SBU Analysis, 3.2 Segmentation Framework, 3.3 Brand Positioning & Communications, 3.4 DMFlow — with --doc single-document runs, --view v2 re-runs, and a --combined executive stitch. Triggers on "/digital-marketing-pro:four-core-documents", "produce the four core documents", "run part 3 of the engagement", "generate the strategic spine", "re-run positioning as v2". Requires an initialised