100xprism 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +196 -0
  3. package/VERSION +1 -0
  4. package/adapters/antigravity.sh +14 -0
  5. package/adapters/claude-code.sh +160 -0
  6. package/adapters/codex.sh +13 -0
  7. package/adapters/copilot.sh +13 -0
  8. package/adapters/cursor.sh +13 -0
  9. package/adapters/gemini.sh +13 -0
  10. package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
  11. package/adapters/lib/modules.py +592 -0
  12. package/adapters/lib/shared.sh +83 -0
  13. package/adapters/lib/sync_plugins.py +113 -0
  14. package/adapters/windsurf.sh +15 -0
  15. package/bin/100xprism.js +29 -0
  16. package/get.sh +24 -0
  17. package/install-project.sh +82 -0
  18. package/install.sh +281 -0
  19. package/lib/adapters/windows.js +429 -0
  20. package/lib/bootstrap.js +33 -0
  21. package/lib/init.js +19 -0
  22. package/lib/install.js +18 -0
  23. package/lib/migrate.js +52 -0
  24. package/lib/platform.js +22 -0
  25. package/lib/update.js +29 -0
  26. package/modules/_lib/reference.md +77 -0
  27. package/modules/a11y-auditor/SKILL.md +151 -0
  28. package/modules/ab-test-setup/SKILL.md +266 -0
  29. package/modules/ab-test-setup/evals/evals.json +105 -0
  30. package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
  31. package/modules/ab-test-setup/references/test-templates.md +277 -0
  32. package/modules/ad-creative/SKILL.md +362 -0
  33. package/modules/ad-creative/evals/evals.json +90 -0
  34. package/modules/ad-creative/references/generative-tools.md +637 -0
  35. package/modules/ad-creative/references/platform-specs.md +213 -0
  36. package/modules/ai-seo/SKILL.md +398 -0
  37. package/modules/ai-seo/evals/evals.json +90 -0
  38. package/modules/ai-seo/references/content-patterns.md +285 -0
  39. package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
  40. package/modules/analytics-tracking/SKILL.md +309 -0
  41. package/modules/analytics-tracking/evals/evals.json +90 -0
  42. package/modules/analytics-tracking/references/event-library.md +260 -0
  43. package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
  44. package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
  45. package/modules/architect/SKILL.md +282 -0
  46. package/modules/branch/SKILL.md +105 -0
  47. package/modules/churn-prevention/SKILL.md +424 -0
  48. package/modules/churn-prevention/evals/evals.json +93 -0
  49. package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
  50. package/modules/churn-prevention/references/dunning-playbook.md +408 -0
  51. package/modules/cloud-security/SKILL.md +240 -0
  52. package/modules/cold-email/SKILL.md +178 -0
  53. package/modules/cold-email/evals/evals.json +94 -0
  54. package/modules/cold-email/references/benchmarks.md +83 -0
  55. package/modules/cold-email/references/follow-up-sequences.md +81 -0
  56. package/modules/cold-email/references/frameworks.md +90 -0
  57. package/modules/cold-email/references/personalization.md +79 -0
  58. package/modules/cold-email/references/subject-lines.md +53 -0
  59. package/modules/commit/SKILL.md +195 -0
  60. package/modules/competitor-alternatives/SKILL.md +256 -0
  61. package/modules/competitor-alternatives/evals/evals.json +93 -0
  62. package/modules/competitor-alternatives/references/content-architecture.md +271 -0
  63. package/modules/competitor-alternatives/references/templates.md +223 -0
  64. package/modules/connect/SKILL.md +894 -0
  65. package/modules/content-strategy/SKILL.md +359 -0
  66. package/modules/content-strategy/evals/evals.json +90 -0
  67. package/modules/context-dump/SKILL.md +67 -0
  68. package/modules/copy-editing/SKILL.md +447 -0
  69. package/modules/copy-editing/evals/evals.json +89 -0
  70. package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
  71. package/modules/copywriting/SKILL.md +271 -0
  72. package/modules/copywriting/evals/evals.json +111 -0
  73. package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
  74. package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
  75. package/modules/copywriting/references/cold-email-frameworks.md +90 -0
  76. package/modules/copywriting/references/cold-email-personalization.md +79 -0
  77. package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
  78. package/modules/copywriting/references/copy-frameworks.md +344 -0
  79. package/modules/copywriting/references/email-copy-guidelines.md +113 -0
  80. package/modules/copywriting/references/email-types.md +515 -0
  81. package/modules/copywriting/references/natural-transitions.md +272 -0
  82. package/modules/copywriting/references/sequence-templates.md +168 -0
  83. package/modules/data-query/SKILL.md +58 -0
  84. package/modules/data-viz/SKILL.md +225 -0
  85. package/modules/db/SKILL.md +205 -0
  86. package/modules/db/db-engines/_router.md +24 -0
  87. package/modules/db/db-engines/athena.md +16 -0
  88. package/modules/db/db-engines/cloud-sql.md +16 -0
  89. package/modules/db/db-engines/databricks.md +14 -0
  90. package/modules/db/db-engines/oracle.md +14 -0
  91. package/modules/db/db-engines/postgres.md +15 -0
  92. package/modules/db/db-engines/presto.md +14 -0
  93. package/modules/db/db-engines/snowflake.md +14 -0
  94. package/modules/docs/SKILL.md +100 -0
  95. package/modules/email-sequence/SKILL.md +309 -0
  96. package/modules/email-sequence/evals/evals.json +93 -0
  97. package/modules/email-sequence/references/copy-guidelines.md +113 -0
  98. package/modules/email-sequence/references/email-types.md +515 -0
  99. package/modules/email-sequence/references/sequence-templates.md +168 -0
  100. package/modules/enterprise-design/SKILL.md +75 -0
  101. package/modules/eval/SKILL.md +105 -0
  102. package/modules/figma-translator/SKILL.md +49 -0
  103. package/modules/fix-bugs/SKILL.md +104 -0
  104. package/modules/form-cro/SKILL.md +429 -0
  105. package/modules/form-cro/evals/evals.json +90 -0
  106. package/modules/free-tool-strategy/SKILL.md +178 -0
  107. package/modules/free-tool-strategy/evals/evals.json +90 -0
  108. package/modules/free-tool-strategy/references/tool-types.md +217 -0
  109. package/modules/gate/SKILL.md +232 -0
  110. package/modules/grill-me/SKILL.md +59 -0
  111. package/modules/interaction-engineer/SKILL.md +49 -0
  112. package/modules/issue/SKILL.md +272 -0
  113. package/modules/launch/SKILL.md +345 -0
  114. package/modules/launch-strategy/SKILL.md +353 -0
  115. package/modules/launch-strategy/evals/evals.json +91 -0
  116. package/modules/lint/SKILL.md +126 -0
  117. package/modules/marketing-ideas/SKILL.md +167 -0
  118. package/modules/marketing-ideas/evals/evals.json +90 -0
  119. package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
  120. package/modules/marketing-psychology/SKILL.md +455 -0
  121. package/modules/marketing-psychology/evals/evals.json +88 -0
  122. package/modules/motion-designer/SKILL.md +214 -0
  123. package/modules/onboarding-cro/SKILL.md +220 -0
  124. package/modules/onboarding-cro/evals/evals.json +92 -0
  125. package/modules/onboarding-cro/references/experiments.md +258 -0
  126. package/modules/orchestrate/SKILL.md +77 -0
  127. package/modules/page-cro/SKILL.md +182 -0
  128. package/modules/page-cro/evals/evals.json +111 -0
  129. package/modules/page-cro/references/experiments.md +248 -0
  130. package/modules/page-cro/references/paywall-experiments.md +164 -0
  131. package/modules/paid-ads/SKILL.md +315 -0
  132. package/modules/paid-ads/evals/evals.json +90 -0
  133. package/modules/paid-ads/references/ad-copy-templates.md +207 -0
  134. package/modules/paid-ads/references/audience-targeting.md +243 -0
  135. package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
  136. package/modules/paywall-upgrade-cro/SKILL.md +227 -0
  137. package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
  138. package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
  139. package/modules/popup-cro/SKILL.md +453 -0
  140. package/modules/popup-cro/evals/evals.json +94 -0
  141. package/modules/pr/SKILL.md +203 -0
  142. package/modules/pricing-strategy/SKILL.md +231 -0
  143. package/modules/pricing-strategy/evals/evals.json +90 -0
  144. package/modules/pricing-strategy/references/research-methods.md +152 -0
  145. package/modules/pricing-strategy/references/tier-structure.md +232 -0
  146. package/modules/product-marketing-context/SKILL.md +241 -0
  147. package/modules/product-marketing-context/evals/evals.json +85 -0
  148. package/modules/programmatic-seo/SKILL.md +238 -0
  149. package/modules/programmatic-seo/evals/evals.json +94 -0
  150. package/modules/programmatic-seo/references/playbooks.md +308 -0
  151. package/modules/push/SKILL.md +202 -0
  152. package/modules/referral-program/SKILL.md +255 -0
  153. package/modules/referral-program/evals/evals.json +89 -0
  154. package/modules/referral-program/references/affiliate-programs.md +164 -0
  155. package/modules/referral-program/references/program-examples.md +143 -0
  156. package/modules/release/SKILL.md +293 -0
  157. package/modules/revops/SKILL.md +343 -0
  158. package/modules/revops/evals/evals.json +91 -0
  159. package/modules/revops/references/automation-playbooks.md +290 -0
  160. package/modules/revops/references/lifecycle-definitions.md +278 -0
  161. package/modules/revops/references/routing-rules.md +203 -0
  162. package/modules/revops/references/scoring-models.md +247 -0
  163. package/modules/sales-enablement/SKILL.md +349 -0
  164. package/modules/sales-enablement/evals/evals.json +91 -0
  165. package/modules/sales-enablement/references/deck-frameworks.md +263 -0
  166. package/modules/sales-enablement/references/demo-scripts.md +355 -0
  167. package/modules/sales-enablement/references/objection-library.md +270 -0
  168. package/modules/sales-enablement/references/one-pager-templates.md +208 -0
  169. package/modules/schema-markup/SKILL.md +179 -0
  170. package/modules/schema-markup/evals/evals.json +87 -0
  171. package/modules/schema-markup/references/schema-examples.md +398 -0
  172. package/modules/security/SKILL.md +138 -0
  173. package/modules/seo-audit/SKILL.md +412 -0
  174. package/modules/seo-audit/evals/evals.json +136 -0
  175. package/modules/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/modules/seo-audit/references/content-patterns.md +285 -0
  177. package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
  178. package/modules/signup-flow-cro/SKILL.md +359 -0
  179. package/modules/signup-flow-cro/evals/evals.json +88 -0
  180. package/modules/site-architecture/SKILL.md +357 -0
  181. package/modules/site-architecture/evals/evals.json +88 -0
  182. package/modules/site-architecture/references/mermaid-templates.md +216 -0
  183. package/modules/site-architecture/references/navigation-patterns.md +305 -0
  184. package/modules/site-architecture/references/site-type-templates.md +293 -0
  185. package/modules/social-content/SKILL.md +278 -0
  186. package/modules/social-content/evals/evals.json +92 -0
  187. package/modules/social-content/references/platforms.md +170 -0
  188. package/modules/social-content/references/post-templates.md +177 -0
  189. package/modules/social-content/references/reverse-engineering.md +195 -0
  190. package/modules/spec/SKILL.md +81 -0
  191. package/modules/subagents/SKILL.md +123 -0
  192. package/modules/techdebt/SKILL.md +71 -0
  193. package/modules/terminal-setup/SKILL.md +49 -0
  194. package/modules/test/SKILL.md +493 -0
  195. package/modules/test/references/e2e-patterns.md +294 -0
  196. package/modules/update-claude-md/SKILL.md +52 -0
  197. package/modules/visual-system-architect/SKILL.md +53 -0
  198. package/package.json +44 -0
  199. package/plugins/plugins.json +43 -0
  200. package/shell/aliases.sh +24 -0
  201. package/shell/check-update.sh +212 -0
  202. package/templates/.env.example +199 -0
  203. package/templates/docker-compose.md +46 -0
  204. package/templates/node-frontend.md +56 -0
  205. package/templates/node-fullstack.md +59 -0
  206. package/templates/python-api.md +57 -0
  207. package/update.sh +231 -0
@@ -0,0 +1,238 @@
1
+ ---
2
+ name: programmatic-seo
3
+ description: When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," "building many pages for SEO," "pSEO," "generate 100 pages," "data-driven pages," or "templated landing pages." Use this whenever someone wants to create many similar pages targeting different keywords or locations. For auditing existing SEO issues, see seo-audit. For content strategy planning, see content-strategy.
4
+ category: marketing
5
+ tier: on-demand
6
+ ---
7
+
8
+ # Programmatic SEO
9
+
10
+ You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties.
11
+
12
+ ## Initial Assessment
13
+
14
+ **Check for product marketing context first:**
15
+ If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
16
+
17
+ Before designing a programmatic SEO strategy, understand:
18
+
19
+ 1. **Business Context**
20
+ - What's the product/service?
21
+ - Who is the target audience?
22
+ - What's the conversion goal for these pages?
23
+
24
+ 2. **Opportunity Assessment**
25
+ - What search patterns exist?
26
+ - How many potential pages?
27
+ - What's the search volume distribution?
28
+
29
+ 3. **Competitive Landscape**
30
+ - Who ranks for these terms now?
31
+ - What do their pages look like?
32
+ - Can you realistically compete?
33
+
34
+ ---
35
+
36
+ ## Core Principles
37
+
38
+ ### 1. Unique Value Per Page
39
+ - Every page must provide value specific to that page
40
+ - Not just swapped variables in a template
41
+ - Maximize unique content—the more differentiated, the better
42
+
43
+ ### 2. Proprietary Data Wins
44
+ Hierarchy of data defensibility:
45
+ 1. Proprietary (you created it)
46
+ 2. Product-derived (from your users)
47
+ 3. User-generated (your community)
48
+ 4. Licensed (exclusive access)
49
+ 5. Public (anyone can use—weakest)
50
+
51
+ ### 3. Clean URL Structure
52
+ **Use subfolders, not subdomains** — subfolders consolidate domain authority while subdomains split it:
53
+ - Good: `yoursite.com/templates/resume/`
54
+ - Bad: `templates.yoursite.com/resume/`
55
+
56
+ ### 4. Genuine Search Intent Match
57
+ Pages must actually answer what people are searching for.
58
+
59
+ ### 5. Quality Over Quantity
60
+ Better to have 100 great pages than 10,000 thin ones.
61
+
62
+ ### 6. Avoid Google Penalties
63
+ - No doorway pages
64
+ - No keyword stuffing
65
+ - No duplicate content
66
+ - Genuine utility for users
67
+
68
+ ---
69
+
70
+ ## The 12 Playbooks (Overview)
71
+
72
+ | Playbook | Pattern | Example |
73
+ |----------|---------|---------|
74
+ | Templates | "[Type] template" | "resume template" |
75
+ | Curation | "best [category]" | "best website builders" |
76
+ | Conversions | "[X] to [Y]" | "$10 USD to GBP" |
77
+ | Comparisons | "[X] vs [Y]" | "webflow vs wordpress" |
78
+ | Examples | "[type] examples" | "landing page examples" |
79
+ | Locations | "[service] in [location]" | "dentists in austin" |
80
+ | Personas | "[product] for [audience]" | "crm for real estate" |
81
+ | Integrations | "[product A] [product B] integration" | "slack asana integration" |
82
+ | Glossary | "what is [term]" | "what is pSEO" |
83
+ | Translations | Content in multiple languages | Localized content |
84
+ | Directory | "[category] tools" | "ai copywriting tools" |
85
+ | Profiles | "[entity name]" | "stripe ceo" |
86
+
87
+ **For detailed playbook implementation**: See [references/playbooks.md](references/playbooks.md)
88
+
89
+ ---
90
+
91
+ ## Choosing Your Playbook
92
+
93
+ | If you have... | Consider... |
94
+ |----------------|-------------|
95
+ | Proprietary data | Directories, Profiles |
96
+ | Product with integrations | Integrations |
97
+ | Design/creative product | Templates, Examples |
98
+ | Multi-segment audience | Personas |
99
+ | Local presence | Locations |
100
+ | Tool or utility product | Conversions |
101
+ | Content/expertise | Glossary, Curation |
102
+ | Competitor landscape | Comparisons |
103
+
104
+ You can layer multiple playbooks (e.g., "Best coworking spaces in San Diego").
105
+
106
+ ---
107
+
108
+ ## Implementation Framework
109
+
110
+ ### 1. Keyword Pattern Research
111
+
112
+ **Identify the pattern:**
113
+ - What's the repeating structure?
114
+ - What are the variables?
115
+ - How many unique combinations exist?
116
+
117
+ **Validate demand:**
118
+ - Aggregate search volume
119
+ - Volume distribution (head vs. long tail)
120
+ - Trend direction
121
+
122
+ ### 2. Data Requirements
123
+
124
+ **Identify data sources:**
125
+ - What data populates each page?
126
+ - Is it first-party, scraped, licensed, public?
127
+ - How is it updated?
128
+
129
+ ### 3. Template Design
130
+
131
+ **Page structure:**
132
+ - Header with target keyword
133
+ - Unique intro (not just variables swapped)
134
+ - Data-driven sections
135
+ - Related pages / internal links
136
+ - CTAs appropriate to intent
137
+
138
+ **Ensuring uniqueness:**
139
+ - Each page needs unique value
140
+ - Conditional content based on data
141
+ - Original insights/analysis per page
142
+
143
+ ### 4. Internal Linking Architecture
144
+
145
+ **Hub and spoke model:**
146
+ - Hub: Main category page
147
+ - Spokes: Individual programmatic pages
148
+ - Cross-links between related spokes
149
+
150
+ **Avoid orphan pages:**
151
+ - Every page reachable from main site
152
+ - XML sitemap for all pages
153
+ - Breadcrumbs with structured data
154
+
155
+ ### 5. Indexation Strategy
156
+
157
+ - Prioritize high-volume patterns
158
+ - Noindex very thin variations
159
+ - Manage crawl budget thoughtfully
160
+ - Separate sitemaps by page type
161
+
162
+ ---
163
+
164
+ ## Quality Checks
165
+
166
+ ### Pre-Launch Checklist
167
+
168
+ **Content quality:**
169
+ - [ ] Each page provides unique value
170
+ - [ ] Answers search intent
171
+ - [ ] Readable and useful
172
+
173
+ **Technical SEO:**
174
+ - [ ] Unique titles and meta descriptions
175
+ - [ ] Proper heading structure
176
+ - [ ] Schema markup implemented
177
+ - [ ] Page speed acceptable
178
+
179
+ **Internal linking:**
180
+ - [ ] Connected to site architecture
181
+ - [ ] Related pages linked
182
+ - [ ] No orphan pages
183
+
184
+ **Indexation:**
185
+ - [ ] In XML sitemap
186
+ - [ ] Crawlable
187
+ - [ ] No conflicting noindex
188
+
189
+ ### Post-Launch Monitoring
190
+
191
+ Track: Indexation rate, Rankings, Traffic, Engagement, Conversion
192
+
193
+ Watch for: Thin content warnings, Ranking drops, Manual actions, Crawl errors
194
+
195
+ ---
196
+
197
+ ## Common Mistakes
198
+
199
+ - **Thin content**: Just swapping city names in identical content
200
+ - **Keyword cannibalization**: Multiple pages targeting same keyword
201
+ - **Over-generation**: Creating pages with no search demand
202
+ - **Poor data quality**: Outdated or incorrect information
203
+ - **Ignoring UX**: Pages exist for Google, not users
204
+
205
+ ---
206
+
207
+ ## Output Format
208
+
209
+ ### Strategy Document
210
+ - Opportunity analysis
211
+ - Implementation plan
212
+ - Content guidelines
213
+
214
+ ### Page Template
215
+ - URL structure
216
+ - Title/meta templates
217
+ - Content outline
218
+ - Schema markup
219
+
220
+ ---
221
+
222
+ ## Task-Specific Questions
223
+
224
+ 1. What keyword patterns are you targeting?
225
+ 2. What data do you have (or can acquire)?
226
+ 3. How many pages are you planning?
227
+ 4. What does your site authority look like?
228
+ 5. Who currently ranks for these terms?
229
+ 6. What's your technical stack?
230
+
231
+ ---
232
+
233
+ ## Related Skills
234
+
235
+ - **seo-audit**: For auditing programmatic pages after launch
236
+ - **schema-markup**: For adding structured data
237
+ - **site-architecture**: For page hierarchy, URL structure, and internal linking
238
+ - **competitor-alternatives**: For comparison page frameworks
@@ -0,0 +1,94 @@
1
+ {
2
+ "skill_name": "programmatic-seo",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "We want to create programmatic SEO pages for our CRM. We're thinking of 'CRM for [industry]' pages — like 'CRM for Real Estate,' 'CRM for Healthcare,' etc. How should we approach this?",
7
+ "expected_output": "Should check for product-marketing-context.md first. Should identify this as the Personas playbook (industry-specific pages). Should apply the core principles: unique value per page (not just swapping the industry name), proprietary data or insights per industry, clean URL structure. Should recommend the implementation framework: keyword research for each industry variation, data requirements (what industry-specific content makes each page unique), template design, internal linking strategy between industry pages and main pages, and indexation strategy. Should warn against thin content (just template + keyword swap).",
8
+ "assertions": [
9
+ "Checks for product-marketing-context.md",
10
+ "Identifies as Personas playbook",
11
+ "Applies core principles (unique value, proprietary data, clean URLs)",
12
+ "Recommends keyword research per variation",
13
+ "Addresses data requirements for unique content",
14
+ "Provides template design guidance",
15
+ "Includes internal linking strategy",
16
+ "Warns against thin content"
17
+ ],
18
+ "files": []
19
+ },
20
+ {
21
+ "id": 2,
22
+ "prompt": "Create a comparison page strategy. We want pages like 'Notion vs Asana', 'Notion vs Monday', etc. for all our competitors. We have 15 competitors.",
23
+ "expected_output": "Should identify this as the Comparisons playbook. Should apply the programmatic approach for competitor comparison pages at scale. Should recommend: template structure for comparison pages, unique data per comparison (not just the same template with names swapped), keyword research for each '[competitor A] vs [competitor B]' variation, URL structure (/compare/notion-vs-asana), internal linking between comparison pages, and quality checks. Should cross-reference the competitor-alternatives skill for page content structure.",
24
+ "assertions": [
25
+ "Identifies as Comparisons playbook",
26
+ "Recommends template structure for scale",
27
+ "Addresses unique data per comparison",
28
+ "Includes keyword research for variations",
29
+ "Provides URL structure recommendation",
30
+ "Includes internal linking strategy",
31
+ "Cross-references competitor-alternatives skill",
32
+ "Applies quality checks"
33
+ ],
34
+ "files": []
35
+ },
36
+ {
37
+ "id": 3,
38
+ "prompt": "we want to rank for '[tool name] integration' keywords. we integrate with 50+ tools and want a page for each. like 'Slack integration', 'Salesforce integration' etc.",
39
+ "expected_output": "Should trigger on casual phrasing. Should identify this as the Integrations playbook. Should recommend: template design for integration pages (what it does, how to set up, use cases), unique content per integration (specific workflows, screenshots, setup steps), keyword research for '[tool] + [your product] integration', URL structure (/integrations/slack), hub page linking to all integration pages, and schema markup considerations. Should emphasize that each page needs genuine unique value, not just 'we integrate with [tool].'",
40
+ "assertions": [
41
+ "Triggers on casual phrasing",
42
+ "Identifies as Integrations playbook",
43
+ "Recommends template with unique content per integration",
44
+ "Includes setup steps and use cases per page",
45
+ "Provides URL structure recommendation",
46
+ "Recommends hub page for all integrations",
47
+ "Emphasizes genuine unique value per page"
48
+ ],
49
+ "files": []
50
+ },
51
+ {
52
+ "id": 4,
53
+ "prompt": "We built 500 programmatic pages but Google isn't indexing most of them. Only 80 are in the index. What's going wrong?",
54
+ "expected_output": "Should diagnose the indexation problem. Should apply the quality checks and indexation strategy guidance. Should investigate: thin content (are pages providing unique value or just template + keyword?), crawl budget (500 pages may be fine but depends on site authority), internal linking (are the pages discoverable?), XML sitemap inclusion, duplicate/near-duplicate content issues. Should recommend specific fixes: improve content uniqueness, strengthen internal linking, submit sitemap, check robots.txt, use Search Console for indexation requests. Should warn that Google may choose not to index thin pages regardless.",
55
+ "assertions": [
56
+ "Diagnoses indexation problem",
57
+ "Investigates thin content as likely cause",
58
+ "Checks crawl budget considerations",
59
+ "Checks internal linking to programmatic pages",
60
+ "Checks XML sitemap and robots.txt",
61
+ "Recommends specific fixes for indexation",
62
+ "Warns about Google's thin content policies"
63
+ ],
64
+ "files": []
65
+ },
66
+ {
67
+ "id": 5,
68
+ "prompt": "Help me create a glossary section for our marketing automation platform. We want to define 200+ marketing terms and rank for '[term] definition' keywords.",
69
+ "expected_output": "Should identify this as the Glossary playbook. Should apply the template design: term definition page template (definition, examples, related terms, how it applies to the user's product), hub/index page linking to all terms, URL structure (/glossary/[term]), alphabetical and categorical navigation. Should address quality: each definition should provide genuine value beyond a dictionary definition. Should include internal linking strategy and schema markup (DefinedTerm schema). Should recommend starting with highest-volume terms.",
70
+ "assertions": [
71
+ "Identifies as Glossary playbook",
72
+ "Provides template design for term pages",
73
+ "Recommends hub/index page",
74
+ "Provides URL structure",
75
+ "Addresses content quality beyond dictionary definitions",
76
+ "Includes internal linking strategy",
77
+ "Recommends starting with highest-volume terms"
78
+ ],
79
+ "files": []
80
+ },
81
+ {
82
+ "id": 6,
83
+ "prompt": "Can you audit our existing programmatic SEO pages for technical issues? We have crawl errors and some pages return 404s.",
84
+ "expected_output": "Should recognize this is a technical SEO audit task, not a programmatic SEO strategy task. Should defer to or cross-reference the seo-audit skill, which handles crawlability, indexation, and technical SEO issues. Programmatic-seo focuses on strategy, template design, and content planning for scaled pages.",
85
+ "assertions": [
86
+ "Recognizes this as technical SEO audit task",
87
+ "References or defers to seo-audit skill",
88
+ "Explains that programmatic-seo is for strategy and template design",
89
+ "Does not attempt full technical SEO audit"
90
+ ],
91
+ "files": []
92
+ }
93
+ ]
94
+ }
@@ -0,0 +1,308 @@
1
+ # The 12 Programmatic SEO Playbooks
2
+
3
+ Beyond mixing and matching data point permutations, these are the proven playbooks for programmatic SEO.
4
+
5
+ ## Contents
6
+ - 1. Templates
7
+ - 2. Curation
8
+ - 3. Conversions
9
+ - 4. Comparisons
10
+ - 5. Examples
11
+ - 6. Locations
12
+ - 7. Personas
13
+ - 8. Integrations
14
+ - 9. Glossary
15
+ - 10. Translations
16
+ - 11. Directory
17
+ - 12. Profiles
18
+ - Choosing Your Playbook (Match to Your Assets, Combine Playbooks)
19
+
20
+ ## 1. Templates
21
+
22
+ **Pattern**: "[Type] template" or "free [type] template"
23
+ **Example searches**: "resume template", "invoice template", "pitch deck template"
24
+
25
+ **What it is**: Downloadable or interactive templates users can use directly.
26
+
27
+ **Why it works**:
28
+ - High intent—people need it now
29
+ - Shareable/linkable assets
30
+ - Natural for product-led companies
31
+
32
+ **Value requirements**:
33
+ - Actually usable templates (not just previews)
34
+ - Multiple variations per type
35
+ - Quality comparable to paid options
36
+ - Easy download/use flow
37
+
38
+ **URL structure**: `/templates/[type]/` or `/templates/[category]/[type]/`
39
+
40
+ ---
41
+
42
+ ## 2. Curation
43
+
44
+ **Pattern**: "best [category]" or "top [number] [things]"
45
+ **Example searches**: "best website builders", "top 10 crm software", "best free design tools"
46
+
47
+ **What it is**: Curated lists ranking or recommending options in a category.
48
+
49
+ **Why it works**:
50
+ - Comparison shoppers searching for guidance
51
+ - High commercial intent
52
+ - Evergreen with updates
53
+
54
+ **Value requirements**:
55
+ - Genuine evaluation criteria
56
+ - Real testing or expertise
57
+ - Regular updates (date visible)
58
+ - Not just affiliate-driven rankings
59
+
60
+ **URL structure**: `/best/[category]/` or `/[category]/best/`
61
+
62
+ ---
63
+
64
+ ## 3. Conversions
65
+
66
+ **Pattern**: "[X] to [Y]" or "[amount] [unit] in [unit]"
67
+ **Example searches**: "$10 USD to GBP", "100 kg to lbs", "pdf to word"
68
+
69
+ **What it is**: Tools or pages that convert between formats, units, or currencies.
70
+
71
+ **Why it works**:
72
+ - Instant utility
73
+ - Extremely high search volume
74
+ - Repeat usage potential
75
+
76
+ **Value requirements**:
77
+ - Accurate, real-time data
78
+ - Fast, functional tool
79
+ - Related conversions suggested
80
+ - Mobile-friendly interface
81
+
82
+ **URL structure**: `/convert/[from]-to-[to]/` or `/[from]-to-[to]-converter/`
83
+
84
+ ---
85
+
86
+ ## 4. Comparisons
87
+
88
+ **Pattern**: "[X] vs [Y]" or "[X] alternative"
89
+ **Example searches**: "webflow vs wordpress", "notion vs coda", "figma alternatives"
90
+
91
+ **What it is**: Head-to-head comparisons between products, tools, or options.
92
+
93
+ **Why it works**:
94
+ - High purchase intent
95
+ - Clear search pattern
96
+ - Scales with number of competitors
97
+
98
+ **Value requirements**:
99
+ - Honest, balanced analysis
100
+ - Actual feature comparison data
101
+ - Clear recommendation by use case
102
+ - Updated when products change
103
+
104
+ **URL structure**: `/compare/[x]-vs-[y]/` or `/[x]-vs-[y]/`
105
+
106
+ *See also: competitor-alternatives skill for detailed frameworks*
107
+
108
+ ---
109
+
110
+ ## 5. Examples
111
+
112
+ **Pattern**: "[type] examples" or "[category] inspiration"
113
+ **Example searches**: "saas landing page examples", "email subject line examples", "portfolio website examples"
114
+
115
+ **What it is**: Galleries or collections of real-world examples for inspiration.
116
+
117
+ **Why it works**:
118
+ - Research phase traffic
119
+ - Highly shareable
120
+ - Natural for design/creative tools
121
+
122
+ **Value requirements**:
123
+ - Real, high-quality examples
124
+ - Screenshots or embeds
125
+ - Categorization/filtering
126
+ - Analysis of why they work
127
+
128
+ **URL structure**: `/examples/[type]/` or `/[type]-examples/`
129
+
130
+ ---
131
+
132
+ ## 6. Locations
133
+
134
+ **Pattern**: "[service/thing] in [location]"
135
+ **Example searches**: "coworking spaces in san diego", "dentists in austin", "best restaurants in brooklyn"
136
+
137
+ **What it is**: Location-specific pages for services, businesses, or information.
138
+
139
+ **Why it works**:
140
+ - Local intent is massive
141
+ - Scales with geography
142
+ - Natural for marketplaces/directories
143
+
144
+ **Value requirements**:
145
+ - Actual local data (not just city name swapped)
146
+ - Local providers/options listed
147
+ - Location-specific insights (pricing, regulations)
148
+ - Map integration helpful
149
+
150
+ **URL structure**: `/[service]/[city]/` or `/locations/[city]/[service]/`
151
+
152
+ ---
153
+
154
+ ## 7. Personas
155
+
156
+ **Pattern**: "[product] for [audience]" or "[solution] for [role/industry]"
157
+ **Example searches**: "payroll software for agencies", "crm for real estate", "project management for freelancers"
158
+
159
+ **What it is**: Tailored landing pages addressing specific audience segments.
160
+
161
+ **Why it works**:
162
+ - Speaks directly to searcher's context
163
+ - Higher conversion than generic pages
164
+ - Scales with personas
165
+
166
+ **Value requirements**:
167
+ - Genuine persona-specific content
168
+ - Relevant features highlighted
169
+ - Testimonials from that segment
170
+ - Use cases specific to audience
171
+
172
+ **URL structure**: `/for/[persona]/` or `/solutions/[industry]/`
173
+
174
+ ---
175
+
176
+ ## 8. Integrations
177
+
178
+ **Pattern**: "[your product] [other product] integration" or "[product] + [product]"
179
+ **Example searches**: "slack asana integration", "zapier airtable", "hubspot salesforce sync"
180
+
181
+ **What it is**: Pages explaining how your product works with other tools.
182
+
183
+ **Why it works**:
184
+ - Captures users of other products
185
+ - High intent (they want the solution)
186
+ - Scales with integration ecosystem
187
+
188
+ **Value requirements**:
189
+ - Real integration details
190
+ - Setup instructions
191
+ - Use cases for the combination
192
+ - Working integration (not vaporware)
193
+
194
+ **URL structure**: `/integrations/[product]/` or `/connect/[product]/`
195
+
196
+ ---
197
+
198
+ ## 9. Glossary
199
+
200
+ **Pattern**: "what is [term]" or "[term] definition" or "[term] meaning"
201
+ **Example searches**: "what is pSEO", "api definition", "what does crm stand for"
202
+
203
+ **What it is**: Educational definitions of industry terms and concepts.
204
+
205
+ **Why it works**:
206
+ - Top-of-funnel awareness
207
+ - Establishes expertise
208
+ - Natural internal linking opportunities
209
+
210
+ **Value requirements**:
211
+ - Clear, accurate definitions
212
+ - Examples and context
213
+ - Related terms linked
214
+ - More depth than a dictionary
215
+
216
+ **URL structure**: `/glossary/[term]/` or `/learn/[term]/`
217
+
218
+ ---
219
+
220
+ ## 10. Translations
221
+
222
+ **Pattern**: Same content in multiple languages
223
+ **Example searches**: "qué es pSEO", "was ist SEO", "マーケティングとは"
224
+
225
+ **What it is**: Your content translated and localized for other language markets.
226
+
227
+ **Why it works**:
228
+ - Opens entirely new markets
229
+ - Lower competition in many languages
230
+ - Multiplies your content reach
231
+
232
+ **Value requirements**:
233
+ - Quality translation (not just Google Translate)
234
+ - Cultural localization
235
+ - hreflang tags properly implemented
236
+ - Native speaker review
237
+
238
+ **URL structure**: `/[lang]/[page]/` or `yoursite.com/es/`, `/de/`, etc.
239
+
240
+ ---
241
+
242
+ ## 11. Directory
243
+
244
+ **Pattern**: "[category] tools" or "[type] software" or "[category] companies"
245
+ **Example searches**: "ai copywriting tools", "email marketing software", "crm companies"
246
+
247
+ **What it is**: Comprehensive directories listing options in a category.
248
+
249
+ **Why it works**:
250
+ - Research phase capture
251
+ - Link building magnet
252
+ - Natural for aggregators/reviewers
253
+
254
+ **Value requirements**:
255
+ - Comprehensive coverage
256
+ - Useful filtering/sorting
257
+ - Details per listing (not just names)
258
+ - Regular updates
259
+
260
+ **URL structure**: `/directory/[category]/` or `/[category]-directory/`
261
+
262
+ ---
263
+
264
+ ## 12. Profiles
265
+
266
+ **Pattern**: "[person/company name]" or "[entity] + [attribute]"
267
+ **Example searches**: "stripe ceo", "airbnb founding story", "elon musk companies"
268
+
269
+ **What it is**: Profile pages about notable people, companies, or entities.
270
+
271
+ **Why it works**:
272
+ - Informational intent traffic
273
+ - Builds topical authority
274
+ - Natural for B2B, news, research
275
+
276
+ **Value requirements**:
277
+ - Accurate, sourced information
278
+ - Regularly updated
279
+ - Unique insights or aggregation
280
+ - Not just Wikipedia rehash
281
+
282
+ **URL structure**: `/people/[name]/` or `/companies/[name]/`
283
+
284
+ ---
285
+
286
+ ## Choosing Your Playbook
287
+
288
+ ### Match to Your Assets
289
+
290
+ | If you have... | Consider... |
291
+ |----------------|-------------|
292
+ | Proprietary data | Stats, Directories, Profiles |
293
+ | Product with integrations | Integrations |
294
+ | Design/creative product | Templates, Examples |
295
+ | Multi-segment audience | Personas |
296
+ | Local presence | Locations |
297
+ | Tool or utility product | Conversions |
298
+ | Content/expertise | Glossary, Curation |
299
+ | International potential | Translations |
300
+ | Competitor landscape | Comparisons |
301
+
302
+ ### Combine Playbooks
303
+
304
+ You can layer multiple playbooks:
305
+ - **Locations + Personas**: "Marketing agencies for startups in Austin"
306
+ - **Curation + Locations**: "Best coworking spaces in San Diego"
307
+ - **Integrations + Personas**: "Slack for sales teams"
308
+ - **Glossary + Translations**: Multi-language educational content