Entry point: /faion-net — invoke this skill for automatic routing to the appropriate domain.
Marketing Manager Orchestrator
Pure orchestrator that coordinates marketing activities by routing to specialized sub-skills.
Purpose
Routes marketing tasks to appropriate sub-skill based on domain. No methodologies in this skill - all execution happens in sub-skills.
Context Discovery
Auto-Investigation
Check for existing marketing context:
| Signal |
How to Check |
What It Tells Us |
.aidocs/product_docs/gtm-manifest/ |
Glob("**/*gtm*") |
GTM strategy exists |
.aidocs/product_docs/seo/ |
Glob("**/seo/*.md") |
SEO strategy exists |
landing page files |
Glob("**/pages/index.*") |
Landing page exists |
analytics config |
Grep("GA4|gtag|analytics", "**/*") |
Analytics setup |
email templates |
Glob("**/email*/**") |
Email marketing exists |
Check existing assets:
- Read landing page copy to understand current messaging
- Check meta tags for SEO status
- Look for pricing page to understand monetization
Discovery Questions
Use AskUserQuestion to understand marketing goals and context.
Q1: Marketing Goal
question: "What's your primary marketing goal right now?"
header: "Goal"
multiSelect: false
options:
- label: "Launch a product"
description: "Prepare and execute a product launch"
- label: "Get more traffic"
description: "Increase visitors to site/app"
- label: "Convert more visitors"
description: "Improve signup/purchase rates"
- label: "Retain & grow users"
description: "Reduce churn, increase engagement"
- label: "Build brand awareness"
description: "Establish presence and recognition"
Routing:
- "Launch" →
Skill(faion-gtm-strategist) for full launch workflow
- "Traffic" → Ask Q2 (Budget) to decide organic vs paid
- "Convert" →
Skill(faion-conversion-optimizer)
- "Retain & grow" →
Skill(faion-growth-marketer)
- "Brand awareness" →
Skill(faion-content-marketer) + Skill(faion-smm-manager)
Q2: Budget for Acquisition (if goal is traffic)
question: "Do you have budget for paid acquisition?"
header: "Budget"
multiSelect: false
options:
- label: "No budget (organic only)"
description: "Focus on SEO, content, social"
- label: "Small budget ($100-500/mo)"
description: "Test paid channels carefully"
- label: "Growth budget ($500+/mo)"
description: "Scale what works with paid ads"
Routing:
- "No budget" →
Skill(faion-seo-manager) + Skill(faion-content-marketer)
- "Small budget" → Test with
Skill(faion-ppc-manager), measure ROI
- "Growth budget" →
Skill(faion-ppc-manager) + Skill(faion-growth-marketer)
Q3: Business Model
question: "What's your business model?"
header: "Model"
multiSelect: false
options:
- label: "B2C (consumers)"
description: "Selling to individual consumers"
- label: "B2B (businesses)"
description: "Selling to companies/teams"
- label: "B2B2C (platform)"
description: "Businesses serve their customers through you"
- label: "Marketplace"
description: "Connecting buyers and sellers"
Context impact:
- "B2C" → Emotional messaging, social proof, viral loops
- "B2B" → ROI focus, case studies, LinkedIn, longer sales cycle
- "B2B2C" → Both B2B acquisition + B2C activation
- "Marketplace" → Chicken-egg problem, liquidity focus
Q4: Current Stage
question: "What's your current traction?"
header: "Traction"
multiSelect: false
options:
- label: "Pre-launch (no users yet)"
description: "Building audience before launch"
- label: "Early (< 100 users)"
description: "Finding product-market fit"
- label: "Growing (100-1000 users)"
description: "Scaling what works"
- label: "Scaling (1000+ users)"
description: "Optimizing and expanding"
Context impact:
- "Pre-launch" → Audience building, waitlist, launch prep
- "Early" → Focus on learning, manual outreach, founder sales
- "Growing" → Test channels, find scalable acquisition
- "Scaling" → Optimize funnels, expand channels, retention
Q5: Existing Audience (multiSelect)
question: "What audience/channels do you already have?"
header: "Channels"
multiSelect: true
options:
- label: "Email list"
description: "Newsletter or customer emails"
- label: "Social following"
description: "Twitter, LinkedIn, Instagram, etc."
- label: "Existing customers"
description: "People already paying/using"
- label: "None yet"
description: "Starting from zero"
Context impact:
- "Email list" → Leverage for launches, nurture sequences
- "Social following" → Distribution channel, engagement
- "Existing customers" → Referrals, case studies, upsell
- "None" → Focus on audience building first
Architecture
| Sub-Skill |
Purpose |
Methodologies |
| faion-gtm-strategist |
GTM strategy, product launches, positioning, pricing, partnerships, customer success |
26 |
| faion-content-marketer |
Content strategy, copywriting, SEO, email campaigns, social media, video/podcast production |
16 + 30 refs |
| faion-growth-marketer |
Analytics, experiments, A/B testing, AARRR metrics, retention, viral loops |
30 |
| faion-conversion-optimizer |
Landing pages, CRO, funnels, PLG, onboarding flows |
13 |
| faion-ppc-manager |
Paid advertising (Google Ads, Meta Ads, LinkedIn Ads) |
External skill |
| faion-seo-manager |
Technical SEO, AEO, Core Web Vitals optimization |
External skill |
| faion-smm-manager |
Social media management (Twitter, LinkedIn, Instagram growth) |
External skill |
Total: 85+ methodologies across 7 specialized sub-skills
Decision Tree
| If you need... |
Route to |
Example Tasks |
| GTM & Launch |
faion-gtm-strategist |
Product Hunt launch, GTM strategy, positioning, pricing strategy, partnership programs, customer success playbooks |
| Content Creation |
faion-content-marketer |
Content strategy, blog posts, copywriting, email campaigns, social posts, video scripts, podcast production |
| Growth & Analytics |
faion-growth-marketer |
AARRR framework, A/B testing, retention analysis, viral loops, cohort analysis, growth experiments |
| Conversion |
faion-conversion-optimizer |
Landing page optimization, funnel analysis, CRO experiments, PLG strategies, onboarding flows |
| Paid Ads |
faion-ppc-manager |
Google Ads campaigns, Meta Ads optimization, LinkedIn Ads, PPC strategy |
| SEO Technical |
faion-seo-manager |
Technical SEO audits, AEO optimization, Core Web Vitals, search ranking |
| Social Media Mgmt |
faion-smm-manager |
Twitter growth, LinkedIn strategy, Instagram content, community building |
Routing Examples
Launch Scenario
Product Launch
├─→ faion-gtm-strategist (GTM strategy, positioning, launch timeline)
├─→ faion-content-marketer (launch content, press release, email campaign)
├─→ faion-conversion-optimizer (landing page, free trial flow)
├─→ faion-growth-marketer (metrics tracking, launch experiments)
└─→ faion-ppc-manager (paid launch campaigns)
Content Marketing Scenario
Content Marketing Program
├─→ faion-content-marketer (content strategy, editorial calendar, creation)
├─→ faion-seo-manager (technical SEO, on-page optimization)
├─→ faion-growth-marketer (content metrics, A/B testing)
└─→ faion-smm-manager (social distribution)
Growth Optimization Scenario
Growth Optimization
├─→ faion-growth-marketer (AARRR analysis, experiment design, analytics)
├─→ faion-conversion-optimizer (funnel optimization, PLG tactics)
├─→ faion-content-marketer (growth content, email nurture)
└─→ faion-ppc-manager (paid acquisition scaling)
Brand Building Scenario
Brand Building
├─→ faion-gtm-strategist (brand positioning, messaging)
├─→ faion-content-marketer (brand content, thought leadership)
├─→ faion-smm-manager (social media presence)
└─→ faion-seo-manager (brand search optimization)
Execution Pattern
- Analyze task intent and marketing domain
- Route to appropriate sub-skill(s) via Skill tool
- Invoke one or more sub-skills as needed
- Coordinate multi-skill workflows if needed
- Report consolidated results to user
Quick Reference
| Marketing Goal |
Primary Sub-Skill |
Secondary Sub-Skills |
| Launch product |
gtm-strategist |
content-marketer, conversion-optimizer, ppc-manager |
| Acquire users |
content-marketer |
growth-marketer, seo-manager, ppc-manager |
| Optimize conversion |
conversion-optimizer |
growth-marketer |
| Scale growth |
growth-marketer |
ppc-manager, content-marketer |
| Build brand |
content-marketer |
gtm-strategist, smm-manager, seo-manager |
| Retain users |
growth-marketer |
content-marketer |
| Partnerships |
gtm-strategist |
content-marketer |
| Improve SEO |
seo-manager |
content-marketer |
| Social presence |
smm-manager |
content-marketer |
| Paid campaigns |
ppc-manager |
conversion-optimizer, growth-marketer |
Related Skills
Upstream:
- faion-net (parent orchestrator)
Downstream (coordinated by this skill):
- faion-gtm-strategist
- faion-content-marketer
- faion-growth-marketer
- faion-conversion-optimizer
- faion-ppc-manager
- faion-seo-manager
- faion-smm-manager
Adjacent:
- faion-researcher (market research, competitor analysis)
- faion-product-manager (product positioning, roadmap)
- faion-ux-ui-designer (design for marketing)
Coordination Patterns
Single Sub-Skill Tasks
Route directly to the appropriate sub-skill for focused execution.
Multi-Sub-Skill Workflows
For complex marketing programs, coordinate multiple sub-skills:
- Sequential - GTM strategy → content creation → distribution
- Parallel - Content + paid ads + social media simultaneously
- Iterative - Experiments → analysis → optimization → repeat
Marketing Manager Orchestrator v2.1
Pure Orchestrator | 7 Sub-Skills | 85+ Methodologies
1---2name: faion-marketing-manager3description: Marketing orchestrator: GTM, content, growth, conversion optimization.4---5> **Entry point:** `/faion-net` — invoke this skill for automatic routing to the appropriate domain.
6
7# Marketing Manager Orchestrator
8
9Pure orchestrator that coordinates marketing activities by routing to specialized sub-skills.
10
11## Purpose
12
13Routes marketing tasks to appropriate sub-skill based on domain. No methodologies in this skill - all execution happens in sub-skills.
14
15---
16
17## Context Discovery
18
19### Auto-Investigation
20
21Check for existing marketing context:
22
23| Signal | How to Check | What It Tells Us |
24|--------|--------------|------------------|
25| `.aidocs/product_docs/gtm-manifest/` | `Glob("**/*gtm*")` | GTM strategy exists |
26| `.aidocs/product_docs/seo/` | `Glob("**/seo/*.md")` | SEO strategy exists |
27| `landing page files` | `Glob("**/pages/index.*")` | Landing page exists |
28| `analytics config` | `Grep("GA4\|gtag\|analytics", "**/*")` | Analytics setup |
29| `email templates` | `Glob("**/email*/**")` | Email marketing exists |
30
31**Check existing assets:**
32- Read landing page copy to understand current messaging
33- Check meta tags for SEO status
34- Look for pricing page to understand monetization
35
36### Discovery Questions
37
38Use `AskUserQuestion` to understand marketing goals and context.
39
40#### Q1: Marketing Goal
41
42```yaml
43question: "What's your primary marketing goal right now?"
44header: "Goal"
45multiSelect: false
46options:
47 - label: "Launch a product"
48 description: "Prepare and execute a product launch"
49 - label: "Get more traffic"
50 description: "Increase visitors to site/app"
51 - label: "Convert more visitors"
52 description: "Improve signup/purchase rates"
53 - label: "Retain & grow users"
54 description: "Reduce churn, increase engagement"
55 - label: "Build brand awareness"
56 description: "Establish presence and recognition"
57```
58
59**Routing:**
60- "Launch" → `Skill(faion-gtm-strategist)` for full launch workflow
61- "Traffic" → Ask Q2 (Budget) to decide organic vs paid
62- "Convert" → `Skill(faion-conversion-optimizer)`
63- "Retain & grow" → `Skill(faion-growth-marketer)`
64- "Brand awareness" → `Skill(faion-content-marketer)` + `Skill(faion-smm-manager)`
65
66#### Q2: Budget for Acquisition (if goal is traffic)
67
68```yaml
69question: "Do you have budget for paid acquisition?"
70header: "Budget"
71multiSelect: false
72options:
73 - label: "No budget (organic only)"
74 description: "Focus on SEO, content, social"
75 - label: "Small budget ($100-500/mo)"
76 description: "Test paid channels carefully"
77 - label: "Growth budget ($500+/mo)"
78 description: "Scale what works with paid ads"
79```
80
81**Routing:**
82- "No budget" → `Skill(faion-seo-manager)` + `Skill(faion-content-marketer)`
83- "Small budget" → Test with `Skill(faion-ppc-manager)`, measure ROI
84- "Growth budget" → `Skill(faion-ppc-manager)` + `Skill(faion-growth-marketer)`
85
86#### Q3: Business Model
87
88```yaml
89question: "What's your business model?"
90header: "Model"
91multiSelect: false
92options:
93 - label: "B2C (consumers)"
94 description: "Selling to individual consumers"
95 - label: "B2B (businesses)"
96 description: "Selling to companies/teams"
97 - label: "B2B2C (platform)"
98 description: "Businesses serve their customers through you"
99 - label: "Marketplace"
100 description: "Connecting buyers and sellers"
101```
102
103**Context impact:**
104- "B2C" → Emotional messaging, social proof, viral loops
105- "B2B" → ROI focus, case studies, LinkedIn, longer sales cycle
106- "B2B2C" → Both B2B acquisition + B2C activation
107- "Marketplace" → Chicken-egg problem, liquidity focus
108
109#### Q4: Current Stage
110
111```yaml
112question: "What's your current traction?"
113header: "Traction"
114multiSelect: false
115options:
116 - label: "Pre-launch (no users yet)"
117 description: "Building audience before launch"
118 - label: "Early (< 100 users)"
119 description: "Finding product-market fit"
120 - label: "Growing (100-1000 users)"
121 description: "Scaling what works"
122 - label: "Scaling (1000+ users)"
123 description: "Optimizing and expanding"
124```
125
126**Context impact:**
127- "Pre-launch" → Audience building, waitlist, launch prep
128- "Early" → Focus on learning, manual outreach, founder sales
129- "Growing" → Test channels, find scalable acquisition
130- "Scaling" → Optimize funnels, expand channels, retention
131
132#### Q5: Existing Audience (multiSelect)
133
134```yaml
135question: "What audience/channels do you already have?"
136header: "Channels"
137multiSelect: true
138options:
139 - label: "Email list"
140 description: "Newsletter or customer emails"
141 - label: "Social following"
142 description: "Twitter, LinkedIn, Instagram, etc."
143 - label: "Existing customers"
144 description: "People already paying/using"
145 - label: "None yet"
146 description: "Starting from zero"
147```
148
149**Context impact:**
150- "Email list" → Leverage for launches, nurture sequences
151- "Social following" → Distribution channel, engagement
152- "Existing customers" → Referrals, case studies, upsell
153- "None" → Focus on audience building first
154
155---
156
157## Architecture
158
159| Sub-Skill | Purpose | Methodologies |
160|-----------|---------|---------------|
161| **faion-gtm-strategist** | GTM strategy, product launches, positioning, pricing, partnerships, customer success | 26 |
162| **faion-content-marketer** | Content strategy, copywriting, SEO, email campaigns, social media, video/podcast production | 16 + 30 refs |
163| **faion-growth-marketer** | Analytics, experiments, A/B testing, AARRR metrics, retention, viral loops | 30 |
164| **faion-conversion-optimizer** | Landing pages, CRO, funnels, PLG, onboarding flows | 13 |
165| **faion-ppc-manager** | Paid advertising (Google Ads, Meta Ads, LinkedIn Ads) | External skill |
166| **faion-seo-manager** | Technical SEO, AEO, Core Web Vitals optimization | External skill |
167| **faion-smm-manager** | Social media management (Twitter, LinkedIn, Instagram growth) | External skill |
168
169**Total:** 85+ methodologies across 7 specialized sub-skills
170
171## Decision Tree
172
173| If you need... | Route to | Example Tasks |
174|---------------|----------|---------------|
175| **GTM & Launch** | faion-gtm-strategist | Product Hunt launch, GTM strategy, positioning, pricing strategy, partnership programs, customer success playbooks |
176| **Content Creation** | faion-content-marketer | Content strategy, blog posts, copywriting, email campaigns, social posts, video scripts, podcast production |
177| **Growth & Analytics** | faion-growth-marketer | AARRR framework, A/B testing, retention analysis, viral loops, cohort analysis, growth experiments |
178| **Conversion** | faion-conversion-optimizer | Landing page optimization, funnel analysis, CRO experiments, PLG strategies, onboarding flows |
179| **Paid Ads** | faion-ppc-manager | Google Ads campaigns, Meta Ads optimization, LinkedIn Ads, PPC strategy |
180| **SEO Technical** | faion-seo-manager | Technical SEO audits, AEO optimization, Core Web Vitals, search ranking |
181| **Social Media Mgmt** | faion-smm-manager | Twitter growth, LinkedIn strategy, Instagram content, community building |
182
183## Routing Examples
184
185### Launch Scenario
186```
187Product Launch
188├─→ faion-gtm-strategist (GTM strategy, positioning, launch timeline)
189├─→ faion-content-marketer (launch content, press release, email campaign)
190├─→ faion-conversion-optimizer (landing page, free trial flow)
191├─→ faion-growth-marketer (metrics tracking, launch experiments)
192└─→ faion-ppc-manager (paid launch campaigns)
193```
194
195### Content Marketing Scenario
196```
197Content Marketing Program
198├─→ faion-content-marketer (content strategy, editorial calendar, creation)
199├─→ faion-seo-manager (technical SEO, on-page optimization)
200├─→ faion-growth-marketer (content metrics, A/B testing)
201└─→ faion-smm-manager (social distribution)
202```
203
204### Growth Optimization Scenario
205```
206Growth Optimization
207├─→ faion-growth-marketer (AARRR analysis, experiment design, analytics)
208├─→ faion-conversion-optimizer (funnel optimization, PLG tactics)
209├─→ faion-content-marketer (growth content, email nurture)
210└─→ faion-ppc-manager (paid acquisition scaling)
211```
212
213### Brand Building Scenario
214```
215Brand Building
216├─→ faion-gtm-strategist (brand positioning, messaging)
217├─→ faion-content-marketer (brand content, thought leadership)
218├─→ faion-smm-manager (social media presence)
219└─→ faion-seo-manager (brand search optimization)
220```
221
222## Execution Pattern
223
2241. **Analyze** task intent and marketing domain
2252. **Route** to appropriate sub-skill(s) via Skill tool
2263. **Invoke** one or more sub-skills as needed
2274. **Coordinate** multi-skill workflows if needed
2285. **Report** consolidated results to user
229
230## Quick Reference
231
232| Marketing Goal | Primary Sub-Skill | Secondary Sub-Skills |
233|----------------|-------------------|---------------------|
234| Launch product | gtm-strategist | content-marketer, conversion-optimizer, ppc-manager |
235| Acquire users | content-marketer | growth-marketer, seo-manager, ppc-manager |
236| Optimize conversion | conversion-optimizer | growth-marketer |
237| Scale growth | growth-marketer | ppc-manager, content-marketer |
238| Build brand | content-marketer | gtm-strategist, smm-manager, seo-manager |
239| Retain users | growth-marketer | content-marketer |
240| Partnerships | gtm-strategist | content-marketer |
241| Improve SEO | seo-manager | content-marketer |
242| Social presence | smm-manager | content-marketer |
243| Paid campaigns | ppc-manager | conversion-optimizer, growth-marketer |
244
245## Related Skills
246
247**Upstream:**
248- faion-net (parent orchestrator)
249
250**Downstream (coordinated by this skill):**
251- faion-gtm-strategist
252- faion-content-marketer
253- faion-growth-marketer
254- faion-conversion-optimizer
255- faion-ppc-manager
256- faion-seo-manager
257- faion-smm-manager
258
259**Adjacent:**
260- faion-researcher (market research, competitor analysis)
261- faion-product-manager (product positioning, roadmap)
262- faion-ux-ui-designer (design for marketing)
263
264## Coordination Patterns
265
266### Single Sub-Skill Tasks
267Route directly to the appropriate sub-skill for focused execution.
268
269### Multi-Sub-Skill Workflows
270For complex marketing programs, coordinate multiple sub-skills:
271
2721. **Sequential** - GTM strategy → content creation → distribution
2732. **Parallel** - Content + paid ads + social media simultaneously
2743. **Iterative** - Experiments → analysis → optimization → repeat
275
276---
277
278*Marketing Manager Orchestrator v2.1*
279*Pure Orchestrator | 7 Sub-Skills | 85+ Methodologies*