@namch/agent-assistant 1.0.0 → 1.0.2

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 (168) hide show
  1. package/README.md +114 -522
  2. package/agents/backend-engineer.md +0 -8
  3. package/agents/brainstormer.md +0 -6
  4. package/agents/business-analyst.md +0 -5
  5. package/agents/database-architect.md +0 -6
  6. package/agents/debugger.md +0 -6
  7. package/agents/designer.md +0 -5
  8. package/agents/devops-engineer.md +0 -7
  9. package/agents/docs-manager.md +0 -6
  10. package/agents/frontend-engineer.md +0 -7
  11. package/agents/game-engineer.md +0 -7
  12. package/agents/mobile-engineer.md +0 -7
  13. package/agents/performance-engineer.md +0 -7
  14. package/agents/planner.md +0 -6
  15. package/agents/project-manager.md +0 -6
  16. package/agents/researcher.md +0 -5
  17. package/agents/reviewer.md +0 -6
  18. package/agents/scouter.md +0 -6
  19. package/agents/security-engineer.md +0 -7
  20. package/agents/tech-lead.md +0 -7
  21. package/agents/tester.md +0 -5
  22. package/cli/README.md +19 -10
  23. package/documents/business/business-features.md +1 -1
  24. package/documents/business/business-prd.md +4 -4
  25. package/documents/knowledge-architecture.md +1 -1
  26. package/documents/knowledge-domain.md +1 -1
  27. package/documents/knowledge-overview.md +14 -29
  28. package/documents/knowledge-source-base.md +14 -14
  29. package/package.json +1 -1
  30. package/rules/QUICK-REFERENCE.md +4 -1
  31. package/rules/SKILL-DISCOVERY.md +37 -14
  32. package/skills/active-directory-attacks/SKILL.md +383 -0
  33. package/skills/active-directory-attacks/references/advanced-attacks.md +382 -0
  34. package/skills/agent-evaluation/SKILL.md +64 -0
  35. package/skills/agent-memory-mcp/SKILL.md +82 -0
  36. package/skills/agent-memory-systems/SKILL.md +67 -0
  37. package/skills/agent-tool-builder/SKILL.md +53 -0
  38. package/skills/ai-agents-architect/SKILL.md +90 -0
  39. package/skills/ai-product/SKILL.md +54 -0
  40. package/skills/ai-wrapper-product/SKILL.md +273 -0
  41. package/skills/api-documentation-generator/SKILL.md +484 -0
  42. package/skills/api-fuzzing-bug-bounty/SKILL.md +433 -0
  43. package/skills/api-security-best-practices/SKILL.md +907 -0
  44. package/skills/autonomous-agent-patterns/SKILL.md +761 -0
  45. package/skills/autonomous-agents/SKILL.md +68 -0
  46. package/skills/aws-penetration-testing/SKILL.md +405 -0
  47. package/skills/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
  48. package/skills/azure-functions/SKILL.md +42 -0
  49. package/skills/backend-dev-guidelines/SKILL.md +342 -0
  50. package/skills/backend-dev-guidelines/resources/architecture-overview.md +451 -0
  51. package/skills/backend-dev-guidelines/resources/async-and-errors.md +307 -0
  52. package/skills/backend-dev-guidelines/resources/complete-examples.md +638 -0
  53. package/skills/backend-dev-guidelines/resources/configuration.md +275 -0
  54. package/skills/backend-dev-guidelines/resources/database-patterns.md +224 -0
  55. package/skills/backend-dev-guidelines/resources/middleware-guide.md +213 -0
  56. package/skills/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
  57. package/skills/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
  58. package/skills/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
  59. package/skills/backend-dev-guidelines/resources/testing-guide.md +235 -0
  60. package/skills/backend-dev-guidelines/resources/validation-patterns.md +754 -0
  61. package/skills/broken-authentication/SKILL.md +476 -0
  62. package/skills/bullmq-specialist/SKILL.md +57 -0
  63. package/skills/bun-development/SKILL.md +691 -0
  64. package/skills/burp-suite-testing/SKILL.md +380 -0
  65. package/skills/cloud-penetration-testing/SKILL.md +501 -0
  66. package/skills/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
  67. package/skills/computer-use-agents/SKILL.md +315 -0
  68. package/skills/content-creator/SKILL.md +248 -0
  69. package/skills/content-creator/assets/content_calendar_template.md +99 -0
  70. package/skills/content-creator/references/brand_guidelines.md +199 -0
  71. package/skills/content-creator/references/content_frameworks.md +534 -0
  72. package/skills/content-creator/references/social_media_optimization.md +317 -0
  73. package/skills/content-creator/scripts/brand_voice_analyzer.py +185 -0
  74. package/skills/content-creator/scripts/seo_optimizer.py +419 -0
  75. package/skills/context-window-management/SKILL.md +53 -0
  76. package/skills/conversation-memory/SKILL.md +61 -0
  77. package/skills/copy-editing/SKILL.md +439 -0
  78. package/skills/copywriting/SKILL.md +225 -0
  79. package/skills/crewai/SKILL.md +243 -0
  80. package/skills/discord-bot-architect/SKILL.md +277 -0
  81. package/skills/dispatching-parallel-agents/SKILL.md +180 -0
  82. package/skills/email-sequence/SKILL.md +925 -0
  83. package/skills/email-systems/SKILL.md +54 -0
  84. package/skills/ethical-hacking-methodology/SKILL.md +466 -0
  85. package/skills/executing-plans/SKILL.md +76 -0
  86. package/skills/file-path-traversal/SKILL.md +486 -0
  87. package/skills/finishing-a-development-branch/SKILL.md +200 -0
  88. package/skills/frontend-dev-guidelines/SKILL.md +359 -0
  89. package/skills/frontend-dev-guidelines/resources/common-patterns.md +331 -0
  90. package/skills/frontend-dev-guidelines/resources/complete-examples.md +872 -0
  91. package/skills/frontend-dev-guidelines/resources/component-patterns.md +502 -0
  92. package/skills/frontend-dev-guidelines/resources/data-fetching.md +767 -0
  93. package/skills/frontend-dev-guidelines/resources/file-organization.md +502 -0
  94. package/skills/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
  95. package/skills/frontend-dev-guidelines/resources/performance.md +406 -0
  96. package/skills/frontend-dev-guidelines/resources/routing-guide.md +364 -0
  97. package/skills/frontend-dev-guidelines/resources/styling-guide.md +428 -0
  98. package/skills/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
  99. package/skills/gcp-cloud-run/SKILL.md +288 -0
  100. package/skills/git-pushing/SKILL.md +33 -0
  101. package/skills/git-pushing/scripts/smart_commit.sh +19 -0
  102. package/skills/github-workflow-automation/SKILL.md +846 -0
  103. package/skills/html-injection-testing/SKILL.md +498 -0
  104. package/skills/idor-testing/SKILL.md +442 -0
  105. package/skills/inngest/SKILL.md +55 -0
  106. package/skills/javascript-mastery/SKILL.md +645 -0
  107. package/skills/kaizen/SKILL.md +730 -0
  108. package/skills/langfuse/SKILL.md +238 -0
  109. package/skills/langgraph/SKILL.md +287 -0
  110. package/skills/linux-privilege-escalation/SKILL.md +504 -0
  111. package/skills/llm-app-patterns/SKILL.md +760 -0
  112. package/skills/metasploit-framework/SKILL.md +478 -0
  113. package/skills/multi-agent-brainstorming/SKILL.md +256 -0
  114. package/skills/neon-postgres/SKILL.md +56 -0
  115. package/skills/nextjs-supabase-auth/SKILL.md +56 -0
  116. package/skills/nosql-expert/SKILL.md +111 -0
  117. package/skills/pentest-checklist/SKILL.md +334 -0
  118. package/skills/pentest-commands/SKILL.md +438 -0
  119. package/skills/plaid-fintech/SKILL.md +50 -0
  120. package/skills/planning-with-files/SKILL.md +211 -0
  121. package/skills/planning-with-files/examples.md +202 -0
  122. package/skills/planning-with-files/reference.md +218 -0
  123. package/skills/planning-with-files/scripts/check-complete.sh +44 -0
  124. package/skills/planning-with-files/scripts/init-session.sh +120 -0
  125. package/skills/planning-with-files/templates/findings.md +95 -0
  126. package/skills/planning-with-files/templates/progress.md +114 -0
  127. package/skills/planning-with-files/templates/task_plan.md +132 -0
  128. package/skills/privilege-escalation-methods/SKILL.md +333 -0
  129. package/skills/production-code-audit/SKILL.md +540 -0
  130. package/skills/prompt-caching/SKILL.md +61 -0
  131. package/skills/prompt-engineering/SKILL.md +171 -0
  132. package/skills/prompt-library/SKILL.md +322 -0
  133. package/skills/rag-engineer/SKILL.md +90 -0
  134. package/skills/rag-implementation/SKILL.md +63 -0
  135. package/skills/react-ui-patterns/SKILL.md +289 -0
  136. package/skills/red-team-tools/SKILL.md +310 -0
  137. package/skills/scanning-tools/SKILL.md +589 -0
  138. package/skills/shodan-reconnaissance/SKILL.md +503 -0
  139. package/skills/slack-bot-builder/SKILL.md +264 -0
  140. package/skills/smtp-penetration-testing/SKILL.md +500 -0
  141. package/skills/social-content/SKILL.md +807 -0
  142. package/skills/software-architecture/SKILL.md +75 -0
  143. package/skills/sql-injection-testing/SKILL.md +448 -0
  144. package/skills/sqlmap-database-pentesting/SKILL.md +400 -0
  145. package/skills/ssh-penetration-testing/SKILL.md +488 -0
  146. package/skills/stripe-integration/SKILL.md +69 -0
  147. package/skills/subagent-driven-development/SKILL.md +240 -0
  148. package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  149. package/skills/subagent-driven-development/implementer-prompt.md +78 -0
  150. package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  151. package/skills/tavily-web/SKILL.md +36 -0
  152. package/skills/telegram-bot-builder/SKILL.md +254 -0
  153. package/skills/test-driven-development/SKILL.md +371 -0
  154. package/skills/test-driven-development/testing-anti-patterns.md +299 -0
  155. package/skills/test-fixing/SKILL.md +119 -0
  156. package/skills/top-web-vulnerabilities/SKILL.md +543 -0
  157. package/skills/trigger-dev/SKILL.md +67 -0
  158. package/skills/twilio-communications/SKILL.md +295 -0
  159. package/skills/upstash-qstash/SKILL.md +68 -0
  160. package/skills/verification-before-completion/SKILL.md +139 -0
  161. package/skills/voice-agents/SKILL.md +68 -0
  162. package/skills/voice-ai-development/SKILL.md +302 -0
  163. package/skills/windows-privilege-escalation/SKILL.md +496 -0
  164. package/skills/wireshark-analysis/SKILL.md +497 -0
  165. package/skills/wordpress-penetration-testing/SKILL.md +485 -0
  166. package/skills/workflow-automation/SKILL.md +68 -0
  167. package/skills/xss-html-injection/SKILL.md +499 -0
  168. package/skills/zapier-make-patterns/SKILL.md +67 -0
@@ -0,0 +1,534 @@
1
+ # Content Creation Frameworks & Templates
2
+
3
+ ## Content Types & Templates
4
+
5
+ ### 1. Blog Post Templates
6
+
7
+ #### How-To Guide Template
8
+ ```markdown
9
+ # How to [Achieve Desired Outcome] in [Timeframe]
10
+
11
+ ## Introduction
12
+ - Hook: Question or surprising fact
13
+ - Problem statement
14
+ - What reader will learn
15
+ - Why it matters now
16
+
17
+ ## Prerequisites/What You'll Need
18
+ - Tool/Resource 1
19
+ - Tool/Resource 2
20
+ - Estimated time
21
+
22
+ ## Step 1: [Action]
23
+ - Clear instruction
24
+ - Why this step matters
25
+ - Common mistakes to avoid
26
+ - Visual aid or example
27
+
28
+ ## Step 2: [Action]
29
+ [Repeat structure]
30
+
31
+ ## Step 3: [Action]
32
+ [Repeat structure]
33
+
34
+ ## Troubleshooting Common Issues
35
+ ### Issue 1: [Problem]
36
+ **Solution**: [Fix]
37
+
38
+ ### Issue 2: [Problem]
39
+ **Solution**: [Fix]
40
+
41
+ ## Results You Can Expect
42
+ - Immediate outcomes
43
+ - Long-term benefits
44
+ - Success metrics
45
+
46
+ ## Next Steps
47
+ - Advanced techniques
48
+ - Related guides
49
+ - CTA for product/service
50
+
51
+ ## Conclusion
52
+ - Recap key points
53
+ - Reinforce value
54
+ - Final encouragement
55
+ ```
56
+
57
+ #### Listicle Template
58
+ ```markdown
59
+ # [Number] [Adjective] Ways to [Achieve Goal] in [Year]
60
+
61
+ ## Introduction
62
+ - Context/trend driving this topic
63
+ - Promise of what reader gains
64
+ - Credibility statement
65
+
66
+ ## 1. [First Item - Most Important]
67
+ **Why it matters**: [Brief explanation]
68
+ **How to implement**: [2-3 actionable steps]
69
+ **Pro tip**: [Expert insight]
70
+ **Example**: [Real-world application]
71
+
72
+ ## 2. [Second Item]
73
+ [Repeat structure]
74
+
75
+ [Continue for all items]
76
+
77
+ ## Bonus Tip: [Overdelivery]
78
+ [Something extra valuable]
79
+
80
+ ## Bringing It All Together
81
+ - How items work synergistically
82
+ - Priority order for implementation
83
+ - Expected timeline for results
84
+
85
+ ## Your Action Plan
86
+ 1. Start with [easiest item]
87
+ 2. Progress to [next steps]
88
+ 3. Measure [metrics]
89
+
90
+ ## Conclusion & CTA
91
+ ```
92
+
93
+ #### Case Study Template
94
+ ```markdown
95
+ # How [Company] Achieved [Result] Using [Solution]
96
+
97
+ ## Executive Summary
98
+ - Company overview
99
+ - Challenge faced
100
+ - Solution implemented
101
+ - Key results (3 metrics)
102
+
103
+ ## The Challenge
104
+ ### Background
105
+ - Industry context
106
+ - Company situation
107
+ - Previous attempts
108
+
109
+ ### Specific Pain Points
110
+ - Pain point 1
111
+ - Pain point 2
112
+ - Pain point 3
113
+
114
+ ## The Solution
115
+ ### Strategy Development
116
+ - Discovery process
117
+ - Strategic approach
118
+ - Why this solution
119
+
120
+ ### Implementation
121
+ - Phase 1: [Timeline & Actions]
122
+ - Phase 2: [Timeline & Actions]
123
+ - Phase 3: [Timeline & Actions]
124
+
125
+ ## The Results
126
+ ### Quantitative Outcomes
127
+ - Metric 1: X% increase
128
+ - Metric 2: $Y saved
129
+ - Metric 3: Z improvement
130
+
131
+ ### Qualitative Benefits
132
+ - Team feedback
133
+ - Customer response
134
+ - Market position
135
+
136
+ ## Key Takeaways
137
+ 1. Lesson learned
138
+ 2. Best practice discovered
139
+ 3. Unexpected benefit
140
+
141
+ ## How You Can Achieve Similar Results
142
+ - Prerequisite conditions
143
+ - Implementation roadmap
144
+ - Success factors
145
+
146
+ ## CTA: Start Your Success Story
147
+ ```
148
+
149
+ #### Thought Leadership Template
150
+ ```markdown
151
+ # [Provocative Statement About Industry Future]
152
+
153
+ ## The Current State
154
+ - Industry snapshot
155
+ - Prevailing wisdom
156
+ - Why status quo is insufficient
157
+
158
+ ## The Emerging Trend
159
+ ### What's Changing
160
+ - Driver 1: [Technology/Market/Behavior]
161
+ - Driver 2: [Technology/Market/Behavior]
162
+ - Driver 3: [Technology/Market/Behavior]
163
+
164
+ ### Evidence & Examples
165
+ - Data point 1
166
+ - Case example
167
+ - Expert validation
168
+
169
+ ## Implications for [Industry]
170
+ ### Short-term (6-12 months)
171
+ - Immediate adjustments needed
172
+ - Quick wins available
173
+ - Risks of inaction
174
+
175
+ ### Long-term (2-5 years)
176
+ - Fundamental shifts
177
+ - New opportunities
178
+ - Competitive landscape
179
+
180
+ ## Strategic Recommendations
181
+ ### For Leaders
182
+ - Strategic priorities
183
+ - Investment areas
184
+ - Organizational changes
185
+
186
+ ### For Practitioners
187
+ - Skill development
188
+ - Process adaptation
189
+ - Tool adoption
190
+
191
+ ## The Path Forward
192
+ - Call for industry action
193
+ - Your organization's role
194
+ - Next steps for readers
195
+
196
+ ## Join the Conversation
197
+ - Thought-provoking question
198
+ - Invitation to share perspectives
199
+ - CTA for deeper engagement
200
+ ```
201
+
202
+ ### 2. Social Media Templates
203
+
204
+ #### LinkedIn Post Framework
205
+ ```
206
+ 🎯 Hook/Pattern Interrupt
207
+
208
+ Context paragraph explaining the situation or challenge.
209
+
210
+ Key insight or lesson learned:
211
+
212
+ • Bullet point 1 (specific detail)
213
+ • Bullet point 2 (measurable outcome)
214
+ • Bullet point 3 (unexpected discovery)
215
+
216
+ Brief story or example that illustrates the point.
217
+
218
+ Takeaway message with clear value.
219
+
220
+ Question to encourage engagement?
221
+
222
+ #Hashtag1 #Hashtag2 #Hashtag3
223
+ ```
224
+
225
+ #### Twitter/X Thread Template
226
+ ```
227
+ 1/ Bold opening statement or question that stops the scroll
228
+
229
+ 2/ Context - why this matters right now
230
+
231
+ 3/ Problem most people face
232
+
233
+ 4/ Conventional solution (and why it falls short)
234
+
235
+ 5/ Better approach - introduction
236
+
237
+ 6/ Step 1 of better approach
238
+ • Specific action
239
+ • Why it works
240
+
241
+ 7/ Step 2 of better approach
242
+ [Continue pattern]
243
+
244
+ 8/ Real example or case study
245
+
246
+ 9/ Common objection addressed
247
+
248
+ 10/ Results you can expect
249
+
250
+ 11/ One powerful tip most people miss
251
+
252
+ 12/ Recap in 3 key points:
253
+ - Point 1
254
+ - Point 2
255
+ - Point 3
256
+
257
+ 13/ CTA: If you found this helpful, [action]
258
+
259
+ 14/ P.S. - Bonus insight or resource
260
+ ```
261
+
262
+ #### Instagram Caption Template
263
+ ```
264
+ [Attention-grabbing first line - appears in preview]
265
+
266
+ [Story or relatable scenario - 2-3 sentences]
267
+
268
+ Here's what I learned:
269
+
270
+ [Key insight or lesson]
271
+
272
+ 3 things that changed everything:
273
+ 1️⃣ [First point]
274
+ 2️⃣ [Second point]
275
+ 3️⃣ [Third point]
276
+
277
+ [Call-out or question to audience]
278
+
279
+ Drop a [emoji] if you've experienced this too!
280
+
281
+ What's your biggest challenge with [topic]? Let me know below 👇
282
+
283
+ -
284
+ #hashtag1 #hashtag2 #hashtag3 #hashtag4 #hashtag5
285
+ [10-30 relevant hashtags total]
286
+ ```
287
+
288
+ ### 3. Email Marketing Templates
289
+
290
+ #### Newsletter Template
291
+ ```
292
+ Subject: [Benefit] + [Urgency/Curiosity]
293
+ Preview: [Complements subject, doesn't repeat]
294
+
295
+ Hi [Name],
296
+
297
+ [Personal observation or timely hook - 1-2 sentences]
298
+
299
+ [Transition to main topic - why reading this matters]
300
+
301
+ ## Main Content Section
302
+
303
+ [Key points in scannable format]
304
+ • Point 1: [Benefit-focused]
305
+ • Point 2: [Specific example]
306
+ • Point 3: [Actionable tip]
307
+
308
+ [Brief elaboration on most important point - 2-3 sentences]
309
+
310
+ ## Resource of the Week
311
+
312
+ [Title with link]
313
+ [One sentence on why it's valuable]
314
+
315
+ ## Quick Win You Can Implement Today
316
+
317
+ [Specific, actionable tip - 2-3 steps max]
318
+
319
+ [Closing thought or question]
320
+
321
+ [Signature]
322
+ [Name]
323
+
324
+ P.S. [Additional value or soft CTA]
325
+ ```
326
+
327
+ #### Promotional Email Template
328
+ ```
329
+ Subject: [Specific benefit] by [deadline/timeframe]
330
+ Preview: [Scarcity or exclusivity element]
331
+
332
+ Hi [Name],
333
+
334
+ [Acknowledge pain point or aspiration]
335
+
336
+ [Agitate - why this problem persists]
337
+
338
+ I've got something that can help:
339
+
340
+ [Solution introduction - what it is]
341
+
342
+ Here's what you get:
343
+ ✓ Benefit 1 (not feature)
344
+ ✓ Benefit 2 (not feature)
345
+ ✓ Benefit 3 (not feature)
346
+
347
+ [Social proof - testimonial or results]
348
+
349
+ [Handle main objection]
350
+
351
+ [Clear CTA button: "Get Started" / "Claim Yours"]
352
+
353
+ [Urgency element - deadline or limited availability]
354
+
355
+ [Signature]
356
+
357
+ P.S. [Reinforce urgency or add bonus]
358
+ ```
359
+
360
+ ### 4. Content Planning Frameworks
361
+
362
+ #### Content Pillar Strategy
363
+ ```
364
+ Pillar 1: Educational (40%)
365
+ - How-to guides
366
+ - Tutorials
367
+ - Best practices
368
+ - Tips & tricks
369
+
370
+ Pillar 2: Inspirational (25%)
371
+ - Success stories
372
+ - Case studies
373
+ - Transformations
374
+ - Vision pieces
375
+
376
+ Pillar 3: Conversational (25%)
377
+ - Behind-the-scenes
378
+ - Team spotlights
379
+ - Q&As
380
+ - Polls/questions
381
+
382
+ Pillar 4: Promotional (10%)
383
+ - Product updates
384
+ - Offers
385
+ - Event announcements
386
+ - CTAs
387
+ ```
388
+
389
+ #### Monthly Content Calendar Structure
390
+ ```
391
+ Week 1:
392
+ - Monday: Educational (blog post)
393
+ - Wednesday: Inspirational (social)
394
+ - Friday: Conversational (email)
395
+
396
+ Week 2:
397
+ - Monday: Educational (video/guide)
398
+ - Wednesday: Case study
399
+ - Friday: Curated content
400
+
401
+ Week 3:
402
+ - Monday: Educational (infographic)
403
+ - Wednesday: Behind-the-scenes
404
+ - Friday: Community spotlight
405
+
406
+ Week 4:
407
+ - Monday: Monthly roundup
408
+ - Wednesday: Thought leadership
409
+ - Friday: Promotional
410
+ ```
411
+
412
+ ### 5. SEO Content Framework
413
+
414
+ #### SEO-Optimized Article Structure
415
+ ```
416
+ URL: /primary-keyword-secondary-keyword
417
+
418
+ Title Tag: Primary Keyword - Secondary Benefit | Brand
419
+ Meta Description: Action verb + primary keyword + benefit + CTA (155 chars)
420
+
421
+ # H1: Primary Keyword + Unique Angle
422
+
423
+ Introduction (50-100 words)
424
+ - Include primary keyword in first 100 words
425
+ - State what reader will learn
426
+ - Why it matters
427
+
428
+ ## H2: Secondary Keyword Variation 1
429
+
430
+ [Content with LSI keywords naturally integrated]
431
+
432
+ ### H3: Specific subtopic
433
+ - Detail point 1
434
+ - Detail point 2
435
+ - Detail point 3
436
+
437
+ ## H2: Secondary Keyword Variation 2
438
+
439
+ [Content continues...]
440
+
441
+ ## H2: Related Questions (FAQ Schema)
442
+
443
+ ### Question 1?
444
+ [Concise answer with keyword]
445
+
446
+ ### Question 2?
447
+ [Concise answer with keyword]
448
+
449
+ ## Conclusion
450
+ - Recap main points
451
+ - Include primary keyword
452
+ - Clear next action
453
+
454
+ Internal Links: 2-3 relevant articles
455
+ External Links: 1-2 authoritative sources
456
+ ```
457
+
458
+ ### 6. Video Script Templates
459
+
460
+ #### Educational Video Script
461
+ ```
462
+ [0-5 seconds: Hook]
463
+ "What if I told you [surprising statement]?"
464
+
465
+ [5-15 seconds: Introduction]
466
+ "Hi, I'm [Name] and today we're solving [problem]"
467
+
468
+ [15-30 seconds: Context]
469
+ - Why this matters
470
+ - What you'll learn
471
+ - What you'll achieve
472
+
473
+ [30 seconds - 2 minutes: Main Content]
474
+ Section 1: [Key Point]
475
+ - Explanation
476
+ - Example
477
+ - Visual aid
478
+
479
+ Section 2: [Key Point]
480
+ [Repeat structure]
481
+
482
+ Section 3: [Key Point]
483
+ [Repeat structure]
484
+
485
+ [Final 15-30 seconds]
486
+ - Quick recap
487
+ - Call to action
488
+ - End screen elements
489
+ ```
490
+
491
+ ### 7. Content Repurposing Matrix
492
+
493
+ ```
494
+ Original: Blog Post (2000 words)
495
+ ├── Social Media
496
+ │ ├── 5 Twitter posts (key quotes)
497
+ │ ├── 1 LinkedIn article (executive summary)
498
+ │ ├── 3 Instagram carousels (main points)
499
+ │ └── 1 Facebook post (intro + link)
500
+ ├── Email
501
+ │ └── Newsletter feature (summary + CTA)
502
+ ├── Video
503
+ │ ├── YouTube explainer (script from post)
504
+ │ └── TikTok/Reels (quick tips)
505
+ ├── Audio
506
+ │ └── Podcast talking points
507
+ └── Visual
508
+ ├── Infographic (data points)
509
+ └── Slide deck (presentation)
510
+ ```
511
+
512
+ ## Quick-Start Checklists
513
+
514
+ ### Pre-Publishing Checklist
515
+ - [ ] Keyword research completed
516
+ - [ ] Title under 60 characters
517
+ - [ ] Meta description written (155 chars)
518
+ - [ ] Headers properly structured (H1, H2, H3)
519
+ - [ ] Internal links added (2-3)
520
+ - [ ] Images optimized with alt text
521
+ - [ ] CTA included and clear
522
+ - [ ] Proofread and fact-checked
523
+ - [ ] Mobile preview checked
524
+
525
+ ### Content Quality Checklist
526
+ - [ ] Addresses specific audience need
527
+ - [ ] Provides unique value/perspective
528
+ - [ ] Includes actionable takeaways
529
+ - [ ] Uses appropriate brand voice
530
+ - [ ] Contains supporting data/examples
531
+ - [ ] Free of jargon and complex terms
532
+ - [ ] Scannable format (bullets, headers)
533
+ - [ ] Engaging hook in introduction
534
+ - [ ] Clear conclusion and next steps