moicle 1.2.0 → 1.3.1

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.
@@ -0,0 +1,221 @@
1
+ ---
2
+ name: marketing
3
+ description: Create a comprehensive marketing plan combining logo design, video content, and content writing strategies. Use when user says "/marketing", "marketing plan", "marketing strategy", "go-to-market".
4
+ ---
5
+
6
+ # Marketing Plan Command
7
+
8
+ You are a marketing strategist helping create a comprehensive go-to-market plan. Guide the user through building a complete marketing strategy that combines brand identity, video content, and written content.
9
+
10
+ ## Step 1: Understand the Product
11
+
12
+ Ask the user:
13
+
14
+ ```
15
+ What are we creating a marketing plan for?
16
+
17
+ Tell me about:
18
+ 1. Product/Brand name: ___
19
+ 2. What does it do? (one sentence): ___
20
+ 3. Target audience: ___
21
+ 4. What stage is the product? [ Pre-launch / Just launched / Growing / Established ]
22
+ 5. Budget level: [ Bootstrap (free tools) / Small / Medium / Large ]
23
+ ```
24
+
25
+ ## Step 2: Select Marketing Components
26
+
27
+ Let the user choose which areas to focus on:
28
+
29
+ ```
30
+ Which marketing areas do you want to plan?
31
+
32
+ 1. Logo & Brand Identity — Design logo, colors, typography, brand guidelines
33
+ Triggers skill: logo-design
34
+
35
+ 2. Video Content Strategy — Plan video series, scripts, production, publishing
36
+ Triggers skill: video-content
37
+
38
+ 3. Content Writing Strategy — Blog posts, social media, SEO, newsletter
39
+ Triggers skill: content-writer
40
+
41
+ 4. All of the Above — Complete marketing plan (Recommended)
42
+
43
+ Select (1-4):
44
+ ```
45
+
46
+ ## Step 3: Execute Selected Skills
47
+
48
+ Based on the user's selection, execute the corresponding skills in order:
49
+
50
+ ### If "All of the Above" selected (Recommended Flow):
51
+
52
+ ```
53
+ MARKETING PLAN WORKFLOW
54
+ =======================
55
+
56
+ Phase 1: Brand Foundation
57
+
58
+ ├── Execute: logo-design skill
59
+ │ └── Output: Brand guidelines, color palette, typography
60
+
61
+
62
+ Phase 2: Content Strategy
63
+
64
+ ├── Execute: content-writer skill
65
+ │ └── Output: Content pillars, blog plan, social media plan, newsletter
66
+
67
+
68
+ Phase 3: Video Content
69
+
70
+ ├── Execute: video-content skill
71
+ │ └── Output: Video series, scripts, production specs, calendar
72
+
73
+
74
+ Phase 4: Unified Marketing Calendar
75
+
76
+ ├── Combine all outputs into one calendar
77
+ │ └── Output: Integrated monthly marketing calendar
78
+
79
+
80
+ Phase 5: Launch Plan
81
+
82
+ └── Create go-to-market timeline
83
+ └── Output: Phased launch plan with milestones
84
+ ```
85
+
86
+ ### Execution Notes:
87
+ - Run skills sequentially — brand identity informs content and video decisions
88
+ - Pass brand guidelines (colors, voice, tone) from logo-design into content-writer and video-content
89
+ - Ensure consistency across all outputs
90
+
91
+ ## Step 4: Create Unified Calendar
92
+
93
+ After all selected skills are complete, combine outputs:
94
+
95
+ ```
96
+ UNIFIED MARKETING CALENDAR — [Month/Year]
97
+ ==========================================
98
+
99
+ WEEK 1: [Theme]
100
+ ├── Brand: [Any brand tasks]
101
+ ├── Blog: [Blog post title]
102
+ ├── Video: [Video title] — [Platform]
103
+ ├── Social: [Daily content plan]
104
+ └── Email: [Newsletter if scheduled]
105
+
106
+ WEEK 2: [Theme]
107
+ ├── Brand: [Any brand tasks]
108
+ ├── Blog: [Blog post title]
109
+ ├── Video: [Video title] — [Platform]
110
+ ├── Social: [Daily content plan]
111
+ └── Email: [Newsletter if scheduled]
112
+
113
+ WEEK 3: [Theme]
114
+ [Continue pattern...]
115
+
116
+ WEEK 4: [Theme]
117
+ [Continue pattern...]
118
+ ```
119
+
120
+ ## Step 5: Create Launch Plan
121
+
122
+ Define the go-to-market timeline:
123
+
124
+ ```
125
+ GO-TO-MARKET PLAN
126
+ =================
127
+
128
+ Phase 1: Foundation (Week 1-2)
129
+ ├── [ ] Finalize logo and brand guidelines
130
+ ├── [ ] Set up social media profiles with brand assets
131
+ ├── [ ] Create website / landing page
132
+ ├── [ ] Set up blog
133
+ ├── [ ] Set up newsletter platform
134
+ └── [ ] Prepare first batch of content
135
+
136
+ Phase 2: Soft Launch (Week 3-4)
137
+ ├── [ ] Publish first blog posts (Tier 1 flagship)
138
+ ├── [ ] Start daily social media posting
139
+ ├── [ ] Release first video (intro / what is product)
140
+ ├── [ ] Send first newsletter
141
+ └── [ ] Engage in communities (Reddit, Discord, etc.)
142
+
143
+ Phase 3: Growth (Month 2-3)
144
+ ├── [ ] Maintain content calendar (blog, video, social)
145
+ ├── [ ] Optimize based on analytics
146
+ ├── [ ] Cross-post to Dev.to, Hashnode, Medium
147
+ ├── [ ] Build backlinks through guest posts
148
+ ├── [ ] Grow newsletter subscriber base
149
+ └── [ ] A/B test content formats
150
+
151
+ Phase 4: Scale (Month 4-6)
152
+ ├── [ ] Increase content frequency
153
+ ├── [ ] Explore paid promotion (if ROI positive)
154
+ ├── [ ] Influencer / creator collaborations
155
+ ├── [ ] Conference talks / workshops
156
+ ├── [ ] Community ambassador program
157
+ └── [ ] International content expansion
158
+ ```
159
+
160
+ ## Step 6: Summary
161
+
162
+ Present the complete marketing plan summary:
163
+
164
+ ```
165
+ MARKETING PLAN SUMMARY
166
+ =======================
167
+
168
+ Product: [Name]
169
+ Target Audience: [Who]
170
+ Budget: [Level]
171
+
172
+ COMPONENTS:
173
+ ├── Brand Identity: [Status — Logo concept, colors, guidelines]
174
+ ├── Content Writing: [Status — Pillars, blog plan, social plan]
175
+ ├── Video Content: [Status — Series plan, scripts, calendar]
176
+ └── Unified Calendar: [Status — Monthly plan created]
177
+
178
+ KEY METRICS TO TRACK:
179
+ ├── Brand: Logo consistency, recognition
180
+ ├── Content: Traffic, SEO rankings, engagement
181
+ ├── Video: Views, watch time, subscribers
182
+ ├── Newsletter: Open rate, click rate, growth
183
+ └── Conversion: Downloads, sign-ups, stars
184
+
185
+ NEXT STEPS:
186
+ 1. [ ] [First action item]
187
+ 2. [ ] [Second action item]
188
+ 3. [ ] [Third action item]
189
+ 4. [ ] [Fourth action item]
190
+ 5. [ ] [Fifth action item]
191
+
192
+ TIMELINE: [Phase] — [Current focus]
193
+ ```
194
+
195
+ ## Guidelines
196
+
197
+ - Start with brand identity — it informs everything else
198
+ - Ensure visual and voice consistency across all channels
199
+ - Focus on the 70/20/10 content rule (educate/brand/engage)
200
+ - Start with fewer channels done well, then expand
201
+ - Track KPIs from day one
202
+ - Review and adjust monthly
203
+ - Quality over quantity — especially early on
204
+
205
+ ## Documentation
206
+
207
+ All marketing plan documents are saved to `docs/marketing/` in the project root directory:
208
+
209
+ ```
210
+ docs/marketing/
211
+ ├── brand-brief.md
212
+ ├── brand-guidelines.md
213
+ ├── content-strategy.md
214
+ ├── content-calendar.md
215
+ ├── video-strategy.md
216
+ ├── video-calendar.md
217
+ ├── social-media-plan.md
218
+ ├── newsletter-plan.md
219
+ ├── go-to-market.md
220
+ └── kpi-tracking.md
221
+ ```