@orrisai/show-me-the-money 1.0.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/README.md ADDED
@@ -0,0 +1,180 @@
1
+ # 💰 Show Me The Money
2
+
3
+ **Build and run a 24/7 automated business from scratch — powered by Claude Code.**
4
+
5
+ Show Me The Money is a Claude Code skill suite that acts as your AI business operating system. It discovers opportunities, creates strategies, builds products, runs marketing, manages sales, and orchestrates everything autonomously.
6
+
7
+ ## Quick Start
8
+
9
+ ```bash
10
+ npx @orrisai/show-me-the-money
11
+ ```
12
+
13
+ Then open Claude Code and type:
14
+
15
+ ```
16
+ /money
17
+ ```
18
+
19
+ ## What It Does
20
+
21
+ ```
22
+ 💡 Idea Discovery ──► 📋 Strategy ──► 🔨 Build Product ──► 📈 Grow
23
+
24
+ ┌─────────────────────────┤
25
+ │ │ │ │
26
+ ▼ ▼ ▼ ▼
27
+ Content Social SEO Ads
28
+ │ │ │ │
29
+ └─────────┴────┬────┴─────┘
30
+
31
+ 🤖 24/7 Ops
32
+
33
+
34
+ 💵 Revenue
35
+ ```
36
+
37
+ From zero to a running business:
38
+
39
+ 1. **No idea?** → `/money-discover` scans markets, trends, and gaps to find profitable opportunities
40
+ 2. **Have an idea?** → `/money-strategy` creates your business model, pricing, and go-to-market plan
41
+ 3. **Have a plan?** → `/money-product` builds and deploys your MVP with payment integration
42
+ 4. **Have a product?** → Growth skills handle content, social, SEO, ads, and outreach
43
+ 5. **Want automation?** → `/money-ops` runs everything 24/7 without you
44
+
45
+ ## Installation
46
+
47
+ ### Via npx (Recommended)
48
+
49
+ ```bash
50
+ npx @orrisai/show-me-the-money
51
+ ```
52
+
53
+ This installs all 12 skills to `~/.claude/skills/` automatically.
54
+
55
+ ### Via npm (Global)
56
+
57
+ ```bash
58
+ npm install -g @orrisai/show-me-the-money
59
+ ```
60
+
61
+ ### Manual
62
+
63
+ ```bash
64
+ git clone https://github.com/iamzifei/show-me-the-money.git ~/.claude/skills/show-me-the-money
65
+ cd ~/.claude/skills/show-me-the-money && node install.js
66
+ ```
67
+
68
+ ### Upgrade
69
+
70
+ ```bash
71
+ npx @orrisai/show-me-the-money@latest
72
+ ```
73
+
74
+ Or from within Claude Code:
75
+
76
+ ```
77
+ /money-upgrade
78
+ ```
79
+
80
+ ## Skills
81
+
82
+ | Skill | Command | What It Does |
83
+ |-------|---------|-------------|
84
+ | **Router** | `/money` | Main entry point — routes you to the right skill or runs the full pipeline |
85
+ | **Discover** | `/money-discover` | Find profitable business ideas from market gaps and trends |
86
+ | **Strategy** | `/money-strategy` | Business model, pricing, competitive analysis, go-to-market plan |
87
+ | **Product** | `/money-product` | Build and deploy MVP with payments (Next.js, Supabase, Stripe, Vercel) |
88
+ | **Content** | `/money-content` | Content pipeline — blog posts, emails, social media, copywriting |
89
+ | **Outreach** | `/money-outreach` | Cold email sequences, lead generation, partnership outreach |
90
+ | **Social** | `/money-social` | Social media management across X, LinkedIn, Reddit, Product Hunt |
91
+ | **SEO** | `/money-seo` | Traditional SEO + GEO (AI search optimization for ChatGPT, Perplexity) |
92
+ | **Ads** | `/money-ads` | Google Ads, Meta Ads — campaign setup, optimization, ROAS tracking |
93
+ | **Ops** | `/money-ops` | 24/7 autonomous operations — scheduling, monitoring, health checks |
94
+ | **Finance** | `/money-finance` | Revenue tracking, unit economics, financial reports, pricing optimization |
95
+ | **Upgrade** | `/money-upgrade` | Update to the latest version with backup and rollback |
96
+
97
+ ## Usage Examples
98
+
99
+ ### Start from scratch
100
+ ```
101
+ /money
102
+ → Select "Starting from zero"
103
+ → Follow the guided pipeline
104
+ ```
105
+
106
+ ### Get business ideas
107
+ ```
108
+ /money-discover "I'm a developer who can build web apps"
109
+ ```
110
+
111
+ ### Create a strategy for an existing idea
112
+ ```
113
+ /money-strategy "API product that provides AI image generation"
114
+ ```
115
+
116
+ ### Build and ship a product
117
+ ```
118
+ /money-product "SaaS tool for email analytics, $29/mo"
119
+ ```
120
+
121
+ ### Set up marketing automation
122
+ ```
123
+ /money-ops "automate content, social, and SEO for my product at example.com"
124
+ ```
125
+
126
+ ### Run ads
127
+ ```
128
+ /money-ads "Google Ads campaign for my AI writing tool, $20/day budget"
129
+ ```
130
+
131
+ ### Get financial reports
132
+ ```
133
+ /money-finance "weekly revenue report from Stripe"
134
+ ```
135
+
136
+ ## How It Works
137
+
138
+ Show Me The Money is built on the [Claude Code skill system](https://docs.anthropic.com/en/docs/claude-code/skills). Each skill is a `SKILL.md` file containing:
139
+
140
+ - **Frontmatter** — Name, description, and configuration
141
+ - **Instructions** — Step-by-step workflows Claude follows
142
+ - **Frameworks** — Business templates, checklists, and decision trees
143
+
144
+ Skills are installed to `~/.claude/skills/` where Claude Code automatically discovers them. When you type `/money`, Claude loads the skill instructions and follows them to execute your request.
145
+
146
+ ### Architecture
147
+
148
+ ```
149
+ ~/.claude/skills/
150
+ ├── money/SKILL.md ← Main router
151
+ ├── money-discover/SKILL.md ← Business idea discovery
152
+ ├── money-strategy/SKILL.md ← Strategy & planning
153
+ ├── money-product/SKILL.md ← Product building
154
+ ├── money-content/SKILL.md ← Content pipeline
155
+ ├── money-outreach/SKILL.md ← Sales & outreach
156
+ ├── money-social/SKILL.md ← Social media
157
+ ├── money-seo/SKILL.md ← SEO & GEO
158
+ ├── money-ads/SKILL.md ← Paid advertising
159
+ ├── money-ops/SKILL.md ← 24/7 operations
160
+ ├── money-finance/SKILL.md ← Financial tracking
161
+ └── money-upgrade/SKILL.md ← Version management
162
+ ```
163
+
164
+ ## Uninstall
165
+
166
+ ```bash
167
+ npx @orrisai/show-me-the-money uninstall
168
+ ```
169
+
170
+ ## Contributing
171
+
172
+ 1. Fork the repo
173
+ 2. Create a feature branch
174
+ 3. Edit SKILL.md files in `skills/`
175
+ 4. Test by copying to `~/.claude/skills/` and running in Claude Code
176
+ 5. Submit a PR
177
+
178
+ ## License
179
+
180
+ MIT
package/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.0
package/bin/cli.js ADDED
@@ -0,0 +1,136 @@
1
+ #!/usr/bin/env node
2
+
3
+ /**
4
+ * CLI entry point for show-me-the-money.
5
+ *
6
+ * Supports:
7
+ * npx show-me-the-money install — install skills to ~/.claude/skills/
8
+ * npx show-me-the-money upgrade — re-install latest from GitHub
9
+ * npx show-me-the-money version — print current version
10
+ * npx show-me-the-money uninstall — remove skills from ~/.claude/skills/
11
+ */
12
+
13
+ const fs = require("fs");
14
+ const path = require("path");
15
+ const os = require("os");
16
+ const { execFileSync } = require("child_process");
17
+
18
+ const PACKAGE_ROOT = path.join(__dirname, "..");
19
+ const SKILLS_SRC = path.join(PACKAGE_ROOT, "skills");
20
+ const CLAUDE_SKILLS_DIR = path.join(os.homedir(), ".claude", "skills");
21
+ const VERSION = fs
22
+ .readFileSync(path.join(PACKAGE_ROOT, "VERSION"), "utf8")
23
+ .trim();
24
+
25
+ const SKILL_NAMES = fs
26
+ .readdirSync(SKILLS_SRC, { withFileTypes: true })
27
+ .filter((d) => d.isDirectory())
28
+ .map((d) => d.name);
29
+
30
+ const command = process.argv[2] || "install";
31
+
32
+ switch (command) {
33
+ case "install":
34
+ install();
35
+ break;
36
+ case "upgrade":
37
+ upgrade();
38
+ break;
39
+ case "version":
40
+ case "--version":
41
+ case "-v":
42
+ console.log(`show-me-the-money v${VERSION}`);
43
+ break;
44
+ case "uninstall":
45
+ uninstall();
46
+ break;
47
+ case "help":
48
+ case "--help":
49
+ case "-h":
50
+ printHelp();
51
+ break;
52
+ default:
53
+ console.error(`Unknown command: ${command}`);
54
+ printHelp();
55
+ process.exit(1);
56
+ }
57
+
58
+ function install() {
59
+ fs.mkdirSync(CLAUDE_SKILLS_DIR, { recursive: true });
60
+ console.log(
61
+ `\n show-me-the-money v${VERSION} — Installing ${SKILL_NAMES.length} skills\n`
62
+ );
63
+
64
+ for (const dir of SKILL_NAMES) {
65
+ const src = path.join(SKILLS_SRC, dir);
66
+ const dest = path.join(CLAUDE_SKILLS_DIR, dir);
67
+ if (fs.existsSync(dest)) {
68
+ fs.rmSync(dest, { recursive: true, force: true });
69
+ }
70
+ copyDirSync(src, dest);
71
+ console.log(` ✓ ${dir}`);
72
+ }
73
+
74
+ console.log(
75
+ "\n Done! Open Claude Code and type /money to start building your business.\n"
76
+ );
77
+ }
78
+
79
+ function upgrade() {
80
+ console.log("\n Upgrading show-me-the-money to latest version...\n");
81
+ try {
82
+ execFileSync("npm", ["install", "-g", "@orrisai/show-me-the-money@latest"], {
83
+ stdio: "inherit",
84
+ });
85
+ console.log("\n Upgrade complete!\n");
86
+ } catch {
87
+ console.error(
88
+ " Upgrade failed. Try manually: npm install -g @orrisai/show-me-the-money@latest"
89
+ );
90
+ process.exit(1);
91
+ }
92
+ }
93
+
94
+ function uninstall() {
95
+ console.log(`\n Removing ${SKILL_NAMES.length} skills from Claude Code...\n`);
96
+ for (const dir of SKILL_NAMES) {
97
+ const dest = path.join(CLAUDE_SKILLS_DIR, dir);
98
+ if (fs.existsSync(dest)) {
99
+ fs.rmSync(dest, { recursive: true, force: true });
100
+ console.log(` ✗ ${dir}`);
101
+ }
102
+ }
103
+ console.log("\n All show-me-the-money skills removed.\n");
104
+ }
105
+
106
+ function printHelp() {
107
+ console.log(`
108
+ show-me-the-money v${VERSION}
109
+
110
+ Usage:
111
+ npx show-me-the-money [command]
112
+
113
+ Commands:
114
+ install Install skills to ~/.claude/skills/ (default)
115
+ upgrade Upgrade to the latest version
116
+ uninstall Remove all skills from ~/.claude/skills/
117
+ version Print version
118
+ help Show this help message
119
+
120
+ After installing, open Claude Code and type /money to get started.
121
+ `);
122
+ }
123
+
124
+ function copyDirSync(src, dest) {
125
+ fs.mkdirSync(dest, { recursive: true });
126
+ const entries = fs.readdirSync(src, { withFileTypes: true });
127
+ for (const entry of entries) {
128
+ const srcPath = path.join(src, entry.name);
129
+ const destPath = path.join(dest, entry.name);
130
+ if (entry.isDirectory()) {
131
+ copyDirSync(srcPath, destPath);
132
+ } else {
133
+ fs.copyFileSync(srcPath, destPath);
134
+ }
135
+ }
136
+ }
package/install.js ADDED
@@ -0,0 +1,72 @@
1
+ #!/usr/bin/env node
2
+
3
+ /**
4
+ * Post-install script for show-me-the-money Claude Code skills.
5
+ *
6
+ * Copies all skill directories from this package into the user's
7
+ * ~/.claude/skills/ folder so Claude Code discovers them automatically.
8
+ * Existing skill directories are overwritten to ensure the latest version.
9
+ */
10
+
11
+ const fs = require("fs");
12
+ const path = require("path");
13
+ const os = require("os");
14
+
15
+ const SKILLS_SRC = path.join(__dirname, "skills");
16
+ const CLAUDE_SKILLS_DIR = path.join(os.homedir(), ".claude", "skills");
17
+
18
+ function main() {
19
+ // Ensure the target directory exists
20
+ fs.mkdirSync(CLAUDE_SKILLS_DIR, { recursive: true });
21
+
22
+ // Read all skill directories from the package
23
+ const skillDirs = fs
24
+ .readdirSync(SKILLS_SRC, { withFileTypes: true })
25
+ .filter((d) => d.isDirectory())
26
+ .map((d) => d.name);
27
+
28
+ if (skillDirs.length === 0) {
29
+ console.log("[show-me-the-money] No skills found to install.");
30
+ return;
31
+ }
32
+
33
+ console.log(
34
+ `[show-me-the-money] Installing ${skillDirs.length} skills to ${CLAUDE_SKILLS_DIR}`
35
+ );
36
+
37
+ for (const dir of skillDirs) {
38
+ const src = path.join(SKILLS_SRC, dir);
39
+ const dest = path.join(CLAUDE_SKILLS_DIR, dir);
40
+
41
+ // Remove existing skill directory to ensure clean install
42
+ if (fs.existsSync(dest)) {
43
+ fs.rmSync(dest, { recursive: true, force: true });
44
+ }
45
+
46
+ copyDirSync(src, dest);
47
+ console.log(` ✓ ${dir}`);
48
+ }
49
+
50
+ console.log(
51
+ "\n[show-me-the-money] Installation complete! Skills available via /money in Claude Code."
52
+ );
53
+ }
54
+
55
+ /**
56
+ * Recursively copy a directory and all its contents.
57
+ */
58
+ function copyDirSync(src, dest) {
59
+ fs.mkdirSync(dest, { recursive: true });
60
+ const entries = fs.readdirSync(src, { withFileTypes: true });
61
+ for (const entry of entries) {
62
+ const srcPath = path.join(src, entry.name);
63
+ const destPath = path.join(dest, entry.name);
64
+ if (entry.isDirectory()) {
65
+ copyDirSync(srcPath, destPath);
66
+ } else {
67
+ fs.copyFileSync(srcPath, destPath);
68
+ }
69
+ }
70
+ }
71
+
72
+ main();
package/package.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@orrisai/show-me-the-money",
3
+ "version": "1.0.0",
4
+ "description": "Claude Code skill suite that builds and runs a 24/7 automated business from scratch — from idea discovery to revenue generation.",
5
+ "keywords": [
6
+ "claude-code",
7
+ "skills",
8
+ "agent",
9
+ "business-automation",
10
+ "24/7",
11
+ "startup",
12
+ "revenue",
13
+ "seo",
14
+ "ads",
15
+ "outreach",
16
+ "content",
17
+ "social-media"
18
+ ],
19
+ "author": "iamzifei",
20
+ "license": "MIT",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/iamzifei/show-me-the-money.git"
24
+ },
25
+ "homepage": "https://github.com/iamzifei/show-me-the-money",
26
+ "bugs": {
27
+ "url": "https://github.com/iamzifei/show-me-the-money/issues"
28
+ },
29
+ "bin": {
30
+ "show-me-the-money": "./bin/cli.js"
31
+ },
32
+ "files": [
33
+ "skills/",
34
+ "bin/",
35
+ "install.js",
36
+ "VERSION"
37
+ ],
38
+ "scripts": {
39
+ "postinstall": "node install.js"
40
+ }
41
+ }
@@ -0,0 +1,84 @@
1
+ ---
2
+ name: money
3
+ description: "Main entry point for the Show Me The Money business automation suite. Routes to specialized skills for building and running a 24/7 automated business from scratch. Use when the user wants to start a business, automate operations, generate revenue, find product ideas, set up marketing, or run any business function autonomously. Also use when the user says 'show me the money', 'make money', 'start a business', 'automate my business', or 'build a company'."
4
+ ---
5
+
6
+ # Show Me The Money — Business Automation Router
7
+
8
+ You are the orchestrator of a full-stack autonomous business system. Your job is to understand what the user needs and route them to the right specialized skill — or run a complete pipeline if they want end-to-end automation.
9
+
10
+ ## Your Role
11
+
12
+ 1. **Understand intent** — Ask clarifying questions ONLY if truly ambiguous. Bias toward action.
13
+ 2. **Route to the right skill** — Each phase of building/running a business has a dedicated skill.
14
+ 3. **Orchestrate pipelines** — When the user wants end-to-end automation, chain skills together.
15
+ 4. **Track state** — Maintain awareness of what's been done and what comes next.
16
+
17
+ ## Available Skills (Route to these)
18
+
19
+ | Skill | Command | When to Use |
20
+ |-------|---------|-------------|
21
+ | Discover | `/money-discover` | Finding business ideas, market gaps, opportunities |
22
+ | Strategy | `/money-strategy` | Business model design, pricing, GTM strategy, competitive analysis |
23
+ | Product | `/money-product` | Building the actual product (code, deploy, iterate) |
24
+ | Content | `/money-content` | Content creation pipeline (articles, videos, social posts) |
25
+ | Outreach | `/money-outreach` | Cold email, partnerships, lead generation, sales sequences |
26
+ | Social | `/money-social` | Social media management, community building, engagement |
27
+ | SEO | `/money-seo` | SEO, GEO (AI search optimization), organic traffic |
28
+ | Ads | `/money-ads` | Paid advertising — Google Ads, Meta Ads, SEM campaigns |
29
+ | Ops | `/money-ops` | 24/7 autonomous operations orchestration, scheduling, monitoring |
30
+ | Finance | `/money-finance` | Revenue tracking, expenses, pricing optimization, financial modeling |
31
+ | Upgrade | `/money-upgrade` | Upgrade show-me-the-money to the latest version |
32
+
33
+ ## Decision Flow
34
+
35
+ ```
36
+ User Input
37
+
38
+ ├─ Has no idea what to build? ──────────► /money-discover
39
+ ├─ Has an idea, needs a plan? ──────────► /money-strategy
40
+ ├─ Has a plan, needs to build? ─────────► /money-product
41
+ ├─ Has a product, needs traffic? ───────► /money-seo + /money-social + /money-ads
42
+ ├─ Has traffic, needs conversion? ──────► /money-outreach + /money-content
43
+ ├─ Has a running business, needs scale? ► /money-ops + /money-finance
44
+ └─ Wants the full pipeline? ────────────► Run all skills in sequence
45
+ ```
46
+
47
+ ## Full Pipeline Mode
48
+
49
+ When the user says something like "build me a business from scratch" or "I want to make money online", run the **full pipeline**:
50
+
51
+ 1. **Discovery** → Find 3-5 viable business ideas based on user's skills, interests, market gaps
52
+ 2. **Strategy** → Pick the best idea, create business model canvas, pricing, GTM plan
53
+ 3. **Product** → Build MVP (landing page, core product, payment integration)
54
+ 4. **Content** → Create launch content (blog posts, social media, email sequences)
55
+ 5. **SEO/GEO** → Set up organic discovery (technical SEO, content SEO, AI search optimization)
56
+ 6. **Social** → Set up social media presence and content calendar
57
+ 7. **Ads** → Set up initial paid campaigns for quick traffic
58
+ 8. **Outreach** → Set up cold outreach sequences for B2B or partnerships
59
+ 9. **Ops** → Configure 24/7 autonomous operation schedules
60
+ 10. **Finance** → Set up revenue tracking and financial dashboards
61
+
62
+ At each phase, present the output and ask if the user wants to proceed to the next phase or adjust.
63
+
64
+ ## Communication Style
65
+
66
+ - **Action-oriented** — Lead with what you're going to do, not explanations
67
+ - **Metrics-driven** — Always tie actions to revenue potential or KPIs
68
+ - **Honest** — If an idea is bad, say so. Don't waste the user's time
69
+ - **Concise** — Business people are busy. Get to the point
70
+ - **Revenue-focused** — Every recommendation must connect to making money
71
+
72
+ ## First Interaction
73
+
74
+ When the user types `/money` without additional context:
75
+
76
+ 1. Ask: "What's your situation?" with these options:
77
+ - 🆕 Starting from zero — no idea yet
78
+ - 💡 I have an idea — need a plan
79
+ - 🔨 I have a plan — need to build
80
+ - 📈 I have a product — need growth
81
+ - 🤖 I have a business — need automation
82
+ - 🔄 I want the full pipeline — build everything
83
+
84
+ 2. Based on the answer, route to the appropriate skill(s) immediately.
@@ -0,0 +1,152 @@
1
+ ---
2
+ name: money-ads
3
+ description: "Paid advertising automation for Google Ads, Meta Ads, and other ad platforms. Creates campaigns, optimizes budgets, manages keywords, writes ad copy, and tracks ROAS. Leverages third-party ad management skills when available. Use when the user needs ad campaigns, PPC, SEM, paid traffic, or says 'run ads', 'Google Ads', 'Meta Ads', 'Facebook Ads', 'ad campaign', 'PPC', 'ROAS', or 'paid traffic'."
4
+ ---
5
+
6
+ # Money Ads — Paid Advertising Automation
7
+
8
+ You are a performance marketing engine. Your job is to set up, run, and optimize paid advertising campaigns that generate positive ROI.
9
+
10
+ ## Platform Selection
11
+
12
+ | Platform | Best For | Min Budget |
13
+ |----------|----------|------------|
14
+ | Google Search | High-intent keywords, B2B, SaaS | $10/day |
15
+ | Google Display | Retargeting, brand awareness | $5/day |
16
+ | Meta (FB/IG) | B2C, visual products, lookalike audiences | $10/day |
17
+ | LinkedIn Ads | B2B, enterprise, professional services | $30/day |
18
+ | X/Twitter Ads | Dev tools, tech products | $10/day |
19
+ | Reddit Ads | Niche communities, authenticity-focused | $5/day |
20
+
21
+ Recommend platforms based on:
22
+ 1. Target audience location
23
+ 2. Product type (B2B vs B2C)
24
+ 3. Budget constraints
25
+ 4. Sales cycle length
26
+
27
+ ## Phase 1: Campaign Strategy
28
+
29
+ ### Goal Setting
30
+ | Goal | Metric | Campaign Type |
31
+ |------|--------|---------------|
32
+ | Get signups | CPA (Cost Per Acquisition) | Search + Landing page |
33
+ | Drive traffic | CPC (Cost Per Click) | Search + Display |
34
+ | Build awareness | CPM (Cost Per 1000 Impressions) | Display + Social |
35
+ | Retarget visitors | ROAS (Return on Ad Spend) | Remarketing |
36
+
37
+ ### Budget Allocation
38
+ - **Rule of thumb**: Start with $10-30/day per platform
39
+ - **Test budget**: Spend 2x target CPA before judging a campaign
40
+ - **Scale rule**: Only increase budget on campaigns with positive ROAS
41
+ - **Daily cap**: Always set daily budget limits to prevent overspend
42
+
43
+ ## Phase 2: Campaign Setup
44
+
45
+ ### Google Ads
46
+
47
+ #### Search Campaigns
48
+ 1. **Keyword research** — Use SEO data from `/money-seo` if available
49
+ 2. **Keyword groups** — Organize by intent:
50
+ - Brand keywords (your product name)
51
+ - Competitor keywords (competitor names + "alternative")
52
+ - Problem keywords ("how to [solve problem]")
53
+ - Solution keywords ("[product category] tool")
54
+ 3. **Match types** — Start with Phrase Match, add Exact Match for proven keywords
55
+ 4. **Negative keywords** — Exclude irrelevant terms (free, tutorial, how to, unless relevant)
56
+ 5. **Ad copy** — 15 headlines (30 chars each), 4 descriptions (90 chars each)
57
+
58
+ #### Ad Copy Formula
59
+ ```
60
+ Headline 1: [Product Name] — [Primary Benefit]
61
+ Headline 2: [Social Proof] | [Key Feature]
62
+ Headline 3: Start Free Today | No Credit Card
63
+ Description 1: [Problem] → [Solution]. [Key feature]. [CTA].
64
+ Description 2: [Testimonial or data point]. Try [Product] free for 14 days.
65
+ ```
66
+
67
+ ### Meta Ads
68
+
69
+ #### Campaign Structure
70
+ ```
71
+ Campaign (Objective: Conversions)
72
+ ├── Ad Set 1: Lookalike Audience (1% of website visitors)
73
+ │ ├── Ad 1: Image ad (product screenshot)
74
+ │ ├── Ad 2: Video ad (30s demo)
75
+ │ └── Ad 3: Carousel (feature highlights)
76
+ ├── Ad Set 2: Interest-based targeting
77
+ │ └── (same ad variations)
78
+ └── Ad Set 3: Retargeting (website visitors, 30 days)
79
+ └── (same ad variations)
80
+ ```
81
+
82
+ ## Phase 3: Landing Page Optimization
83
+
84
+ Every ad campaign needs a dedicated landing page:
85
+
86
+ ### Landing Page Checklist
87
+ - [ ] Headline matches the ad copy (message match)
88
+ - [ ] Single, clear CTA above the fold
89
+ - [ ] Social proof (logos, testimonials, numbers)
90
+ - [ ] Mobile-optimized (most ad traffic is mobile)
91
+ - [ ] Fast loading (<3s)
92
+ - [ ] No navigation menu (reduce distractions)
93
+ - [ ] Trust signals (security badges, guarantees)
94
+
95
+ ## Phase 4: Optimization Cycle
96
+
97
+ ### Daily (automated via `/money-ops`)
98
+ - Check spend vs. budget
99
+ - Pause ads with CPA > 3x target
100
+ - Monitor for disapproved ads
101
+
102
+ ### Weekly
103
+ - Review keyword performance — pause low-performing, add new opportunities
104
+ - A/B test ad copy (rotate one element at a time)
105
+ - Check search terms report — add negatives, find new keywords
106
+ - Compare platform performance
107
+
108
+ ### Monthly
109
+ - Review overall ROAS by platform
110
+ - Reallocate budget to best-performing campaigns
111
+ - Test new audiences or keywords
112
+ - Review competitive landscape (are competitors bidding on the same terms?)
113
+
114
+ ## Phase 5: Scaling
115
+
116
+ When a campaign shows positive ROAS:
117
+
118
+ 1. **Increase budget 20-30% per week** (not more, to maintain performance)
119
+ 2. **Expand keywords** — Add related terms that the search terms report reveals
120
+ 3. **Expand audiences** — Test new lookalike percentages, interest groups
121
+ 4. **Add platforms** — If Google works, try Meta (or vice versa)
122
+ 5. **Retarget aggressively** — Website visitors, email subscribers, free trial users
123
+
124
+ ## Integration with Third-Party Skills
125
+
126
+ When available, leverage specialized ad management skills:
127
+ - Use existing Google Ads management skills for API-level campaign control
128
+ - Use existing Meta Ads skills for automated optimization
129
+ - Integrate with ad creative generation skills for bulk copy/image creation
130
+
131
+ ## Budget Safety Rules
132
+
133
+ - **Never exceed daily budget cap** without explicit user approval
134
+ - **Always start with test budgets** — prove ROI before scaling
135
+ - **Pause and alert** if CPA exceeds 3x target for 3 consecutive days
136
+ - **Weekly spend report** with breakdown by campaign
137
+
138
+ ## Integration Points
139
+
140
+ - Keyword data from `/money-seo`
141
+ - Ad creative from `/money-content`
142
+ - Landing pages from `/money-product`
143
+ - Revenue attribution from `/money-finance`
144
+ - Automated monitoring from `/money-ops`
145
+
146
+ ## Principles
147
+
148
+ - **ROI or die** — Every dollar spent must be tracked to revenue
149
+ - **Test small, scale winners** — Never bet big on unproven campaigns
150
+ - **Message match** — Ad copy must match the landing page
151
+ - **Negative keywords are gold** — Excluding bad traffic is as important as finding good traffic
152
+ - **Automate monitoring** — Set up alerts for budget overruns and performance drops