moicle 2.0.0 → 2.2.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 (43) hide show
  1. package/README.md +20 -9
  2. package/assets/architecture/_shared/severity-levels.md +34 -0
  3. package/assets/architecture/_shared/stack-detection.md +34 -0
  4. package/assets/commands/marketing.md +7 -7
  5. package/assets/skills/docs/sync/SKILL.md +159 -519
  6. package/assets/skills/docs/write/SKILL.md +89 -186
  7. package/assets/skills/feature/new/SKILL.md +152 -192
  8. package/assets/skills/feature/refactor/SKILL.md +152 -233
  9. package/assets/skills/fix/hotfix/SKILL.md +139 -305
  10. package/assets/skills/fix/incident/SKILL.md +107 -19
  11. package/assets/skills/fix/pr-comment/SKILL.md +98 -224
  12. package/assets/skills/fix/root-cause/SKILL.md +161 -104
  13. package/assets/skills/{docs → marketing}/content/SKILL.md +4 -4
  14. package/assets/skills/marketing/logo/SKILL.md +252 -0
  15. package/assets/skills/marketing/seo-blog/SKILL.md +367 -0
  16. package/assets/skills/marketing/video/SKILL.md +258 -0
  17. package/assets/skills/research/onboarding/SKILL.md +127 -510
  18. package/assets/skills/research/spike/SKILL.md +128 -436
  19. package/assets/skills/research/web/SKILL.md +124 -83
  20. package/assets/skills/review/architect/SKILL.md +157 -306
  21. package/assets/skills/review/branch/SKILL.md +153 -208
  22. package/assets/skills/review/pr/SKILL.md +129 -519
  23. package/assets/skills/review/tdd/SKILL.md +108 -69
  24. package/bin/cli.js +2 -2
  25. package/dist/commands/install.d.ts.map +1 -1
  26. package/dist/commands/install.js +176 -8
  27. package/dist/commands/install.js.map +1 -1
  28. package/dist/commands/list.d.ts.map +1 -1
  29. package/dist/commands/list.js +31 -1
  30. package/dist/commands/list.js.map +1 -1
  31. package/dist/commands/status.d.ts.map +1 -1
  32. package/dist/commands/status.js +30 -1
  33. package/dist/commands/status.js.map +1 -1
  34. package/dist/commands/uninstall.d.ts.map +1 -1
  35. package/dist/commands/uninstall.js +64 -8
  36. package/dist/commands/uninstall.js.map +1 -1
  37. package/dist/utils/symlink.d.ts +1 -0
  38. package/dist/utils/symlink.d.ts.map +1 -1
  39. package/dist/utils/symlink.js +8 -6
  40. package/dist/utils/symlink.js.map +1 -1
  41. package/package.json +1 -1
  42. package/assets/skills/docs/logo/SKILL.md +0 -492
  43. package/assets/skills/docs/video/SKILL.md +0 -666
@@ -1,666 +0,0 @@
1
- ---
2
- name: docs-video
3
- description: Plan and produce video content strategy including scripts, storyboards, and production specs. Use when user says "create video", "video content", "video script", "video strategy", "youtube content", "video plan".
4
- ---
5
-
6
- # Video Content Skill
7
-
8
- Structured workflow for planning video content — from strategy and scripting to production specs and publishing schedule.
9
-
10
- ## When to use this skill
11
-
12
- - ✅ Planning a video series or campaign (multi-video)
13
- - ✅ Need a script + storyboard + production spec for a single video
14
- - ✅ Repurposing existing long-form into shorts / clips
15
- - ❌ Just need ideas, not a plan → use `brainstorm`
16
- - ❌ Want full marketing plan (logo + content + video) → use `/marketing`
17
- - ❌ Writing a blog post or thread, not video → use `/docs:content`
18
-
19
- ## Workflow
20
-
21
- ```
22
- STRATEGY → SCRIPT → STORYBOARD → PRODUCTION → PUBLISH
23
- ```
24
-
25
- ---
26
-
27
- ## Phase 1: STRATEGY
28
-
29
- **Goal**: Define video content strategy, target audience, and series plan.
30
-
31
- ### Actions
32
-
33
- 1. Gather video strategy requirements from the user:
34
-
35
- ```
36
- VIDEO CONTENT STRATEGY BRIEF
37
- =============================
38
-
39
- 1. PURPOSE
40
- - What is the goal of your video content?
41
- [ ] Brand Awareness
42
- [ ] Product Education / Tutorials
43
- [ ] Community Building
44
- [ ] Lead Generation / Conversion
45
- [ ] Thought Leadership
46
- - Primary goal: [Answer]
47
-
48
- 2. TARGET AUDIENCE
49
- - Who will watch these videos?
50
- - Audience: [Answer]
51
- - Technical level: [Beginner / Intermediate / Advanced / Mixed]
52
- - Preferred language: [Answer]
53
-
54
- 3. PRODUCT / TOPIC
55
- - What product or topic are videos about?
56
- - Product: [Answer]
57
- - Key features to highlight: [Answer]
58
- - Unique selling points: [Answer]
59
-
60
- 4. PLATFORMS
61
- - Where will videos be published? (select all)
62
- [ ] YouTube (long-form)
63
- [ ] YouTube Shorts
64
- [ ] TikTok
65
- [ ] Instagram Reels
66
- [ ] LinkedIn
67
- [ ] X (Twitter)
68
- [ ] Website / Blog
69
- [ ] Dev.to / Hashnode
70
-
71
- 5. RESOURCES
72
- - Available equipment:
73
- [ ] Screen recording software
74
- [ ] Webcam / Camera
75
- [ ] Microphone
76
- [ ] Video editing software
77
- [ ] Animation tools
78
- - Budget: [Answer]
79
- - Team size: [Answer]
80
-
81
- 6. COMPETITORS / INSPIRATION
82
- - Channels or creators you admire:
83
- 1. [Channel] - What you like: [Answer]
84
- 2. [Channel] - What you like: [Answer]
85
- - Style preference: [Casual / Professional / Mix]
86
- ```
87
-
88
- 2. Define video series:
89
-
90
- ```
91
- VIDEO SERIES PLAN
92
- =================
93
-
94
- Series 1: [Name] — [Type: Awareness / Education / Conversion]
95
- ├── Format: [Screen recording / Face cam / Animation / Mix]
96
- ├── Duration: [Length per video]
97
- ├── Frequency: [How often]
98
- ├── Platform: [Primary platform]
99
- ├── Episodes planned: [Number]
100
- └── Videos:
101
- ├── EP01: [Title] — [Brief description]
102
- ├── EP02: [Title] — [Brief description]
103
- ├── EP03: [Title] — [Brief description]
104
- ├── EP04: [Title] — [Brief description]
105
- └── EP05: [Title] — [Brief description]
106
-
107
- Series 2: [Name] — [Type]
108
- ├── Format: [Format]
109
- ├── Duration: [Length]
110
- ├── Frequency: [How often]
111
- ├── Platform: [Primary]
112
- ├── Episodes planned: [Number]
113
- └── Videos:
114
- ├── EP01: [Title] — [Brief description]
115
- ├── EP02: [Title] — [Brief description]
116
- └── EP03: [Title] — [Brief description]
117
-
118
- Series 3: [Name] — [Type: Shorts / Reels]
119
- ├── Format: [Format]
120
- ├── Duration: [15-60s]
121
- ├── Frequency: [How often]
122
- ├── Platform: [TikTok / Reels / Shorts]
123
- ├── Episodes planned: [Number]
124
- └── Videos:
125
- ├── EP01: [Title] — [Brief description]
126
- ├── EP02: [Title] — [Brief description]
127
- └── EP03: [Title] — [Brief description]
128
- ```
129
-
130
- ### Output
131
-
132
- - Video Content Strategy Brief
133
- - Video Series Plan with episode list
134
-
135
- ### Gate
136
-
137
- - [ ] Purpose and goals defined
138
- - [ ] Target audience identified
139
- - [ ] Platforms selected
140
- - [ ] At least 2 video series planned
141
- - [ ] Episode list for each series created
142
-
143
- ---
144
-
145
- ## Phase 2: SCRIPT
146
-
147
- **Goal**: Write detailed scripts for each video.
148
-
149
- ### Actions
150
-
151
- 1. For each video, create a script using this template:
152
-
153
- ```
154
- VIDEO SCRIPT
155
- ============
156
-
157
- Title: [Video Title]
158
- Series: [Series Name]
159
- Episode: [Number]
160
- Duration: [Target length]
161
- Platform: [Primary platform]
162
- Type: [Tutorial / Demo / Comparison / Tips / Story]
163
-
164
- ─────────────────────────────────────────
165
-
166
- HOOK (0:00 - 0:10)
167
- Goal: Grab attention in first 3 seconds
168
-
169
- [Visual]: [What appears on screen]
170
- [Audio]: "[Exact words to say]"
171
-
172
- Hook Type: [Choose one]
173
- - Problem statement: "Are you tired of...?"
174
- - Bold claim: "This will change how you..."
175
- - Question: "Did you know...?"
176
- - Demo tease: "Watch what happens when..."
177
-
178
- ─────────────────────────────────────────
179
-
180
- INTRO (0:10 - 0:30)
181
- Goal: Set context and promise value
182
-
183
- [Visual]: [What appears on screen]
184
- [Audio]: "[Exact words to say]"
185
-
186
- Key points to cover:
187
- - What this video is about
188
- - What viewer will learn/see
189
- - Why they should keep watching
190
-
191
- ─────────────────────────────────────────
192
-
193
- MAIN CONTENT
194
-
195
- Section 1: [Section Title] (0:30 - X:XX)
196
-
197
- [Visual]: [What appears on screen]
198
- [Action]: [What to demonstrate]
199
- [Audio]: "[Narration/explanation]"
200
-
201
- Key Points:
202
- - [Point 1]
203
- - [Point 2]
204
-
205
- Commands/Code to show:
206
- ```
207
- [code or commands]
208
- ```
209
-
210
- Section 2: [Section Title] (X:XX - X:XX)
211
-
212
- [Visual]: [What appears on screen]
213
- [Action]: [What to demonstrate]
214
- [Audio]: "[Narration/explanation]"
215
-
216
- Key Points:
217
- - [Point 1]
218
- - [Point 2]
219
-
220
- [Continue for each section...]
221
-
222
- ─────────────────────────────────────────
223
-
224
- CONCLUSION (Last 15-30s)
225
- Goal: Summarize and call to action
226
-
227
- [Visual]: [What appears on screen]
228
- [Audio]: "[Exact words to say]"
229
-
230
- Summary points:
231
- - [Key takeaway 1]
232
- - [Key takeaway 2]
233
-
234
- Call to Action:
235
- - Primary CTA: [Subscribe / Try product / Visit link]
236
- - Secondary CTA: [Comment / Share / Next video]
237
-
238
- ─────────────────────────────────────────
239
-
240
- METADATA
241
-
242
- Title (SEO): [YouTube/platform title, max 60 chars]
243
- Description: [2-3 sentence description]
244
- Tags/Keywords: [tag1, tag2, tag3, tag4, tag5]
245
- Thumbnail Concept: [What the thumbnail should show]
246
- End Screen: [What to link to]
247
- ```
248
-
249
- 2. For short-form videos (Shorts/Reels/TikTok), use condensed format:
250
-
251
- ```
252
- SHORT VIDEO SCRIPT
253
- ==================
254
-
255
- Title: [Title]
256
- Duration: [15-60s]
257
- Platform: [TikTok / Reels / Shorts]
258
- Format: [Vertical 9:16]
259
-
260
- [0:00-0:03] HOOK
261
- [Visual]: [What appears]
262
- [Text overlay]: "[On-screen text]"
263
- [Audio]: "[Words or music]"
264
-
265
- [0:03-0:XX] CONTENT
266
- [Visual]: [What appears]
267
- [Text overlay]: "[On-screen text]"
268
- [Audio]: "[Words or narration]"
269
-
270
- [0:XX-0:XX] PAYOFF
271
- [Visual]: [Result/revelation]
272
- [Text overlay]: "[Final text]"
273
- [Audio]: "[Closing words]"
274
-
275
- [End] CTA
276
- [Text overlay]: "Follow for more" / "[CTA text]"
277
-
278
- Caption: [Platform caption with hashtags]
279
- Hashtags: #tag1 #tag2 #tag3 #tag4 #tag5
280
- Sound: [Original / Trending sound name]
281
- ```
282
-
283
- ### Output
284
-
285
- Complete scripts for all planned videos
286
-
287
- ### Gate
288
-
289
- - [ ] Each video has a complete script
290
- - [ ] Hooks are compelling (first 3 seconds)
291
- - [ ] Clear structure with timestamps
292
- - [ ] CTAs included in every video
293
- - [ ] SEO metadata defined
294
-
295
- ---
296
-
297
- ## Phase 3: STORYBOARD
298
-
299
- **Goal**: Create visual flow and scene descriptions for each video.
300
-
301
- ### Actions
302
-
303
- 1. For each video, create a storyboard:
304
-
305
- ```
306
- STORYBOARD
307
- ==========
308
-
309
- Video: [Title]
310
-
311
- Scene 1: [Scene Name]
312
- ┌─────────────────────────────┐
313
- │ Timestamp: 0:00 - 0:10 │
314
- │ │
315
- │ Visual: [Description of │
316
- │ what appears on screen] │
317
- │ │
318
- │ Text Overlay: [Any text] │
319
- │ Transition: [Cut/Fade/Zoom] │
320
- │ Audio: [Narration/Music] │
321
- └─────────────────────────────┘
322
-
323
-
324
- Scene 2: [Scene Name]
325
- ┌─────────────────────────────┐
326
- │ Timestamp: 0:10 - 0:30 │
327
- │ │
328
- │ Visual: [Description] │
329
- │ │
330
- │ Text Overlay: [Any text] │
331
- │ Transition: [Type] │
332
- │ Audio: [Narration/Music] │
333
- └─────────────────────────────┘
334
-
335
-
336
- [Continue for all scenes...]
337
- ```
338
-
339
- 2. Define visual style guide for the series:
340
-
341
- ```
342
- VIDEO VISUAL STYLE GUIDE
343
- ========================
344
-
345
- Screen Recording:
346
- - Terminal theme: [Dark / Light / Custom]
347
- - Terminal font size: [18-20px recommended]
348
- - Browser: [Chrome / Firefox / etc.]
349
- - Window arrangement: [Full screen / Split]
350
- - Cursor highlight: [Yes / No]
351
-
352
- Overlays & Graphics:
353
- - Lower third: [Style description]
354
- - Text overlays: [Font, Color, Position]
355
- - Code highlights: [How to emphasize code]
356
- - Arrow/pointer annotations: [Style]
357
-
358
- Transitions:
359
- - Between sections: [Cut / Crossfade / Zoom]
360
- - Duration: [0.3s - 0.5s standard]
361
-
362
- Intro Template:
363
- - Duration: [3-5 seconds]
364
- - Elements: [Logo animation + title]
365
-
366
- Outro Template:
367
- - Duration: [5-10 seconds]
368
- - Elements: [Subscribe CTA + next video]
369
-
370
- Thumbnail Template:
371
- - Style: [Bold text + screenshot + face]
372
- - Colors: [Brand colors]
373
- - Font: [Bold, readable at small size]
374
- - Layout: [Left text, right visual]
375
- ```
376
-
377
- ### Output
378
-
379
- - Storyboard for each video
380
- - Video visual style guide
381
-
382
- ### Gate
383
-
384
- - [ ] All videos have scene-by-scene storyboards
385
- - [ ] Visual style guide defined
386
- - [ ] Transitions specified
387
- - [ ] Overlay/graphic templates described
388
- - [ ] Thumbnail template defined
389
-
390
- ---
391
-
392
- ## Phase 4: PRODUCTION
393
-
394
- **Goal**: Define technical specs and create production checklist.
395
-
396
- ### Actions
397
-
398
- 1. Define production specifications:
399
-
400
- ```
401
- PRODUCTION SPECS
402
- ================
403
-
404
- Video Formats:
405
- ┌────────────────────────────────────────────────┐
406
- │ Platform │ Resolution │ Ratio │ FPS │
407
- ├───────────────┼────────────┼───────┼───────────┤
408
- │ YouTube │ 1920x1080 │ 16:9 │ 60fps │
409
- │ YouTube Short │ 1080x1920 │ 9:16 │ 30fps │
410
- │ TikTok │ 1080x1920 │ 9:16 │ 30fps │
411
- │ Instagram │ 1080x1920 │ 9:16 │ 30fps │
412
- │ LinkedIn │ 1920x1080 │ 16:9 │ 30fps │
413
- │ X/Twitter │ 1920x1080 │ 16:9 │ 30fps │
414
- └────────────────────────────────────────────────┘
415
-
416
- Audio:
417
- - Format: AAC / WAV
418
- - Sample rate: 48kHz
419
- - Bitrate: 320kbps
420
- - Noise reduction: Yes
421
- - Music volume: -20dB under voice
422
-
423
- Export Settings:
424
- - Codec: H.264 / H.265
425
- - Bitrate: 8-12 Mbps (1080p)
426
- - Audio: AAC 320kbps
427
- - Container: MP4
428
- ```
429
-
430
- 2. Create production checklist:
431
-
432
- ```
433
- PRE-PRODUCTION CHECKLIST
434
- ========================
435
-
436
- Before Recording:
437
- - [ ] Script finalized and reviewed
438
- - [ ] Storyboard ready
439
- - [ ] Software/tools installed and configured
440
- - [ ] Terminal theme set up (dark, font size 18+)
441
- - [ ] Demo project/code prepared
442
- - [ ] Test recording (audio + video quality)
443
- - [ ] Close unnecessary apps and notifications
444
- - [ ] Clear desktop/browser bookmarks bar
445
-
446
- Recording:
447
- - [ ] Screen recording started (correct resolution)
448
- - [ ] Audio recording started (check levels)
449
- - [ ] Face cam positioned (if applicable)
450
- - [ ] Follow script scene by scene
451
- - [ ] Pause between sections (for editing)
452
- - [ ] Record each demo 2x (for best take)
453
-
454
- Post-Production:
455
- - [ ] Import footage into editor
456
- - [ ] Rough cut (remove mistakes, pauses)
457
- - [ ] Add intro/outro
458
- - [ ] Add text overlays and annotations
459
- - [ ] Add background music
460
- - [ ] Color correction (if face cam)
461
- - [ ] Add subtitles (Vietnamese + English)
462
- - [ ] Export in correct format per platform
463
- - [ ] Create thumbnail
464
- - [ ] Write title, description, tags
465
-
466
- Quality Check:
467
- - [ ] Watch full video at 1x speed
468
- - [ ] Audio clear and balanced
469
- - [ ] Text readable on mobile
470
- - [ ] No sensitive info visible (passwords, tokens)
471
- - [ ] Subtitles accurate
472
- - [ ] Links and CTAs correct
473
- ```
474
-
475
- 3. Recommend tools:
476
-
477
- ```
478
- RECOMMENDED TOOLS
479
- =================
480
-
481
- Recording:
482
- - OBS Studio (free) - Screen recording
483
- - Asciinema - Terminal recording
484
- - QuickTime (Mac) - Simple screen capture
485
-
486
- Editing:
487
- - DaVinci Resolve (free) - Professional editing
488
- - CapCut (free) - Quick edits, shorts
489
- - FFmpeg (free) - CLI video processing
490
-
491
- Audio:
492
- - Audacity (free) - Audio editing
493
- - Noise reduction plugins
494
-
495
- Graphics:
496
- - Figma (free) - Thumbnails, overlays
497
- - Canva (free) - Quick graphics
498
-
499
- Subtitles:
500
- - YouTube auto-captions + manual edit
501
- - Subtitle Edit (free)
502
-
503
- Music:
504
- - YouTube Audio Library (free, royalty-free)
505
- - Pixabay Music (free)
506
- ```
507
-
508
- ### Output
509
-
510
- - Production specifications document
511
- - Pre/post production checklists
512
- - Tools recommendation
513
-
514
- ### Gate
515
-
516
- - [ ] Technical specs defined per platform
517
- - [ ] Production checklist created
518
- - [ ] Tools identified and recommended
519
- - [ ] Quality check process documented
520
-
521
- ---
522
-
523
- ## Phase 5: PUBLISH
524
-
525
- **Goal**: Create publishing calendar and distribution plan.
526
-
527
- ### Actions
528
-
529
- 1. Create content calendar:
530
-
531
- ```
532
- CONTENT CALENDAR — [Month/Year]
533
- ================================
534
-
535
- WEEK 1: [Theme]
536
- ├── Mon: [Platform] — [Video Title] (Series: [Name])
537
- ├── Tue: [Platform] — [Video Title]
538
- ├── Wed: [Platform] — [Short Title] x3
539
- ├── Thu: [Platform] — [Video Title]
540
- └── Fri: [Platform] — [Short Title]
541
-
542
- WEEK 2: [Theme]
543
- ├── Mon: [Platform] — [Video Title]
544
- ├── Tue: [Platform] — [Video Title]
545
- ├── Wed: [Platform] — [Short Title] x3
546
- ├── Thu: [Platform] — [Video Title]
547
- └── Fri: [Platform] — [Short Title]
548
-
549
- WEEK 3: [Theme]
550
- [Continue pattern...]
551
-
552
- WEEK 4: [Theme]
553
- [Continue pattern...]
554
-
555
- ────────────────────────────────────
556
-
557
- POSTING SCHEDULE:
558
- - YouTube long-form: [Day(s)], [Time] [Timezone]
559
- - YouTube Shorts: [Day(s)], [Time]
560
- - TikTok: [Day(s)], [Time]
561
- - Instagram Reels: [Day(s)], [Time]
562
- - LinkedIn: [Day(s)], [Time]
563
- - X/Twitter: [Day(s)], [Time]
564
- ```
565
-
566
- 2. Define cross-posting strategy:
567
-
568
- ```
569
- CROSS-POSTING STRATEGY
570
- ======================
571
-
572
- One Video → Multiple Platforms:
573
-
574
- Long-form Tutorial (8-12 min)
575
- ├── YouTube: Full video
576
- ├── Blog: Written tutorial version
577
- ├── X/Twitter: Key moment GIF + link
578
- ├── LinkedIn: Summary post + link
579
- └── Clips: 3-5 short clips for Shorts/Reels/TikTok
580
-
581
- Short Demo (30-60s)
582
- ├── YouTube Shorts: Vertical version
583
- ├── TikTok: With trending sound
584
- ├── Instagram Reels: With caption
585
- ├── X/Twitter: Direct upload
586
- └── LinkedIn: Professional angle
587
- ```
588
-
589
- 3. Define KPIs and tracking:
590
-
591
- ```
592
- VIDEO KPIs
593
- ==========
594
-
595
- | Metric | Target (Monthly) | Tool |
596
- |---------------------|-------------------|----------------|
597
- | Total views | [Target] | Platform native |
598
- | Watch time (hours) | [Target] | YouTube Studio |
599
- | Subscriber growth | [Target] | YouTube Studio |
600
- | Engagement rate | [Target]% | Platform native |
601
- | Click-through rate | [Target]% | YouTube Studio |
602
- | Shorts views | [Target] | YouTube Studio |
603
- | TikTok followers | [Target] | TikTok Analytics|
604
- | Website traffic | [Target] | Google Analytics|
605
- ```
606
-
607
- ### Output
608
-
609
- - Monthly content calendar
610
- - Cross-posting strategy
611
- - KPI tracking sheet
612
-
613
- ### Gate
614
-
615
- - [ ] Monthly calendar created
616
- - [ ] Posting schedule with times and platforms
617
- - [ ] Cross-posting strategy defined
618
- - [ ] KPIs and targets set
619
- - [ ] User approved the publishing plan
620
-
621
- ---
622
-
623
- ## Quick Reference
624
-
625
- ### Phase Summary
626
-
627
- | Phase | Goal | Key Output |
628
- |-------|------|------------|
629
- | STRATEGY | Define goals & series | Content Strategy Brief |
630
- | SCRIPT | Write video scripts | Complete scripts with hooks |
631
- | STORYBOARD | Visual scene planning | Scene-by-scene flow |
632
- | PRODUCTION | Tech specs & checklists | Production-ready specs |
633
- | PUBLISH | Calendar & distribution | Publishing schedule |
634
-
635
- ### Success Criteria
636
-
637
- - [ ] Video strategy aligned with business goals
638
- - [ ] At least 2 video series planned
639
- - [ ] Scripts written with compelling hooks
640
- - [ ] Storyboards with visual flow
641
- - [ ] Production specs per platform
642
- - [ ] Quality checklist followed
643
- - [ ] Publishing calendar created
644
- - [ ] Cross-posting strategy defined
645
- - [ ] KPIs set and tracking plan ready
646
-
647
- ---
648
-
649
- ## Related Skills
650
-
651
- | When | Use |
652
- |------|-----|
653
- | Full marketing plan (logo + content + video) | `/marketing` |
654
- | Need brand visuals first | `/docs:logo` |
655
- | Repurposing video → blog / threads | `/docs:content` |
656
- | Brainstorm video topics | `brainstorm` |
657
-
658
- ## Recommended Agents
659
-
660
- | Phase | Agent | Purpose |
661
- |-------|-------|---------|
662
- | STRATEGY | `@docs-writer` | Document content strategy |
663
- | SCRIPT | `@docs-writer` | Write scripts and hooks |
664
- | STORYBOARD | `@docs-writer` | Scene descriptions |
665
- | PRODUCTION | `@devops` | Tech setup specs |
666
- | PUBLISH | `@docs-writer` | Publishing calendar |