moicle 2.3.1 → 3.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.
Files changed (32) hide show
  1. package/README.md +36 -49
  2. package/assets/commands/marketing.md +6 -6
  3. package/assets/skills/docs/sync/SKILL.md +195 -157
  4. package/assets/skills/feature/build/SKILL.md +891 -0
  5. package/assets/skills/feature/track/SKILL.md +8 -8
  6. package/assets/skills/fix/bug/SKILL.md +449 -0
  7. package/assets/skills/fix/incident/SKILL.md +6 -6
  8. package/assets/skills/marketing/brand/SKILL.md +304 -0
  9. package/assets/skills/marketing/content/SKILL.md +199 -141
  10. package/assets/skills/research/explore/SKILL.md +392 -0
  11. package/assets/skills/review/code/SKILL.md +622 -0
  12. package/dist/commands/install/usage.js +2 -2
  13. package/dist/commands/install/usage.js.map +1 -1
  14. package/package.json +1 -1
  15. package/assets/skills/docs/write/SKILL.md +0 -274
  16. package/assets/skills/feature/api/SKILL.md +0 -277
  17. package/assets/skills/feature/deprecate/SKILL.md +0 -276
  18. package/assets/skills/feature/new/SKILL.md +0 -273
  19. package/assets/skills/feature/refactor/SKILL.md +0 -269
  20. package/assets/skills/fix/hotfix/SKILL.md +0 -233
  21. package/assets/skills/fix/pr-comment/SKILL.md +0 -186
  22. package/assets/skills/fix/root-cause/SKILL.md +0 -276
  23. package/assets/skills/marketing/logo/SKILL.md +0 -252
  24. package/assets/skills/marketing/seo-blog/SKILL.md +0 -367
  25. package/assets/skills/marketing/video/SKILL.md +0 -258
  26. package/assets/skills/research/onboarding/SKILL.md +0 -225
  27. package/assets/skills/research/spike/SKILL.md +0 -228
  28. package/assets/skills/research/web/SKILL.md +0 -204
  29. package/assets/skills/review/architect/SKILL.md +0 -274
  30. package/assets/skills/review/branch/SKILL.md +0 -277
  31. package/assets/skills/review/pr/SKILL.md +0 -231
  32. package/assets/skills/review/tdd/SKILL.md +0 -245
@@ -0,0 +1,304 @@
1
+ ---
2
+ name: marketing-brand
3
+ description: Brand asset workflow with two modes — LOGO (produce a logo + brand identity specification: concepts, color palette, typography, guidelines) and VIDEO (plan video content end-to-end: strategy, script, storyboard, production spec, publishing). Use when user says "design logo", "create logo", "brand identity", "logo concept", "visual identity", "create video", "video content", "video script", "video strategy", "youtube content", "video plan".
4
+ args: "[MODE]"
5
+ ---
6
+
7
+ # Brand Asset Workflow
8
+
9
+ One skill for visual + motion brand assets. Pick the mode that matches your deliverable.
10
+
11
+ ## Pick your mode
12
+
13
+ | Situation | Mode | Jump to |
14
+ |-----------|------|---------|
15
+ | Logo + brand identity specification (concepts, colors, type, guidelines) | **LOGO** | [Mode LOGO](#mode-logo) |
16
+ | Video content plan (strategy, script, storyboard, production, publish) | **VIDEO** | [Mode VIDEO](#mode-video) |
17
+
18
+ - ❌ Writing blog / social / newsletter → use `/marketing-content`
19
+ - ❌ Full go-to-market plan (brand + content + video) → use `/marketing` command
20
+
21
+ ---
22
+ ---
23
+
24
+ # Mode LOGO
25
+
26
+ Produce a logo + brand identity **specification** that a designer can execute (or you can use as a direct prompt to a generative tool). Output is a brand guidelines doc, not finished art.
27
+
28
+ ## When to use
29
+ - ✅ Brand new identity (no existing logo)
30
+ - ✅ Rebrand / refresh of an existing logo + guidelines
31
+ - ✅ Need a deliverable spec for a designer to execute
32
+ - ❌ Just need a quick icon variation → use a design tool directly
33
+ - ❌ Video-specific visuals → **Mode VIDEO**
34
+
35
+ ## Workflow
36
+
37
+ ```
38
+ DISCOVER → CONCEPT → DESIGN → REFINE → DELIVER
39
+ ```
40
+
41
+ ## Phase 1: DISCOVER (30 min)
42
+
43
+ ### Discovery brief (skip what's known)
44
+
45
+ | Field | Example |
46
+ |-------|---------|
47
+ | Name + tagline | "Acme — DevOps for indie teams" |
48
+ | 3-5 personality adjectives | "modern, technical, irreverent, sharp, friendly" |
49
+ | Primary audience | "Solo / small-team backend engineers" |
50
+ | Industry | "Developer tools / SaaS" |
51
+ | Competitors (3-5) | + 1 line each on what their logo says |
52
+ | Style direction (pick 1-2) | minimal / wordmark / monogram / abstract mark / illustrative / mascot |
53
+ | What to AVOID | "no cliché cloud icons, no gradients on the mark" |
54
+ | Where it lives | favicon + GitHub avatar + landing hero + dark/light + print |
55
+ | Color hints | "must work in single-color print + on dark UI" |
56
+ | Budget for the brand | "MVP — logo + 1 palette + 2 fonts" vs "full system" |
57
+
58
+ ### Gate
59
+ - [ ] Personality adjectives captured · Competitor scan done · Style direction narrowed to 1-2 · Avoid-list captured
60
+
61
+ ## Phase 2: CONCEPT — propose 3 distinct directions
62
+
63
+ Same concept in 3 colors ≠ 3 concepts. Each concept must have:
64
+
65
+ ```markdown
66
+ ## Concept {N}: {short name}
67
+ **Direction:** {wordmark / monogram / abstract mark / etc.}
68
+ **Rationale:** Why this matches brand personality + audience. Cite 2-3 adjectives.
69
+ **Differentiation:** What competitor it does NOT look like, and why that matters.
70
+ **ASCII sketch** (rough — shape, not pixel-perfect)
71
+ **Inspiration:** 2-3 reference links
72
+ **Risks:** What could go wrong (e.g., "monogram unreadable below 24px")
73
+ ```
74
+
75
+ **Variety rules:** different *form* (wordmark vs mark vs combo) · different *feel* (geometric vs hand-drawn vs typographic) · different *complexity*.
76
+
77
+ ### Gate
78
+ - [ ] 3 concepts, each with rationale + differentiation + risk · **User selected ONE**
79
+
80
+ ## Phase 3: DESIGN — flesh out the chosen concept
81
+
82
+ ### 3.1 Logo construction
83
+ - **Lockup:** primary (wordmark / mark / combination / stacked), secondary, icon-only (favicon, avatar)
84
+ - **Geometry:** grid + proportions · **Clear space:** minimum · **Minimum size:** digital (e.g. 24px) + print (e.g. 8mm)
85
+
86
+ ### 3.2 Color palette
87
+ Primary + secondary + neutrals. Every color in HEX, RGB, HSL, CMYK (print), WCAG AA contrast vs white + black (pass/fail), Tailwind token name.
88
+
89
+ | Token | HEX | RGB | HSL | Use |
90
+ |-------|-----|-----|-----|-----|
91
+ | `--brand-primary` | #0F172A | 15,23,42 | 222 47% 11% | logo, headlines |
92
+ | `--brand-accent` | #14B8A6 | 20,184,166 | 173 80% 40% | CTA, links |
93
+ | `--neutral-fg` | #1F2937 | 31,41,55 | 220 26% 14% | body text |
94
+ | `--neutral-bg` | #F8FAFC | 248,250,252 | 210 40% 98% | page bg |
95
+
96
+ ### 3.3 Typography
97
+ 1 display + 1 body font (or 1 font in 2 weights): family + fallback stack, weights, pairing rationale (1 line), license (open / Google Fonts / commercial).
98
+
99
+ ### 3.4 Voice
100
+ 3 voice attributes (e.g., "direct, witty, never corporate-speak") + 3 do / 3 don't examples.
101
+
102
+ ### Gate
103
+ - [ ] All lockup variants specified · Palette has WCAG notes · Typography has rationale + license · Voice has do/don't
104
+
105
+ ## Phase 4: REFINE
106
+
107
+ Test against real use (write down result for each):
108
+ - [ ] Favicon at 16×16 — still recognizable?
109
+ - [ ] On dark background — still works?
110
+ - [ ] Single-color print (black-only) — still readable?
111
+ - [ ] Next to 2-3 competitor logos — stands out?
112
+ - [ ] At 100% scale on hero — carries the page?
113
+
114
+ If >2 rounds of changes → consider re-concepting (Phase 2).
115
+
116
+ ### Gate
117
+ - [ ] All 5 scenarios tested · User approved final version
118
+
119
+ ## Phase 5: DELIVER — brand guidelines doc
120
+
121
+ ### `brand-guidelines.md` skeleton
122
+ ```markdown
123
+ # {Brand} Brand Guidelines
124
+ ## Logo — lockups (SVG + PNG), clear space + min size, wrong uses
125
+ ## Color — token table, usage rules, accessibility (contrast)
126
+ ## Typography — stack, hierarchy (H1/H2/H3/body), web vs print
127
+ ## Voice — attributes + sample headline / body / CTA copy
128
+ ## Examples — 1 hero, 1 card, 1 button with the brand applied
129
+ ```
130
+
131
+ ### Asset checklist (hand to designer / dev)
132
+ - [ ] `logo-primary.svg` + `.png` (1x, 2x, 4x) · `logo-secondary` · `logo-mark`
133
+ - [ ] `favicon.ico` (16,32,48), `apple-touch-icon.png` (180×180), `og-image.png` (1200×630)
134
+ - [ ] Social avatars: 400×400 + cover per platform (Twitter 1500×500, LinkedIn 1128×191)
135
+ - [ ] Color tokens: `colors.css` + `tailwind.config.js` snippet · Brand guidelines `.md` / PDF
136
+
137
+ ### Gate
138
+ - [ ] Guidelines doc written · Asset checklist exists · Developer-ready tokens (CSS / Tailwind) included
139
+
140
+ ## Hard Rules (LOGO)
141
+ - **3 *distinct* concepts in Phase 2** — same concept in 3 colors = lazy.
142
+ - **WCAG AA contrast minimum** on text colors. **Mark must read at 16px** — if not, redesign.
143
+ - **No gradient on the primary mark** — gradients don't print, fax, or embroider well.
144
+ - **License-clean fonts only**.
145
+
146
+ ---
147
+ ---
148
+
149
+ # Mode VIDEO
150
+
151
+ Plan video content end-to-end: strategy, script, storyboard, production spec, publishing schedule.
152
+
153
+ ## When to use
154
+ - ✅ Planning a video series or campaign (multi-video)
155
+ - ✅ Need a script + storyboard + production spec for a single video
156
+ - ✅ Repurposing existing long-form into shorts / clips
157
+ - ❌ Just need ideas, not a plan → use `/brainstorm`
158
+ - ❌ Writing a blog post or thread → use `/marketing-content`
159
+
160
+ ## Workflow
161
+
162
+ ```
163
+ STRATEGY → SCRIPT → STORYBOARD → PRODUCTION → PUBLISH
164
+ ```
165
+
166
+ ## Phase 1: STRATEGY
167
+
168
+ ### Gather brief (skip what's known)
169
+
170
+ | Field | Example |
171
+ |-------|---------|
172
+ | Primary goal (pick 1) | brand awareness / tutorial / lead gen / community / thought leadership |
173
+ | Audience | "Senior backend engineers evaluating Postgres tooling" |
174
+ | Channels (pick ≤3) | YouTube long / Shorts / TikTok / Reels / LinkedIn / X / Twitch |
175
+ | Cadence | "1 long video / week + 3 shorts" |
176
+ | Series concept | "From-zero series: build a SaaS in 10 episodes" |
177
+ | Tone | "Casual, technical, no fluff" |
178
+ | Existing assets | brand kit URL, prior videos, channel stats |
179
+
180
+ ### Output: 1-page strategy
181
+ ```markdown
182
+ ## Video Strategy: {brand}
183
+ - Goal / Audience / Channels (primary marked) / Cadence / Series (2-4, each theme + episode target) / Brand (voice, colors, logo lockup)
184
+ ```
185
+
186
+ ### Gate
187
+ - [ ] Goal + audience confirmed · Channels matched to where audience watches · ≥1 series concept
188
+
189
+ ## Phase 2: SCRIPT
190
+
191
+ ### Universal structure
192
+ ```
193
+ HOOK (≤10 sec, ≤30 sec long-form): contrarian claim / surprising number / pain question / curiosity gap
194
+ INTRO (≤15 sec): what they'll get + why this person/channel
195
+ BODY: one idea per segment (≤90 sec long-form, ≤15 sec shorts); pattern interrupt every 30-45 sec
196
+ PAYOFF: the answer / demo / result
197
+ CTA (≤10 sec): one ask
198
+ ```
199
+
200
+ ### Hook examples (pick a type, write 3 variants)
201
+ | Type | Example |
202
+ |------|---------|
203
+ | Contrarian | "Everyone tells you to write tests first. Here's why I stopped." |
204
+ | Number | "I shipped 47 features last quarter with 1 engineer. Here's how." |
205
+ | Pain question | "Your DB is slow at 100k rows? That's a config issue, not a Postgres limit." |
206
+ | Curiosity gap | "There's a Go feature nobody uses but it solves your timeout bug." |
207
+
208
+ ### Script length budget
209
+ | Format | Total | Hook | Body | CTA |
210
+ |--------|-------|------|------|-----|
211
+ | YouTube long | 8-15 min | 10-30 s | 7-13 min | 10-30 s |
212
+ | Short / Reel / TikTok | 30-60 s | ≤3 s | 25-50 s | ≤5 s |
213
+ | LinkedIn native | 1-3 min | ≤5 s | 50 s-2.5 min | ≤10 s |
214
+
215
+ ### Gate
216
+ - [ ] Hook tested by reading frame 1 aloud · One idea per segment · Pattern interrupt every ≤45 sec (long-form) · CTA is one ask
217
+
218
+ ## Phase 3: STORYBOARD
219
+
220
+ ### Scene table (one row per cut)
221
+ | # | Time | Visual | Audio | Text overlay | Asset needed |
222
+ |---|------|--------|-------|--------------|--------------|
223
+ | 1 | 0:00-0:08 | Talking head, medium | Hook line | (none) | — |
224
+ | 2 | 0:08-0:25 | Screen recording: IDE | VO | "Step 1: install" | terminal recording |
225
+
226
+ ### Visual rules (project-wide)
227
+ - Aspect ratio: 16:9 (YT long) / 9:16 (shorts, Reels, TikTok) / 1:1 (LinkedIn fallback)
228
+ - Captions ALWAYS burned in for shorts (most watch muted)
229
+ - Brand bug bottom-right (long-form) first 5 sec + last 10 sec · Max 2 fonts · Stick to brand palette
230
+
231
+ ### Gate
232
+ - [ ] One row per cut · All assets listed/sourced · Captions plan for muted viewing · Aspect ratio matches channel
233
+
234
+ ## Phase 4: PRODUCTION
235
+
236
+ ### Tech spec per channel
237
+ | Channel | Resolution | FPS | Codec | Max length | Notes |
238
+ |---------|-----------|-----|-------|-----------|-------|
239
+ | YouTube long | 1080p / 4K | 30/60 | H.264 | 12 h | Chapters for >5 min |
240
+ | YouTube Shorts | 1080×1920 | 30/60 | H.264 | 60 s | Vertical |
241
+ | TikTok | 1080×1920 | 30/60 | H.264 | 10 min | Caption per scene |
242
+ | Instagram Reels | 1080×1920 | 30 | H.264 | 90 s | First frame = thumbnail |
243
+ | LinkedIn native | 1920×1080 / 1080×1080 | 30 | H.264 | 10 min | Captions burned in |
244
+ | X (Twitter) | 1280×720+ | 30/60 | H.264 | 2 min 20 s | Add caption file |
245
+
246
+ ### Audio
247
+ - Voice: -3 dBFS peak, -16 LUFS integrated · Music bed: -20 dBFS under voice, royalty-cleared
248
+ - Cuts: trim every breath / um / "so" — tight pacing matters
249
+
250
+ ### Pre-publish checklist
251
+ - [ ] Color graded · Audio normalized · Captions burned in (where required) + SRT for accessibility
252
+ - [ ] Thumbnail (3 variants for A/B if YouTube) · Title (≤60 chars + keyword) · Description with timestamps, CTAs, links
253
+
254
+ ### Gate
255
+ - [ ] Tech spec matches channel · Thumbnail tested at small size · First 3 sec works without sound
256
+
257
+ ## Phase 5: PUBLISH
258
+
259
+ ### Per-channel adaptation
260
+ - **YouTube long:** publish + pin comment with timestamps + first-hour engagement push
261
+ - **Shorts:** 3-5x/week for algorithm; don't link in description (kills reach)
262
+ - **TikTok:** batches at 7 PM local; respond to first 10 comments within 1 hour
263
+ - **LinkedIn:** native upload (don't link YouTube); first hour of work day
264
+ - **X:** native video; thread = video + 3-5 text takeaways
265
+
266
+ ### Cross-posting
267
+ Cut shorts from long-form (3-5 per long video) · convert key insight into LinkedIn carousel + X thread · embed in blog post.
268
+
269
+ ### Tracking
270
+ - UTM tags on description links: `?utm_source=youtube&utm_medium=video&utm_campaign={series}`
271
+ - Watch: average view duration, retention curve (cliff = where to cut next), thumbnail CTR
272
+ - Iterate: kill formats with <30% retention after 3 attempts
273
+
274
+ ### Gate
275
+ - [ ] Adapted per channel · UTMs applied · Tracking dashboard updated
276
+
277
+ ## Hard Rules (VIDEO)
278
+ - **Hook decides everything** — if first 3 sec doesn't work, nothing after matters.
279
+ - **Captions for muted viewing** — most feed views are sound-off.
280
+ - **One ask in the CTA** — multiple CTAs = zero conversions.
281
+ - **Vertical for mobile-first channels** — never reupload 16:9 to TikTok / Shorts.
282
+ - **Kill what doesn't work after 3 attempts**.
283
+
284
+ ---
285
+ ---
286
+
287
+ ## Related Skills
288
+
289
+ | When | Use |
290
+ |------|-----|
291
+ | Write content with the brand (blog / social / newsletter) | `/marketing-content` |
292
+ | Full marketing plan (brand + content + video) | `/marketing` command |
293
+ | Brainstorm video / brand topics | `/brainstorm` |
294
+ | Document brand guidelines as a doc | `/docs-sync` |
295
+
296
+ ## Recommended Agents
297
+
298
+ | Mode / Phase | Agent | Purpose |
299
+ |--------------|-------|---------|
300
+ | LOGO discover / deliver | `@docs-writer` | Brand brief + guidelines doc |
301
+ | LOGO concept / design | `@clean-architect`, `@docs-writer` | System structure + spec docs |
302
+ | VIDEO strategy / script | `@docs-writer` | Strategy brief + tighten scripts |
303
+ | VIDEO storyboard | `@docs-writer` | Scene descriptions |
304
+ | VIDEO production | `@devops` | Tech specs + encoding |