arkaos 4.26.0 → 4.27.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 (394) hide show
  1. package/README.md +7 -5
  2. package/THE-ARKAOS-GUIDE.md +7 -7
  3. package/VERSION +1 -1
  4. package/arka/SKILL.md +1 -1
  5. package/arka/skills/human-writing/SKILL.md +68 -0
  6. package/arka/skills/human-writing/references/checklist.md +66 -0
  7. package/arka/skills/human-writing/references/content-refresh.md +38 -0
  8. package/arka/skills/human-writing/references/plain-english-alternatives.md +394 -0
  9. package/config/claude-agents/lifecycle-marketer.md +50 -0
  10. package/config/claude-agents/pr-partnerships.md +50 -0
  11. package/config/claude-agents/product-marketer.md +50 -0
  12. package/config/evals/community.yaml +137 -0
  13. package/config/evals/content.yaml +298 -0
  14. package/config/evals/landing.yaml +927 -0
  15. package/config/evals/marketing.yaml +3762 -0
  16. package/config/evals/saas.yaml +616 -0
  17. package/config/evals/sales.yaml +437 -0
  18. package/config/skills-curated.yaml +2 -2
  19. package/config/skills-provenance.yaml +194 -21
  20. package/core/registry/generator.py +7 -0
  21. package/departments/community/SKILL.md +1 -0
  22. package/departments/community/skills/community-marketing/SKILL.md +200 -0
  23. package/departments/content/SKILL.md +1 -0
  24. package/departments/content/skills/image-create/SKILL.md +375 -0
  25. package/departments/content/skills/image-create/references/ai-image-prompting.md +229 -0
  26. package/departments/content/skills/video-produce/SKILL.md +220 -0
  27. package/departments/content/skills/video-produce/references/ai-video-prompting.md +175 -0
  28. package/departments/content/skills/video-produce/references/edit-anatomy.md +84 -0
  29. package/departments/landing/SKILL.md +3 -0
  30. package/departments/landing/skills/affiliate-bridge/SKILL.md +291 -5
  31. package/departments/landing/skills/affiliate-bridge/references/affiliate-programs.md +167 -0
  32. package/departments/landing/skills/affiliate-bridge/references/program-examples.md +143 -0
  33. package/departments/landing/skills/copy-framework/SKILL.md +241 -0
  34. package/departments/landing/skills/copy-framework/references/copy-frameworks.md +344 -0
  35. package/departments/landing/skills/copy-framework/references/natural-transitions.md +272 -0
  36. package/departments/landing/skills/lead-magnet/SKILL.md +337 -0
  37. package/departments/landing/skills/lead-magnet/references/benchmarks.md +129 -0
  38. package/departments/landing/skills/lead-magnet/references/format-guide.md +196 -0
  39. package/departments/landing/skills/offer-create/SKILL.md +105 -8
  40. package/departments/landing/skills/offer-create/references/bonus-stacking.md +150 -0
  41. package/departments/landing/skills/offer-create/references/examples.md +215 -0
  42. package/departments/landing/skills/offer-create/references/guarantee-design.md +172 -0
  43. package/departments/landing/skills/offer-create/references/offer-anatomy.md +203 -0
  44. package/departments/landing/skills/offer-create/references/offer-formats.md +240 -0
  45. package/departments/landing/skills/offer-create/references/scarcity-urgency.md +175 -0
  46. package/departments/landing/skills/offer-create/references/value-equation.md +134 -0
  47. package/departments/landing/skills/optimize-page/SKILL.md +185 -4
  48. package/departments/landing/skills/optimize-page/references/experiments.md +248 -0
  49. package/departments/landing/skills/optimize-page/references/form.md +422 -0
  50. package/departments/landing/skills/page-architect/SKILL.md +373 -5
  51. package/departments/landing/skills/page-architect/references/mermaid-templates.md +216 -0
  52. package/departments/landing/skills/page-architect/references/navigation-patterns.md +305 -0
  53. package/departments/landing/skills/page-architect/references/site-type-templates.md +293 -0
  54. package/departments/landing/skills/popup-design/SKILL.md +481 -0
  55. package/departments/landing/skills/signup-optimize/SKILL.md +385 -0
  56. package/departments/marketing/SKILL.md +22 -1
  57. package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +74 -0
  58. package/departments/marketing/agents/growth-marketing/pr-partnerships.yaml +74 -0
  59. package/departments/marketing/agents/growth-marketing/product-marketer.yaml +78 -0
  60. package/departments/marketing/agents/marketing-director.yaml +1 -0
  61. package/departments/marketing/skills/ab-test/SKILL.md +322 -3
  62. package/departments/marketing/skills/ab-test/references/sample-size-guide.md +263 -0
  63. package/departments/marketing/skills/ab-test/references/test-templates.md +277 -0
  64. package/departments/marketing/skills/ad-creative/SKILL.md +451 -0
  65. package/departments/marketing/skills/ad-creative/references/creative-review-page.md +106 -0
  66. package/departments/marketing/skills/ad-creative/references/creative-roadmap.md +118 -0
  67. package/departments/marketing/skills/ad-creative/references/generative-tools.md +637 -0
  68. package/departments/marketing/skills/ad-creative/references/hook-system.md +115 -0
  69. package/departments/marketing/skills/ad-creative/references/imessage-video-ads.md +201 -0
  70. package/departments/marketing/skills/ad-creative/references/motion-video-ads.md +126 -0
  71. package/departments/marketing/skills/ad-creative/references/platform-specs.md +213 -0
  72. package/departments/marketing/skills/ad-creative/references/static-ad-templates.md +200 -0
  73. package/departments/marketing/skills/ai-seo/SKILL.md +520 -0
  74. package/departments/marketing/skills/ai-seo/references/citations-vs-recommendations.md +85 -0
  75. package/departments/marketing/skills/ai-seo/references/content-patterns.md +287 -0
  76. package/departments/marketing/skills/ai-seo/references/content-types.md +71 -0
  77. package/departments/marketing/skills/ai-seo/references/okf.md +104 -0
  78. package/departments/marketing/skills/ai-seo/references/platform-ranking-factors.md +154 -0
  79. package/departments/marketing/skills/analytics-report/SKILL.md +310 -1
  80. package/departments/marketing/skills/analytics-report/references/event-library.md +260 -0
  81. package/departments/marketing/skills/analytics-report/references/ga4-implementation.md +300 -0
  82. package/departments/marketing/skills/analytics-report/references/gtm-implementation.md +390 -0
  83. package/departments/marketing/skills/aso/SKILL.md +336 -0
  84. package/departments/marketing/skills/aso/references/apple-specs.md +107 -0
  85. package/departments/marketing/skills/aso/references/benchmarks.md +129 -0
  86. package/departments/marketing/skills/aso/references/google-play-specs.md +131 -0
  87. package/departments/marketing/skills/aso/references/report-template.md +213 -0
  88. package/departments/marketing/skills/aso/references/scoring-criteria.md +213 -0
  89. package/departments/marketing/skills/co-marketing/SKILL.md +316 -0
  90. package/departments/marketing/skills/cold-email/SKILL.md +80 -0
  91. package/departments/marketing/skills/cold-email/references/benchmarks.md +83 -0
  92. package/departments/marketing/skills/cold-email/references/follow-up-sequences.md +81 -0
  93. package/departments/marketing/skills/cold-email/references/frameworks.md +90 -0
  94. package/departments/marketing/skills/cold-email/references/personalization.md +79 -0
  95. package/departments/marketing/skills/cold-email/references/subject-lines.md +53 -0
  96. package/departments/marketing/skills/competitor-analysis/SKILL.md +262 -5
  97. package/departments/marketing/skills/competitor-analysis/references/content-architecture.md +271 -0
  98. package/departments/marketing/skills/competitor-analysis/references/templates.md +223 -0
  99. package/departments/marketing/skills/competitor-profile/SKILL.md +447 -0
  100. package/departments/marketing/skills/competitor-profile/references/templates.md +167 -0
  101. package/departments/marketing/skills/competitor-profile/references/tool-reference.md +179 -0
  102. package/departments/marketing/skills/content-strategy/SKILL.md +398 -0
  103. package/departments/marketing/skills/content-strategy/references/headless-cms.md +194 -0
  104. package/departments/marketing/skills/council/SKILL.md +185 -0
  105. package/departments/marketing/skills/council/references/advisor-template.md +51 -0
  106. package/departments/marketing/skills/council/references/advisors/alex-hormozi.md +43 -0
  107. package/departments/marketing/skills/council/references/advisors/ann-handley.md +43 -0
  108. package/departments/marketing/skills/council/references/advisors/april-dunford.md +41 -0
  109. package/departments/marketing/skills/council/references/advisors/byron-sharp.md +43 -0
  110. package/departments/marketing/skills/council/references/advisors/claude-hopkins.md +42 -0
  111. package/departments/marketing/skills/council/references/advisors/david-ogilvy.md +42 -0
  112. package/departments/marketing/skills/council/references/advisors/eugene-schwartz.md +42 -0
  113. package/departments/marketing/skills/council/references/advisors/gary-halbert.md +43 -0
  114. package/departments/marketing/skills/council/references/advisors/gary-vaynerchuk.md +43 -0
  115. package/departments/marketing/skills/council/references/advisors/rory-sutherland.md +42 -0
  116. package/departments/marketing/skills/council/references/advisors/russell-brunson.md +43 -0
  117. package/departments/marketing/skills/council/references/advisors/seth-godin.md +43 -0
  118. package/departments/marketing/skills/customer-research/SKILL.md +318 -0
  119. package/departments/marketing/skills/customer-research/references/source-guides.md +401 -0
  120. package/departments/marketing/skills/directory-submit/SKILL.md +409 -0
  121. package/departments/marketing/skills/directory-submit/references/directory-list.md +477 -0
  122. package/departments/marketing/skills/directory-submit/references/positioning-variations.md +232 -0
  123. package/departments/marketing/skills/directory-submit/references/submission-tracker-template.csv +266 -0
  124. package/departments/marketing/skills/email-sequence/SKILL.md +309 -2
  125. package/departments/marketing/skills/email-sequence/references/copy-guidelines.md +113 -0
  126. package/departments/marketing/skills/email-sequence/references/email-types.md +515 -0
  127. package/departments/marketing/skills/email-sequence/references/sequence-templates.md +168 -0
  128. package/departments/marketing/skills/free-tools/SKILL.md +203 -0
  129. package/departments/marketing/skills/free-tools/references/tool-types.md +217 -0
  130. package/departments/marketing/skills/marketing-ideas/SKILL.md +191 -0
  131. package/departments/marketing/skills/marketing-ideas/references/ideas-by-category.md +366 -0
  132. package/departments/marketing/skills/marketing-loops/SKILL.md +136 -0
  133. package/departments/marketing/skills/marketing-loops/references/loop-catalog.md +687 -0
  134. package/departments/marketing/skills/marketing-loops/references/loop-guardrails.md +73 -0
  135. package/departments/marketing/skills/marketing-loops/references/loop-orchestration.md +69 -0
  136. package/departments/marketing/skills/marketing-loops/references/loop-state.md +67 -0
  137. package/departments/marketing/skills/marketing-loops/references/loop-template.md +79 -0
  138. package/departments/marketing/skills/marketing-plan/SKILL.md +302 -0
  139. package/departments/marketing/skills/marketing-plan/references/aarrr-framework.md +180 -0
  140. package/departments/marketing/skills/marketing-plan/references/budget-planning.md +168 -0
  141. package/departments/marketing/skills/marketing-plan/references/client-types.md +373 -0
  142. package/departments/marketing/skills/marketing-plan/references/current-state-rubric.md +255 -0
  143. package/departments/marketing/skills/marketing-plan/references/example-quietude.md +972 -0
  144. package/departments/marketing/skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  145. package/departments/marketing/skills/marketing-plan/references/growth-patterns.md +148 -0
  146. package/departments/marketing/skills/marketing-plan/references/idea-cross-reference.md +265 -0
  147. package/departments/marketing/skills/marketing-plan/references/measurement-framework.md +213 -0
  148. package/departments/marketing/skills/marketing-plan/references/methodology.md +363 -0
  149. package/departments/marketing/skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  150. package/departments/marketing/skills/marketing-plan/references/plan-template.md +494 -0
  151. package/departments/marketing/skills/marketing-plan/references/team-and-agency-model.md +278 -0
  152. package/departments/marketing/skills/marketing-psychology/SKILL.md +479 -0
  153. package/departments/marketing/skills/paid-campaign/SKILL.md +452 -3
  154. package/departments/marketing/skills/paid-campaign/references/abm-playbook.md +93 -0
  155. package/departments/marketing/skills/paid-campaign/references/ad-copy-templates.md +207 -0
  156. package/departments/marketing/skills/paid-campaign/references/audience-targeting.md +243 -0
  157. package/departments/marketing/skills/paid-campaign/references/b2b-paid-playbook.md +115 -0
  158. package/departments/marketing/skills/paid-campaign/references/conversion-tracking.md +361 -0
  159. package/departments/marketing/skills/paid-campaign/references/google-search-playbook.md +120 -0
  160. package/departments/marketing/skills/paid-campaign/references/linkedin-b2b-playbook.md +107 -0
  161. package/departments/marketing/skills/paid-campaign/references/meta-decision-system.md +143 -0
  162. package/departments/marketing/skills/paid-campaign/references/platform-setup-checklists.md +277 -0
  163. package/departments/marketing/skills/paid-campaign/references/rsa-output-spec.md +88 -0
  164. package/departments/marketing/skills/product-marketing/SKILL.md +141 -0
  165. package/departments/marketing/skills/programmatic-seo/SKILL.md +74 -3
  166. package/departments/marketing/skills/programmatic-seo/references/playbooks.md +308 -0
  167. package/departments/marketing/skills/public-relations/SKILL.md +167 -0
  168. package/departments/marketing/skills/public-relations/references/journalist-pitching.md +368 -0
  169. package/departments/marketing/skills/public-relations/references/media-outlets.md +207 -0
  170. package/departments/marketing/skills/public-relations/references/newsjacking.md +218 -0
  171. package/departments/marketing/skills/public-relations/references/press-platforms.md +188 -0
  172. package/departments/marketing/skills/schema-markup/SKILL.md +203 -0
  173. package/departments/marketing/skills/schema-markup/references/schema-examples.md +398 -0
  174. package/departments/marketing/skills/seo-audit/SKILL.md +470 -1
  175. package/departments/marketing/skills/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/departments/marketing/skills/seo-audit/references/international-seo.md +230 -0
  177. package/departments/marketing/skills/sms-campaign/SKILL.md +363 -0
  178. package/departments/marketing/skills/sms-campaign/references/compliance.md +202 -0
  179. package/departments/marketing/skills/sms-campaign/references/platforms.md +318 -0
  180. package/departments/marketing/skills/sms-campaign/references/sequence-templates.md +282 -0
  181. package/departments/marketing/skills/social-strategy/SKILL.md +414 -3
  182. package/departments/marketing/skills/social-strategy/references/carousel-frameworks.md +141 -0
  183. package/departments/marketing/skills/social-strategy/references/listening-sources-template.md +123 -0
  184. package/departments/marketing/skills/social-strategy/references/listening.md +283 -0
  185. package/departments/marketing/skills/social-strategy/references/platform-limits.md +110 -0
  186. package/departments/marketing/skills/social-strategy/references/platforms.md +170 -0
  187. package/departments/marketing/skills/social-strategy/references/post-templates.md +179 -0
  188. package/departments/marketing/skills/social-strategy/references/reverse-engineering.md +195 -0
  189. package/departments/marketing/skills/social-strategy/references/short-form-video.md +237 -0
  190. package/departments/marketing/squad.yaml +10 -1
  191. package/departments/marketing/tools/LICENSE +21 -0
  192. package/departments/marketing/tools/REGISTRY.md +590 -0
  193. package/departments/marketing/tools/clis/README.md +198 -0
  194. package/departments/marketing/tools/clis/activecampaign.js +435 -0
  195. package/departments/marketing/tools/clis/adobe-analytics.js +161 -0
  196. package/departments/marketing/tools/clis/ahrefs.js +192 -0
  197. package/departments/marketing/tools/clis/airops.js +163 -0
  198. package/departments/marketing/tools/clis/amplitude.js +182 -0
  199. package/departments/marketing/tools/clis/apollo.js +142 -0
  200. package/departments/marketing/tools/clis/beehiiv.js +245 -0
  201. package/departments/marketing/tools/clis/brevo.js +368 -0
  202. package/departments/marketing/tools/clis/buffer.js +260 -0
  203. package/departments/marketing/tools/clis/calendly.js +253 -0
  204. package/departments/marketing/tools/clis/clay.js +159 -0
  205. package/departments/marketing/tools/clis/clearbit.js +163 -0
  206. package/departments/marketing/tools/clis/close.js +232 -0
  207. package/departments/marketing/tools/clis/coupler.js +173 -0
  208. package/departments/marketing/tools/clis/crossbeam.js +193 -0
  209. package/departments/marketing/tools/clis/customer-io.js +205 -0
  210. package/departments/marketing/tools/clis/dataforseo.js +257 -0
  211. package/departments/marketing/tools/clis/demio.js +149 -0
  212. package/departments/marketing/tools/clis/dub.js +158 -0
  213. package/departments/marketing/tools/clis/exa.js +147 -0
  214. package/departments/marketing/tools/clis/g2.js +186 -0
  215. package/departments/marketing/tools/clis/ga4.js +194 -0
  216. package/departments/marketing/tools/clis/github-prospects.js +257 -0
  217. package/departments/marketing/tools/clis/google-ads.js +189 -0
  218. package/departments/marketing/tools/clis/google-search-console.js +166 -0
  219. package/departments/marketing/tools/clis/hotjar.js +167 -0
  220. package/departments/marketing/tools/clis/hunter.js +249 -0
  221. package/departments/marketing/tools/clis/instantly.js +270 -0
  222. package/departments/marketing/tools/clis/intercom.js +399 -0
  223. package/departments/marketing/tools/clis/keywords-everywhere.js +185 -0
  224. package/departments/marketing/tools/clis/kit.js +232 -0
  225. package/departments/marketing/tools/clis/klaviyo.js +348 -0
  226. package/departments/marketing/tools/clis/lemlist.js +221 -0
  227. package/departments/marketing/tools/clis/linkedin-ads.js +185 -0
  228. package/departments/marketing/tools/clis/livestorm.js +292 -0
  229. package/departments/marketing/tools/clis/mailchimp.js +220 -0
  230. package/departments/marketing/tools/clis/mention-me.js +161 -0
  231. package/departments/marketing/tools/clis/meta-ads.js +181 -0
  232. package/departments/marketing/tools/clis/mixpanel.js +248 -0
  233. package/departments/marketing/tools/clis/onesignal.js +241 -0
  234. package/departments/marketing/tools/clis/optimizely.js +233 -0
  235. package/departments/marketing/tools/clis/outreach.js +213 -0
  236. package/departments/marketing/tools/clis/paddle.js +385 -0
  237. package/departments/marketing/tools/clis/partnerstack.js +382 -0
  238. package/departments/marketing/tools/clis/pendo.js +221 -0
  239. package/departments/marketing/tools/clis/plausible.js +249 -0
  240. package/departments/marketing/tools/clis/postmark.js +375 -0
  241. package/departments/marketing/tools/clis/rankparse.js +196 -0
  242. package/departments/marketing/tools/clis/resend.js +370 -0
  243. package/departments/marketing/tools/clis/rewardful.js +160 -0
  244. package/departments/marketing/tools/clis/savvycal.js +223 -0
  245. package/departments/marketing/tools/clis/segment.js +192 -0
  246. package/departments/marketing/tools/clis/semrush.js +207 -0
  247. package/departments/marketing/tools/clis/sendgrid.js +211 -0
  248. package/departments/marketing/tools/clis/similarweb.js +214 -0
  249. package/departments/marketing/tools/clis/snov.js +237 -0
  250. package/departments/marketing/tools/clis/supermetrics.js +169 -0
  251. package/departments/marketing/tools/clis/tiktok-ads.js +190 -0
  252. package/departments/marketing/tools/clis/tolt.js +153 -0
  253. package/departments/marketing/tools/clis/trustpilot.js +276 -0
  254. package/departments/marketing/tools/clis/typeform.js +269 -0
  255. package/departments/marketing/tools/clis/wistia.js +301 -0
  256. package/departments/marketing/tools/clis/zapier.js +165 -0
  257. package/departments/marketing/tools/clis/zoominfo.js +223 -0
  258. package/departments/marketing/tools/composio/README.md +105 -0
  259. package/departments/marketing/tools/composio/marketing-tools.md +91 -0
  260. package/departments/marketing/tools/integrations/activecampaign.md +337 -0
  261. package/departments/marketing/tools/integrations/adobe-analytics.md +156 -0
  262. package/departments/marketing/tools/integrations/ahrefs.md +142 -0
  263. package/departments/marketing/tools/integrations/airops.md +128 -0
  264. package/departments/marketing/tools/integrations/amplitude.md +135 -0
  265. package/departments/marketing/tools/integrations/apollo.md +148 -0
  266. package/departments/marketing/tools/integrations/attentive.md +152 -0
  267. package/departments/marketing/tools/integrations/audiencetap.md +125 -0
  268. package/departments/marketing/tools/integrations/beehiiv.md +157 -0
  269. package/departments/marketing/tools/integrations/brevo.md +268 -0
  270. package/departments/marketing/tools/integrations/browserbase.md +111 -0
  271. package/departments/marketing/tools/integrations/buffer.md +138 -0
  272. package/departments/marketing/tools/integrations/calendly.md +161 -0
  273. package/departments/marketing/tools/integrations/clay.md +149 -0
  274. package/departments/marketing/tools/integrations/clearbit.md +142 -0
  275. package/departments/marketing/tools/integrations/close.md +191 -0
  276. package/departments/marketing/tools/integrations/cogny.md +153 -0
  277. package/departments/marketing/tools/integrations/composio.md +190 -0
  278. package/departments/marketing/tools/integrations/contentful.md +160 -0
  279. package/departments/marketing/tools/integrations/coupler.md +142 -0
  280. package/departments/marketing/tools/integrations/crossbeam.md +137 -0
  281. package/departments/marketing/tools/integrations/customer-io.md +187 -0
  282. package/departments/marketing/tools/integrations/dataforseo.md +165 -0
  283. package/departments/marketing/tools/integrations/demio.md +182 -0
  284. package/departments/marketing/tools/integrations/dub-co.md +160 -0
  285. package/departments/marketing/tools/integrations/exa.md +145 -0
  286. package/departments/marketing/tools/integrations/firecrawl.md +144 -0
  287. package/departments/marketing/tools/integrations/firehose.md +159 -0
  288. package/departments/marketing/tools/integrations/g2.md +179 -0
  289. package/departments/marketing/tools/integrations/ga4.md +126 -0
  290. package/departments/marketing/tools/integrations/github.md +182 -0
  291. package/departments/marketing/tools/integrations/gong.md +144 -0
  292. package/departments/marketing/tools/integrations/google-ads.md +159 -0
  293. package/departments/marketing/tools/integrations/google-search-console.md +147 -0
  294. package/departments/marketing/tools/integrations/heygen.md +126 -0
  295. package/departments/marketing/tools/integrations/hotjar.md +147 -0
  296. package/departments/marketing/tools/integrations/hubspot.md +178 -0
  297. package/departments/marketing/tools/integrations/hunter.md +90 -0
  298. package/departments/marketing/tools/integrations/hyperframes.md +180 -0
  299. package/departments/marketing/tools/integrations/instantly.md +104 -0
  300. package/departments/marketing/tools/integrations/intercom.md +292 -0
  301. package/departments/marketing/tools/integrations/introw.md +182 -0
  302. package/departments/marketing/tools/integrations/keywords-everywhere.md +207 -0
  303. package/departments/marketing/tools/integrations/kit.md +167 -0
  304. package/departments/marketing/tools/integrations/klaviyo.md +228 -0
  305. package/departments/marketing/tools/integrations/lemlist.md +110 -0
  306. package/departments/marketing/tools/integrations/linkedin-ads.md +164 -0
  307. package/departments/marketing/tools/integrations/livestorm.md +313 -0
  308. package/departments/marketing/tools/integrations/mailchimp.md +150 -0
  309. package/departments/marketing/tools/integrations/mention-me.md +160 -0
  310. package/departments/marketing/tools/integrations/meta-ads.md +147 -0
  311. package/departments/marketing/tools/integrations/mixpanel.md +137 -0
  312. package/departments/marketing/tools/integrations/nitrosend.md +113 -0
  313. package/departments/marketing/tools/integrations/onesignal.md +229 -0
  314. package/departments/marketing/tools/integrations/optimizely.md +171 -0
  315. package/departments/marketing/tools/integrations/outreach.md +172 -0
  316. package/departments/marketing/tools/integrations/paddle.md +212 -0
  317. package/departments/marketing/tools/integrations/partnerstack.md +222 -0
  318. package/departments/marketing/tools/integrations/pendo.md +208 -0
  319. package/departments/marketing/tools/integrations/plausible.md +177 -0
  320. package/departments/marketing/tools/integrations/plivo.md +140 -0
  321. package/departments/marketing/tools/integrations/posthog.md +151 -0
  322. package/departments/marketing/tools/integrations/postmark.md +234 -0
  323. package/departments/marketing/tools/integrations/postscript.md +126 -0
  324. package/departments/marketing/tools/integrations/rankparse.md +257 -0
  325. package/departments/marketing/tools/integrations/rb2b.md +110 -0
  326. package/departments/marketing/tools/integrations/resend.md +212 -0
  327. package/departments/marketing/tools/integrations/rewardful.md +147 -0
  328. package/departments/marketing/tools/integrations/salesforce.md +150 -0
  329. package/departments/marketing/tools/integrations/sanity.md +148 -0
  330. package/departments/marketing/tools/integrations/savvycal.md +181 -0
  331. package/departments/marketing/tools/integrations/segment.md +159 -0
  332. package/departments/marketing/tools/integrations/semrush.md +121 -0
  333. package/departments/marketing/tools/integrations/sendgrid.md +161 -0
  334. package/departments/marketing/tools/integrations/sequenzy.md +306 -0
  335. package/departments/marketing/tools/integrations/shopify.md +176 -0
  336. package/departments/marketing/tools/integrations/similarweb.md +150 -0
  337. package/departments/marketing/tools/integrations/snov.md +94 -0
  338. package/departments/marketing/tools/integrations/sparktoro.md +127 -0
  339. package/departments/marketing/tools/integrations/strapi.md +167 -0
  340. package/departments/marketing/tools/integrations/stripe.md +148 -0
  341. package/departments/marketing/tools/integrations/supermetrics.md +145 -0
  342. package/departments/marketing/tools/integrations/tiktok-ads.md +161 -0
  343. package/departments/marketing/tools/integrations/tolt.md +144 -0
  344. package/departments/marketing/tools/integrations/truelist.md +184 -0
  345. package/departments/marketing/tools/integrations/trustpilot.md +191 -0
  346. package/departments/marketing/tools/integrations/twilio.md +152 -0
  347. package/departments/marketing/tools/integrations/typeform.md +190 -0
  348. package/departments/marketing/tools/integrations/webflow.md +198 -0
  349. package/departments/marketing/tools/integrations/wistia.md +164 -0
  350. package/departments/marketing/tools/integrations/wordpress.md +175 -0
  351. package/departments/marketing/tools/integrations/zapier.md +244 -0
  352. package/departments/marketing/tools/integrations/zoominfo.md +191 -0
  353. package/departments/saas/SKILL.md +1 -0
  354. package/departments/saas/skills/churn-analysis/SKILL.md +421 -4
  355. package/departments/saas/skills/churn-analysis/references/cancel-flow-patterns.md +316 -0
  356. package/departments/saas/skills/churn-analysis/references/dunning-playbook.md +408 -0
  357. package/departments/saas/skills/launch-execute/SKILL.md +346 -4
  358. package/departments/saas/skills/onboarding-optimize/SKILL.md +218 -4
  359. package/departments/saas/skills/onboarding-optimize/references/experiments.md +258 -0
  360. package/departments/saas/skills/paywall-design/SKILL.md +256 -0
  361. package/departments/saas/skills/paywall-design/references/experiments.md +164 -0
  362. package/departments/saas/skills/pricing-strategy/SKILL.md +224 -0
  363. package/departments/saas/skills/pricing-strategy/references/research-methods.md +152 -0
  364. package/departments/saas/skills/pricing-strategy/references/tier-structure.md +232 -0
  365. package/departments/sales/SKILL.md +3 -0
  366. package/departments/sales/skills/prospecting/SKILL.md +297 -0
  367. package/departments/sales/skills/prospecting/references/b2b-prospecting.md +106 -0
  368. package/departments/sales/skills/prospecting/references/compliance.md +123 -0
  369. package/departments/sales/skills/prospecting/references/data-sources.md +287 -0
  370. package/departments/sales/skills/prospecting/references/demand-signals.md +129 -0
  371. package/departments/sales/skills/prospecting/references/local-prospecting.md +165 -0
  372. package/departments/sales/skills/prospecting/references/saas-prospecting.md +123 -0
  373. package/departments/sales/skills/revops/SKILL.md +379 -0
  374. package/departments/sales/skills/revops/references/automation-playbooks.md +290 -0
  375. package/departments/sales/skills/revops/references/lifecycle-definitions.md +278 -0
  376. package/departments/sales/skills/revops/references/routing-rules.md +203 -0
  377. package/departments/sales/skills/revops/references/scoring-models.md +247 -0
  378. package/departments/sales/skills/sales-enablement/SKILL.md +396 -0
  379. package/departments/sales/skills/sales-enablement/references/deck-frameworks.md +263 -0
  380. package/departments/sales/skills/sales-enablement/references/demo-scripts.md +355 -0
  381. package/departments/sales/skills/sales-enablement/references/objection-library.md +270 -0
  382. package/departments/sales/skills/sales-enablement/references/one-pager-templates.md +208 -0
  383. package/harness/codex/AGENTS.md +8 -8
  384. package/harness/copilot/copilot-instructions.md +8 -8
  385. package/harness/cursor/rules/arkaos.mdc +9 -9
  386. package/harness/gemini/GEMINI.md +8 -8
  387. package/harness/opencode/AGENTS.md +8 -8
  388. package/harness/zed/.rules +8 -8
  389. package/knowledge/agents-registry-v2.json +161 -8
  390. package/knowledge/commands-registry.json +693 -99
  391. package/knowledge/skills-manifest.json +459 -20
  392. package/package.json +1 -1
  393. package/pyproject.toml +1 -1
  394. package/scripts/tools/evals_import.py +183 -0
@@ -0,0 +1,927 @@
1
+ # --- BEGIN imported (marketing-skills, MIT) — regenerated by scripts/tools/evals_import.py ---
2
+ - id: landing-copy-framework-01
3
+ department: landing
4
+ prompt: Write homepage copy for a SaaS tool that automates employee onboarding. Target audience
5
+ is HR directors at mid-size companies (200-2000 employees). Main differentiator is that
6
+ it integrates with all major HRIS systems and cuts onboarding time from 2 weeks to 2 days.
7
+ expected_properties:
8
+ - Checks for product-marketing.md
9
+ - Writes full page copy organized by section
10
+ - Includes Headline, Subheadline, and CTA above the fold
11
+ - Includes Social Proof, Problem/Pain, Solution/Benefits, How It Works sections
12
+ - Uses the '2 weeks to 2 days' specificity in copy
13
+ - CTAs are action-oriented, not generic
14
+ - Provides 2-3 headline alternatives with rationale
15
+ - Includes annotations explaining copy choices
16
+ - Includes meta content (SEO title and meta description)
17
+ rubric: 'Should check for product-marketing.md first. Should write full page copy organized
18
+ by section: Headline, Subheadline, CTA (above the fold), then Social Proof, Problem/Pain,
19
+ Solution/Benefits, How It Works, Objection Handling, and Final CTA. Should follow copywriting
20
+ principles: clarity over cleverness, benefits over features, specificity (use the ''2
21
+ weeks to 2 days'' stat), customer language. Headline should communicate core value proposition.
22
+ CTAs should be action-oriented (''Start Free Trial'' not ''Submit''). Should provide 2-3
23
+ headline alternatives with rationale. Should include annotations explaining key copy choices.
24
+ Should include meta content (SEO page title and meta description).'
25
+ tags:
26
+ - copy-framework
27
+ - imported
28
+ - id: landing-copy-framework-02
29
+ department: landing
30
+ prompt: 'Rewrite this headline: ''An Innovative AI-Powered Platform for Streamlined Business
31
+ Operations'' — it''s for a B2B SaaS tool that helps small businesses manage invoicing
32
+ and payments.'
33
+ expected_properties:
34
+ - Identifies jargon in original headline
35
+ - Identifies vagueness as a problem
36
+ - Identifies company language vs customer language issue
37
+ - Provides 2-3 alternative headlines
38
+ - Alternatives use headline formulas from the skill
39
+ - Each alternative includes rationale
40
+ - Suggests a subheadline
41
+ rubric: 'Should identify problems: jargon (''innovative,'' ''AI-powered,'' ''streamlined,''
42
+ ''business operations''), too vague, company language not customer language. Should apply
43
+ copywriting principles — specificity over vagueness, benefits over features, customer
44
+ language over company language. Should provide 2-3 alternative headlines using formulas
45
+ like ''{Achieve outcome} without {pain point}'' or ''The {category} for {audience}''.
46
+ Each alternative should include rationale. Should also suggest a subheadline that adds
47
+ specificity.'
48
+ tags:
49
+ - copy-framework
50
+ - imported
51
+ - id: landing-copy-framework-03
52
+ department: landing
53
+ prompt: 'i need copy for my pricing page. we have three plans: starter ($29/mo), pro ($79/mo),
54
+ business ($199/mo). it''s a social media scheduling tool for marketers'
55
+ expected_properties:
56
+ - Triggers on casual phrasing
57
+ - Applies Pricing Page guidance
58
+ - Addresses 'which plan is right for me' anxiety
59
+ - Makes recommended plan obvious
60
+ - Writes benefit-oriented feature copy, not just feature names
61
+ - Includes page headline
62
+ - CTAs are specific per plan
63
+ - Includes FAQ or objection handling copy
64
+ - Provides alternatives for key elements
65
+ rubric: 'Should trigger on the casual phrasing. Should ask or infer audience context. Should
66
+ apply Pricing Page guidance: help visitors choose the right plan, address ''which is right
67
+ for me?'' anxiety, make recommended plan obvious. Should write plan names, descriptions,
68
+ feature lists with benefit-oriented copy (not just feature names). Should include a page
69
+ headline that addresses the pricing decision. CTAs should be specific per plan. Should
70
+ handle objection handling (FAQ copy). Should provide alternatives for key elements.'
71
+ tags:
72
+ - copy-framework
73
+ - imported
74
+ - id: landing-copy-framework-04
75
+ department: landing
76
+ prompt: Write copy for our About page. We're a 3-person startup that built a developer tool
77
+ for database migrations. Founded because we kept losing data during migrations at our
78
+ last jobs. Tone should be professional but human.
79
+ expected_properties:
80
+ - Applies About Page guidance
81
+ - Tells the story of why the company exists
82
+ - Connects mission to customer benefit
83
+ - Includes a CTA
84
+ - Adapts tone to professional but human
85
+ - Uses the founder origin story
86
+ - Connects personal pain to customer pain
87
+ - Uses active voice
88
+ - Avoids corporate jargon
89
+ rubric: 'Should apply About Page guidance: tell the story of why you exist, connect mission
90
+ to customer benefit, still include a CTA. Should adapt voice and tone to ''professional
91
+ but human'' as specified. Should tell the founder origin story authentically. Should connect
92
+ the personal pain to the customer''s pain. Should include a CTA even on the About page.
93
+ Copy should follow style rules: active voice, confident, specific. Should NOT be overly
94
+ corporate or generic.'
95
+ tags:
96
+ - copy-framework
97
+ - imported
98
+ - id: landing-copy-framework-05
99
+ department: landing
100
+ prompt: Can you improve this CTA? We currently have 'Learn More' on our feature page for
101
+ our analytics dashboard product.
102
+ expected_properties:
103
+ - Identifies 'Learn More' as a weak CTA
104
+ - Applies the CTA formula from the skill
105
+ - Provides 2-3 strong alternatives
106
+ - Each alternative includes rationale
107
+ - Considers CTA hierarchy (primary vs secondary)
108
+ - Suggests complementary CTAs
109
+ rubric: 'Should immediately identify ''Learn More'' as a weak CTA per the guidelines. Should
110
+ apply the CTA formula: [Action Verb] + [What They Get] + [Qualifier]. Should provide 2-3
111
+ strong alternatives like ''See the Dashboard in Action,'' ''Start Your Free Trial,'' or
112
+ ''Explore Analytics Features.'' Each alternative should include rationale and context
113
+ for when it works best. Should also consider CTA hierarchy — whether this is a primary
114
+ or secondary CTA, and suggest complementary CTAs if relevant.'
115
+ tags:
116
+ - copy-framework
117
+ - imported
118
+ - id: landing-copy-framework-06
119
+ department: landing
120
+ prompt: Write me a 5-email welcome sequence for new trial users of our project management
121
+ tool.
122
+ expected_properties:
123
+ - Recognizes this as email sequence work
124
+ - References or defers to emails skill
125
+ - Does not attempt to write a full email sequence using page copywriting patterns
126
+ rubric: Should recognize this is an email copywriting task, not page copywriting. Should
127
+ defer to or cross-reference the emails skill, which specifically handles email sequences,
128
+ drip campaigns, and lifecycle emails. May provide brief general guidance but should make
129
+ clear that emails is the right skill for this task.
130
+ tags:
131
+ - copy-framework
132
+ - imported
133
+ - id: landing-copy-framework-07
134
+ department: landing
135
+ prompt: 'Review this copy and tell me what''s wrong: ''We are extremely excited to announce
136
+ our revolutionary, cutting-edge platform that will totally transform how businesses optimize
137
+ their workflows! Sign up now!!'''
138
+ expected_properties:
139
+ - Identifies exclamation point overuse
140
+ - Identifies marketing buzzwords without substance
141
+ - Identifies vague language
142
+ - Applies writing style rules
143
+ - Rewrites the copy following principles
144
+ - Provides alternatives
145
+ - Result is specific, clear, and jargon-free
146
+ rubric: 'Should apply the Quick Quality Check. Should identify: exclamation points (remove
147
+ them), marketing buzzwords without substance (''revolutionary,'' ''cutting-edge,'' ''totally
148
+ transform,'' ''optimize''), passive/weak constructions (''we are excited to announce''),
149
+ vague language (''workflows''). Should apply writing style rules: simple over complex,
150
+ specific over vague, confident over qualified, show over tell. Should rewrite the copy
151
+ following these principles. Should provide 2-3 alternatives.'
152
+ tags:
153
+ - copy-framework
154
+ - imported
155
+ - id: landing-optimize-page-01
156
+ department: landing
157
+ prompt: 'Here''s my SaaS landing page: https://example.com/product. We get about 5,000 visitors/month
158
+ from Google Ads but only 1.2% convert to free trial signups. Can you help me figure out
159
+ what''s wrong?'
160
+ expected_properties:
161
+ - Checks for product-marketing.md
162
+ - Identifies page type as landing page
163
+ - Identifies conversion goal as free trial signup
164
+ - Analyzes value proposition clarity
165
+ - Analyzes CTA placement and copy
166
+ - Notes message match between ads and landing page
167
+ - Output has Quick Wins section
168
+ - Output has High-Impact Changes section
169
+ - Output has Test Ideas section
170
+ - Provides 2-3 headline or CTA alternatives
171
+ rubric: 'Should check for product-marketing.md first. Should identify page type (landing
172
+ page) and conversion goal (free trial signup). Should analyze across the CRO framework
173
+ dimensions: value proposition clarity, headline effectiveness, CTA placement/copy/hierarchy,
174
+ visual hierarchy, trust signals, objection handling, and friction points. Should provide
175
+ recommendations organized as Quick Wins, High-Impact Changes, and Test Ideas. Should note
176
+ the message match issue between Google Ads and landing page. Should provide 2-3 headline
177
+ and CTA copy alternatives with rationale.'
178
+ tags:
179
+ - optimize-page
180
+ - imported
181
+ - id: landing-optimize-page-02
182
+ department: landing
183
+ prompt: Our pricing page has three tiers but nobody picks the middle one. 60% choose the
184
+ cheapest plan and 30% bounce entirely. What should we change?
185
+ expected_properties:
186
+ - Applies Pricing Page CRO framework
187
+ - Addresses recommended plan indication
188
+ - Addresses 'which plan is right for me' anxiety
189
+ - Analyzes middle tier differentiation
190
+ - Suggests specific experiments
191
+ - Output has Quick Wins section
192
+ - Output has High-Impact Changes section
193
+ - Output has Test Ideas section
194
+ rubric: Should apply the Pricing Page CRO framework. Should address plan comparison clarity,
195
+ recommended plan indication, and 'which plan is right for me?' anxiety. Should analyze
196
+ whether the middle tier's value proposition is differentiated enough. Should recommend
197
+ trust signals and social proof near pricing. Should suggest specific experiments like
198
+ changing plan names, adjusting feature differentiation, adding an annual toggle, or highlighting
199
+ the recommended plan visually. Output should include Quick Wins, High-Impact Changes,
200
+ and Test Ideas sections.
201
+ tags:
202
+ - optimize-page
203
+ - imported
204
+ - id: landing-optimize-page-03
205
+ department: landing
206
+ prompt: this page isn't converting. can you take a look? it's our homepage for a B2B project
207
+ management tool
208
+ expected_properties:
209
+ - Triggers on casual phrasing
210
+ - Identifies as Homepage CRO
211
+ - Asks about current conversion rate
212
+ - Asks about traffic sources
213
+ - Applies CRO Analysis Framework
214
+ - Addresses serving multiple audiences
215
+ - Addresses clear paths for different visitor intents
216
+ - Output has structured sections
217
+ rubric: 'Should trigger on the casual ''this page isn''t converting'' phrasing. Should identify
218
+ this as a Homepage CRO analysis. Should ask clarifying questions about current conversion
219
+ rate, traffic sources, and conversion goal. Should apply the full CRO Analysis Framework
220
+ starting with value proposition clarity. Should address the homepage-specific guidance:
221
+ serving multiple audiences, leading with broadest value prop, and providing clear paths
222
+ for different visitor intents. Should provide structured output with Quick Wins, High-Impact
223
+ Changes, Test Ideas, and Copy Alternatives.'
224
+ tags:
225
+ - optimize-page
226
+ - imported
227
+ - id: landing-optimize-page-04
228
+ department: landing
229
+ prompt: We have a blog that gets 20k organic visits/month but almost nobody clicks through
230
+ to our product. How do we get more conversions from blog readers?
231
+ expected_properties:
232
+ - Applies Blog Post CRO framework
233
+ - Recommends contextual CTAs matching content
234
+ - Recommends inline CTAs at natural stopping points
235
+ - Suggests specific CTA placements
236
+ - Suggests testing different CTA formats
237
+ - Cross-references copywriting or related skill
238
+ rubric: 'Should apply the Blog Post CRO framework. Should recommend contextual CTAs matching
239
+ content topics and inline CTAs at natural stopping points. Should analyze whether CTAs
240
+ are relevant to the content topic or generic. Should suggest specific CTA placements:
241
+ within content, end of post, sidebar, sticky bar. Should recommend testing different CTA
242
+ formats (inline text links, banner cards, exit-intent). Should cross-reference copywriting
243
+ skill for CTA copy improvement.'
244
+ tags:
245
+ - optimize-page
246
+ - imported
247
+ - id: landing-optimize-page-05
248
+ department: landing
249
+ prompt: We redesigned our landing page and conversions dropped from 4.2% to 2.8%. Here's
250
+ the new page. What went wrong?
251
+ expected_properties:
252
+ - Approaches as diagnostic audit
253
+ - Checks for lost trust signals
254
+ - Checks for weakened value proposition
255
+ - Checks for CTA hierarchy changes
256
+ - Checks for added friction
257
+ - Checks for broken message match with traffic sources
258
+ - Provides fixes organized by impact
259
+ - Recommends reverting high-risk changes
260
+ rubric: 'Should approach this as a diagnostic CRO audit focused on what changed. Should
261
+ systematically compare against the CRO framework dimensions to identify likely regression
262
+ causes. Should check for common redesign mistakes: losing trust signals, weaker value
263
+ proposition clarity, CTA hierarchy changes, added friction, broken message match with
264
+ traffic sources. Should provide specific fixes organized by likely impact. Should recommend
265
+ reverting high-risk changes while testing others.'
266
+ tags:
267
+ - optimize-page
268
+ - imported
269
+ - id: landing-optimize-page-06
270
+ department: landing
271
+ prompt: Our signup form has too many fields and people keep abandoning it halfway through.
272
+ Can you help optimize it?
273
+ expected_properties:
274
+ - Recognizes this as signup flow optimization
275
+ - References or defers to signup skill
276
+ - Does not attempt full cro analysis on a form
277
+ rubric: Should recognize this is about signup form optimization, not general page CRO. Should
278
+ defer to or cross-reference the signup skill, which specifically handles signup, registration,
279
+ and account creation flows. May provide some general friction reduction advice but should
280
+ make clear that signup is the right skill for this task.
281
+ tags:
282
+ - optimize-page
283
+ - imported
284
+ - id: landing-optimize-page-07
285
+ department: landing
286
+ prompt: Review this feature page for our API monitoring tool. Most traffic comes from organic
287
+ search for 'API monitoring tools'. We want them to start a free trial.
288
+ expected_properties:
289
+ - Applies Feature Page CRO framework
290
+ - Connects features to benefits
291
+ - Suggests use cases and examples
292
+ - Provides clear path to try/buy
293
+ - Notes organic traffic source and search intent match
294
+ - Suggests specific experiment hypotheses
295
+ - Cross-references ab-testing skill
296
+ rubric: 'Should apply the Feature Page CRO framework: connect feature to benefit, show use
297
+ cases and examples, clear path to try/buy. Should reference the experiments section and
298
+ suggest prioritized test ideas for hero section, trust signals, and CTA variations. Should
299
+ note the organic search traffic source and check for message match with search intent.
300
+ Should cross-reference ab-testing skill for proper test implementation.'
301
+ tags:
302
+ - optimize-page
303
+ - imported
304
+ - id: landing-lead-magnet-01
305
+ department: landing
306
+ prompt: We're a B2B SaaS selling project management software to marketing agencies. What
307
+ lead magnet should we create?
308
+ expected_properties:
309
+ - Checks for product-marketing.md
310
+ - Asks about buyer stage and goal
311
+ - Applies the 5 principles
312
+ - Recommends specific format with rationale
313
+ - Examples match the audience and product
314
+ - Outlines all 5 output sections (recommendation, content, gating, distribution, measurement)
315
+ rubric: 'Should check for product-marketing.md first. Should ask about current lead gen,
316
+ existing content assets, and primary goal (list growth, lead quality, product education).
317
+ Should apply Lead Magnet Principles: solve a specific problem (not ''agency marketing''),
318
+ match buyer stage, high perceived value + low time investment, natural path to product.
319
+ Should recommend a specific format suited to a busy agency audience — likely a template
320
+ (Notion/spreadsheet) or checklist over an ebook. Examples: ''Agency Project Profitability
321
+ Calculator'' (decision stage, naturally leads to project management), ''Client Onboarding
322
+ Checklist for Agencies'' (consideration), ''The Agency Capacity Planning Template'' (decision
323
+ stage). Should justify the choice by matching buyer stage and effort/value ratio. Should
324
+ outline content, gating, landing page, distribution, and measurement plan.'
325
+ tags:
326
+ - lead-magnet
327
+ - imported
328
+ - id: landing-lead-magnet-02
329
+ department: landing
330
+ prompt: We have a 50-page ebook we spent 3 months writing. Conversion on the landing page
331
+ is only 4%. Should we keep iterating?
332
+ expected_properties:
333
+ - Diagnoses likely cause as length/effort mismatch
334
+ - Recommends format A/B test
335
+ - Suggests breaking into shorter formats
336
+ - Reviews landing page structure
337
+ - Asks about traffic source (cold vs warm)
338
+ - Cross-references cro or ab-testing skill
339
+ rubric: 'Should diagnose this as a likely mismatch on Lead Magnet Principles, especially
340
+ #3 (high perceived value, low time investment — consumable in under 30 minutes, ideally
341
+ under 10). Should warn 50 pages may signal too much effort to consume — flag this as a
342
+ possible cause. Should recommend A/B testing the format (chunking the ebook into a 5-part
343
+ email mini-course, releasing as a checklist + ebook combo, or breaking into shorter topic-specific
344
+ guides). Should review landing page structure: headline, preview/mockup, what''s inside,
345
+ social proof, form fields, FAQ. Should suggest testing partial gate (preview first 5 pages)
346
+ vs full gate. Should ask about traffic source — 4% on cold traffic might be acceptable
347
+ while 4% on warm traffic is low. Should reference cro skill for landing page optimization
348
+ and ab-testing for test design.'
349
+ tags:
350
+ - lead-magnet
351
+ - imported
352
+ - id: landing-lead-magnet-03
353
+ department: landing
354
+ prompt: Our lead form asks for name, email, company, role, company size, and phone. We're
355
+ not getting enough signups. Could the form be the problem?
356
+ expected_properties:
357
+ - Flags form length as likely culprit
358
+ - Cites 5-10% per field rule
359
+ - Recommends reducing to email or email + name
360
+ - Asks what fields are actually used
361
+ - Suggests progressive profiling
362
+ - Cross-references cro skill
363
+ rubric: 'Should immediately flag form length as a likely culprit. Should cite the rule of
364
+ thumb: every extra field reduces conversion 5-10%. Should recommend reducing to the minimum
365
+ needed: ideally email only (highest conversion), or email + name if personalization matters.
366
+ Should explain when multi-field is justified (only for high-value offers like webinars
367
+ or demos). Should ask what information is actually used in follow-up — fields that aren''t
368
+ used should be removed. Should suggest progressive profiling: capture email now, ask for
369
+ more fields later via enrichment or follow-up forms. Should reference cro skill for form
370
+ optimization specifically.'
371
+ tags:
372
+ - lead-magnet
373
+ - imported
374
+ - id: landing-lead-magnet-04
375
+ department: landing
376
+ prompt: What's the difference between a lead magnet and a free tool? Should I build one
377
+ or the other?
378
+ expected_properties:
379
+ - Distinguishes static content from interactive tool
380
+ - Compares effort to build
381
+ - Compares SEO and shareability characteristics
382
+ - Recommends based on speed vs investment trade-off
383
+ - Defers to free-tools skill
384
+ rubric: 'Should explain the distinction: lead magnets are static content offers (ebooks,
385
+ checklists, templates) while free tools are interactive (calculators, graders, quizzes).
386
+ Should explain when to build which. Lead magnets: faster to ship (hours-days), works well
387
+ for awareness/consideration education, lower ongoing maintenance, lead quality varies.
388
+ Free tools: longer build time (weeks-months), higher engagement and shareability, naturally
389
+ segment leads by tool usage, can rank for SEO (''X calculator'', ''Y grader''), higher
390
+ lead quality typically. Should recommend lead magnet first if speed matters, free tool
391
+ if you can invest the build time and have repeatable user inputs that produce a meaningful
392
+ output. Should defer to free-tools skill for tool strategy specifically.'
393
+ tags:
394
+ - lead-magnet
395
+ - imported
396
+ - id: landing-lead-magnet-05
397
+ department: landing
398
+ prompt: We have a top-performing blog post on email subject lines. Can we use it as a lead
399
+ magnet?
400
+ expected_properties:
401
+ - Recommends content upgrade over gating the post
402
+ - Cites 2-5x improvement vs generic CTAs
403
+ - Suggests specific upgrade formats with rationale
404
+ - Keeps blog post ungated to preserve SEO
405
+ - Explains why upgrades convert better
406
+ rubric: 'Should recommend creating a content upgrade specific to the post rather than gating
407
+ the post itself (post-specific content upgrades convert 2-5x better than generic sidebar
408
+ CTAs). Should suggest specific upgrade ideas: ''50 Email Subject Line Templates'' (template
409
+ format, decision stage), ''Subject Line Cheat Sheet PDF'' (cheat sheet format, awareness/consideration),
410
+ ''Subject Line Swipe File'' (collection of high-performing examples with annotations).
411
+ Should explain content upgrades convert better because they match what the reader is already
412
+ engaged with — relevance + intent are higher than generic offers. Should recommend keeping
413
+ the blog post ungated (preserve SEO) and offering the upgrade as an inline or end-of-post
414
+ CTA. Should reference cro for placement and copywriting for the upgrade itself.'
415
+ tags:
416
+ - lead-magnet
417
+ - imported
418
+ - id: landing-lead-magnet-06
419
+ department: landing
420
+ prompt: Our checklist gets a lot of downloads but very few of them ever sign up for a trial.
421
+ Is the lead magnet broken?
422
+ expected_properties:
423
+ - Diagnoses as lead quality / buyer stage mismatch
424
+ - Asks about ICP fit of leads
425
+ - References Lead Quality Signals
426
+ - Cross-references emails skill for nurture
427
+ - Suggests a decision-stage lead magnet alternative
428
+ - Mentions tracking time to conversion by source
429
+ rubric: 'Should diagnose this as a lead quality / buyer stage mismatch problem. Should ask
430
+ whether the checklist is awareness-stage content drawing people who aren''t ready to buy.
431
+ Should check Lead Quality Signals: higher-than-average email engagement, leads progress
432
+ to trial/demo at expected rates, low unsubscribe rate, leads match ICP demographics. Should
433
+ review the principle: lead magnets should create a natural path to product. If a checklist
434
+ for total beginners attracts beginners, that''s working as designed but they won''t convert
435
+ quickly — they need nurture. Should recommend reviewing the nurture sequence (cross-reference
436
+ emails skill) and checking whether the offer matches the right buyer stage for the goal.
437
+ May suggest creating a consideration- or decision-stage lead magnet (template, ROI calculator,
438
+ comparison spreadsheet) that pulls higher-intent leads. Should track time to conversion
439
+ by lead magnet source.'
440
+ tags:
441
+ - lead-magnet
442
+ - imported
443
+ - id: landing-popup-design-01
444
+ department: landing
445
+ prompt: Help me create an exit-intent popup for our SaaS landing page. We want to capture
446
+ emails from visitors who are about to leave without signing up. Our product is a social
447
+ media scheduling tool.
448
+ expected_properties:
449
+ - Checks for product-marketing.md
450
+ - Identifies as exit-intent popup type
451
+ - Includes compelling headline
452
+ - Includes lead magnet or incentive
453
+ - Minimal form fields (email only)
454
+ - Applies copy formulas from the skill
455
+ - Addresses trigger configuration
456
+ - Recommends frequency rules
457
+ - Includes conversion benchmarks
458
+ rubric: 'Should check for product-marketing.md first. Should identify the popup type as
459
+ exit-intent email capture. Should apply the exit-intent popup design guidance: compelling
460
+ headline (address why they''re leaving or offer additional value), lead magnet or incentive
461
+ (discount, free resource, extended trial), minimal form fields (email only), clear CTA,
462
+ and easy close option. Should apply copy formulas from the skill. Should address trigger
463
+ configuration (exit intent detection). Should recommend frequency rules (don''t show again
464
+ if dismissed). Should include benchmarks (exit intent popups typically 3-10% conversion).'
465
+ tags:
466
+ - popup-design
467
+ - imported
468
+ - id: landing-popup-design-02
469
+ department: landing
470
+ prompt: We want to offer a 10% discount to first-time visitors via a popup. When should
471
+ we show it and what should it say?
472
+ expected_properties:
473
+ - Identifies as discount popup type
474
+ - Recommends against immediate page load trigger
475
+ - Suggests better trigger alternatives (time, scroll, exit)
476
+ - Applies copy formula for discount popups
477
+ - Includes urgency element
478
+ - Addresses frequency capping
479
+ - Addresses compliance considerations
480
+ rubric: 'Should identify this as a discount/offer popup type. Should apply trigger strategy
481
+ guidance: recommend against showing immediately on page load (too aggressive). Should
482
+ suggest time-based delay (30-60 seconds), scroll-based trigger (50%+ page scroll), or
483
+ exit intent as better alternatives. Should apply the copy formula for discount popups:
484
+ headline that frames the value, clear offer terms, urgency element, email capture, and
485
+ CTA. Should address compliance (GDPR cookie consent if applicable). Should recommend frequency
486
+ capping.'
487
+ tags:
488
+ - popup-design
489
+ - imported
490
+ - id: landing-popup-design-03
491
+ department: landing
492
+ prompt: our popups are annoying everyone. we keep getting complaints but we also get a lot
493
+ of email signups from them. how do we balance this?
494
+ expected_properties:
495
+ - Triggers on casual phrasing
496
+ - Applies frequency and rules guidance
497
+ - Addresses balance between conversions and UX
498
+ - Recommends frequency capping
499
+ - Suggests excluding existing subscribers
500
+ - Recommends less intrusive alternatives
501
+ - Suggests A/B testing to optimize
502
+ rubric: 'Should trigger on casual phrasing. Should apply the frequency and rules guidance.
503
+ Should address the balance: reduce annoyance while preserving conversions. Should recommend:
504
+ frequency capping (once per session or once per X days), don''t show to returning visitors
505
+ who already dismissed, don''t show to existing subscribers, respect ''close'' action,
506
+ consider less intrusive formats (slide-in instead of full modal, announcement bar instead
507
+ of overlay). Should address compliance and accessibility requirements. Should suggest
508
+ A/B testing different triggers and formats to find the best balance.'
509
+ tags:
510
+ - popup-design
511
+ - imported
512
+ - id: landing-popup-design-04
513
+ department: landing
514
+ prompt: What types of popups should we use on our blog? We publish content about email marketing
515
+ and want to grow our email list.
516
+ expected_properties:
517
+ - Recommends blog-appropriate popup types
518
+ - Includes scroll-triggered and exit-intent
519
+ - Suggests less intrusive formats (slide-in)
520
+ - Recommends relevant lead magnets
521
+ - Addresses popup placement on blog pages
522
+ - Recommends behavior-based triggers for blog
523
+ - Applies copy formulas
524
+ rubric: 'Should recommend blog-appropriate popup types: scroll-triggered popup (show after
525
+ 50-70% scroll indicating engagement), exit-intent popup, slide-in (less intrusive than
526
+ modal), and inline content upgrades. Should recommend lead magnets relevant to the blog
527
+ topic (email marketing templates, checklist, swipe file). Should address different popup
528
+ placements: mid-content, end of post, sidebar slide-in. Should recommend behavior-based
529
+ triggers over time-based for blog content. Should apply copy formulas with blog-specific
530
+ hooks.'
531
+ tags:
532
+ - popup-design
533
+ - imported
534
+ - id: landing-popup-design-05
535
+ department: landing
536
+ prompt: Design an announcement banner for our new feature launch. We want it to show at
537
+ the top of the site for 2 weeks.
538
+ expected_properties:
539
+ - Identifies as announcement banner type
540
+ - Provides short, clear headline
541
+ - Includes brief benefit description and CTA
542
+ - Includes dismiss option
543
+ - Addresses banner positioning
544
+ - Recommends audience targeting
545
+ - Provides copy recommendations
546
+ rubric: 'Should identify this as an announcement banner popup type. Should apply banner
547
+ design guidance: short, clear headline announcing the feature, brief description of benefit,
548
+ CTA to learn more or try it, dismiss option. Should recommend banner positioning (top
549
+ of page, sticky or static). Should address duration (2 weeks as stated). Should recommend
550
+ targeting (show to existing users who''d benefit, not just everyone). Should provide copy
551
+ recommendations.'
552
+ tags:
553
+ - popup-design
554
+ - imported
555
+ - id: landing-popup-design-06
556
+ department: landing
557
+ prompt: We need to optimize the lead capture form inside our popup. It currently asks for
558
+ name, email, company, and phone number. Too many fields?
559
+ expected_properties:
560
+ - Recognizes overlap with form optimization
561
+ - References or defers to cro skill
562
+ - Notes popups need minimal fields due to context
563
+ - Does not attempt detailed form redesign
564
+ rubric: Should recognize this overlaps with form optimization. Should defer to or cross-reference
565
+ the cro skill, which handles form field optimization, layout, and conversion. May provide
566
+ popup-specific context (popups need minimal fields due to fleeting attention) but should
567
+ make clear that cro is the right skill for detailed form optimization.
568
+ tags:
569
+ - popup-design
570
+ - imported
571
+ - id: landing-affiliate-bridge-01
572
+ department: landing
573
+ prompt: Help me design a referral program for our SaaS product. We're a $49/month project
574
+ management tool with about 1,000 customers. We want to encourage word-of-mouth growth.
575
+ expected_properties:
576
+ - Checks for product-marketing.md
577
+ - Distinguishes referral from affiliate
578
+ - Designs the referral loop (trigger, share, convert, reward)
579
+ - Recommends double-sided incentive structure
580
+ - Suggests specific incentives for the price point
581
+ - Includes launch checklist
582
+ - Recommends tool integrations
583
+ rubric: 'Should check for product-marketing.md first. Should distinguish between referral
584
+ and affiliate programs (this is referral — existing customers referring peers). Should
585
+ design the referral loop: trigger point (when to ask for referral), share mechanism (unique
586
+ link, email invite, social share), conversion flow (what the referred person experiences),
587
+ and reward structure. Should recommend incentive type: double-sided recommended (both
588
+ referrer and referred get value). Should suggest specific incentives appropriate for $49/month
589
+ SaaS (e.g., free month for both). Should include the launch checklist. Should recommend
590
+ tool integrations (Rewardful, Tolt, etc.).'
591
+ tags:
592
+ - affiliate-bridge
593
+ - imported
594
+ - id: landing-affiliate-bridge-02
595
+ department: landing
596
+ prompt: We have a referral program but only 5% of customers have ever referred someone.
597
+ How do we increase participation?
598
+ expected_properties:
599
+ - Applies program optimization guidance
600
+ - Diagnoses potential causes of low participation
601
+ - Checks awareness, timing, incentive, and friction
602
+ - Recommends optimization tactics
603
+ - Suggests timing referral asks at satisfaction moments
604
+ - Provides experiment ideas
605
+ rubric: 'Should apply the program optimization guidance. Should diagnose low participation:
606
+ are customers aware of the program? Is the trigger point well-timed? Is the incentive
607
+ compelling enough? Is sharing easy? Should recommend optimization tactics: better placement/visibility,
608
+ timing referral asks at peak satisfaction moments, improving the incentive, simplifying
609
+ the share mechanism, adding referral reminders in email and in-app. Should provide specific
610
+ experiment ideas to test improvements.'
611
+ tags:
612
+ - affiliate-bridge
613
+ - imported
614
+ - id: landing-affiliate-bridge-03
615
+ department: landing
616
+ prompt: should we do referral or affiliate? we sell online courses for $199-499 and want
617
+ to get other creators and influencers to promote us.
618
+ expected_properties:
619
+ - Triggers on casual phrasing
620
+ - Clearly distinguishes referral from affiliate
621
+ - Recommends affiliate for this use case
622
+ - Provides commission structure guidance for courses
623
+ - Addresses cookie duration and payout terms
624
+ - Recommends appropriate affiliate platforms
625
+ rubric: 'Should trigger on casual phrasing. Should apply the referral vs affiliate distinction
626
+ clearly. For this use case (getting creators/influencers to promote), should recommend
627
+ an affiliate program (not referral — affiliates are third-party promoters, not existing
628
+ customers). Should apply the affiliate program section guidance: commission structure
629
+ for digital products (typically 20-40% for courses), cookie duration, payout terms, affiliate
630
+ onboarding. Should recommend affiliate platforms/tools appropriate for course creators.'
631
+ tags:
632
+ - affiliate-bridge
633
+ - imported
634
+ - id: landing-affiliate-bridge-04
635
+ department: landing
636
+ prompt: What incentive structure works best? We've been offering $10 off for referrers but
637
+ it's not working. Our product is $29/month.
638
+ expected_properties:
639
+ - Evaluates current incentive structure
640
+ - Identifies as single-sided and recommends double-sided
641
+ - Discusses multiple incentive types
642
+ - Applies tiered incentive concept
643
+ - Provides specific alternatives to test
644
+ - Notes incentive may not be the only issue
645
+ rubric: 'Should evaluate the current incentive: $10 off on a $29/month product is significant
646
+ but only benefits the referrer (single-sided). Should recommend testing double-sided incentives
647
+ (both parties get value). Should discuss incentive types: account credit, free months,
648
+ feature upgrades, cash. Should apply the tiered incentive concept (increasing rewards
649
+ for multiple referrals). Should provide specific alternative incentive structures to test.
650
+ Should note that incentive alone may not be the problem — placement and timing matter
651
+ too.'
652
+ tags:
653
+ - affiliate-bridge
654
+ - imported
655
+ - id: landing-affiliate-bridge-05
656
+ department: landing
657
+ prompt: How do we measure the success of our referral program? What metrics should we track?
658
+ expected_properties:
659
+ - Applies measuring success framework
660
+ - Defines participation rate, share rate, conversion rate
661
+ - Includes viral coefficient / k-factor
662
+ - Compares referral CAC to other channels
663
+ - Compares referred customer LTV to organic
664
+ - Recommends tracking approach
665
+ - Provides benchmark ranges
666
+ rubric: 'Should apply the measuring success framework. Should define key metrics: participation
667
+ rate (% of customers who refer), share rate (referrals sent per participant), conversion
668
+ rate (referred visitors who become customers), viral coefficient (k-factor), customer
669
+ acquisition cost via referral vs other channels, referred customer LTV vs organic customer
670
+ LTV. Should recommend tracking tools and dashboards. Should provide benchmark ranges for
671
+ each metric.'
672
+ tags:
673
+ - affiliate-bridge
674
+ - imported
675
+ - id: landing-affiliate-bridge-06
676
+ department: landing
677
+ prompt: Can you write the referral invitation emails? I need the email that goes out when
678
+ someone shares their referral link.
679
+ expected_properties:
680
+ - Applies referral email section from the skill
681
+ - Provides referral invitation email guidance
682
+ - Cross-references emails for broader email work
683
+ - Provides specific referral email copy or template
684
+ rubric: Should recognize this overlaps with email writing. Should apply the referral email
685
+ sequence section from the skill for referral-specific emails. However, for detailed email
686
+ sequence design (multi-email nurture for referred users), should cross-reference the emails
687
+ skill. Should provide the referral invitation email but note that broader email sequence
688
+ work is handled by emails.
689
+ tags:
690
+ - affiliate-bridge
691
+ - imported
692
+ - id: landing-signup-optimize-01
693
+ department: landing
694
+ prompt: 'Audit our signup flow. We have a 3-step process: Step 1 asks for email, password,
695
+ and full name. Step 2 asks for company name, company size, role, and industry. Step 3
696
+ asks for use case and how they heard about us. Current completion rate is 45%.'
697
+ expected_properties:
698
+ - Checks for product-marketing.md
699
+ - Identifies flow type
700
+ - Applies minimize required fields principle
701
+ - Evaluates each field for necessity
702
+ - Recommends deferring most Step 2 and all Step 3 fields
703
+ - Provides findings in structured format
704
+ - Includes Quick Wins, High-Impact Changes, Test Hypotheses
705
+ rubric: 'Should check for product-marketing.md first. Should identify the flow type (likely
706
+ B2B SaaS trial). Should apply the core principles: minimize required fields (which of
707
+ these are genuinely needed before they can use the product?). Should evaluate each step:
708
+ Step 1 is reasonable, Step 2 fields are mostly deferrable to progressive profiling, Step
709
+ 3 is entirely deferrable. Should recommend cutting to Step 1 only or at most 2 steps.
710
+ Should provide audit findings in structured format (Issue, Impact, Fix, Priority). Should
711
+ include Quick Wins, High-Impact Changes, and Test Hypotheses.'
712
+ tags:
713
+ - signup-optimize
714
+ - imported
715
+ - id: landing-signup-optimize-02
716
+ department: landing
717
+ prompt: Should we add Google and Microsoft SSO to our signup page? We're a B2B project management
718
+ tool and currently only have email/password signup.
719
+ expected_properties:
720
+ - Applies social auth options guidance
721
+ - Recommends Google and Microsoft for B2B
722
+ - Explains conversion benefits of SSO
723
+ - Recommends prominent placement
724
+ - Addresses visual separation from email signup
725
+ - Provides implementation recommendations
726
+ rubric: 'Should apply the social auth options guidance. For B2B, should recommend Google
727
+ and Microsoft as the primary SSO options (matching the B2B recommendation). Should explain
728
+ benefits: higher conversion (less friction), pre-verified email, faster onboarding. Should
729
+ recommend placing SSO prominently (often higher conversion than email). Should address
730
+ implementation considerations: clear visual separation from email signup, button copy
731
+ (''Sign up with Google'' not just Google icon), consider which option to emphasize based
732
+ on audience.'
733
+ tags:
734
+ - signup-optimize
735
+ - imported
736
+ - id: landing-signup-optimize-03
737
+ department: landing
738
+ prompt: our signup form is just email and password but we still only get 35% of visitors
739
+ to complete it. what else could be wrong?
740
+ expected_properties:
741
+ - Triggers on casual phrasing
742
+ - Investigates beyond form fields
743
+ - Applies trust and friction reduction
744
+ - Checks for 'No credit card required' messaging
745
+ - Checks error handling and password UX
746
+ - Considers pre-form factors (value prop, page CRO)
747
+ - Provides diagnostic checklist
748
+ rubric: 'Should trigger on casual phrasing. Should investigate beyond just form fields since
749
+ the form is already minimal. Should apply trust and friction reduction guidance: is there
750
+ a ''No credit card required'' message? Privacy assurance? Testimonial near the form? Should
751
+ check form-level issues: error handling, password requirements clarity, submit button
752
+ copy. Should also look at pre-form factors: is the value proposition clear? Is the page
753
+ optimized? (cross-reference cro). Should provide diagnostic checklist and recommendations.'
754
+ tags:
755
+ - signup-optimize
756
+ - imported
757
+ - id: landing-signup-optimize-04
758
+ department: landing
759
+ prompt: We require email verification before users can access the product. Is that hurting
760
+ our conversion? Should we change it?
761
+ expected_properties:
762
+ - Applies verification flows guidance
763
+ - Explains verification friction impact
764
+ - Recommends delaying verification
765
+ - Suggests letting users explore while pending
766
+ - Discusses when verification is required
767
+ - Provides improvements if verification is kept
768
+ rubric: 'Should apply the verification flows guidance. Should explain that requiring verification
769
+ before product access does create friction and likely reduces activation. Should recommend
770
+ alternatives: delay verification until needed (let users explore first), magic link as
771
+ alternative to password, let users start while verification is pending. Should discuss
772
+ when email verification IS required (compliance, preventing abuse). Should provide specific
773
+ recommendations for improving the verification experience if kept.'
774
+ tags:
775
+ - signup-optimize
776
+ - imported
777
+ - id: landing-signup-optimize-05
778
+ department: landing
779
+ prompt: What experiments should we run on our signup page? We want to improve our trial
780
+ signup rate.
781
+ expected_properties:
782
+ - Applies experiment ideas section
783
+ - Covers form design experiments
784
+ - Covers copy and messaging experiments
785
+ - Covers trial and commitment experiments
786
+ - Prioritizes by likely impact
787
+ - Cross-references ab-testing skill
788
+ rubric: 'Should apply the experiment ideas section. Should provide experiments across categories:
789
+ form design experiments (layout, field count, SSO), copy and messaging experiments (headline,
790
+ CTA text, trust elements), trial and commitment experiments (credit card required vs not,
791
+ trial length), and post-submit experiments. Should prioritize experiments by likely impact.
792
+ Should cross-reference ab-testing for proper experiment design.'
793
+ tags:
794
+ - signup-optimize
795
+ - imported
796
+ - id: landing-signup-optimize-06
797
+ department: landing
798
+ prompt: Users sign up fine but then never activate. Only 20% complete onboarding. What do
799
+ we do?
800
+ expected_properties:
801
+ - Recognizes this as post-signup onboarding, not signup flow
802
+ - References or defers to onboarding skill
803
+ - Explains signup covers the signup form, not post-signup
804
+ rubric: Should recognize this is a post-signup onboarding problem, not a signup flow problem.
805
+ Should defer to or cross-reference the onboarding skill, which handles post-signup activation
806
+ and onboarding optimization. Signup-flow-cro covers getting users through the signup form,
807
+ not what happens after.
808
+ tags:
809
+ - signup-optimize
810
+ - imported
811
+ - id: landing-page-architect-01
812
+ department: landing
813
+ prompt: Help me plan the site architecture for our new SaaS marketing website. We have a
814
+ homepage, product page, pricing page, about page, blog, and want to add competitor comparison
815
+ pages and integration pages.
816
+ expected_properties:
817
+ - Checks for product-marketing.md
818
+ - Applies 3-click rule and flat vs deep principles
819
+ - Creates ASCII tree for site structure
820
+ - Organizes pages logically
821
+ - Recommends URL structure for each section
822
+ - Provides navigation design (4-7 header items)
823
+ - Includes internal linking strategy
824
+ - Provides hierarchy, URL map, and nav spec
825
+ rubric: 'Should check for product-marketing.md first. Should apply the page hierarchy design
826
+ principles (3-click rule, flat vs deep). Should create an ASCII tree showing the full
827
+ site structure. Should organize pages logically: main nav (Home, Product, Pricing, About,
828
+ Blog), comparison pages section, integrations hub. Should recommend URL structure patterns
829
+ for each section. Should provide navigation design recommendations (4-7 header items).
830
+ Should include internal linking strategy (hub-and-spoke for comparisons and integrations).
831
+ Should provide the full deliverable set: hierarchy, URL map, nav spec.'
832
+ tags:
833
+ - page-architect
834
+ - imported
835
+ - id: landing-page-architect-02
836
+ department: landing
837
+ prompt: Our website has grown organically and the navigation is a mess. We have 50+ pages
838
+ and users can't find anything. Help us reorganize.
839
+ expected_properties:
840
+ - Recommends content inventory first
841
+ - Groups related pages logically
842
+ - Applies 3-click rule
843
+ - Redesigns navigation structure
844
+ - Provides ASCII tree or visual sitemap
845
+ - Addresses URL redirects for moved pages
846
+ - Reduces header navigation items
847
+ rubric: 'Should treat this as a site architecture audit and redesign. Should recommend starting
848
+ with a content inventory of all 50+ pages. Should apply the page hierarchy design to reorganize:
849
+ group related pages, establish clear parent-child relationships, apply the 3-click rule.
850
+ Should redesign the navigation (reduce header items, use mega-menu or dropdowns for deeper
851
+ pages). Should provide before/after ASCII tree structure. Should address URL redirects
852
+ for any pages that move. Should include a visual sitemap (Mermaid).'
853
+ tags:
854
+ - page-architect
855
+ - imported
856
+ - id: landing-page-architect-03
857
+ department: landing
858
+ prompt: what should our url structure look like? we keep debating between /blog/post-name
859
+ vs /resources/blog/post-name and /product/feature vs /features/feature-name
860
+ expected_properties:
861
+ - Triggers on casual phrasing
862
+ - Applies URL structure patterns
863
+ - Recommends shorter, cleaner paths
864
+ - Provides recommendations for each section type
865
+ - Addresses SEO implications
866
+ - Provides URL map reference
867
+ rubric: 'Should trigger on casual phrasing. Should apply the URL structure patterns guidance.
868
+ Should recommend clean, descriptive URLs: prefer shorter paths (/blog/post-name over /resources/blog/post-name),
869
+ use consistent patterns, avoid unnecessary nesting. Should provide URL structure recommendations
870
+ for each section type (blog, features, comparisons, integrations). Should address SEO
871
+ implications of URL structure. Should provide a complete URL map as a reference.'
872
+ tags:
873
+ - page-architect
874
+ - imported
875
+ - id: landing-page-architect-04
876
+ department: landing
877
+ prompt: We're adding programmatic SEO pages — 200 integration pages and 50 comparison pages.
878
+ How should these fit into our site architecture?
879
+ expected_properties:
880
+ - Recommends hub pages for each section
881
+ - Applies hub-and-spoke internal linking
882
+ - Keeps programmatic pages out of main nav
883
+ - Provides URL structure for both sections
884
+ - Addresses crawl budget for 250 pages
885
+ - Cross-references programmatic-seo skill
886
+ rubric: 'Should address how to integrate scaled content into the site architecture. Should
887
+ recommend hub pages for both sections (/integrations and /compare or /vs). Should apply
888
+ the hub-and-spoke internal linking model. Should address navigation: these shouldn''t
889
+ clutter the main nav, but should be accessible via hub pages. Should provide URL structure
890
+ for both sections. Should address crawl budget considerations for 250 new pages. Should
891
+ cross-reference programmatic-seo for the content strategy.'
892
+ tags:
893
+ - page-architect
894
+ - imported
895
+ - id: landing-page-architect-05
896
+ department: landing
897
+ prompt: Can you create a visual sitemap for our site? We want something we can share with
898
+ our design team.
899
+ expected_properties:
900
+ - Provides visual sitemap in Mermaid format
901
+ - Shows hierarchical page relationships
902
+ - Includes all major sections
903
+ - Uses clear, readable format
904
+ - Suitable for sharing with design team
905
+ rubric: Should provide a visual sitemap using Mermaid diagram format. Should organize the
906
+ sitemap hierarchically showing page relationships. Should use the Mermaid graph syntax
907
+ that can be rendered by most tools. Should include all major sections and key pages. Should
908
+ be clear enough for a design team to use as a reference for navigation and wireframing.
909
+ tags:
910
+ - page-architect
911
+ - imported
912
+ - id: landing-page-architect-06
913
+ department: landing
914
+ prompt: Our XML sitemap hasn't been updated in 6 months and we have crawl errors in Search
915
+ Console. Can you fix our technical SEO?
916
+ expected_properties:
917
+ - Recognizes this as technical SEO, not site architecture
918
+ - References or defers to seo-audit skill
919
+ - Explains site-architecture covers design, not technical SEO
920
+ rubric: Should recognize this is a technical SEO audit task, not a site architecture design
921
+ task. Should defer to or cross-reference the seo-audit skill, which handles XML sitemaps,
922
+ crawl errors, and technical SEO issues. Site-architecture focuses on page hierarchy, navigation,
923
+ and URL structure design — not technical SEO troubleshooting.
924
+ tags:
925
+ - page-architect
926
+ - imported
927
+ # --- END imported ---