Paid Ads
Plan paid advertising campaigns for "$ARGUMENTS". Design campaign structure, targeting, budget allocation, and optimization strategy.
Prerequisites
Read .metapowers/marketing/$ARGUMENTS/00-strategy.md. If this file does not exist, tell the user:
Phase 0 (Strategy) has not been completed for "$ARGUMENTS". Run /marketing:customer-research $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/marketing/$ARGUMENTS/skip-log.md.
Process
Read context:
- Read
.metapowers/marketing/$ARGUMENTS/00-strategy.md for audience, positioning, and competitors
- Read
.metapowers/marketing/$ARGUMENTS/02-act.md if it exists (for landing page and copy context)
- Read
plugins/marketing/shared/campaign-plan-template.md for structure
Platform selection:
- Which platforms? Google Ads, Meta (Facebook/Instagram), LinkedIn, X, TikTok, Reddit
- Match platform to audience and intent (search intent vs. interruption marketing)
- Budget allocation per platform
Campaign structure:
- Campaign hierarchy: campaigns → ad groups → ads
- Targeting strategy per campaign: keywords, audiences, demographics, interests
- Match types (for search): broad, phrase, exact
- Negative keyword strategy
- Retargeting setup: website visitors, cart abandoners, engaged users
Budget and bidding:
- Recommended daily/monthly budget
- Bidding strategy: manual CPC, target CPA, maximize conversions
- Budget pacing and scaling plan
- Expected CPC and CPA ranges for the category
Optimization plan:
- Key metrics to monitor: CTR, CPC, CPA, ROAS, quality score
- Optimization cadence (daily, weekly, monthly actions)
- When to scale, pause, or restructure campaigns
- Testing plan: ad copy, audiences, landing pages
Write the artifact — append to .metapowers/marketing/$ARGUMENTS/03-convert.md under a ## Paid Ads section:
- Platform Strategy — selected platforms with rationale
- Campaign Structure — hierarchy, targeting, match types
- Budget Plan — allocation, bidding, pacing
- Ad Copy Direction — messaging angles per campaign
- Optimization Playbook — metrics, cadence, scaling rules
Output
Paid ads strategy written to .metapowers/marketing/$ARGUMENTS/03-convert.md. Present a summary highlighting:
- Recommended platforms and budget split
- Campaign structure overview
- Expected CPA range
1---2name: paid-ads3description: Plan and optimize paid advertising campaigns4---56# Paid Ads78Plan paid advertising campaigns for "$ARGUMENTS". Design campaign structure, targeting, budget allocation, and optimization strategy.910## Prerequisites1112Read `.metapowers/marketing/$ARGUMENTS/00-strategy.md`. If this file does not exist, tell the user:1314> Phase 0 (Strategy) has not been completed for "$ARGUMENTS". Run `/marketing:customer-research $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check and log to `.metapowers/marketing/$ARGUMENTS/skip-log.md`.1718## Process19201. **Read context:**21 - Read `.metapowers/marketing/$ARGUMENTS/00-strategy.md` for audience, positioning, and competitors22 - Read `.metapowers/marketing/$ARGUMENTS/02-act.md` if it exists (for landing page and copy context)23 - Read `plugins/marketing/shared/campaign-plan-template.md` for structure24252. **Platform selection:**26 - Which platforms? Google Ads, Meta (Facebook/Instagram), LinkedIn, X, TikTok, Reddit27 - Match platform to audience and intent (search intent vs. interruption marketing)28 - Budget allocation per platform29303. **Campaign structure:**31 - Campaign hierarchy: campaigns → ad groups → ads32 - Targeting strategy per campaign: keywords, audiences, demographics, interests33 - Match types (for search): broad, phrase, exact34 - Negative keyword strategy35 - Retargeting setup: website visitors, cart abandoners, engaged users36374. **Budget and bidding:**38 - Recommended daily/monthly budget39 - Bidding strategy: manual CPC, target CPA, maximize conversions40 - Budget pacing and scaling plan41 - Expected CPC and CPA ranges for the category42435. **Optimization plan:**44 - Key metrics to monitor: CTR, CPC, CPA, ROAS, quality score45 - Optimization cadence (daily, weekly, monthly actions)46 - When to scale, pause, or restructure campaigns47 - Testing plan: ad copy, audiences, landing pages48496. **Write the artifact** — append to `.metapowers/marketing/$ARGUMENTS/03-convert.md` under a `## Paid Ads` section:50 - **Platform Strategy** — selected platforms with rationale51 - **Campaign Structure** — hierarchy, targeting, match types52 - **Budget Plan** — allocation, bidding, pacing53 - **Ad Copy Direction** — messaging angles per campaign54 - **Optimization Playbook** — metrics, cadence, scaling rules5556## Output5758Paid ads strategy written to `.metapowers/marketing/$ARGUMENTS/03-convert.md`. Present a summary highlighting:59- Recommended platforms and budget split60- Campaign structure overview61- Expected CPA range