@rune-kit/rune 2.10.0 → 2.11.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 (205) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +8 -6
  3. package/commands/rune.md +168 -168
  4. package/contexts/dev.md +34 -34
  5. package/contexts/research.md +43 -43
  6. package/contexts/review.md +55 -55
  7. package/extensions/ai-ml/PACK.md +88 -88
  8. package/extensions/ai-ml/skills/ai-agents.md +172 -172
  9. package/extensions/ai-ml/skills/code-sandbox.md +187 -187
  10. package/extensions/ai-ml/skills/deep-research.md +146 -146
  11. package/extensions/ai-ml/skills/embedding-search.md +66 -66
  12. package/extensions/ai-ml/skills/fine-tuning-guide.md +74 -74
  13. package/extensions/ai-ml/skills/llm-architect.md +125 -125
  14. package/extensions/ai-ml/skills/llm-integration.md +64 -64
  15. package/extensions/ai-ml/skills/prompt-patterns.md +72 -72
  16. package/extensions/ai-ml/skills/rag-patterns.md +66 -66
  17. package/extensions/ai-ml/skills/web-extraction.md +114 -114
  18. package/extensions/analytics/PACK.md +92 -92
  19. package/extensions/analytics/skills/ab-testing.md +72 -72
  20. package/extensions/analytics/skills/dashboard-patterns.md +83 -83
  21. package/extensions/analytics/skills/data-validation.md +68 -68
  22. package/extensions/analytics/skills/funnel-analysis.md +81 -81
  23. package/extensions/analytics/skills/sql-patterns.md +57 -57
  24. package/extensions/analytics/skills/statistical-analysis.md +79 -79
  25. package/extensions/analytics/skills/tracking-setup.md +71 -71
  26. package/extensions/backend/PACK.md +104 -104
  27. package/extensions/backend/skills/api-patterns.md +84 -84
  28. package/extensions/backend/skills/async-pipeline.md +193 -193
  29. package/extensions/backend/skills/auth-patterns.md +97 -97
  30. package/extensions/backend/skills/background-jobs.md +133 -133
  31. package/extensions/backend/skills/caching-patterns.md +108 -108
  32. package/extensions/backend/skills/cli-generation.md +133 -133
  33. package/extensions/backend/skills/database-patterns.md +87 -87
  34. package/extensions/backend/skills/middleware-patterns.md +104 -104
  35. package/extensions/chrome-ext/PACK.md +93 -93
  36. package/extensions/chrome-ext/skills/cws-preflight.md +143 -143
  37. package/extensions/chrome-ext/skills/cws-publish.md +104 -104
  38. package/extensions/chrome-ext/skills/ext-ai-integration.md +251 -251
  39. package/extensions/chrome-ext/skills/ext-messaging.md +139 -139
  40. package/extensions/chrome-ext/skills/ext-storage.md +133 -133
  41. package/extensions/chrome-ext/skills/mv3-scaffold.md +164 -164
  42. package/extensions/content/PACK.md +96 -96
  43. package/extensions/content/skills/blog-patterns.md +88 -88
  44. package/extensions/content/skills/cms-integration.md +131 -131
  45. package/extensions/content/skills/content-scoring.md +107 -107
  46. package/extensions/content/skills/i18n.md +83 -83
  47. package/extensions/content/skills/mdx-authoring.md +137 -137
  48. package/extensions/content/skills/reference.md +1014 -1014
  49. package/extensions/content/skills/seo-patterns.md +67 -67
  50. package/extensions/content/skills/video-repurpose.md +153 -153
  51. package/extensions/devops/PACK.md +101 -101
  52. package/extensions/devops/skills/chaos-testing.md +67 -67
  53. package/extensions/devops/skills/ci-cd.md +75 -75
  54. package/extensions/devops/skills/docker.md +58 -58
  55. package/extensions/devops/skills/edge-serverless.md +163 -163
  56. package/extensions/devops/skills/infra-as-code.md +158 -158
  57. package/extensions/devops/skills/kubernetes.md +110 -110
  58. package/extensions/devops/skills/monitoring.md +57 -57
  59. package/extensions/devops/skills/server-setup.md +64 -64
  60. package/extensions/devops/skills/ssl-domain.md +42 -42
  61. package/extensions/ecommerce/PACK.md +116 -116
  62. package/extensions/ecommerce/skills/cart-system.md +79 -79
  63. package/extensions/ecommerce/skills/inventory-mgmt.md +102 -102
  64. package/extensions/ecommerce/skills/order-management.md +126 -126
  65. package/extensions/ecommerce/skills/payment-integration.md +472 -472
  66. package/extensions/ecommerce/skills/shopify-dev.md +69 -69
  67. package/extensions/ecommerce/skills/subscription-billing.md +93 -93
  68. package/extensions/ecommerce/skills/tax-compliance.md +117 -117
  69. package/extensions/gamedev/PACK.md +142 -142
  70. package/extensions/gamedev/skills/asset-pipeline.md +74 -74
  71. package/extensions/gamedev/skills/audio-system.md +129 -129
  72. package/extensions/gamedev/skills/camera-system.md +87 -87
  73. package/extensions/gamedev/skills/ecs.md +98 -98
  74. package/extensions/gamedev/skills/game-loops.md +72 -72
  75. package/extensions/gamedev/skills/input-system.md +199 -199
  76. package/extensions/gamedev/skills/multiplayer.md +180 -180
  77. package/extensions/gamedev/skills/particles.md +105 -105
  78. package/extensions/gamedev/skills/physics-engine.md +89 -89
  79. package/extensions/gamedev/skills/scene-management.md +146 -146
  80. package/extensions/gamedev/skills/threejs-patterns.md +90 -90
  81. package/extensions/gamedev/skills/webgl.md +71 -71
  82. package/extensions/mobile/PACK.md +106 -106
  83. package/extensions/mobile/skills/app-store-connect.md +152 -152
  84. package/extensions/mobile/skills/app-store-prep.md +66 -66
  85. package/extensions/mobile/skills/deep-linking.md +109 -109
  86. package/extensions/mobile/skills/flutter.md +60 -60
  87. package/extensions/mobile/skills/ios-build-pipeline.md +142 -142
  88. package/extensions/mobile/skills/native-bridge.md +66 -66
  89. package/extensions/mobile/skills/ota-updates.md +97 -97
  90. package/extensions/mobile/skills/push-notifications.md +111 -111
  91. package/extensions/mobile/skills/react-native.md +82 -82
  92. package/extensions/saas/PACK.md +116 -116
  93. package/extensions/saas/skills/billing-integration.md +200 -200
  94. package/extensions/saas/skills/feature-flags.md +130 -130
  95. package/extensions/saas/skills/multi-tenant.md +103 -103
  96. package/extensions/saas/skills/onboarding-flow.md +139 -139
  97. package/extensions/saas/skills/subscription-flow.md +95 -95
  98. package/extensions/saas/skills/team-management.md +144 -144
  99. package/extensions/security/PACK.md +99 -99
  100. package/extensions/security/skills/api-security.md +140 -140
  101. package/extensions/security/skills/compliance.md +68 -68
  102. package/extensions/security/skills/owasp-audit.md +64 -64
  103. package/extensions/security/skills/pentest-patterns.md +77 -77
  104. package/extensions/security/skills/secret-mgmt.md +65 -65
  105. package/extensions/security/skills/supply-chain.md +65 -65
  106. package/extensions/trading/PACK.md +80 -80
  107. package/extensions/trading/skills/chart-components.md +55 -55
  108. package/extensions/trading/skills/experiment-loop.md +125 -125
  109. package/extensions/trading/skills/fintech-patterns.md +47 -47
  110. package/extensions/trading/skills/indicator-library.md +58 -58
  111. package/extensions/trading/skills/quant-analysis.md +111 -111
  112. package/extensions/trading/skills/realtime-data.md +58 -58
  113. package/extensions/trading/skills/trade-logic.md +104 -104
  114. package/extensions/ui/PACK.md +130 -130
  115. package/extensions/ui/skills/a11y-audit.md +91 -91
  116. package/extensions/ui/skills/animation-patterns.md +127 -127
  117. package/extensions/ui/skills/component-patterns.md +100 -100
  118. package/extensions/ui/skills/design-decision.md +108 -108
  119. package/extensions/ui/skills/design-system.md +68 -68
  120. package/extensions/ui/skills/landing-patterns.md +155 -155
  121. package/extensions/ui/skills/palette-picker.md +173 -173
  122. package/extensions/ui/skills/react-health.md +90 -90
  123. package/extensions/ui/skills/type-system.md +125 -125
  124. package/extensions/ui/skills/web-vitals.md +153 -153
  125. package/extensions/zalo/PACK.md +145 -145
  126. package/extensions/zalo/skills/zalo-oa-mcp.md +317 -317
  127. package/extensions/zalo/skills/zalo-oa-messaging.md +429 -429
  128. package/extensions/zalo/skills/zalo-oa-setup.md +236 -236
  129. package/extensions/zalo/skills/zalo-oa-webhook.md +189 -189
  130. package/extensions/zalo/skills/zalo-personal-messaging.md +194 -194
  131. package/extensions/zalo/skills/zalo-personal-setup.md +153 -153
  132. package/extensions/zalo/skills/zalo-rate-guard.md +219 -219
  133. package/hooks/auto-format/index.cjs +48 -48
  134. package/hooks/hooks.json +111 -111
  135. package/hooks/post-session-reflect/index.cjs +189 -189
  136. package/hooks/pre-compact/index.cjs +95 -95
  137. package/hooks/run-hook.cmd +1 -1
  138. package/hooks/secrets-scan/index.cjs +100 -100
  139. package/hooks/session-start/index.cjs +71 -71
  140. package/hooks/typecheck/index.cjs +65 -65
  141. package/package.json +63 -63
  142. package/references/ui-pro-max-data/LICENSE-UI-PRO-MAX +21 -21
  143. package/references/ui-pro-max-data/charts.csv +26 -26
  144. package/references/ui-pro-max-data/colors.csv +161 -161
  145. package/references/ui-pro-max-data/styles.csv +68 -68
  146. package/references/ui-pro-max-data/typography.csv +74 -74
  147. package/references/ui-pro-max-data/ui-reasoning.csv +162 -162
  148. package/references/ui-pro-max-data/ux-guidelines.csv +99 -99
  149. package/skills/adversary/SKILL.md +283 -283
  150. package/skills/asset-creator/SKILL.md +157 -157
  151. package/skills/audit/SKILL.md +147 -2
  152. package/skills/autopsy/SKILL.md +335 -335
  153. package/skills/brainstorm/SKILL.md +342 -342
  154. package/skills/browser-pilot/SKILL.md +168 -168
  155. package/skills/constraint-check/SKILL.md +165 -165
  156. package/skills/context-engine/SKILL.md +404 -404
  157. package/skills/cook/SKILL.md +917 -863
  158. package/skills/db/SKILL.md +273 -273
  159. package/skills/debug/SKILL.md +465 -465
  160. package/skills/dependency-doctor/SKILL.md +265 -235
  161. package/skills/deploy/SKILL.md +274 -231
  162. package/skills/design/DESIGN-REFERENCE.md +365 -365
  163. package/skills/design/SKILL.md +589 -589
  164. package/skills/doc-processor/SKILL.md +254 -254
  165. package/skills/docs/SKILL.md +374 -374
  166. package/skills/docs-seeker/SKILL.md +177 -177
  167. package/skills/fix/SKILL.md +330 -330
  168. package/skills/git/SKILL.md +339 -339
  169. package/skills/hallucination-guard/SKILL.md +219 -219
  170. package/skills/incident/SKILL.md +254 -253
  171. package/skills/integrity-check/SKILL.md +169 -169
  172. package/skills/journal/SKILL.md +240 -240
  173. package/skills/launch/SKILL.md +344 -344
  174. package/skills/logic-guardian/SKILL.md +251 -251
  175. package/skills/marketing/SKILL.md +290 -289
  176. package/skills/mcp-builder/SKILL.md +425 -425
  177. package/skills/neural-memory/SKILL.md +362 -362
  178. package/skills/onboard/SKILL.md +404 -403
  179. package/skills/perf/SKILL.md +346 -346
  180. package/skills/plan/SKILL.md +433 -428
  181. package/skills/preflight/SKILL.md +415 -415
  182. package/skills/problem-solver/SKILL.md +380 -284
  183. package/skills/rescue/SKILL.md +474 -474
  184. package/skills/retro/SKILL.md +3 -1
  185. package/skills/review/SKILL.md +612 -588
  186. package/skills/review-intake/SKILL.md +249 -249
  187. package/skills/safeguard/SKILL.md +200 -200
  188. package/skills/sast/SKILL.md +190 -190
  189. package/skills/scaffold/SKILL.md +328 -287
  190. package/skills/scope-guard/SKILL.md +180 -180
  191. package/skills/scout/SKILL.md +263 -263
  192. package/skills/sentinel/SKILL.md +382 -381
  193. package/skills/sentinel-env/SKILL.md +254 -254
  194. package/skills/sequential-thinking/SKILL.md +234 -234
  195. package/skills/session-bridge/SKILL.md +543 -543
  196. package/skills/skill-forge/SKILL.md +581 -581
  197. package/skills/skill-router/SKILL.md +3 -0
  198. package/skills/surgeon/SKILL.md +215 -215
  199. package/skills/team/SKILL.md +556 -537
  200. package/skills/test/SKILL.md +614 -614
  201. package/skills/trend-scout/SKILL.md +145 -145
  202. package/skills/verification/SKILL.md +326 -326
  203. package/skills/video-creator/SKILL.md +201 -201
  204. package/skills/watchdog/SKILL.md +168 -168
  205. package/skills/worktree/SKILL.md +140 -140
@@ -1,289 +1,290 @@
1
- ---
2
- name: marketing
3
- description: Create marketing assets and execute launch strategy. Generates landing copy, social banners, SEO meta, blog posts, and video scripts.
4
- metadata:
5
- author: runedev
6
- version: "0.4.0"
7
- layer: L2
8
- model: sonnet
9
- group: delivery
10
- tools: "Read, Write, Edit, Glob, Grep, WebFetch, WebSearch"
11
- ---
12
-
13
- # marketing
14
-
15
- ## Purpose
16
-
17
- Create marketing assets and execute launch strategy. Marketing generates landing page copy, social media banners, SEO metadata, blog posts, and video scripts. Analyzes the project to create authentic, data-driven marketing content.
18
-
19
- ## Called By (inbound)
20
-
21
- - `launch` (L1): Phase 4 MARKET — marketing phase of launch pipeline
22
- - User: `/rune marketing` direct invocation
23
-
24
- ## Calls (outbound)
25
-
26
- - `scout` (L2): scan codebase for features, README, value props
27
- - `trend-scout` (L3): market trends, competitor positioning
28
- - `research` (L3): competitor analysis, SEO keyword data
29
- - `asset-creator` (L3): generate OG images, social cards, banners
30
- - `video-creator` (L3): create demo/explainer video plan
31
- - `slides` (L3): generate presentation decks for launches and demos
32
- - `browser-pilot` (L3): capture screenshots for marketing assets
33
- - L4 extension packs: domain-specific content when context matches (e.g., @rune/content for blog posts, @rune/analytics for campaign measurement)
34
- - `@rune-pro/growth/content-scorer` (L4 Pro, optional): 5-dimension content quality gate if available, score all generated copy for AI phrase contamination and humanity
35
- - `@rune-pro/growth/cro-analyst` (L4 Pro, optional): psychology-driven CRO analysis for landing pages — if available, audit generated landing copy through 7 behavioral lenses
36
-
37
- ## Execution Steps
38
-
39
- ### Step 1 — Understand the product
40
-
41
- Call `rune:scout` to scan the codebase. Ask scout to extract:
42
- - Feature list (what the product actually does)
43
- - README summary
44
- - Target audience signals (from code, comments, config)
45
- - Tech stack (relevant for developer marketing)
46
-
47
- Read any existing `marketing/`, `docs/`, or `landing/` directories if present.
48
-
49
- ### Step 2 — Research market
50
-
51
- Call `rune:trend-scout` with the product category to identify:
52
- - Top 3 competitors and their positioning
53
- - Current market trends relevant to this product
54
- - Differentiators to emphasize
55
-
56
- Call `rune:research` for:
57
- - SEO keyword opportunities (volume vs. competition)
58
- - Competitor messaging patterns to avoid or counter
59
-
60
- ### Step 2.5 — Establish Brand Voice
61
-
62
- Before generating any copy, define the brand voice contract. This prevents inconsistent tone across marketing assets.
63
-
64
- **Brand Voice Matrix** — answer these for the product:
65
-
66
- | Dimension | Spectrum | This product |
67
- |-----------|----------|--------------|
68
- | Formality | Casual ←→ Formal | [position] |
69
- | Humor | Serious ←→ Playful | [position] |
70
- | Authority | Peer ←→ Expert | [position] |
71
- | Warmth | Clinical ←→ Friendly | [position] |
72
- | Urgency | Patient ←→ Urgent | [position] |
73
-
74
- **Voice rules** (generate 3-5):
75
- - "We say [X], never [Y]" — e.g., "We say 'start free', never 'sign up now'"
76
- - "Our tone is [X] because our users are [Y]"
77
- - "Avoid [specific words/phrases] because [reason]"
78
-
79
- **Vocabulary list** (5-10 terms):
80
- - Preferred terms: [words this brand uses]
81
- - Forbidden terms: [words to avoid and why]
82
- - Jargon policy: [use/avoid/explain technical terms]
83
-
84
- Save voice contract to `marketing/brand-voice.md`. All subsequent copy MUST follow this voice.
85
-
86
- If `marketing/brand-voice.md` already exists → Read it and apply. Do NOT regenerate without user request.
87
-
88
- ### Step 3 — Generate copy
89
-
90
- Using product understanding, market research, and **brand voice contract**, produce:
91
-
92
- **Anti-AI Copy Rules** (apply to ALL generated copy):
93
- - NEVER open with "In today's...", "Are you struggling with...", "Have you ever wondered..."
94
- - NEVER use: "game-changer", "revolutionary", "seamlessly", "leverage", "unlock the power of", "dive deep into", "delve", "robust", "streamline", "cutting-edge"
95
- - MUST use one of 5 hook types for headlines: Provocative Question, Specific Scenario, Surprising Statistic, Bold Statement, or Counterintuitive Claim
96
- - MUST include specific numbers, names, or outcomes not vague claims ("many users love it")
97
- - If the copy sounds like it was written by a generic AI rewrite until it has personality
98
-
99
- **Hero section**
100
- - Headline (under 10 words, outcome-focused, uses one of the 5 hook types above)
101
- - Subheadline (1-2 sentences expanding the promise)
102
- - Primary CTA button text
103
-
104
- **Value propositions** (3 items)
105
- - Icon/emoji, title, 1-sentence description each
106
-
107
- **Feature list** (pulled from Step 1 scout output)
108
- - Name + benefit phrasing for each feature
109
-
110
- **Social proof section** (placeholder copy if no real testimonials)
111
-
112
- **Secondary CTA** (bottom of page)
113
-
114
- ### Step 4 — Social posts
115
-
116
- Produce ready-to-post content:
117
-
118
- **Twitter/X thread** (5-7 tweets)
119
- - Tweet 1: hook (the big claim)
120
- - Tweets 2-5: one feature or benefit per tweet with specifics
121
- - Tweet 6: social proof or stat
122
- - Tweet 7: CTA with link
123
-
124
- **LinkedIn post** (150-300 words)
125
- - Professional tone, problem-solution-proof structure
126
-
127
- **Product Hunt tagline** (under 60 characters)
128
-
129
- ### Step 5 — SEO metadata
130
-
131
- Produce for the landing page:
132
-
133
- ```html
134
- <title>[Meta title — under 60 chars, primary keyword first]</title>
135
- <meta name="description" content="[150-160 chars, includes CTA]">
136
- <meta property="og:title" content="[OG title]">
137
- <meta property="og:description" content="[OG description]">
138
- <meta property="og:image" content="[OG image path]">
139
- <link rel="canonical" href="[canonical URL]">
140
- ```
141
-
142
- Target keywords list (5-10 terms with rationale).
143
-
144
- ### Step 5.5 — SEO Audit (if existing site)
145
-
146
- If the project already has a deployed site or existing pages, run a technical SEO audit before generating new metadata.
147
-
148
- **Automated checks** (use Grep + Read on codebase):
149
-
150
- 1. **Meta tags completeness**: Every page has `<title>`, `<meta description>`, `og:title`, `og:description`, `og:image`. Flag pages missing any.
151
- 2. **Heading hierarchy**: Every page has exactly one `<h1>`. No skipped levels (h1→h3 without h2). Use Grep for `<h1`, `<h2`, `<h3` patterns.
152
- 3. **Image alt text**: Search for `<img` without `alt=` attribute. Every image needs descriptive alt text (not "image", not empty).
153
- 4. **Canonical URLs**: Check for `<link rel="canonical"`. Missing canonical = duplicate content risk.
154
- 5. **Structured data**: Check for `application/ld+json` or microdata. Recommend adding if missing (Product, Organization, Article schemas).
155
- 6. **Performance signals**: Check for `next/image` or lazy loading on images. Flag `<img>` without `loading="lazy"` below fold.
156
- 7. **Sitemap**: Check for `sitemap.xml` or sitemap generation in build config. Flag if missing.
157
- 8. **Robots**: Check for `robots.txt`. Verify it doesn't accidentally block important pages.
158
-
159
- **9. Schema Markup**: Check for `application/ld+json` blocks. Recommend adding relevant types:
160
-
161
- | Content Type | Schema Type | Key Properties |
162
- |-------------|-------------|---------------|
163
- | Product page | `Product` | name, description, offers, review, aggregateRating |
164
- | Article/Blog | `Article` | headline, author, datePublished, dateModified, image |
165
- | FAQ section | `FAQPage` | mainEntity[].name, mainEntity[].acceptedAnswer |
166
- | How-to guide | `HowTo` | name, step[].name, step[].text, totalTime |
167
- | Organization | `Organization` | name, url, logo, sameAs[] |
168
- | Breadcrumbs | `BreadcrumbList` | itemListElement[].name, itemListElement[].item |
169
- | Software | `SoftwareApplication` | name, operatingSystem, applicationCategory, offers |
170
- | Review | `Review` | itemReviewed, reviewRating, author, reviewBody |
171
- | Comparison | `ItemList` | itemListElement[] with individual Product/Review schemas |
172
- | Local biz | `LocalBusiness` | name, address, telephone, openingHoursSpecification |
173
-
174
- Use `@graph` pattern to combine multiple schema types on a single page:
175
- ```json
176
- {
177
- "@context": "https://schema.org",
178
- "@graph": [
179
- { "@type": "Organization", ... },
180
- { "@type": "WebPage", ... },
181
- { "@type": "BreadcrumbList", ... }
182
- ]
183
- }
184
- ```
185
-
186
- **10. Programmatic SEO awareness**: If the site has repeatable content patterns (product listings, city pages, comparison pages), note the opportunity for template-driven SEO pages. Common playbooks:
187
- - **Templates**: `best [tool] for [persona]` pages across personas
188
- - **Comparisons**: `[product A] vs [product B]` for all competitor pairs
189
- - **Locations**: `[service] in [city]` for local reach
190
- - **Integrations**: `[product] + [integration]` for every supported integration
191
-
192
- Flag programmatic SEO opportunities in the audit report. Execution details are in `@rune-pro/growth` pack.
193
-
194
- **Output**: SEO Audit Report with pass/fail per check. Save to `marketing/seo-audit.md`.
195
-
196
- Fix critical SEO issues (missing titles, broken heading hierarchy) in the implementation plan. Non-critical issues go to `marketing/seo-backlog.md`.
197
-
198
- ### Step 6 — Visual assets
199
-
200
- Call `rune:asset-creator` to generate:
201
- - OG image (1200x630px) — product name, tagline, brand colors
202
- - Twitter card image (1200x628px)
203
- - Product Hunt thumbnail (240x240px)
204
-
205
- Call `rune:video-creator` to produce:
206
- - 60-second demo video script (screen recording plan)
207
- - Shot list with timestamps
208
-
209
- Call `rune:slides` to generate presentation decks for launch demos, sprint reviews, or investor pitches.
210
-
211
- If `rune:browser-pilot` is available, capture screenshots of the running app to use as real product imagery.
212
-
213
- ### Step 7 — Present for approval
214
-
215
- Output all assets as structured markdown sections. Present to user for review before saving files.
216
-
217
- After user approves, use `Write` to save:
218
- - `marketing/brand-voice.md` voice contract from Step 2.5
219
- - `marketing/landing-copy.md` — all copy from Step 3
220
- - `marketing/social-posts.md` — all posts from Step 4
221
- - `marketing/seo-meta.json` — SEO data from Step 5
222
- - `marketing/seo-audit.md` — SEO audit results from Step 5.5 (if existing site)
223
- - `marketing/video-script.md` — video plan from Step 6
224
-
225
- ## Constraints
226
-
227
- 1. MUST base all claims on actual product capabilities — no aspirational features
228
- 2. MUST verify deploy is live before generating marketing materials
229
- 3. MUST NOT fabricate testimonials, stats, or benchmarks
230
- 4. MUST include accurate technical details wrong tech specs destroy credibility
231
-
232
- ## Output Format
233
-
234
- ```
235
- ## Marketing Assets
236
- - **Landing Copy**: [generated — headline, subheadline, value props, features, CTAs]
237
- - **Social Posts**: Twitter thread (N tweets), LinkedIn post, PH tagline
238
- - **SEO Metadata**: title, description, OG tags, N target keywords
239
- - **Visuals**: OG image, Twitter card, PH thumbnail
240
- - **Video**: 60s demo script with shot list
241
-
242
- ### Generated Files
243
- - marketing/landing-copy.md
244
- - marketing/social-posts.md
245
- - marketing/seo-meta.json
246
- - marketing/video-script.md
247
- ```
248
-
249
- ## Sharp Edges
250
-
251
- Known failure modes for this skill. Check these before declaring done.
252
-
253
- | Failure Mode | Severity | Mitigation |
254
- |---|---|---|
255
- | Fabricating statistics, benchmarks, or testimonials | CRITICAL | Constraint 3: no fabrication — if no real stats exist, use honest placeholder copy |
256
- | Generating copy before deploy verified live | HIGH | Constraint 2: deploy must be confirmed live before marketing runs |
257
- | Copy not based on actual codebase features (invented value props) | HIGH | scout must run in Step 1 features extracted from actual code, not assumptions |
258
- | Missing SEO keyword analysis (no research call) | MEDIUM | Step 2: research call for keyword data is mandatory for SEO section |
259
- | Files saved without user approval | MEDIUM | Step 7: present ALL assets to user, wait for approval before writing files |
260
-
261
- ## Done When
262
-
263
- - scout completed and actual feature list extracted
264
- - Brand voice contract established (or existing one loaded)
265
- - Competitor/trend analysis done via trend-scout + research
266
- - Hero copy, value props, social posts, and SEO metadata generated (following brand voice)
267
- - SEO audit completed (if existing site) with pass/fail results
268
- - Visual assets requested from asset-creator
269
- - Video script requested from video-creator (if requested)
270
- - User has approved all content
271
- - Files saved to marketing/ directory
272
- - Marketing Assets report emitted with file list
273
-
274
- ## Returns
275
-
276
- | Artifact | Format | Location |
277
- |----------|--------|----------|
278
- | Brand voice contract | Markdown | `marketing/brand-voice.md` |
279
- | Landing page copy | Markdown | `marketing/landing-copy.md` |
280
- | Social media posts | Markdown | `marketing/social-posts.md` |
281
- | SEO metadata | JSON | `marketing/seo-meta.json` |
282
- | SEO audit report | Markdown | `marketing/seo-audit.md` |
283
- | Video demo script | Markdown | `marketing/video-script.md` |
284
-
285
- ## Cost Profile
286
-
287
- ~2000-5000 tokens input, ~1000-3000 tokens output. Sonnet for copywriting quality.
288
-
289
- **Scope guardrail:** marketing generates assets based on actual product capabilities only — no aspirational copy, no fabricated stats.
1
+ ---
2
+ name: marketing
3
+ description: Create marketing assets and execute launch strategy. Generates landing copy, social banners, SEO meta, blog posts, and video scripts.
4
+ metadata:
5
+ author: runedev
6
+ version: "0.4.0"
7
+ layer: L2
8
+ model: sonnet
9
+ group: delivery
10
+ tools: "Read, Write, Edit, Glob, Grep, WebFetch, WebSearch"
11
+ ---
12
+
13
+ # marketing
14
+
15
+ ## Purpose
16
+
17
+ Create marketing assets and execute launch strategy. Marketing generates landing page copy, social media banners, SEO metadata, blog posts, and video scripts. Analyzes the project to create authentic, data-driven marketing content.
18
+
19
+ ## Called By (inbound)
20
+
21
+ - `launch` (L1): Phase 4 MARKET — marketing phase of launch pipeline
22
+ - User: `/rune marketing` direct invocation
23
+
24
+ ## Calls (outbound)
25
+
26
+ - `scout` (L2): scan codebase for features, README, value props
27
+ - `trend-scout` (L3): market trends, competitor positioning
28
+ - `research` (L3): competitor analysis, SEO keyword data
29
+ - `asset-creator` (L3): generate OG images, social cards, banners
30
+ - `video-creator` (L3): create demo/explainer video plan
31
+ - `slides` (L3): generate presentation decks for launches and demos
32
+ - `doc-processor` (L3): export marketing deliverables as PDF/DOCX (press kits, one-pagers, sponsor decks)
33
+ - `browser-pilot` (L3): capture screenshots for marketing assets
34
+ - L4 extension packs: domain-specific content when context matches (e.g., @rune/content for blog posts, @rune/analytics for campaign measurement)
35
+ - `@rune-pro/growth/content-scorer` (L4 Pro, optional): 5-dimension content quality gate — if available, score all generated copy for AI phrase contamination and humanity
36
+ - `@rune-pro/growth/cro-analyst` (L4 Pro, optional): psychology-driven CRO analysis for landing pages — if available, audit generated landing copy through 7 behavioral lenses
37
+
38
+ ## Execution Steps
39
+
40
+ ### Step 1 — Understand the product
41
+
42
+ Call `rune:scout` to scan the codebase. Ask scout to extract:
43
+ - Feature list (what the product actually does)
44
+ - README summary
45
+ - Target audience signals (from code, comments, config)
46
+ - Tech stack (relevant for developer marketing)
47
+
48
+ Read any existing `marketing/`, `docs/`, or `landing/` directories if present.
49
+
50
+ ### Step 2 — Research market
51
+
52
+ Call `rune:trend-scout` with the product category to identify:
53
+ - Top 3 competitors and their positioning
54
+ - Current market trends relevant to this product
55
+ - Differentiators to emphasize
56
+
57
+ Call `rune:research` for:
58
+ - SEO keyword opportunities (volume vs. competition)
59
+ - Competitor messaging patterns to avoid or counter
60
+
61
+ ### Step 2.5 — Establish Brand Voice
62
+
63
+ Before generating any copy, define the brand voice contract. This prevents inconsistent tone across marketing assets.
64
+
65
+ **Brand Voice Matrix** — answer these for the product:
66
+
67
+ | Dimension | Spectrum | This product |
68
+ |-----------|----------|--------------|
69
+ | Formality | Casual ←→ Formal | [position] |
70
+ | Humor | Serious ←→ Playful | [position] |
71
+ | Authority | Peer ←→ Expert | [position] |
72
+ | Warmth | Clinical ←→ Friendly | [position] |
73
+ | Urgency | Patient ←→ Urgent | [position] |
74
+
75
+ **Voice rules** (generate 3-5):
76
+ - "We say [X], never [Y]" — e.g., "We say 'start free', never 'sign up now'"
77
+ - "Our tone is [X] because our users are [Y]"
78
+ - "Avoid [specific words/phrases] because [reason]"
79
+
80
+ **Vocabulary list** (5-10 terms):
81
+ - Preferred terms: [words this brand uses]
82
+ - Forbidden terms: [words to avoid and why]
83
+ - Jargon policy: [use/avoid/explain technical terms]
84
+
85
+ Save voice contract to `marketing/brand-voice.md`. All subsequent copy MUST follow this voice.
86
+
87
+ If `marketing/brand-voice.md` already exists → Read it and apply. Do NOT regenerate without user request.
88
+
89
+ ### Step 3 — Generate copy
90
+
91
+ Using product understanding, market research, and **brand voice contract**, produce:
92
+
93
+ **Anti-AI Copy Rules** (apply to ALL generated copy):
94
+ - NEVER open with "In today's...", "Are you struggling with...", "Have you ever wondered..."
95
+ - NEVER use: "game-changer", "revolutionary", "seamlessly", "leverage", "unlock the power of", "dive deep into", "delve", "robust", "streamline", "cutting-edge"
96
+ - MUST use one of 5 hook types for headlines: Provocative Question, Specific Scenario, Surprising Statistic, Bold Statement, or Counterintuitive Claim
97
+ - MUST include specific numbers, names, or outcomes not vague claims ("many users love it")
98
+ - If the copy sounds like it was written by a generic AI → rewrite until it has personality
99
+
100
+ **Hero section**
101
+ - Headline (under 10 words, outcome-focused, uses one of the 5 hook types above)
102
+ - Subheadline (1-2 sentences expanding the promise)
103
+ - Primary CTA button text
104
+
105
+ **Value propositions** (3 items)
106
+ - Icon/emoji, title, 1-sentence description each
107
+
108
+ **Feature list** (pulled from Step 1 scout output)
109
+ - Name + benefit phrasing for each feature
110
+
111
+ **Social proof section** (placeholder copy if no real testimonials)
112
+
113
+ **Secondary CTA** (bottom of page)
114
+
115
+ ### Step 4 — Social posts
116
+
117
+ Produce ready-to-post content:
118
+
119
+ **Twitter/X thread** (5-7 tweets)
120
+ - Tweet 1: hook (the big claim)
121
+ - Tweets 2-5: one feature or benefit per tweet with specifics
122
+ - Tweet 6: social proof or stat
123
+ - Tweet 7: CTA with link
124
+
125
+ **LinkedIn post** (150-300 words)
126
+ - Professional tone, problem-solution-proof structure
127
+
128
+ **Product Hunt tagline** (under 60 characters)
129
+
130
+ ### Step 5 — SEO metadata
131
+
132
+ Produce for the landing page:
133
+
134
+ ```html
135
+ <title>[Meta title under 60 chars, primary keyword first]</title>
136
+ <meta name="description" content="[150-160 chars, includes CTA]">
137
+ <meta property="og:title" content="[OG title]">
138
+ <meta property="og:description" content="[OG description]">
139
+ <meta property="og:image" content="[OG image path]">
140
+ <link rel="canonical" href="[canonical URL]">
141
+ ```
142
+
143
+ Target keywords list (5-10 terms with rationale).
144
+
145
+ ### Step 5.5 — SEO Audit (if existing site)
146
+
147
+ If the project already has a deployed site or existing pages, run a technical SEO audit before generating new metadata.
148
+
149
+ **Automated checks** (use Grep + Read on codebase):
150
+
151
+ 1. **Meta tags completeness**: Every page has `<title>`, `<meta description>`, `og:title`, `og:description`, `og:image`. Flag pages missing any.
152
+ 2. **Heading hierarchy**: Every page has exactly one `<h1>`. No skipped levels (h1→h3 without h2). Use Grep for `<h1`, `<h2`, `<h3` patterns.
153
+ 3. **Image alt text**: Search for `<img` without `alt=` attribute. Every image needs descriptive alt text (not "image", not empty).
154
+ 4. **Canonical URLs**: Check for `<link rel="canonical"`. Missing canonical = duplicate content risk.
155
+ 5. **Structured data**: Check for `application/ld+json` or microdata. Recommend adding if missing (Product, Organization, Article schemas).
156
+ 6. **Performance signals**: Check for `next/image` or lazy loading on images. Flag `<img>` without `loading="lazy"` below fold.
157
+ 7. **Sitemap**: Check for `sitemap.xml` or sitemap generation in build config. Flag if missing.
158
+ 8. **Robots**: Check for `robots.txt`. Verify it doesn't accidentally block important pages.
159
+
160
+ **9. Schema Markup**: Check for `application/ld+json` blocks. Recommend adding relevant types:
161
+
162
+ | Content Type | Schema Type | Key Properties |
163
+ |-------------|-------------|---------------|
164
+ | Product page | `Product` | name, description, offers, review, aggregateRating |
165
+ | Article/Blog | `Article` | headline, author, datePublished, dateModified, image |
166
+ | FAQ section | `FAQPage` | mainEntity[].name, mainEntity[].acceptedAnswer |
167
+ | How-to guide | `HowTo` | name, step[].name, step[].text, totalTime |
168
+ | Organization | `Organization` | name, url, logo, sameAs[] |
169
+ | Breadcrumbs | `BreadcrumbList` | itemListElement[].name, itemListElement[].item |
170
+ | Software | `SoftwareApplication` | name, operatingSystem, applicationCategory, offers |
171
+ | Review | `Review` | itemReviewed, reviewRating, author, reviewBody |
172
+ | Comparison | `ItemList` | itemListElement[] with individual Product/Review schemas |
173
+ | Local biz | `LocalBusiness` | name, address, telephone, openingHoursSpecification |
174
+
175
+ Use `@graph` pattern to combine multiple schema types on a single page:
176
+ ```json
177
+ {
178
+ "@context": "https://schema.org",
179
+ "@graph": [
180
+ { "@type": "Organization", ... },
181
+ { "@type": "WebPage", ... },
182
+ { "@type": "BreadcrumbList", ... }
183
+ ]
184
+ }
185
+ ```
186
+
187
+ **10. Programmatic SEO awareness**: If the site has repeatable content patterns (product listings, city pages, comparison pages), note the opportunity for template-driven SEO pages. Common playbooks:
188
+ - **Templates**: `best [tool] for [persona]` pages across personas
189
+ - **Comparisons**: `[product A] vs [product B]` for all competitor pairs
190
+ - **Locations**: `[service] in [city]` for local reach
191
+ - **Integrations**: `[product] + [integration]` for every supported integration
192
+
193
+ Flag programmatic SEO opportunities in the audit report. Execution details are in `@rune-pro/growth` pack.
194
+
195
+ **Output**: SEO Audit Report with pass/fail per check. Save to `marketing/seo-audit.md`.
196
+
197
+ Fix critical SEO issues (missing titles, broken heading hierarchy) in the implementation plan. Non-critical issues go to `marketing/seo-backlog.md`.
198
+
199
+ ### Step 6 — Visual assets
200
+
201
+ Call `rune:asset-creator` to generate:
202
+ - OG image (1200x630px) — product name, tagline, brand colors
203
+ - Twitter card image (1200x628px)
204
+ - Product Hunt thumbnail (240x240px)
205
+
206
+ Call `rune:video-creator` to produce:
207
+ - 60-second demo video script (screen recording plan)
208
+ - Shot list with timestamps
209
+
210
+ Call `rune:slides` to generate presentation decks for launch demos, sprint reviews, or investor pitches.
211
+
212
+ If `rune:browser-pilot` is available, capture screenshots of the running app to use as real product imagery.
213
+
214
+ ### Step 7 — Present for approval
215
+
216
+ Output all assets as structured markdown sections. Present to user for review before saving files.
217
+
218
+ After user approves, use `Write` to save:
219
+ - `marketing/brand-voice.md` — voice contract from Step 2.5
220
+ - `marketing/landing-copy.md` — all copy from Step 3
221
+ - `marketing/social-posts.md` — all posts from Step 4
222
+ - `marketing/seo-meta.json` — SEO data from Step 5
223
+ - `marketing/seo-audit.md` — SEO audit results from Step 5.5 (if existing site)
224
+ - `marketing/video-script.md` — video plan from Step 6
225
+
226
+ ## Constraints
227
+
228
+ 1. MUST base all claims on actual product capabilities — no aspirational features
229
+ 2. MUST verify deploy is live before generating marketing materials
230
+ 3. MUST NOT fabricate testimonials, stats, or benchmarks
231
+ 4. MUST include accurate technical details — wrong tech specs destroy credibility
232
+
233
+ ## Output Format
234
+
235
+ ```
236
+ ## Marketing Assets
237
+ - **Landing Copy**: [generated headline, subheadline, value props, features, CTAs]
238
+ - **Social Posts**: Twitter thread (N tweets), LinkedIn post, PH tagline
239
+ - **SEO Metadata**: title, description, OG tags, N target keywords
240
+ - **Visuals**: OG image, Twitter card, PH thumbnail
241
+ - **Video**: 60s demo script with shot list
242
+
243
+ ### Generated Files
244
+ - marketing/landing-copy.md
245
+ - marketing/social-posts.md
246
+ - marketing/seo-meta.json
247
+ - marketing/video-script.md
248
+ ```
249
+
250
+ ## Sharp Edges
251
+
252
+ Known failure modes for this skill. Check these before declaring done.
253
+
254
+ | Failure Mode | Severity | Mitigation |
255
+ |---|---|---|
256
+ | Fabricating statistics, benchmarks, or testimonials | CRITICAL | Constraint 3: no fabrication if no real stats exist, use honest placeholder copy |
257
+ | Generating copy before deploy verified live | HIGH | Constraint 2: deploy must be confirmed live before marketing runs |
258
+ | Copy not based on actual codebase features (invented value props) | HIGH | scout must run in Step 1 features extracted from actual code, not assumptions |
259
+ | Missing SEO keyword analysis (no research call) | MEDIUM | Step 2: research call for keyword data is mandatory for SEO section |
260
+ | Files saved without user approval | MEDIUM | Step 7: present ALL assets to user, wait for approval before writing files |
261
+
262
+ ## Done When
263
+
264
+ - scout completed and actual feature list extracted
265
+ - Brand voice contract established (or existing one loaded)
266
+ - Competitor/trend analysis done via trend-scout + research
267
+ - Hero copy, value props, social posts, and SEO metadata generated (following brand voice)
268
+ - SEO audit completed (if existing site) with pass/fail results
269
+ - Visual assets requested from asset-creator
270
+ - Video script requested from video-creator (if requested)
271
+ - User has approved all content
272
+ - Files saved to marketing/ directory
273
+ - Marketing Assets report emitted with file list
274
+
275
+ ## Returns
276
+
277
+ | Artifact | Format | Location |
278
+ |----------|--------|----------|
279
+ | Brand voice contract | Markdown | `marketing/brand-voice.md` |
280
+ | Landing page copy | Markdown | `marketing/landing-copy.md` |
281
+ | Social media posts | Markdown | `marketing/social-posts.md` |
282
+ | SEO metadata | JSON | `marketing/seo-meta.json` |
283
+ | SEO audit report | Markdown | `marketing/seo-audit.md` |
284
+ | Video demo script | Markdown | `marketing/video-script.md` |
285
+
286
+ ## Cost Profile
287
+
288
+ ~2000-5000 tokens input, ~1000-3000 tokens output. Sonnet for copywriting quality.
289
+
290
+ **Scope guardrail:** marketing generates assets based on actual product capabilities only — no aspirational copy, no fabricated stats.