@monoes/monomindcli 2.15.3 → 2.15.5

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 (1403) hide show
  1. package/.claude/skills/mastermind-createorg/SKILL.md +19 -4
  2. package/dist/src/commands/org-observe.d.ts.map +1 -1
  3. package/dist/src/commands/org-observe.js +2 -0
  4. package/dist/src/commands/org-observe.js.map +1 -1
  5. package/dist/src/commands/org-skills.d.ts +3 -0
  6. package/dist/src/commands/org-skills.d.ts.map +1 -0
  7. package/dist/src/commands/org-skills.js +98 -0
  8. package/dist/src/commands/org-skills.js.map +1 -0
  9. package/dist/src/commands/org.d.ts.map +1 -1
  10. package/dist/src/commands/org.js +41 -1
  11. package/dist/src/commands/org.js.map +1 -1
  12. package/dist/src/init/kimi-generator.d.ts +17 -0
  13. package/dist/src/init/kimi-generator.d.ts.map +1 -1
  14. package/dist/src/init/kimi-generator.js +29 -0
  15. package/dist/src/init/kimi-generator.js.map +1 -1
  16. package/dist/src/init/write-kimicode.d.ts.map +1 -1
  17. package/dist/src/init/write-kimicode.js +11 -3
  18. package/dist/src/init/write-kimicode.js.map +1 -1
  19. package/dist/src/orgrt/daemon.d.ts.map +1 -1
  20. package/dist/src/orgrt/daemon.js +8 -2
  21. package/dist/src/orgrt/daemon.js.map +1 -1
  22. package/dist/src/orgrt/loadouts.js +3 -3
  23. package/dist/src/orgrt/loadouts.js.map +1 -1
  24. package/dist/src/orgrt/migrate.d.ts.map +1 -1
  25. package/dist/src/orgrt/migrate.js +8 -0
  26. package/dist/src/orgrt/migrate.js.map +1 -1
  27. package/dist/src/orgrt/session.d.ts +8 -10
  28. package/dist/src/orgrt/session.d.ts.map +1 -1
  29. package/dist/src/orgrt/session.js +31 -16
  30. package/dist/src/orgrt/session.js.map +1 -1
  31. package/dist/src/orgrt/skill-import.d.ts +57 -0
  32. package/dist/src/orgrt/skill-import.d.ts.map +1 -0
  33. package/dist/src/orgrt/skill-import.js +203 -0
  34. package/dist/src/orgrt/skill-import.js.map +1 -0
  35. package/dist/src/orgrt/skill-library.d.ts +74 -0
  36. package/dist/src/orgrt/skill-library.d.ts.map +1 -0
  37. package/dist/src/orgrt/skill-library.js +322 -0
  38. package/dist/src/orgrt/skill-library.js.map +1 -0
  39. package/dist/src/orgrt/types.d.ts +4 -0
  40. package/dist/src/orgrt/types.d.ts.map +1 -1
  41. package/dist/src/orgrt/types.js +10 -6
  42. package/dist/src/orgrt/types.js.map +1 -1
  43. package/dist/src/update/index.d.ts.map +1 -1
  44. package/dist/src/update/index.js +8 -12
  45. package/dist/src/update/index.js.map +1 -1
  46. package/dist/tsconfig.tsbuildinfo +1 -1
  47. package/org-skills/SOURCES.md +31 -0
  48. package/org-skills/ab-testing/LICENSE.txt +21 -0
  49. package/org-skills/ab-testing/SKILL.md +356 -0
  50. package/org-skills/ab-testing/references/sample-size-guide.md +263 -0
  51. package/org-skills/ab-testing/references/test-templates.md +277 -0
  52. package/org-skills/accessibility/LICENSE.txt +21 -0
  53. package/org-skills/accessibility/SKILL.md +149 -0
  54. package/org-skills/accessibility-compliance/LICENSE.txt +21 -0
  55. package/org-skills/accessibility-compliance/SKILL.md +56 -0
  56. package/org-skills/accessibility-compliance/references/aria-patterns.md +567 -0
  57. package/org-skills/accessibility-compliance/references/details.md +366 -0
  58. package/org-skills/accessibility-compliance/references/mobile-accessibility.md +538 -0
  59. package/org-skills/accessibility-compliance/references/wcag-guidelines.md +645 -0
  60. package/{dist/src/orgrt/role-skills/account-strategist.md → org-skills/account-strategist/SKILL.md} +8 -0
  61. package/{dist/src/orgrt/role-skills/accounts-payable.md → org-skills/accounts-payable/SKILL.md} +8 -0
  62. package/org-skills/ad-creative/LICENSE.txt +21 -0
  63. package/org-skills/ad-creative/SKILL.md +428 -0
  64. package/org-skills/ad-creative/references/creative-review-page.md +106 -0
  65. package/org-skills/ad-creative/references/creative-roadmap.md +118 -0
  66. package/org-skills/ad-creative/references/generative-tools.md +637 -0
  67. package/org-skills/ad-creative/references/hook-system.md +115 -0
  68. package/org-skills/ad-creative/references/imessage-video-ads.md +201 -0
  69. package/org-skills/ad-creative/references/meta-creative-formats.md +114 -0
  70. package/org-skills/ad-creative/references/motion-video-ads.md +126 -0
  71. package/org-skills/ad-creative/references/platform-specs.md +213 -0
  72. package/org-skills/ad-creative/references/short-form-video-specs.md +213 -0
  73. package/org-skills/ad-creative/references/static-ad-templates.md +308 -0
  74. package/{dist/src/orgrt/role-skills/adaptive-coordinator.md → org-skills/adaptive-coordinator/SKILL.md} +8 -0
  75. package/{dist/src/orgrt/role-skills/adaptive-coordinator2.md → org-skills/adaptive-coordinator2/SKILL.md} +8 -0
  76. package/org-skills/advanced-evaluation/LICENSE.txt +22 -0
  77. package/org-skills/advanced-evaluation/SKILL.md +414 -0
  78. package/org-skills/advanced-evaluation/references/bias-mitigation.md +288 -0
  79. package/org-skills/advanced-evaluation/references/evaluation-pipeline.md +43 -0
  80. package/org-skills/advanced-evaluation/references/implementation-patterns.md +315 -0
  81. package/org-skills/advanced-evaluation/references/metrics-guide.md +331 -0
  82. package/org-skills/adversarial-reviewer/LICENSE.txt +21 -0
  83. package/org-skills/adversarial-reviewer/SKILL.md +246 -0
  84. package/org-skills/agent-evaluation/LICENSE.txt +22 -0
  85. package/org-skills/agent-evaluation/SKILL.md +289 -0
  86. package/org-skills/agent-evaluation/references/metrics.md +339 -0
  87. package/org-skills/agent-memory-systems/LICENSE.txt +22 -0
  88. package/org-skills/agent-memory-systems/SKILL.md +234 -0
  89. package/org-skills/agent-memory-systems/references/implementation.md +551 -0
  90. package/org-skills/agent-tool-design/LICENSE.txt +22 -0
  91. package/org-skills/agent-tool-design/SKILL.md +301 -0
  92. package/org-skills/agent-tool-design/references/architectural_reduction.md +210 -0
  93. package/org-skills/agent-tool-design/references/best_practices.md +176 -0
  94. package/org-skills/agile-product-owner/LICENSE.txt +21 -0
  95. package/org-skills/agile-product-owner/SKILL.md +397 -0
  96. package/org-skills/agile-product-owner/assets/sprint_planning_template.md +84 -0
  97. package/org-skills/agile-product-owner/assets/user_story_template.md +60 -0
  98. package/org-skills/agile-product-owner/references/sprint-planning-guide.md +324 -0
  99. package/org-skills/agile-product-owner/references/user-story-templates.md +291 -0
  100. package/{dist/src/orgrt/role-skills/ai-citation.md → org-skills/ai-citation/SKILL.md} +8 -0
  101. package/{dist/src/orgrt/role-skills/ai-engineer.md → org-skills/ai-engineer/SKILL.md} +8 -0
  102. package/org-skills/ai-seo/LICENSE.txt +21 -0
  103. package/org-skills/ai-seo/SKILL.md +491 -0
  104. package/org-skills/ai-seo/references/agent-readiness.md +57 -0
  105. package/org-skills/ai-seo/references/citations-vs-recommendations.md +85 -0
  106. package/org-skills/ai-seo/references/content-patterns.md +287 -0
  107. package/org-skills/ai-seo/references/content-types.md +71 -0
  108. package/org-skills/ai-seo/references/format-volatility.md +98 -0
  109. package/org-skills/ai-seo/references/okf.md +104 -0
  110. package/org-skills/ai-seo/references/platform-ranking-factors.md +154 -0
  111. package/org-skills/ai-seo/references/youtube-ai-citations.md +60 -0
  112. package/{dist/src/orgrt/role-skills/analytics-reporter.md → org-skills/analytics-reporter/SKILL.md} +8 -0
  113. package/org-skills/analytics-tracking/LICENSE.txt +21 -0
  114. package/org-skills/analytics-tracking/SKILL.md +313 -0
  115. package/org-skills/analytics-tracking/references/event-library.md +260 -0
  116. package/org-skills/analytics-tracking/references/ga4-implementation.md +300 -0
  117. package/org-skills/analytics-tracking/references/gtm-implementation.md +390 -0
  118. package/org-skills/android-clean-architecture/LICENSE.txt +21 -0
  119. package/org-skills/android-clean-architecture/SKILL.md +343 -0
  120. package/org-skills/angular-architect/LICENSE.txt +21 -0
  121. package/org-skills/angular-architect/SKILL.md +149 -0
  122. package/org-skills/angular-architect/references/components.md +297 -0
  123. package/org-skills/angular-architect/references/ngrx.md +401 -0
  124. package/org-skills/angular-architect/references/routing.md +361 -0
  125. package/org-skills/angular-architect/references/rxjs.md +319 -0
  126. package/org-skills/angular-architect/references/testing.md +405 -0
  127. package/org-skills/api-design/LICENSE.txt +21 -0
  128. package/org-skills/api-design/SKILL.md +527 -0
  129. package/org-skills/api-designer/LICENSE.txt +21 -0
  130. package/org-skills/api-designer/SKILL.md +214 -0
  131. package/org-skills/api-designer/references/error-handling.md +541 -0
  132. package/org-skills/api-designer/references/openapi.md +824 -0
  133. package/org-skills/api-designer/references/pagination.md +494 -0
  134. package/org-skills/api-designer/references/rest-patterns.md +335 -0
  135. package/org-skills/api-designer/references/versioning.md +391 -0
  136. package/{dist/src/orgrt/role-skills/api-tester.md → org-skills/api-tester/SKILL.md} +8 -0
  137. package/org-skills/app-store-optimization/LICENSE.txt +21 -0
  138. package/org-skills/app-store-optimization/SKILL.md +317 -0
  139. package/org-skills/app-store-optimization/references/apple-specs.md +107 -0
  140. package/org-skills/app-store-optimization/references/benchmarks.md +129 -0
  141. package/org-skills/app-store-optimization/references/google-play-specs.md +131 -0
  142. package/org-skills/app-store-optimization/references/report-template.md +213 -0
  143. package/org-skills/app-store-optimization/references/scoring-criteria.md +213 -0
  144. package/org-skills/architecture-decision-records/LICENSE.txt +21 -0
  145. package/org-skills/architecture-decision-records/SKILL.md +446 -0
  146. package/org-skills/architecture-designer/LICENSE.txt +21 -0
  147. package/org-skills/architecture-designer/SKILL.md +113 -0
  148. package/org-skills/architecture-designer/references/adr-template.md +116 -0
  149. package/org-skills/architecture-designer/references/architecture-patterns.md +111 -0
  150. package/org-skills/architecture-designer/references/database-selection.md +102 -0
  151. package/org-skills/architecture-designer/references/nfr-checklist.md +112 -0
  152. package/org-skills/architecture-designer/references/system-design.md +100 -0
  153. package/org-skills/architecture-patterns/LICENSE.txt +21 -0
  154. package/org-skills/architecture-patterns/SKILL.md +169 -0
  155. package/org-skills/architecture-patterns/references/advanced-patterns.md +391 -0
  156. package/org-skills/architecture-patterns/references/details.md +335 -0
  157. package/org-skills/article-writing/LICENSE.txt +21 -0
  158. package/org-skills/article-writing/SKILL.md +83 -0
  159. package/org-skills/auth-implementation-patterns/LICENSE.txt +21 -0
  160. package/org-skills/auth-implementation-patterns/SKILL.md +88 -0
  161. package/org-skills/auth-implementation-patterns/references/details.md +560 -0
  162. package/{dist/src/orgrt/role-skills/automation-governance.md → org-skills/automation-governance/SKILL.md} +8 -0
  163. package/org-skills/avoid-ai-writing/LICENSE.txt +21 -0
  164. package/org-skills/avoid-ai-writing/SKILL.md +69 -0
  165. package/org-skills/avoid-ai-writing/references/pattern-catalog.md +126 -0
  166. package/org-skills/avoid-ai-writing/references/profiles.md +119 -0
  167. package/org-skills/avoid-ai-writing/references/word-tiers.md +220 -0
  168. package/{dist/src/orgrt/role-skills/backend-dev.md → org-skills/backend-dev/SKILL.md} +8 -0
  169. package/org-skills/backend-patterns/LICENSE.txt +21 -0
  170. package/org-skills/backend-patterns/SKILL.md +565 -0
  171. package/org-skills/bash-defensive-patterns/LICENSE.txt +21 -0
  172. package/org-skills/bash-defensive-patterns/SKILL.md +45 -0
  173. package/org-skills/bash-defensive-patterns/references/details.md +498 -0
  174. package/org-skills/before-you-build/LICENSE.txt +21 -0
  175. package/org-skills/before-you-build/SKILL.md +55 -0
  176. package/org-skills/before-you-build/references/risk-checklist.md +45 -0
  177. package/org-skills/benchmark-methodology/LICENSE.txt +21 -0
  178. package/org-skills/benchmark-methodology/SKILL.md +190 -0
  179. package/{dist/src/orgrt/role-skills/benchmarker.md → org-skills/benchmarker/SKILL.md} +8 -0
  180. package/{dist/src/orgrt/role-skills/blockchain-auditor.md → org-skills/blockchain-auditor/SKILL.md} +8 -0
  181. package/org-skills/board-deck-builder/LICENSE.txt +21 -0
  182. package/org-skills/board-deck-builder/SKILL.md +181 -0
  183. package/org-skills/board-deck-builder/references/deck-frameworks.md +184 -0
  184. package/org-skills/board-deck-builder/templates/board-deck-template.md +210 -0
  185. package/org-skills/business-investment-advisor/LICENSE.txt +21 -0
  186. package/org-skills/business-investment-advisor/SKILL.md +225 -0
  187. package/{dist/src/orgrt/role-skills/byzantine-coord.md → org-skills/byzantine-coord/SKILL.md} +8 -0
  188. package/{LICENSE → org-skills/canvas-design/LICENSE.txt} +24 -13
  189. package/org-skills/canvas-design/SKILL.md +134 -0
  190. package/org-skills/carrier-relationship-management/SKILL.md +203 -0
  191. package/{dist/src/orgrt/role-skills/case-analyst.md → org-skills/case-analyst/SKILL.md} +8 -0
  192. package/org-skills/ceo-advisor/LICENSE.txt +21 -0
  193. package/org-skills/ceo-advisor/SKILL.md +165 -0
  194. package/org-skills/ceo-advisor/references/board_governance_investor_relations.md +599 -0
  195. package/org-skills/ceo-advisor/references/executive_decision_framework.md +475 -0
  196. package/org-skills/ceo-advisor/references/leadership_organizational_culture.md +682 -0
  197. package/org-skills/cfo-advisor/LICENSE.txt +21 -0
  198. package/org-skills/cfo-advisor/SKILL.md +136 -0
  199. package/org-skills/cfo-advisor/references/cash_management.md +374 -0
  200. package/org-skills/cfo-advisor/references/financial_planning.md +500 -0
  201. package/org-skills/cfo-advisor/references/fundraising_playbook.md +419 -0
  202. package/org-skills/change-management/LICENSE.txt +21 -0
  203. package/org-skills/change-management/SKILL.md +250 -0
  204. package/org-skills/change-management/references/change-playbook.md +308 -0
  205. package/org-skills/changelog-automation/LICENSE.txt +21 -0
  206. package/org-skills/changelog-automation/SKILL.md +124 -0
  207. package/org-skills/changelog-automation/references/details.md +458 -0
  208. package/org-skills/chro-advisor/LICENSE.txt +21 -0
  209. package/org-skills/chro-advisor/SKILL.md +140 -0
  210. package/org-skills/chro-advisor/references/comp_frameworks.md +320 -0
  211. package/org-skills/chro-advisor/references/org_design.md +333 -0
  212. package/org-skills/chro-advisor/references/people_strategy.md +320 -0
  213. package/org-skills/churn-prevention/LICENSE.txt +21 -0
  214. package/org-skills/churn-prevention/SKILL.md +427 -0
  215. package/org-skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  216. package/org-skills/churn-prevention/references/dunning-playbook.md +408 -0
  217. package/{dist/src/orgrt/role-skills/cicd-engineer.md → org-skills/cicd-engineer/SKILL.md} +8 -0
  218. package/org-skills/ciso-advisor/LICENSE.txt +21 -0
  219. package/org-skills/ciso-advisor/SKILL.md +131 -0
  220. package/org-skills/ciso-advisor/references/compliance_roadmap.md +370 -0
  221. package/org-skills/ciso-advisor/references/incident_response.md +350 -0
  222. package/org-skills/ciso-advisor/references/security_strategy.md +321 -0
  223. package/org-skills/click-path-audit/LICENSE.txt +21 -0
  224. package/org-skills/click-path-audit/SKILL.md +248 -0
  225. package/{dist/src/orgrt/role-skills/cloud-architect.md → org-skills/cloud-architect/SKILL.md} +8 -0
  226. package/org-skills/cloud-architecture/LICENSE.txt +21 -0
  227. package/org-skills/cloud-architecture/SKILL.md +213 -0
  228. package/org-skills/cloud-architecture/references/aws.md +394 -0
  229. package/org-skills/cloud-architecture/references/azure.md +562 -0
  230. package/org-skills/cloud-architecture/references/cost.md +582 -0
  231. package/org-skills/cloud-architecture/references/gcp.md +633 -0
  232. package/org-skills/cloud-architecture/references/multi-cloud.md +483 -0
  233. package/org-skills/cmo-advisor/LICENSE.txt +21 -0
  234. package/org-skills/cmo-advisor/SKILL.md +165 -0
  235. package/org-skills/cmo-advisor/references/brand_positioning.md +374 -0
  236. package/org-skills/cmo-advisor/references/growth_frameworks.md +456 -0
  237. package/org-skills/cmo-advisor/references/marketing_org.md +281 -0
  238. package/org-skills/co-marketing/LICENSE.txt +21 -0
  239. package/org-skills/co-marketing/SKILL.md +313 -0
  240. package/org-skills/co-marketing/references/partnership-types.md +100 -0
  241. package/org-skills/code-documenter/LICENSE.txt +21 -0
  242. package/org-skills/code-documenter/SKILL.md +144 -0
  243. package/org-skills/code-documenter/references/api-docs-fastapi-django.md +166 -0
  244. package/org-skills/code-documenter/references/api-docs-nestjs-express.md +220 -0
  245. package/org-skills/code-documenter/references/coverage-reports.md +125 -0
  246. package/org-skills/code-documenter/references/documentation-systems.md +333 -0
  247. package/org-skills/code-documenter/references/interactive-api-docs.md +531 -0
  248. package/org-skills/code-documenter/references/python-docstrings.md +121 -0
  249. package/org-skills/code-documenter/references/typescript-jsdoc.md +145 -0
  250. package/org-skills/code-documenter/references/user-guides-tutorials.md +530 -0
  251. package/{dist/src/orgrt/role-skills/code-review-swarm.md → org-skills/code-review-swarm/SKILL.md} +8 -0
  252. package/org-skills/code-reviewer/LICENSE.txt +21 -0
  253. package/org-skills/code-reviewer/SKILL.md +115 -0
  254. package/org-skills/code-reviewer/references/common-issues.md +142 -0
  255. package/org-skills/code-reviewer/references/feedback-examples.md +144 -0
  256. package/org-skills/code-reviewer/references/receiving-feedback.md +238 -0
  257. package/org-skills/code-reviewer/references/report-template.md +109 -0
  258. package/org-skills/code-reviewer/references/review-checklist.md +88 -0
  259. package/org-skills/code-reviewer/references/spec-compliance-review.md +258 -0
  260. package/{dist/src/orgrt/role-skills/coder.md → org-skills/coder/SKILL.md} +8 -0
  261. package/org-skills/coding-standards/LICENSE.txt +21 -0
  262. package/org-skills/coding-standards/SKILL.md +554 -0
  263. package/org-skills/cold-email/LICENSE.txt +21 -0
  264. package/org-skills/cold-email/SKILL.md +162 -0
  265. package/org-skills/cold-email/references/benchmarks.md +83 -0
  266. package/org-skills/cold-email/references/follow-up-sequences.md +81 -0
  267. package/org-skills/cold-email/references/frameworks.md +90 -0
  268. package/org-skills/cold-email/references/personalization.md +79 -0
  269. package/org-skills/cold-email/references/subject-lines.md +53 -0
  270. package/{dist/src/orgrt/role-skills/collective-coord.md → org-skills/collective-coord/SKILL.md} +8 -0
  271. package/org-skills/community-marketing/LICENSE.txt +21 -0
  272. package/org-skills/community-marketing/SKILL.md +178 -0
  273. package/org-skills/community-marketing/references/community-models.md +63 -0
  274. package/org-skills/competitive-landscape/LICENSE.txt +21 -0
  275. package/org-skills/competitive-landscape/SKILL.md +518 -0
  276. package/org-skills/competitive-platform-analysis/LICENSE.txt +21 -0
  277. package/org-skills/competitive-platform-analysis/SKILL.md +214 -0
  278. package/org-skills/competitive-report-structure/LICENSE.txt +21 -0
  279. package/org-skills/competitive-report-structure/SKILL.md +162 -0
  280. package/org-skills/competitive-teardown/LICENSE.txt +21 -0
  281. package/org-skills/competitive-teardown/SKILL.md +176 -0
  282. package/org-skills/competitive-teardown/references/analysis-templates.md +203 -0
  283. package/org-skills/competitive-teardown/references/competitive-analysis-frameworks.md +107 -0
  284. package/org-skills/competitive-teardown/references/data-collection-guide.md +104 -0
  285. package/org-skills/competitive-teardown/references/scoring-rubric.md +116 -0
  286. package/org-skills/competitor-comparison-pages/LICENSE.txt +21 -0
  287. package/org-skills/competitor-comparison-pages/SKILL.md +261 -0
  288. package/org-skills/competitor-comparison-pages/references/content-architecture.md +271 -0
  289. package/org-skills/competitor-comparison-pages/references/templates.md +223 -0
  290. package/{dist/src/orgrt/role-skills/compliance-auditor.md → org-skills/compliance-auditor/SKILL.md} +8 -0
  291. package/{dist/src/orgrt/role-skills/consensus-coordinator.md → org-skills/consensus-coordinator/SKILL.md} +8 -0
  292. package/{dist/src/orgrt/role-skills/content-creator.md → org-skills/content-creator/SKILL.md} +8 -0
  293. package/org-skills/content-engine/LICENSE.txt +21 -0
  294. package/org-skills/content-engine/SKILL.md +135 -0
  295. package/org-skills/content-strategy/LICENSE.txt +21 -0
  296. package/org-skills/content-strategy/SKILL.md +442 -0
  297. package/org-skills/content-strategy/references/content-distribution.md +83 -0
  298. package/org-skills/content-strategy/references/headless-cms.md +194 -0
  299. package/org-skills/context-compression/LICENSE.txt +22 -0
  300. package/org-skills/context-compression/SKILL.md +284 -0
  301. package/org-skills/context-compression/references/evaluation-framework.md +213 -0
  302. package/org-skills/context-degradation/LICENSE.txt +22 -0
  303. package/org-skills/context-degradation/SKILL.md +241 -0
  304. package/org-skills/context-degradation/references/patterns.md +314 -0
  305. package/org-skills/context-fundamentals/LICENSE.txt +22 -0
  306. package/org-skills/context-fundamentals/SKILL.md +215 -0
  307. package/org-skills/context-fundamentals/references/context-components.md +283 -0
  308. package/org-skills/context-optimization/LICENSE.txt +22 -0
  309. package/org-skills/context-optimization/SKILL.md +224 -0
  310. package/org-skills/context-optimization/references/optimization_techniques.md +272 -0
  311. package/org-skills/contract-and-proposal-writer/LICENSE.txt +21 -0
  312. package/org-skills/contract-and-proposal-writer/SKILL.md +428 -0
  313. package/org-skills/contract-first/LICENSE.txt +21 -0
  314. package/org-skills/contract-first/SKILL.md +290 -0
  315. package/org-skills/coo-advisor/LICENSE.txt +21 -0
  316. package/org-skills/coo-advisor/SKILL.md +133 -0
  317. package/org-skills/coo-advisor/references/ops_cadence.md +606 -0
  318. package/org-skills/coo-advisor/references/process_frameworks.md +459 -0
  319. package/org-skills/coo-advisor/references/scaling_playbook.md +465 -0
  320. package/org-skills/copy-editing/LICENSE.txt +21 -0
  321. package/org-skills/copy-editing/SKILL.md +460 -0
  322. package/org-skills/copy-editing/references/checklist.md +66 -0
  323. package/org-skills/copy-editing/references/content-refresh.md +38 -0
  324. package/org-skills/copy-editing/references/plain-english-alternatives.md +394 -0
  325. package/org-skills/copywriting/LICENSE.txt +21 -0
  326. package/org-skills/copywriting/SKILL.md +259 -0
  327. package/org-skills/copywriting/references/copy-frameworks.md +433 -0
  328. package/org-skills/copywriting/references/natural-transitions.md +272 -0
  329. package/org-skills/cost-aware-llm-pipeline/LICENSE.txt +21 -0
  330. package/org-skills/cost-aware-llm-pipeline/SKILL.md +191 -0
  331. package/org-skills/cost-optimization/LICENSE.txt +21 -0
  332. package/org-skills/cost-optimization/SKILL.md +318 -0
  333. package/org-skills/cost-optimization/references/tagging-standards.md +23 -0
  334. package/org-skills/cpp-coding-standards/LICENSE.txt +21 -0
  335. package/org-skills/cpp-coding-standards/SKILL.md +727 -0
  336. package/org-skills/cpp-pro/LICENSE.txt +21 -0
  337. package/org-skills/cpp-pro/SKILL.md +112 -0
  338. package/org-skills/cpp-pro/references/build-tooling.md +440 -0
  339. package/org-skills/cpp-pro/references/concurrency.md +437 -0
  340. package/org-skills/cpp-pro/references/memory-performance.md +397 -0
  341. package/org-skills/cpp-pro/references/modern-cpp.md +304 -0
  342. package/org-skills/cpp-pro/references/templates.md +357 -0
  343. package/org-skills/cro-advisor/LICENSE.txt +21 -0
  344. package/org-skills/cro-advisor/SKILL.md +179 -0
  345. package/org-skills/cro-advisor/references/nrr_playbook.md +380 -0
  346. package/org-skills/cro-advisor/references/pricing_strategy.md +417 -0
  347. package/org-skills/cro-advisor/references/sales_playbook.md +461 -0
  348. package/{dist/src/orgrt/role-skills/cro-specialist.md → org-skills/cro-specialist/SKILL.md} +8 -0
  349. package/org-skills/csharp-developer/LICENSE.txt +21 -0
  350. package/org-skills/csharp-developer/SKILL.md +122 -0
  351. package/org-skills/csharp-developer/references/aspnet-core.md +394 -0
  352. package/org-skills/csharp-developer/references/blazor.md +553 -0
  353. package/org-skills/csharp-developer/references/entity-framework.md +409 -0
  354. package/org-skills/csharp-developer/references/modern-csharp.md +248 -0
  355. package/org-skills/csharp-developer/references/performance.md +498 -0
  356. package/org-skills/cto-advisor/LICENSE.txt +21 -0
  357. package/org-skills/cto-advisor/SKILL.md +253 -0
  358. package/org-skills/cto-advisor/references/architecture_decision_records.md +294 -0
  359. package/org-skills/cto-advisor/references/engineering_metrics.md +393 -0
  360. package/org-skills/cto-advisor/references/technology_evaluation_framework.md +370 -0
  361. package/org-skills/culture-architect/LICENSE.txt +21 -0
  362. package/org-skills/culture-architect/SKILL.md +164 -0
  363. package/org-skills/culture-architect/references/culture-playbook.md +243 -0
  364. package/org-skills/culture-architect/templates/culture-code-template.md +137 -0
  365. package/org-skills/customer-research/LICENSE.txt +21 -0
  366. package/org-skills/customer-research/SKILL.md +308 -0
  367. package/org-skills/customer-research/references/interviews-and-surveys.md +155 -0
  368. package/org-skills/customer-research/references/source-guides.md +401 -0
  369. package/org-skills/customs-trade-compliance/SKILL.md +253 -0
  370. package/org-skills/dart-flutter-patterns/LICENSE.txt +21 -0
  371. package/org-skills/dart-flutter-patterns/SKILL.md +567 -0
  372. package/org-skills/dashboard-builder/LICENSE.txt +21 -0
  373. package/org-skills/dashboard-builder/SKILL.md +111 -0
  374. package/{dist/src/orgrt/role-skills/data-consolidator.md → org-skills/data-consolidator/SKILL.md} +8 -0
  375. package/{dist/src/orgrt/role-skills/data-engineer.md → org-skills/data-engineer/SKILL.md} +8 -0
  376. package/org-skills/data-quality-frameworks/LICENSE.txt +21 -0
  377. package/org-skills/data-quality-frameworks/SKILL.md +143 -0
  378. package/org-skills/data-quality-frameworks/references/details.md +452 -0
  379. package/org-skills/data-storytelling/LICENSE.txt +21 -0
  380. package/org-skills/data-storytelling/SKILL.md +75 -0
  381. package/org-skills/data-storytelling/references/details.md +382 -0
  382. package/org-skills/database-migration/LICENSE.txt +21 -0
  383. package/org-skills/database-migration/SKILL.md +337 -0
  384. package/org-skills/database-migration/references/details.md +76 -0
  385. package/org-skills/database-migrations/LICENSE.txt +21 -0
  386. package/org-skills/database-migrations/SKILL.md +433 -0
  387. package/{dist/src/orgrt/role-skills/database-optimizer.md → org-skills/database-optimizer/SKILL.md} +8 -0
  388. package/org-skills/dbt-transformation-patterns/LICENSE.txt +21 -0
  389. package/org-skills/dbt-transformation-patterns/SKILL.md +119 -0
  390. package/org-skills/dbt-transformation-patterns/references/details.md +447 -0
  391. package/{dist/src/orgrt/role-skills/deal-strategist.md → org-skills/deal-strategist/SKILL.md} +8 -0
  392. package/org-skills/debugging-wizard/LICENSE.txt +21 -0
  393. package/org-skills/debugging-wizard/SKILL.md +102 -0
  394. package/org-skills/debugging-wizard/references/common-patterns.md +132 -0
  395. package/org-skills/debugging-wizard/references/debugging-tools.md +140 -0
  396. package/org-skills/debugging-wizard/references/quick-fixes.md +177 -0
  397. package/org-skills/debugging-wizard/references/strategies.md +142 -0
  398. package/org-skills/debugging-wizard/references/systematic-debugging.md +367 -0
  399. package/org-skills/deep-research/LICENSE.txt +21 -0
  400. package/org-skills/deep-research/SKILL.md +91 -0
  401. package/org-skills/deep-research/references/full-catalog.md +15 -0
  402. package/{dist/src/orgrt/role-skills/defender.md → org-skills/defender/SKILL.md} +8 -0
  403. package/org-skills/dependency-upgrade/LICENSE.txt +21 -0
  404. package/org-skills/dependency-upgrade/SKILL.md +373 -0
  405. package/org-skills/deployment-patterns/LICENSE.txt +21 -0
  406. package/org-skills/deployment-patterns/SKILL.md +431 -0
  407. package/org-skills/deployment-pipeline-design/LICENSE.txt +21 -0
  408. package/org-skills/deployment-pipeline-design/SKILL.md +111 -0
  409. package/org-skills/deployment-pipeline-design/references/advanced-strategies.md +629 -0
  410. package/org-skills/deployment-pipeline-design/references/details.md +399 -0
  411. package/org-skills/design-system/LICENSE.txt +21 -0
  412. package/org-skills/design-system/SKILL.md +86 -0
  413. package/org-skills/design-system-patterns/LICENSE.txt +21 -0
  414. package/org-skills/design-system-patterns/SKILL.md +120 -0
  415. package/org-skills/design-system-patterns/references/component-architecture.md +617 -0
  416. package/org-skills/design-system-patterns/references/design-tokens.md +420 -0
  417. package/org-skills/design-system-patterns/references/details.md +219 -0
  418. package/org-skills/design-system-patterns/references/theming-architecture.md +521 -0
  419. package/{dist/src/orgrt/role-skills/devops-automator.md → org-skills/devops-automator/SKILL.md} +8 -0
  420. package/org-skills/devops-engineer/LICENSE.txt +21 -0
  421. package/org-skills/devops-engineer/SKILL.md +143 -0
  422. package/org-skills/devops-engineer/references/deployment-strategies.md +241 -0
  423. package/org-skills/devops-engineer/references/docker-patterns.md +113 -0
  424. package/org-skills/devops-engineer/references/github-actions.md +139 -0
  425. package/org-skills/devops-engineer/references/gitlab-ci.md +192 -0
  426. package/org-skills/devops-engineer/references/incident-response.md +331 -0
  427. package/org-skills/devops-engineer/references/kubernetes.md +154 -0
  428. package/org-skills/devops-engineer/references/platform-engineering.md +417 -0
  429. package/org-skills/devops-engineer/references/release-automation.md +527 -0
  430. package/org-skills/devops-engineer/references/terraform-iac.md +141 -0
  431. package/{dist/src/orgrt/role-skills/discovery-coach.md → org-skills/discovery-coach/SKILL.md} +8 -0
  432. package/org-skills/django-expert/LICENSE.txt +21 -0
  433. package/org-skills/django-expert/SKILL.md +157 -0
  434. package/org-skills/django-expert/references/authentication.md +145 -0
  435. package/org-skills/django-expert/references/drf-serializers.md +148 -0
  436. package/org-skills/django-expert/references/models-orm.md +151 -0
  437. package/org-skills/django-expert/references/testing-django.md +204 -0
  438. package/org-skills/django-expert/references/viewsets-views.md +153 -0
  439. package/org-skills/django-patterns/LICENSE.txt +21 -0
  440. package/org-skills/django-patterns/SKILL.md +738 -0
  441. package/org-skills/docker-patterns/LICENSE.txt +21 -0
  442. package/org-skills/docker-patterns/SKILL.md +525 -0
  443. package/org-skills/dotnet-patterns/LICENSE.txt +21 -0
  444. package/org-skills/dotnet-patterns/SKILL.md +325 -0
  445. package/org-skills/e2e-testing/LICENSE.txt +21 -0
  446. package/org-skills/e2e-testing/SKILL.md +330 -0
  447. package/{dist/src/orgrt/role-skills/email-marketing.md → org-skills/email-marketing/SKILL.md} +8 -0
  448. package/org-skills/email-sequences/LICENSE.txt +21 -0
  449. package/org-skills/email-sequences/SKILL.md +314 -0
  450. package/org-skills/email-sequences/references/copy-guidelines.md +113 -0
  451. package/org-skills/email-sequences/references/email-types.md +515 -0
  452. package/org-skills/email-sequences/references/sequence-templates.md +168 -0
  453. package/{dist/src/orgrt/role-skills/embedded-firmware.md → org-skills/embedded-firmware/SKILL.md} +8 -0
  454. package/org-skills/embedded-systems/LICENSE.txt +21 -0
  455. package/org-skills/embedded-systems/SKILL.md +164 -0
  456. package/org-skills/embedded-systems/references/communication-protocols.md +411 -0
  457. package/org-skills/embedded-systems/references/memory-optimization.md +467 -0
  458. package/org-skills/embedded-systems/references/microcontroller-programming.md +394 -0
  459. package/org-skills/embedded-systems/references/power-optimization.md +441 -0
  460. package/org-skills/embedded-systems/references/rtos-patterns.md +313 -0
  461. package/org-skills/employment-contract-templates/LICENSE.txt +21 -0
  462. package/org-skills/employment-contract-templates/SKILL.md +69 -0
  463. package/org-skills/employment-contract-templates/references/details.md +461 -0
  464. package/org-skills/energy-procurement/SKILL.md +218 -0
  465. package/org-skills/error-handling/LICENSE.txt +21 -0
  466. package/org-skills/error-handling/SKILL.md +380 -0
  467. package/org-skills/error-handling-patterns/LICENSE.txt +21 -0
  468. package/org-skills/error-handling-patterns/SKILL.md +126 -0
  469. package/org-skills/error-handling-patterns/references/details.md +516 -0
  470. package/org-skills/event-marketing/LICENSE.txt +21 -0
  471. package/org-skills/event-marketing/SKILL.md +134 -0
  472. package/org-skills/event-marketing/references/event-portfolio-strategy.md +80 -0
  473. package/org-skills/event-marketing/references/speaking.md +49 -0
  474. package/org-skills/event-marketing/references/sponsorship-roi.md +57 -0
  475. package/org-skills/event-marketing/references/webinar-funnel.md +88 -0
  476. package/{dist/src/orgrt/role-skills/evidence-collector.md → org-skills/evidence-collector/SKILL.md} +8 -0
  477. package/org-skills/experiment-designer/LICENSE.txt +21 -0
  478. package/org-skills/experiment-designer/SKILL.md +109 -0
  479. package/org-skills/experiment-designer/references/experiment-playbook.md +70 -0
  480. package/org-skills/experiment-designer/references/statistics-reference.md +56 -0
  481. package/{dist/src/orgrt/role-skills/experiment-tracker.md → org-skills/experiment-tracker/SKILL.md} +8 -0
  482. package/org-skills/experimental-design/LICENSE.txt +21 -0
  483. package/org-skills/experimental-design/SKILL.md +250 -0
  484. package/org-skills/experimental-design/references/design_types.md +129 -0
  485. package/org-skills/experimental-design/references/factorial_and_doe.md +130 -0
  486. package/org-skills/experimental-design/references/randomization_and_blocking.md +116 -0
  487. package/org-skills/experimental-design/references/sequential_and_adaptive.md +97 -0
  488. package/org-skills/fastapi-expert/LICENSE.txt +21 -0
  489. package/org-skills/fastapi-expert/SKILL.md +182 -0
  490. package/org-skills/fastapi-expert/references/async-sqlalchemy.md +146 -0
  491. package/org-skills/fastapi-expert/references/authentication.md +159 -0
  492. package/org-skills/fastapi-expert/references/endpoints-routing.md +142 -0
  493. package/org-skills/fastapi-expert/references/migration-from-django.md +997 -0
  494. package/org-skills/fastapi-expert/references/pydantic-v2.md +135 -0
  495. package/org-skills/fastapi-expert/references/testing-async.md +159 -0
  496. package/org-skills/fastapi-patterns/LICENSE.txt +21 -0
  497. package/org-skills/fastapi-patterns/SKILL.md +517 -0
  498. package/{dist/src/orgrt/role-skills/feedback-synthesizer.md → org-skills/feedback-synthesizer/SKILL.md} +8 -0
  499. package/{dist/src/orgrt/role-skills/finance-tracker.md → org-skills/finance-tracker/SKILL.md} +8 -0
  500. package/org-skills/finishing-a-development-branch/LICENSE.txt +21 -0
  501. package/org-skills/finishing-a-development-branch/SKILL.md +230 -0
  502. package/org-skills/flutter-expert/LICENSE.txt +21 -0
  503. package/org-skills/flutter-expert/SKILL.md +135 -0
  504. package/org-skills/flutter-expert/references/bloc-state.md +259 -0
  505. package/org-skills/flutter-expert/references/gorouter-navigation.md +119 -0
  506. package/org-skills/flutter-expert/references/performance.md +99 -0
  507. package/org-skills/flutter-expert/references/project-structure.md +118 -0
  508. package/org-skills/flutter-expert/references/riverpod-state.md +130 -0
  509. package/org-skills/flutter-expert/references/widget-patterns.md +123 -0
  510. package/org-skills/focused-fix/LICENSE.txt +21 -0
  511. package/org-skills/focused-fix/SKILL.md +323 -0
  512. package/org-skills/free-tool-strategy/LICENSE.txt +21 -0
  513. package/org-skills/free-tool-strategy/SKILL.md +193 -0
  514. package/org-skills/free-tool-strategy/references/tool-benchmarks.md +35 -0
  515. package/org-skills/free-tool-strategy/references/tool-types.md +217 -0
  516. package/org-skills/frontend-design/LICENSE.txt +177 -0
  517. package/org-skills/frontend-design/SKILL.md +75 -0
  518. package/org-skills/frontend-design-direction/LICENSE.txt +21 -0
  519. package/org-skills/frontend-design-direction/SKILL.md +96 -0
  520. package/{dist/src/orgrt/role-skills/frontend-developer.md → org-skills/frontend-developer/SKILL.md} +8 -0
  521. package/org-skills/frontend-patterns/LICENSE.txt +21 -0
  522. package/org-skills/frontend-patterns/SKILL.md +660 -0
  523. package/{dist/src/orgrt/role-skills/game-audio-engineer.md → org-skills/game-audio-engineer/SKILL.md} +8 -0
  524. package/{dist/src/orgrt/role-skills/game-designer.md → org-skills/game-designer/SKILL.md} +8 -0
  525. package/org-skills/gdpr-data-handling/LICENSE.txt +21 -0
  526. package/org-skills/gdpr-data-handling/SKILL.md +78 -0
  527. package/org-skills/gdpr-data-handling/references/details.md +556 -0
  528. package/org-skills/general-counsel-advisor/LICENSE.txt +21 -0
  529. package/org-skills/general-counsel-advisor/SKILL.md +157 -0
  530. package/org-skills/general-counsel-advisor/references/contracts_playbook.md +148 -0
  531. package/org-skills/general-counsel-advisor/references/ip_and_regulatory.md +191 -0
  532. package/org-skills/general-counsel-advisor/references/term_sheet_decoder.md +243 -0
  533. package/org-skills/git-advanced-workflows/LICENSE.txt +21 -0
  534. package/org-skills/git-advanced-workflows/SKILL.md +203 -0
  535. package/org-skills/git-advanced-workflows/references/details.md +203 -0
  536. package/org-skills/git-workflow/LICENSE.txt +21 -0
  537. package/org-skills/git-workflow/SKILL.md +719 -0
  538. package/org-skills/golang-patterns/LICENSE.txt +21 -0
  539. package/org-skills/golang-patterns/SKILL.md +679 -0
  540. package/org-skills/golang-pro/LICENSE.txt +21 -0
  541. package/org-skills/golang-pro/SKILL.md +119 -0
  542. package/org-skills/golang-pro/references/concurrency.md +329 -0
  543. package/org-skills/golang-pro/references/generics.md +442 -0
  544. package/org-skills/golang-pro/references/interfaces.md +432 -0
  545. package/org-skills/golang-pro/references/project-structure.md +477 -0
  546. package/org-skills/golang-pro/references/testing.md +451 -0
  547. package/org-skills/harness-engineering/LICENSE.txt +22 -0
  548. package/org-skills/harness-engineering/SKILL.md +239 -0
  549. package/org-skills/healthcare-phi-compliance/LICENSE.txt +21 -0
  550. package/org-skills/healthcare-phi-compliance/SKILL.md +148 -0
  551. package/org-skills/hexagonal-architecture/LICENSE.txt +21 -0
  552. package/org-skills/hexagonal-architecture/SKILL.md +280 -0
  553. package/{dist/src/orgrt/role-skills/hierarchical-coord.md → org-skills/hierarchical-coord/SKILL.md} +8 -0
  554. package/org-skills/huggingface-transformers/SKILL.md +211 -0
  555. package/org-skills/huggingface-transformers/references/generation.md +473 -0
  556. package/org-skills/huggingface-transformers/references/models.md +371 -0
  557. package/org-skills/huggingface-transformers/references/pipelines.md +334 -0
  558. package/org-skills/huggingface-transformers/references/tokenizers.md +449 -0
  559. package/org-skills/huggingface-transformers/references/training.md +504 -0
  560. package/org-skills/hypothesis-generation/LICENSE.txt +21 -0
  561. package/org-skills/hypothesis-generation/SKILL.md +280 -0
  562. package/org-skills/hypothesis-generation/assets/preregistration_scaffold_template.md +137 -0
  563. package/org-skills/hypothesis-generation/references/causal_inference_and_claims.md +190 -0
  564. package/org-skills/hypothesis-generation/references/concepts_and_workflow.md +173 -0
  565. package/org-skills/hypothesis-generation/references/ethics_safety_and_ai.md +216 -0
  566. package/org-skills/hypothesis-generation/references/experimental_design_patterns.md +301 -0
  567. package/org-skills/hypothesis-generation/references/hypothesis_quality_criteria.md +203 -0
  568. package/org-skills/hypothesis-generation/references/literature_search_strategies.md +208 -0
  569. package/org-skills/hypothesis-generation/references/preregistration_and_open_science.md +205 -0
  570. package/org-skills/hypothesis-generation/references/security_validation.md +74 -0
  571. package/org-skills/hypothesis-generation/references/source_ledger.md +116 -0
  572. package/org-skills/hypothesis-generation/references/tool_reference.md +246 -0
  573. package/org-skills/incident-command-playbook/LICENSE.txt +21 -0
  574. package/org-skills/incident-command-playbook/SKILL.md +475 -0
  575. package/org-skills/incident-command-playbook/assets/incident_report_template.md +171 -0
  576. package/org-skills/incident-command-playbook/assets/runbook_template.md +289 -0
  577. package/org-skills/incident-command-playbook/references/communication_templates.md +591 -0
  578. package/org-skills/incident-command-playbook/references/incident-response-framework.md +372 -0
  579. package/org-skills/incident-command-playbook/references/incident_severity_matrix.md +292 -0
  580. package/org-skills/incident-command-playbook/references/rca_frameworks_guide.md +562 -0
  581. package/org-skills/incident-command-playbook/references/reference-information.md +201 -0
  582. package/org-skills/incident-command-playbook/references/sla-management-guide.md +566 -0
  583. package/{dist/src/orgrt/role-skills/incident-commander.md → org-skills/incident-commander/SKILL.md} +8 -0
  584. package/org-skills/incident-runbook-templates/LICENSE.txt +21 -0
  585. package/org-skills/incident-runbook-templates/SKILL.md +140 -0
  586. package/org-skills/incident-runbook-templates/references/details.md +342 -0
  587. package/org-skills/influencer-marketing/LICENSE.txt +21 -0
  588. package/org-skills/influencer-marketing/SKILL.md +202 -0
  589. package/org-skills/influencer-marketing/references/ugc-creator-program.md +91 -0
  590. package/{dist/src/orgrt/role-skills/infrastructure.md → org-skills/infrastructure/SKILL.md} +8 -0
  591. package/{dist/src/orgrt/role-skills/input-validator.md → org-skills/input-validator/SKILL.md} +8 -0
  592. package/org-skills/intent-driven-development/LICENSE.txt +21 -0
  593. package/org-skills/intent-driven-development/SKILL.md +365 -0
  594. package/org-skills/internal-comms/LICENSE.txt +202 -0
  595. package/org-skills/internal-comms/SKILL.md +36 -0
  596. package/org-skills/internal-comms/examples/3p-updates.md +47 -0
  597. package/org-skills/internal-comms/examples/company-newsletter.md +65 -0
  598. package/org-skills/internal-comms/examples/faq-answers.md +30 -0
  599. package/org-skills/internal-comms/examples/general-comms.md +16 -0
  600. package/org-skills/inventory-demand-planning/SKILL.md +237 -0
  601. package/org-skills/investor-materials/LICENSE.txt +21 -0
  602. package/org-skills/investor-materials/SKILL.md +100 -0
  603. package/{dist/src/orgrt/role-skills/ios-developer.md → org-skills/ios-developer/SKILL.md} +8 -0
  604. package/org-skills/isms-audit-expert/LICENSE.txt +21 -0
  605. package/org-skills/isms-audit-expert/SKILL.md +229 -0
  606. package/org-skills/isms-audit-expert/references/cloud-security-audit.md +226 -0
  607. package/org-skills/isms-audit-expert/references/iso27001-audit-methodology.md +260 -0
  608. package/org-skills/isms-audit-expert/references/iso27001_audit_playbook.md +180 -0
  609. package/org-skills/isms-audit-expert/references/security-control-testing.md +276 -0
  610. package/{dist/src/orgrt/role-skills/issue-tracker.md → org-skills/issue-tracker/SKILL.md} +8 -0
  611. package/org-skills/java-architect/LICENSE.txt +21 -0
  612. package/org-skills/java-architect/SKILL.md +129 -0
  613. package/org-skills/java-architect/references/jpa-optimization.md +393 -0
  614. package/org-skills/java-architect/references/reactive-webflux.md +356 -0
  615. package/org-skills/java-architect/references/spring-boot-setup.md +269 -0
  616. package/org-skills/java-architect/references/spring-security.md +445 -0
  617. package/org-skills/java-architect/references/testing-patterns.md +500 -0
  618. package/org-skills/java-coding-standards/LICENSE.txt +21 -0
  619. package/org-skills/java-coding-standards/SKILL.md +387 -0
  620. package/{dist/src/orgrt/role-skills/judge.md → org-skills/judge/SKILL.md} +8 -0
  621. package/org-skills/kotlin-patterns/LICENSE.txt +21 -0
  622. package/org-skills/kotlin-patterns/SKILL.md +715 -0
  623. package/org-skills/kotlin-specialist/LICENSE.txt +21 -0
  624. package/org-skills/kotlin-specialist/SKILL.md +144 -0
  625. package/org-skills/kotlin-specialist/references/android-compose.md +419 -0
  626. package/org-skills/kotlin-specialist/references/coroutines-flow.md +276 -0
  627. package/org-skills/kotlin-specialist/references/dsl-idioms.md +421 -0
  628. package/org-skills/kotlin-specialist/references/ktor-server.md +426 -0
  629. package/org-skills/kotlin-specialist/references/multiplatform-kmp.md +380 -0
  630. package/org-skills/kpi-dashboard-design/LICENSE.txt +21 -0
  631. package/org-skills/kpi-dashboard-design/SKILL.md +152 -0
  632. package/org-skills/kpi-dashboard-design/references/details.md +351 -0
  633. package/org-skills/kubernetes-patterns/LICENSE.txt +21 -0
  634. package/org-skills/kubernetes-patterns/SKILL.md +759 -0
  635. package/org-skills/kubernetes-specialist/LICENSE.txt +21 -0
  636. package/org-skills/kubernetes-specialist/SKILL.md +238 -0
  637. package/org-skills/kubernetes-specialist/references/configuration.md +452 -0
  638. package/org-skills/kubernetes-specialist/references/cost-optimization.md +458 -0
  639. package/org-skills/kubernetes-specialist/references/custom-operators.md +563 -0
  640. package/org-skills/kubernetes-specialist/references/gitops.md +530 -0
  641. package/org-skills/kubernetes-specialist/references/helm-charts.md +912 -0
  642. package/org-skills/kubernetes-specialist/references/multi-cluster.md +507 -0
  643. package/org-skills/kubernetes-specialist/references/networking.md +447 -0
  644. package/org-skills/kubernetes-specialist/references/service-mesh.md +459 -0
  645. package/org-skills/kubernetes-specialist/references/storage.md +535 -0
  646. package/org-skills/kubernetes-specialist/references/troubleshooting.md +414 -0
  647. package/org-skills/kubernetes-specialist/references/workloads.md +377 -0
  648. package/org-skills/laravel-patterns/LICENSE.txt +21 -0
  649. package/org-skills/laravel-patterns/SKILL.md +419 -0
  650. package/{dist/src/orgrt/role-skills/launch-strategist.md → org-skills/launch-strategist/SKILL.md} +8 -0
  651. package/org-skills/launch-strategy/LICENSE.txt +21 -0
  652. package/org-skills/launch-strategy/SKILL.md +384 -0
  653. package/org-skills/lead-magnets/LICENSE.txt +21 -0
  654. package/org-skills/lead-magnets/SKILL.md +313 -0
  655. package/org-skills/lead-magnets/references/benchmarks.md +129 -0
  656. package/org-skills/lead-magnets/references/format-guide.md +196 -0
  657. package/org-skills/legacy-modernizer/LICENSE.txt +21 -0
  658. package/org-skills/legacy-modernizer/SKILL.md +134 -0
  659. package/org-skills/legacy-modernizer/references/legacy-testing.md +381 -0
  660. package/org-skills/legacy-modernizer/references/migration-strategies.md +423 -0
  661. package/org-skills/legacy-modernizer/references/refactoring-patterns.md +395 -0
  662. package/org-skills/legacy-modernizer/references/strangler-fig-pattern.md +281 -0
  663. package/org-skills/legacy-modernizer/references/system-assessment.md +487 -0
  664. package/{dist/src/orgrt/role-skills/legal-compliance.md → org-skills/legal-compliance/SKILL.md} +8 -0
  665. package/{dist/src/orgrt/role-skills/level-designer.md → org-skills/level-designer/SKILL.md} +8 -0
  666. package/org-skills/llm-cost-optimizer/LICENSE.txt +21 -0
  667. package/org-skills/llm-cost-optimizer/SKILL.md +227 -0
  668. package/org-skills/llm-evaluation/LICENSE.txt +21 -0
  669. package/org-skills/llm-evaluation/SKILL.md +149 -0
  670. package/org-skills/llm-evaluation/references/details.md +527 -0
  671. package/org-skills/llm-project-development/LICENSE.txt +22 -0
  672. package/org-skills/llm-project-development/SKILL.md +309 -0
  673. package/org-skills/llm-project-development/references/case-studies.md +388 -0
  674. package/org-skills/llm-project-development/references/pipeline-patterns.md +610 -0
  675. package/{dist/src/orgrt/role-skills/load-balancer.md → org-skills/load-balancer/SKILL.md} +8 -0
  676. package/org-skills/logistics-exception-management/SKILL.md +213 -0
  677. package/org-skills/long-horizon-prompting/LICENSE.txt +22 -0
  678. package/org-skills/long-horizon-prompting/SKILL.md +279 -0
  679. package/org-skills/long-horizon-prompting/references/cdc-prompt-annotated.md +78 -0
  680. package/org-skills/long-horizon-prompting/references/research-evidence.md +57 -0
  681. package/org-skills/long-horizon-prompting/references/task-brief-template.md +142 -0
  682. package/org-skills/long-horizon-prompting/references/vendor-guidance.md +110 -0
  683. package/org-skills/make-interfaces-feel-better/LICENSE.txt +21 -0
  684. package/org-skills/make-interfaces-feel-better/SKILL.md +155 -0
  685. package/org-skills/markdown-mermaid-writing/SKILL.md +319 -0
  686. package/org-skills/markdown-mermaid-writing/assets/examples/example-research-report.md +221 -0
  687. package/org-skills/markdown-mermaid-writing/references/diagrams/architecture.md +108 -0
  688. package/org-skills/markdown-mermaid-writing/references/diagrams/block.md +177 -0
  689. package/org-skills/markdown-mermaid-writing/references/diagrams/c4.md +136 -0
  690. package/org-skills/markdown-mermaid-writing/references/diagrams/class.md +246 -0
  691. package/org-skills/markdown-mermaid-writing/references/diagrams/complex_examples.md +384 -0
  692. package/org-skills/markdown-mermaid-writing/references/diagrams/er.md +222 -0
  693. package/org-skills/markdown-mermaid-writing/references/diagrams/flowchart.md +177 -0
  694. package/org-skills/markdown-mermaid-writing/references/diagrams/gantt.md +138 -0
  695. package/org-skills/markdown-mermaid-writing/references/diagrams/git_graph.md +74 -0
  696. package/org-skills/markdown-mermaid-writing/references/diagrams/kanban.md +107 -0
  697. package/org-skills/markdown-mermaid-writing/references/diagrams/mindmap.md +74 -0
  698. package/org-skills/markdown-mermaid-writing/references/diagrams/packet.md +55 -0
  699. package/org-skills/markdown-mermaid-writing/references/diagrams/pie.md +52 -0
  700. package/org-skills/markdown-mermaid-writing/references/diagrams/quadrant.md +66 -0
  701. package/org-skills/markdown-mermaid-writing/references/diagrams/radar.md +59 -0
  702. package/org-skills/markdown-mermaid-writing/references/diagrams/requirement.md +88 -0
  703. package/org-skills/markdown-mermaid-writing/references/diagrams/sankey.md +71 -0
  704. package/org-skills/markdown-mermaid-writing/references/diagrams/sequence.md +174 -0
  705. package/org-skills/markdown-mermaid-writing/references/diagrams/state.md +150 -0
  706. package/org-skills/markdown-mermaid-writing/references/diagrams/timeline.md +96 -0
  707. package/org-skills/markdown-mermaid-writing/references/diagrams/treemap.md +66 -0
  708. package/org-skills/markdown-mermaid-writing/references/diagrams/user_journey.md +108 -0
  709. package/org-skills/markdown-mermaid-writing/references/diagrams/xy_chart.md +53 -0
  710. package/org-skills/markdown-mermaid-writing/references/diagrams/zenuml.md +71 -0
  711. package/org-skills/markdown-mermaid-writing/references/markdown_style_guide.md +733 -0
  712. package/org-skills/markdown-mermaid-writing/references/mermaid_style_guide.md +458 -0
  713. package/org-skills/markdown-mermaid-writing/templates/decision_record.md +211 -0
  714. package/org-skills/markdown-mermaid-writing/templates/how_to_guide.md +275 -0
  715. package/org-skills/markdown-mermaid-writing/templates/issue.md +303 -0
  716. package/org-skills/markdown-mermaid-writing/templates/kanban.md +223 -0
  717. package/org-skills/markdown-mermaid-writing/templates/presentation.md +312 -0
  718. package/org-skills/markdown-mermaid-writing/templates/project_documentation.md +412 -0
  719. package/org-skills/markdown-mermaid-writing/templates/pull_request.md +319 -0
  720. package/org-skills/markdown-mermaid-writing/templates/research_paper.md +304 -0
  721. package/org-skills/markdown-mermaid-writing/templates/status_report.md +185 -0
  722. package/org-skills/market-research/LICENSE.txt +21 -0
  723. package/org-skills/market-research/SKILL.md +90 -0
  724. package/org-skills/market-research-reports/LICENSE.txt +21 -0
  725. package/org-skills/market-research-reports/SKILL.md +354 -0
  726. package/org-skills/market-research-reports/assets/FORMATTING_GUIDE.md +149 -0
  727. package/org-skills/market-research-reports/references/data_analysis_patterns.md +290 -0
  728. package/org-skills/market-research-reports/references/evidence_model.md +148 -0
  729. package/org-skills/market-research-reports/references/methods_and_ethics.md +162 -0
  730. package/org-skills/market-research-reports/references/official_data_sources.md +196 -0
  731. package/org-skills/market-research-reports/references/report_structure_guide.md +283 -0
  732. package/org-skills/market-research-reports/references/sources.md +73 -0
  733. package/org-skills/market-research-reports/references/visual_generation_guide.md +158 -0
  734. package/org-skills/market-sizing-analysis/LICENSE.txt +21 -0
  735. package/org-skills/market-sizing-analysis/SKILL.md +69 -0
  736. package/org-skills/market-sizing-analysis/examples/saas-market-sizing.md +377 -0
  737. package/org-skills/market-sizing-analysis/references/data-sources.md +421 -0
  738. package/org-skills/market-sizing-analysis/references/details.md +370 -0
  739. package/org-skills/marketing-attribution/LICENSE.txt +21 -0
  740. package/org-skills/marketing-attribution/SKILL.md +227 -0
  741. package/org-skills/marketing-attribution/references/attribution-models.md +72 -0
  742. package/org-skills/marketing-attribution/references/by-business-type.md +54 -0
  743. package/org-skills/marketing-attribution/references/first-party-tracking.md +238 -0
  744. package/org-skills/marketing-attribution/references/measurement-paradigms.md +74 -0
  745. package/org-skills/marketing-campaign/LICENSE.txt +21 -0
  746. package/org-skills/marketing-campaign/SKILL.md +117 -0
  747. package/org-skills/marketing-council/LICENSE.txt +21 -0
  748. package/org-skills/marketing-council/SKILL.md +164 -0
  749. package/org-skills/marketing-council/references/advisor-template.md +51 -0
  750. package/org-skills/marketing-council/references/advisors/alex-hormozi.md +43 -0
  751. package/org-skills/marketing-council/references/advisors/ann-handley.md +43 -0
  752. package/org-skills/marketing-council/references/advisors/april-dunford.md +41 -0
  753. package/org-skills/marketing-council/references/advisors/byron-sharp.md +43 -0
  754. package/org-skills/marketing-council/references/advisors/claude-hopkins.md +42 -0
  755. package/org-skills/marketing-council/references/advisors/david-ogilvy.md +42 -0
  756. package/org-skills/marketing-council/references/advisors/eugene-schwartz.md +42 -0
  757. package/org-skills/marketing-council/references/advisors/gary-halbert.md +43 -0
  758. package/org-skills/marketing-council/references/advisors/gary-vaynerchuk.md +43 -0
  759. package/org-skills/marketing-council/references/advisors/rory-sutherland.md +42 -0
  760. package/org-skills/marketing-council/references/advisors/russell-brunson.md +43 -0
  761. package/org-skills/marketing-council/references/advisors/seth-godin.md +43 -0
  762. package/org-skills/marketing-demand-acquisition/LICENSE.txt +21 -0
  763. package/org-skills/marketing-demand-acquisition/SKILL.md +295 -0
  764. package/org-skills/marketing-demand-acquisition/references/attribution-guide.md +217 -0
  765. package/org-skills/marketing-demand-acquisition/references/campaign-templates.md +221 -0
  766. package/org-skills/marketing-demand-acquisition/references/hubspot-workflows.md +168 -0
  767. package/org-skills/marketing-demand-acquisition/references/international-playbooks.md +200 -0
  768. package/org-skills/marketing-loops/LICENSE.txt +21 -0
  769. package/org-skills/marketing-loops/SKILL.md +110 -0
  770. package/org-skills/marketing-loops/references/loop-catalog.md +687 -0
  771. package/org-skills/marketing-loops/references/loop-guardrails.md +73 -0
  772. package/org-skills/marketing-loops/references/loop-orchestration.md +69 -0
  773. package/org-skills/marketing-loops/references/loop-state.md +67 -0
  774. package/org-skills/marketing-loops/references/loop-template.md +79 -0
  775. package/org-skills/marketing-plan/LICENSE.txt +21 -0
  776. package/org-skills/marketing-plan/SKILL.md +303 -0
  777. package/org-skills/marketing-plan/references/aarrr-framework.md +180 -0
  778. package/org-skills/marketing-plan/references/budget-planning.md +168 -0
  779. package/org-skills/marketing-plan/references/client-types.md +373 -0
  780. package/org-skills/marketing-plan/references/current-state-rubric.md +255 -0
  781. package/org-skills/marketing-plan/references/example-quietude.md +972 -0
  782. package/org-skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  783. package/org-skills/marketing-plan/references/growth-patterns.md +190 -0
  784. package/org-skills/marketing-plan/references/idea-cross-reference.md +265 -0
  785. package/org-skills/marketing-plan/references/measurement-framework.md +213 -0
  786. package/org-skills/marketing-plan/references/methodology.md +363 -0
  787. package/org-skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  788. package/org-skills/marketing-plan/references/plan-template.md +494 -0
  789. package/org-skills/marketing-plan/references/team-and-agency-model.md +278 -0
  790. package/org-skills/marketing-psychology/LICENSE.txt +21 -0
  791. package/org-skills/marketing-psychology/SKILL.md +458 -0
  792. package/org-skills/marketing-strategy-pmm/LICENSE.txt +21 -0
  793. package/org-skills/marketing-strategy-pmm/SKILL.md +391 -0
  794. package/org-skills/marketing-strategy-pmm/references/international-gtm.md +401 -0
  795. package/org-skills/marketing-strategy-pmm/references/launch-checklists.md +333 -0
  796. package/org-skills/marketing-strategy-pmm/references/messaging-templates.md +446 -0
  797. package/org-skills/marketing-strategy-pmm/references/positioning-frameworks.md +279 -0
  798. package/org-skills/markitdown-document-conversion/LICENSE.txt +21 -0
  799. package/org-skills/markitdown-document-conversion/SKILL.md +281 -0
  800. package/org-skills/markitdown-document-conversion/references/api_reference.md +418 -0
  801. package/org-skills/markitdown-document-conversion/references/cloud_and_ocr.md +320 -0
  802. package/org-skills/markitdown-document-conversion/references/file_formats.md +281 -0
  803. package/org-skills/markitdown-document-conversion/references/mcp_and_plugins.md +243 -0
  804. package/org-skills/markitdown-document-conversion/references/migration.md +356 -0
  805. package/org-skills/markitdown-document-conversion/references/security.md +246 -0
  806. package/org-skills/markitdown-document-conversion/references/workflows.md +309 -0
  807. package/{dist/src/orgrt/role-skills/mcp-builder.md → org-skills/mcp-builder/SKILL.md} +8 -0
  808. package/org-skills/mcp-server-builder/LICENSE.txt +202 -0
  809. package/org-skills/mcp-server-builder/SKILL.md +240 -0
  810. package/org-skills/mcp-server-builder/reference/evaluation.md +602 -0
  811. package/org-skills/mcp-server-builder/reference/mcp_best_practices.md +249 -0
  812. package/org-skills/mcp-server-builder/reference/node_mcp_server.md +970 -0
  813. package/org-skills/mcp-server-builder/reference/python_mcp_server.md +719 -0
  814. package/org-skills/mcp-server-patterns/LICENSE.txt +21 -0
  815. package/org-skills/mcp-server-patterns/SKILL.md +73 -0
  816. package/{dist/src/orgrt/role-skills/memory-coordinator.md → org-skills/memory-coordinator/SKILL.md} +8 -0
  817. package/{dist/src/orgrt/role-skills/mesh-coordinator.md → org-skills/mesh-coordinator/SKILL.md} +8 -0
  818. package/{dist/src/orgrt/role-skills/ml-developer.md → org-skills/ml-developer/SKILL.md} +8 -0
  819. package/org-skills/ml-pipeline/LICENSE.txt +21 -0
  820. package/org-skills/ml-pipeline/SKILL.md +155 -0
  821. package/org-skills/ml-pipeline/references/experiment-tracking.md +833 -0
  822. package/org-skills/ml-pipeline/references/feature-engineering.md +631 -0
  823. package/org-skills/ml-pipeline/references/model-validation.md +978 -0
  824. package/org-skills/ml-pipeline/references/pipeline-orchestration.md +907 -0
  825. package/org-skills/ml-pipeline/references/training-pipelines.md +782 -0
  826. package/org-skills/mle-workflow/LICENSE.txt +21 -0
  827. package/org-skills/mle-workflow/SKILL.md +350 -0
  828. package/{dist/src/orgrt/role-skills/mobile-app-builder.md → org-skills/mobile-app-builder/SKILL.md} +8 -0
  829. package/{dist/src/orgrt/role-skills/mobile-dev.md → org-skills/mobile-dev/SKILL.md} +8 -0
  830. package/{dist/src/orgrt/role-skills/model-qa.md → org-skills/model-qa/SKILL.md} +8 -0
  831. package/org-skills/monitoring-expert/LICENSE.txt +21 -0
  832. package/org-skills/monitoring-expert/SKILL.md +173 -0
  833. package/org-skills/monitoring-expert/references/alerting-rules.md +141 -0
  834. package/org-skills/monitoring-expert/references/application-profiling.md +331 -0
  835. package/org-skills/monitoring-expert/references/capacity-planning.md +344 -0
  836. package/org-skills/monitoring-expert/references/dashboards.md +126 -0
  837. package/org-skills/monitoring-expert/references/opentelemetry.md +123 -0
  838. package/org-skills/monitoring-expert/references/performance-testing.md +269 -0
  839. package/org-skills/monitoring-expert/references/prometheus-metrics.md +136 -0
  840. package/org-skills/monitoring-expert/references/structured-logging.md +142 -0
  841. package/org-skills/monodesign-ui-quality/SKILL.md +38 -0
  842. package/org-skills/monograph-code-navigation/SKILL.md +46 -0
  843. package/org-skills/monolean-minimal-change/SKILL.md +50 -0
  844. package/org-skills/multi-agent-patterns/LICENSE.txt +22 -0
  845. package/org-skills/multi-agent-patterns/SKILL.md +272 -0
  846. package/org-skills/multi-agent-patterns/references/frameworks.md +433 -0
  847. package/org-skills/mysql-patterns/LICENSE.txt +21 -0
  848. package/org-skills/mysql-patterns/SKILL.md +416 -0
  849. package/{dist/src/orgrt/role-skills/narrative-designer.md → org-skills/narrative-designer/SKILL.md} +8 -0
  850. package/org-skills/nextjs-developer/LICENSE.txt +21 -0
  851. package/org-skills/nextjs-developer/SKILL.md +140 -0
  852. package/org-skills/nextjs-developer/references/app-router.md +311 -0
  853. package/org-skills/nextjs-developer/references/data-fetching.md +482 -0
  854. package/org-skills/nextjs-developer/references/deployment.md +545 -0
  855. package/org-skills/nextjs-developer/references/server-actions.md +462 -0
  856. package/org-skills/nextjs-developer/references/server-components.md +384 -0
  857. package/org-skills/offer-design/LICENSE.txt +21 -0
  858. package/org-skills/offer-design/SKILL.md +158 -0
  859. package/org-skills/offer-design/references/bonus-stacking.md +150 -0
  860. package/org-skills/offer-design/references/examples.md +215 -0
  861. package/org-skills/offer-design/references/guarantee-design.md +172 -0
  862. package/org-skills/offer-design/references/offer-anatomy.md +203 -0
  863. package/org-skills/offer-design/references/offer-formats.md +240 -0
  864. package/org-skills/offer-design/references/saas-offers.md +116 -0
  865. package/org-skills/offer-design/references/scarcity-urgency.md +175 -0
  866. package/org-skills/offer-design/references/value-equation.md +134 -0
  867. package/org-skills/onboarding-cro/LICENSE.txt +21 -0
  868. package/org-skills/onboarding-cro/SKILL.md +264 -0
  869. package/org-skills/onboarding-cro/references/activation-models.md +57 -0
  870. package/org-skills/onboarding-cro/references/experiments.md +258 -0
  871. package/org-skills/onboarding-cro/references/minimum-path-to-value.md +49 -0
  872. package/{dist/src/orgrt/role-skills/outbound-strategist.md → org-skills/outbound-strategist/SKILL.md} +8 -0
  873. package/org-skills/page-cro/LICENSE.txt +21 -0
  874. package/org-skills/page-cro/SKILL.md +190 -0
  875. package/org-skills/page-cro/references/experiments.md +248 -0
  876. package/org-skills/page-cro/references/form.md +422 -0
  877. package/org-skills/paid-ads/LICENSE.txt +21 -0
  878. package/org-skills/paid-ads/SKILL.md +502 -0
  879. package/org-skills/paid-ads/references/abm-playbook.md +93 -0
  880. package/org-skills/paid-ads/references/ad-copy-templates.md +207 -0
  881. package/org-skills/paid-ads/references/audience-targeting.md +243 -0
  882. package/org-skills/paid-ads/references/audit-guardrails.md +83 -0
  883. package/org-skills/paid-ads/references/b2b-paid-playbook.md +115 -0
  884. package/org-skills/paid-ads/references/conversion-tracking.md +361 -0
  885. package/org-skills/paid-ads/references/creative-research-automation.md +103 -0
  886. package/org-skills/paid-ads/references/google-ads-audit-checklist.md +84 -0
  887. package/org-skills/paid-ads/references/google-search-playbook.md +120 -0
  888. package/org-skills/paid-ads/references/linkedin-b2b-playbook.md +107 -0
  889. package/org-skills/paid-ads/references/meta-decision-system.md +176 -0
  890. package/org-skills/paid-ads/references/payback-period.md +69 -0
  891. package/org-skills/paid-ads/references/platform-setup-checklists.md +277 -0
  892. package/org-skills/paid-ads/references/rsa-output-spec.md +88 -0
  893. package/org-skills/pandas-pro/LICENSE.txt +21 -0
  894. package/org-skills/pandas-pro/SKILL.md +175 -0
  895. package/org-skills/pandas-pro/references/aggregation-groupby.md +545 -0
  896. package/org-skills/pandas-pro/references/data-cleaning.md +500 -0
  897. package/org-skills/pandas-pro/references/dataframe-operations.md +420 -0
  898. package/org-skills/pandas-pro/references/merging-joining.md +596 -0
  899. package/org-skills/pandas-pro/references/performance-optimization.md +597 -0
  900. package/{dist/src/orgrt/role-skills/path-validator.md → org-skills/path-validator/SKILL.md} +8 -0
  901. package/{dist/src/orgrt/role-skills/payment-agent.md → org-skills/payment-agent/SKILL.md} +8 -0
  902. package/org-skills/pci-compliance/LICENSE.txt +21 -0
  903. package/org-skills/pci-compliance/SKILL.md +277 -0
  904. package/org-skills/pci-compliance/references/details.md +181 -0
  905. package/{dist/src/orgrt/role-skills/perf-analyzer.md → org-skills/perf-analyzer/SKILL.md} +8 -0
  906. package/org-skills/php-pro/LICENSE.txt +21 -0
  907. package/org-skills/php-pro/SKILL.md +203 -0
  908. package/org-skills/php-pro/references/async-patterns.md +412 -0
  909. package/org-skills/php-pro/references/laravel-patterns.md +377 -0
  910. package/org-skills/php-pro/references/modern-php-features.md +323 -0
  911. package/org-skills/php-pro/references/symfony-patterns.md +466 -0
  912. package/org-skills/php-pro/references/testing-quality.md +466 -0
  913. package/{dist/src/orgrt/role-skills/pipeline-analyst.md → org-skills/pipeline-analyst/SKILL.md} +8 -0
  914. package/{dist/src/orgrt/role-skills/planner.md → org-skills/planner/SKILL.md} +8 -0
  915. package/org-skills/playwright-expert/LICENSE.txt +21 -0
  916. package/org-skills/playwright-expert/SKILL.md +166 -0
  917. package/org-skills/playwright-expert/references/api-mocking.md +140 -0
  918. package/org-skills/playwright-expert/references/configuration.md +155 -0
  919. package/org-skills/playwright-expert/references/debugging-flaky.md +150 -0
  920. package/org-skills/playwright-expert/references/page-object-model.md +152 -0
  921. package/org-skills/playwright-expert/references/selectors-locators.md +119 -0
  922. package/org-skills/postgres-patterns/LICENSE.txt +21 -0
  923. package/org-skills/postgres-patterns/SKILL.md +151 -0
  924. package/org-skills/postgresql-table-design/LICENSE.txt +21 -0
  925. package/org-skills/postgresql-table-design/SKILL.md +134 -0
  926. package/org-skills/postgresql-table-design/references/details.md +161 -0
  927. package/org-skills/postmortem-writing/LICENSE.txt +21 -0
  928. package/org-skills/postmortem-writing/SKILL.md +238 -0
  929. package/org-skills/postmortem-writing/references/details.md +164 -0
  930. package/{dist/src/orgrt/role-skills/pr-manager.md → org-skills/pr-manager/SKILL.md} +8 -0
  931. package/{dist/src/orgrt/role-skills/pricing-strategist.md → org-skills/pricing-strategist/SKILL.md} +8 -0
  932. package/org-skills/pricing-strategy/LICENSE.txt +21 -0
  933. package/org-skills/pricing-strategy/SKILL.md +298 -0
  934. package/org-skills/pricing-strategy/references/pricing-models.md +66 -0
  935. package/org-skills/pricing-strategy/references/pricing-page-teardown.md +85 -0
  936. package/org-skills/pricing-strategy/references/research-methods.md +152 -0
  937. package/org-skills/pricing-strategy/references/tier-structure.md +232 -0
  938. package/org-skills/prisma-patterns/LICENSE.txt +21 -0
  939. package/org-skills/prisma-patterns/SKILL.md +404 -0
  940. package/org-skills/product-capability/LICENSE.txt +21 -0
  941. package/org-skills/product-capability/SKILL.md +145 -0
  942. package/org-skills/product-discovery/LICENSE.txt +21 -0
  943. package/org-skills/product-discovery/SKILL.md +119 -0
  944. package/org-skills/product-discovery/references/discovery-frameworks.md +72 -0
  945. package/org-skills/product-lens/LICENSE.txt +21 -0
  946. package/org-skills/product-lens/SKILL.md +96 -0
  947. package/{dist/src/orgrt/role-skills/product-manager.md → org-skills/product-manager/SKILL.md} +8 -0
  948. package/org-skills/product-marketing-context/LICENSE.txt +21 -0
  949. package/org-skills/product-marketing-context/SKILL.md +258 -0
  950. package/org-skills/production-audit/LICENSE.txt +21 -0
  951. package/org-skills/production-audit/SKILL.md +210 -0
  952. package/org-skills/production-scheduling/SKILL.md +228 -0
  953. package/{dist/src/orgrt/role-skills/production-validator.md → org-skills/production-validator/SKILL.md} +8 -0
  954. package/org-skills/programmatic-seo/LICENSE.txt +21 -0
  955. package/org-skills/programmatic-seo/SKILL.md +241 -0
  956. package/org-skills/programmatic-seo/references/playbooks.md +308 -0
  957. package/{dist/src/orgrt/role-skills/project-shepherd.md → org-skills/project-shepherd/SKILL.md} +8 -0
  958. package/org-skills/prompt-engineer/LICENSE.txt +21 -0
  959. package/org-skills/prompt-engineer/SKILL.md +131 -0
  960. package/org-skills/prompt-engineer/references/context-management.md +198 -0
  961. package/org-skills/prompt-engineer/references/evaluation-frameworks.md +778 -0
  962. package/org-skills/prompt-engineer/references/prompt-optimization.md +560 -0
  963. package/org-skills/prompt-engineer/references/prompt-patterns.md +506 -0
  964. package/org-skills/prompt-engineer/references/structured-outputs.md +720 -0
  965. package/org-skills/prompt-engineer/references/system-prompts.md +544 -0
  966. package/{dist/src/orgrt/role-skills/proposal-strategist.md → org-skills/proposal-strategist/SKILL.md} +8 -0
  967. package/{dist/src/orgrt/role-skills/prosecutor.md → org-skills/prosecutor/SKILL.md} +8 -0
  968. package/org-skills/public-relations/LICENSE.txt +21 -0
  969. package/org-skills/public-relations/SKILL.md +145 -0
  970. package/org-skills/public-relations/references/journalist-pitching.md +368 -0
  971. package/org-skills/public-relations/references/media-outlets.md +207 -0
  972. package/org-skills/public-relations/references/newsjacking.md +218 -0
  973. package/org-skills/public-relations/references/podcast-guest-prep.md +60 -0
  974. package/org-skills/public-relations/references/press-platforms.md +188 -0
  975. package/org-skills/public-relations/references/story-angles.md +87 -0
  976. package/org-skills/pymc-bayesian-modeling/SKILL.md +326 -0
  977. package/org-skills/pymc-bayesian-modeling/references/distributions.md +345 -0
  978. package/org-skills/pymc-bayesian-modeling/references/model_patterns.md +130 -0
  979. package/org-skills/pymc-bayesian-modeling/references/sampling_inference.md +432 -0
  980. package/org-skills/pymc-bayesian-modeling/references/standard_workflow.md +176 -0
  981. package/org-skills/pymc-bayesian-modeling/references/workflows.md +530 -0
  982. package/org-skills/python-patterns/LICENSE.txt +21 -0
  983. package/org-skills/python-patterns/SKILL.md +754 -0
  984. package/org-skills/python-pro/LICENSE.txt +21 -0
  985. package/org-skills/python-pro/SKILL.md +174 -0
  986. package/org-skills/python-pro/references/async-patterns.md +356 -0
  987. package/org-skills/python-pro/references/packaging.md +460 -0
  988. package/org-skills/python-pro/references/standard-library.md +378 -0
  989. package/org-skills/python-pro/references/testing.md +404 -0
  990. package/org-skills/python-pro/references/type-system.md +290 -0
  991. package/org-skills/python-testing/LICENSE.txt +21 -0
  992. package/org-skills/python-testing/SKILL.md +820 -0
  993. package/org-skills/quality-nonconformance/SKILL.md +250 -0
  994. package/{dist/src/orgrt/role-skills/queen-coordinator.md → org-skills/queen-coordinator/SKILL.md} +8 -0
  995. package/{dist/src/orgrt/role-skills/quorum-manager.md → org-skills/quorum-manager/SKILL.md} +8 -0
  996. package/{dist/src/orgrt/role-skills/raft-manager.md → org-skills/raft-manager/SKILL.md} +8 -0
  997. package/org-skills/rag-architect/LICENSE.txt +21 -0
  998. package/org-skills/rag-architect/SKILL.md +195 -0
  999. package/org-skills/rag-architect/references/chunking-strategies.md +878 -0
  1000. package/org-skills/rag-architect/references/embedding-models.md +561 -0
  1001. package/org-skills/rag-architect/references/rag-evaluation.md +833 -0
  1002. package/org-skills/rag-architect/references/retrieval-optimization.md +795 -0
  1003. package/org-skills/rag-architect/references/vector-databases.md +589 -0
  1004. package/org-skills/rails-patterns/LICENSE.txt +21 -0
  1005. package/org-skills/rails-patterns/SKILL.md +479 -0
  1006. package/org-skills/react-expert/LICENSE.txt +21 -0
  1007. package/org-skills/react-expert/SKILL.md +146 -0
  1008. package/org-skills/react-expert/references/hooks-patterns.md +162 -0
  1009. package/org-skills/react-expert/references/migration-class-to-modern.md +1119 -0
  1010. package/org-skills/react-expert/references/performance.md +168 -0
  1011. package/org-skills/react-expert/references/react-19-features.md +174 -0
  1012. package/org-skills/react-expert/references/server-components.md +143 -0
  1013. package/org-skills/react-expert/references/state-management.md +171 -0
  1014. package/org-skills/react-expert/references/testing-react.md +174 -0
  1015. package/org-skills/react-native-expert/LICENSE.txt +21 -0
  1016. package/org-skills/react-native-expert/SKILL.md +182 -0
  1017. package/org-skills/react-native-expert/references/expo-router.md +187 -0
  1018. package/org-skills/react-native-expert/references/list-optimization.md +204 -0
  1019. package/org-skills/react-native-expert/references/platform-handling.md +188 -0
  1020. package/org-skills/react-native-expert/references/project-structure.md +171 -0
  1021. package/org-skills/react-native-expert/references/storage-hooks.md +173 -0
  1022. package/org-skills/react-native-patterns/LICENSE.txt +21 -0
  1023. package/org-skills/react-native-patterns/SKILL.md +330 -0
  1024. package/org-skills/react-patterns/LICENSE.txt +21 -0
  1025. package/org-skills/react-patterns/SKILL.md +345 -0
  1026. package/org-skills/react-performance/LICENSE.txt +21 -0
  1027. package/org-skills/react-performance/SKILL.md +578 -0
  1028. package/org-skills/react-testing/LICENSE.txt +21 -0
  1029. package/org-skills/react-testing/SKILL.md +427 -0
  1030. package/{dist/src/orgrt/role-skills/reality-checker.md → org-skills/reality-checker/SKILL.md} +8 -0
  1031. package/org-skills/receiving-code-review/LICENSE.txt +21 -0
  1032. package/org-skills/receiving-code-review/SKILL.md +210 -0
  1033. package/{dist/src/orgrt/role-skills/recruitment.md → org-skills/recruitment/SKILL.md} +8 -0
  1034. package/org-skills/redis-patterns/LICENSE.txt +21 -0
  1035. package/org-skills/redis-patterns/SKILL.md +407 -0
  1036. package/org-skills/referral-programs/LICENSE.txt +21 -0
  1037. package/org-skills/referral-programs/SKILL.md +280 -0
  1038. package/org-skills/referral-programs/references/affiliate-programs.md +167 -0
  1039. package/org-skills/referral-programs/references/program-examples.md +143 -0
  1040. package/org-skills/referral-programs/references/viral-mechanisms.md +102 -0
  1041. package/{dist/src/orgrt/role-skills/release-manager.md → org-skills/release-manager/SKILL.md} +8 -0
  1042. package/{dist/src/orgrt/role-skills/repo-architect.md → org-skills/repo-architect/SKILL.md} +8 -0
  1043. package/{dist/src/orgrt/role-skills/researcher.md → org-skills/researcher/SKILL.md} +8 -0
  1044. package/{dist/src/orgrt/role-skills/resource-allocator.md → org-skills/resource-allocator/SKILL.md} +8 -0
  1045. package/org-skills/responsive-design/LICENSE.txt +21 -0
  1046. package/org-skills/responsive-design/SKILL.md +49 -0
  1047. package/org-skills/responsive-design/references/breakpoint-strategies.md +591 -0
  1048. package/org-skills/responsive-design/references/container-queries.md +564 -0
  1049. package/org-skills/responsive-design/references/details.md +477 -0
  1050. package/org-skills/responsive-design/references/fluid-layouts.md +538 -0
  1051. package/org-skills/returns-reverse-logistics/SKILL.md +230 -0
  1052. package/{dist/src/orgrt/role-skills/reviewer.md → org-skills/reviewer/SKILL.md} +8 -0
  1053. package/org-skills/revops/LICENSE.txt +21 -0
  1054. package/org-skills/revops/SKILL.md +348 -0
  1055. package/org-skills/revops/references/automation-playbooks.md +290 -0
  1056. package/org-skills/revops/references/lifecycle-definitions.md +278 -0
  1057. package/org-skills/revops/references/routing-rules.md +203 -0
  1058. package/org-skills/revops/references/scoring-models.md +247 -0
  1059. package/org-skills/roadmap-communicator/LICENSE.txt +21 -0
  1060. package/org-skills/roadmap-communicator/SKILL.md +97 -0
  1061. package/org-skills/roadmap-communicator/references/communication-templates.md +63 -0
  1062. package/org-skills/roadmap-communicator/references/roadmap-templates.md +44 -0
  1063. package/org-skills/rust-engineer/LICENSE.txt +21 -0
  1064. package/org-skills/rust-engineer/SKILL.md +164 -0
  1065. package/org-skills/rust-engineer/references/async.md +458 -0
  1066. package/org-skills/rust-engineer/references/error-handling.md +334 -0
  1067. package/org-skills/rust-engineer/references/ownership.md +278 -0
  1068. package/org-skills/rust-engineer/references/testing.md +470 -0
  1069. package/org-skills/rust-engineer/references/traits.md +413 -0
  1070. package/org-skills/rust-patterns/LICENSE.txt +21 -0
  1071. package/org-skills/rust-patterns/SKILL.md +503 -0
  1072. package/{dist/src/orgrt/role-skills/safe-executor.md → org-skills/safe-executor/SKILL.md} +8 -0
  1073. package/{dist/src/orgrt/role-skills/sales-coach.md → org-skills/sales-coach/SKILL.md} +8 -0
  1074. package/org-skills/sales-enablement/LICENSE.txt +21 -0
  1075. package/org-skills/sales-enablement/SKILL.md +362 -0
  1076. package/org-skills/sales-enablement/references/deck-frameworks.md +263 -0
  1077. package/org-skills/sales-enablement/references/demo-scripts.md +355 -0
  1078. package/org-skills/sales-enablement/references/objection-library.md +270 -0
  1079. package/org-skills/sales-enablement/references/one-pager-templates.md +208 -0
  1080. package/{dist/src/orgrt/role-skills/sales-engineer.md → org-skills/sales-engineer/SKILL.md} +8 -0
  1081. package/org-skills/sales-prospecting/LICENSE.txt +21 -0
  1082. package/org-skills/sales-prospecting/SKILL.md +265 -0
  1083. package/org-skills/sales-prospecting/references/b2b-prospecting.md +106 -0
  1084. package/org-skills/sales-prospecting/references/compliance.md +123 -0
  1085. package/org-skills/sales-prospecting/references/data-sources.md +287 -0
  1086. package/org-skills/sales-prospecting/references/demand-signals.md +129 -0
  1087. package/org-skills/sales-prospecting/references/local-prospecting.md +165 -0
  1088. package/org-skills/sales-prospecting/references/saas-prospecting.md +123 -0
  1089. package/org-skills/schema-markup/LICENSE.txt +21 -0
  1090. package/org-skills/schema-markup/SKILL.md +182 -0
  1091. package/org-skills/schema-markup/references/schema-examples.md +398 -0
  1092. package/org-skills/scientific-brainstorming/LICENSE.txt +21 -0
  1093. package/org-skills/scientific-brainstorming/SKILL.md +299 -0
  1094. package/org-skills/scientific-brainstorming/references/brainstorming_methods.md +292 -0
  1095. package/org-skills/scientific-brainstorming/references/facilitation_workflows.md +284 -0
  1096. package/org-skills/scientific-brainstorming/references/idea_evaluation.md +268 -0
  1097. package/org-skills/scientific-brainstorming/references/responsible_ai.md +220 -0
  1098. package/org-skills/scientific-brainstorming/references/sources.md +364 -0
  1099. package/org-skills/scientific-critical-thinking/LICENSE.txt +21 -0
  1100. package/org-skills/scientific-critical-thinking/SKILL.md +196 -0
  1101. package/org-skills/scientific-critical-thinking/references/common_biases.md +364 -0
  1102. package/org-skills/scientific-critical-thinking/references/core_capabilities.md +407 -0
  1103. package/org-skills/scientific-critical-thinking/references/evidence_hierarchy.md +485 -0
  1104. package/org-skills/scientific-critical-thinking/references/experimental_design.md +496 -0
  1105. package/org-skills/scientific-critical-thinking/references/logical_fallacies.md +478 -0
  1106. package/org-skills/scientific-critical-thinking/references/scientific_method.md +169 -0
  1107. package/org-skills/scientific-critical-thinking/references/statistical_pitfalls.md +506 -0
  1108. package/org-skills/scientific-thinking-literature-review/LICENSE.txt +21 -0
  1109. package/org-skills/scientific-thinking-literature-review/SKILL.md +196 -0
  1110. package/org-skills/scientific-thinking-scholar-evaluation/LICENSE.txt +21 -0
  1111. package/org-skills/scientific-thinking-scholar-evaluation/SKILL.md +164 -0
  1112. package/org-skills/scientific-visualization/LICENSE.txt +21 -0
  1113. package/org-skills/scientific-visualization/SKILL.md +301 -0
  1114. package/org-skills/scientific-visualization/references/color_palettes.md +227 -0
  1115. package/org-skills/scientific-visualization/references/journal_requirements.md +169 -0
  1116. package/org-skills/scientific-visualization/references/matplotlib_examples.md +336 -0
  1117. package/org-skills/scientific-visualization/references/publication_guidelines.md +196 -0
  1118. package/org-skills/scientific-visualization/references/sources.md +76 -0
  1119. package/org-skills/scientific-writing/LICENSE.txt +21 -0
  1120. package/org-skills/scientific-writing/SKILL.md +373 -0
  1121. package/org-skills/scientific-writing/assets/REPORT_FORMATTING_GUIDE.md +60 -0
  1122. package/org-skills/scientific-writing/assets/manuscript_scaffold.md +65 -0
  1123. package/org-skills/scientific-writing/references/authorship_ai_confidentiality.md +111 -0
  1124. package/org-skills/scientific-writing/references/citation_styles.md +92 -0
  1125. package/org-skills/scientific-writing/references/cli_reference.md +113 -0
  1126. package/org-skills/scientific-writing/references/evidence_workflow.md +94 -0
  1127. package/org-skills/scientific-writing/references/figures_tables.md +94 -0
  1128. package/org-skills/scientific-writing/references/imrad_structure.md +114 -0
  1129. package/org-skills/scientific-writing/references/journal_policies.md +56 -0
  1130. package/org-skills/scientific-writing/references/professional_report_formatting.md +82 -0
  1131. package/org-skills/scientific-writing/references/reporting_guidelines.md +107 -0
  1132. package/org-skills/scientific-writing/references/research_integrity_open_science.md +97 -0
  1133. package/org-skills/scientific-writing/references/source_ledger.md +268 -0
  1134. package/org-skills/scientific-writing/references/writing_principles.md +97 -0
  1135. package/{dist/src/orgrt/role-skills/scout-explorer.md → org-skills/scout-explorer/SKILL.md} +8 -0
  1136. package/org-skills/secrets-vault-manager/LICENSE.txt +21 -0
  1137. package/org-skills/secrets-vault-manager/SKILL.md +408 -0
  1138. package/org-skills/secrets-vault-manager/references/cloud_secret_stores.md +354 -0
  1139. package/org-skills/secrets-vault-manager/references/emergency_procedures.md +280 -0
  1140. package/org-skills/secrets-vault-manager/references/vault_patterns.md +342 -0
  1141. package/org-skills/secure-code-guardian/LICENSE.txt +21 -0
  1142. package/org-skills/secure-code-guardian/SKILL.md +188 -0
  1143. package/org-skills/secure-code-guardian/references/authentication.md +136 -0
  1144. package/org-skills/secure-code-guardian/references/input-validation.md +146 -0
  1145. package/org-skills/secure-code-guardian/references/owasp-prevention.md +135 -0
  1146. package/org-skills/secure-code-guardian/references/security-headers.md +133 -0
  1147. package/org-skills/secure-code-guardian/references/xss-csrf.md +157 -0
  1148. package/{dist/src/orgrt/role-skills/security-architect.md → org-skills/security-architect/SKILL.md} +8 -0
  1149. package/{dist/src/orgrt/role-skills/security-auditor.md → org-skills/security-auditor/SKILL.md} +8 -0
  1150. package/org-skills/security-review/LICENSE.txt +21 -0
  1151. package/org-skills/security-review/SKILL.md +514 -0
  1152. package/org-skills/security-review/cloud-infrastructure-security.md +361 -0
  1153. package/org-skills/security-reviewer/LICENSE.txt +21 -0
  1154. package/org-skills/security-reviewer/SKILL.md +99 -0
  1155. package/org-skills/security-reviewer/references/infrastructure-security.md +268 -0
  1156. package/org-skills/security-reviewer/references/penetration-testing.md +268 -0
  1157. package/org-skills/security-reviewer/references/report-template.md +170 -0
  1158. package/org-skills/security-reviewer/references/sast-tools.md +117 -0
  1159. package/org-skills/security-reviewer/references/secret-scanning.md +125 -0
  1160. package/org-skills/security-reviewer/references/vulnerability-patterns.md +152 -0
  1161. package/org-skills/senior-data-scientist/LICENSE.txt +21 -0
  1162. package/org-skills/senior-data-scientist/SKILL.md +222 -0
  1163. package/org-skills/senior-data-scientist/references/experiment_design_frameworks.md +80 -0
  1164. package/org-skills/senior-data-scientist/references/feature_engineering_patterns.md +80 -0
  1165. package/org-skills/senior-data-scientist/references/statistical_methods_advanced.md +80 -0
  1166. package/{dist/src/orgrt/role-skills/senior-developer.md → org-skills/senior-developer/SKILL.md} +8 -0
  1167. package/{dist/src/orgrt/role-skills/senior-pm.md → org-skills/senior-pm/SKILL.md} +8 -0
  1168. package/org-skills/senior-pm-playbook/LICENSE.txt +21 -0
  1169. package/org-skills/senior-pm-playbook/SKILL.md +413 -0
  1170. package/org-skills/senior-pm-playbook/assets/executive_report_template.md +267 -0
  1171. package/org-skills/senior-pm-playbook/assets/project_charter_template.md +274 -0
  1172. package/org-skills/senior-pm-playbook/assets/raci_matrix_template.md +265 -0
  1173. package/org-skills/senior-pm-playbook/references/portfolio-kpis.md +32 -0
  1174. package/org-skills/senior-pm-playbook/references/portfolio-prioritization-models.md +645 -0
  1175. package/org-skills/senior-pm-playbook/references/risk-management-framework.md +485 -0
  1176. package/org-skills/seo/LICENSE.txt +21 -0
  1177. package/org-skills/seo/SKILL.md +158 -0
  1178. package/org-skills/seo-audit/LICENSE.txt +21 -0
  1179. package/org-skills/seo-audit/SKILL.md +502 -0
  1180. package/org-skills/seo-audit/references/ai-writing-detection.md +200 -0
  1181. package/org-skills/seo-audit/references/international-seo.md +230 -0
  1182. package/{dist/src/orgrt/role-skills/seo-specialist.md → org-skills/seo-specialist/SKILL.md} +8 -0
  1183. package/org-skills/shap-model-explainability/LICENSE.txt +21 -0
  1184. package/org-skills/shap-model-explainability/SKILL.md +298 -0
  1185. package/org-skills/shap-model-explainability/references/data-maskers.md +287 -0
  1186. package/org-skills/shap-model-explainability/references/explainers.md +376 -0
  1187. package/org-skills/shap-model-explainability/references/migration.md +415 -0
  1188. package/org-skills/shap-model-explainability/references/modalities.md +353 -0
  1189. package/org-skills/shap-model-explainability/references/plots.md +406 -0
  1190. package/org-skills/shap-model-explainability/references/theory.md +352 -0
  1191. package/org-skills/shap-model-explainability/references/troubleshooting.md +442 -0
  1192. package/org-skills/shap-model-explainability/references/workflows.md +565 -0
  1193. package/org-skills/signup-flow-cro/LICENSE.txt +21 -0
  1194. package/org-skills/signup-flow-cro/SKILL.md +362 -0
  1195. package/org-skills/site-architecture/LICENSE.txt +21 -0
  1196. package/org-skills/site-architecture/SKILL.md +360 -0
  1197. package/org-skills/site-architecture/references/mermaid-templates.md +216 -0
  1198. package/org-skills/site-architecture/references/navigation-patterns.md +305 -0
  1199. package/org-skills/site-architecture/references/site-type-templates.md +293 -0
  1200. package/org-skills/sms-marketing/LICENSE.txt +21 -0
  1201. package/org-skills/sms-marketing/SKILL.md +341 -0
  1202. package/org-skills/sms-marketing/references/compliance.md +202 -0
  1203. package/org-skills/sms-marketing/references/platforms.md +318 -0
  1204. package/org-skills/sms-marketing/references/sequence-templates.md +282 -0
  1205. package/org-skills/soc2-compliance/LICENSE.txt +21 -0
  1206. package/org-skills/soc2-compliance/SKILL.md +422 -0
  1207. package/org-skills/soc2-compliance/references/evidence_collection_guide.md +227 -0
  1208. package/org-skills/soc2-compliance/references/soc2_audit_playbook.md +188 -0
  1209. package/org-skills/soc2-compliance/references/trust_service_criteria.md +273 -0
  1210. package/org-skills/soc2-compliance/references/type1_vs_type2.md +273 -0
  1211. package/org-skills/social-content/LICENSE.txt +21 -0
  1212. package/org-skills/social-content/SKILL.md +416 -0
  1213. package/org-skills/social-content/references/carousel-frameworks.md +141 -0
  1214. package/org-skills/social-content/references/listening-sources-template.md +123 -0
  1215. package/org-skills/social-content/references/listening.md +283 -0
  1216. package/org-skills/social-content/references/platform-limits.md +110 -0
  1217. package/org-skills/social-content/references/platforms.md +170 -0
  1218. package/org-skills/social-content/references/post-templates.md +179 -0
  1219. package/org-skills/social-content/references/reverse-engineering.md +195 -0
  1220. package/org-skills/social-content/references/short-form-video.md +237 -0
  1221. package/{dist/src/orgrt/role-skills/social-media.md → org-skills/social-media/SKILL.md} +8 -0
  1222. package/org-skills/social-media-manager/LICENSE.txt +21 -0
  1223. package/org-skills/social-media-manager/SKILL.md +204 -0
  1224. package/{dist/src/orgrt/role-skills/solidity-engineer.md → org-skills/solidity-engineer/SKILL.md} +8 -0
  1225. package/org-skills/spark-engineer/LICENSE.txt +21 -0
  1226. package/org-skills/spark-engineer/SKILL.md +145 -0
  1227. package/org-skills/spark-engineer/references/partitioning-caching.md +543 -0
  1228. package/org-skills/spark-engineer/references/performance-tuning.md +544 -0
  1229. package/org-skills/spark-engineer/references/rdd-operations.md +599 -0
  1230. package/org-skills/spark-engineer/references/spark-sql-dataframes.md +474 -0
  1231. package/org-skills/spark-engineer/references/streaming-patterns.md +786 -0
  1232. package/org-skills/spec-driven-workflow/LICENSE.txt +21 -0
  1233. package/org-skills/spec-driven-workflow/SKILL.md +338 -0
  1234. package/org-skills/spec-driven-workflow/references/acceptance_criteria_patterns.md +497 -0
  1235. package/org-skills/spec-driven-workflow/references/bounded_autonomy_rules.md +273 -0
  1236. package/org-skills/spec-driven-workflow/references/spec_format_guide.md +531 -0
  1237. package/org-skills/springboot-patterns/LICENSE.txt +21 -0
  1238. package/org-skills/springboot-patterns/SKILL.md +318 -0
  1239. package/{dist/src/orgrt/role-skills/sprint-prioritizer.md → org-skills/sprint-prioritizer/SKILL.md} +8 -0
  1240. package/org-skills/sql-pro/LICENSE.txt +21 -0
  1241. package/org-skills/sql-pro/SKILL.md +126 -0
  1242. package/org-skills/sql-pro/references/database-design.md +402 -0
  1243. package/org-skills/sql-pro/references/dialect-differences.md +419 -0
  1244. package/org-skills/sql-pro/references/optimization.md +384 -0
  1245. package/org-skills/sql-pro/references/query-patterns.md +285 -0
  1246. package/org-skills/sql-pro/references/window-functions.md +328 -0
  1247. package/{dist/src/orgrt/role-skills/sre.md → org-skills/sre/SKILL.md} +8 -0
  1248. package/org-skills/sre-engineer/LICENSE.txt +21 -0
  1249. package/org-skills/sre-engineer/SKILL.md +178 -0
  1250. package/org-skills/sre-engineer/references/automation-toil.md +492 -0
  1251. package/org-skills/sre-engineer/references/error-budget-policy.md +334 -0
  1252. package/org-skills/sre-engineer/references/incident-chaos.md +576 -0
  1253. package/org-skills/sre-engineer/references/monitoring-alerting.md +424 -0
  1254. package/org-skills/sre-engineer/references/slo-sli-management.md +238 -0
  1255. package/org-skills/startup-financial-modeling/LICENSE.txt +21 -0
  1256. package/org-skills/startup-financial-modeling/SKILL.md +332 -0
  1257. package/org-skills/startup-financial-modeling/references/details.md +152 -0
  1258. package/org-skills/startup-metrics-framework/LICENSE.txt +21 -0
  1259. package/org-skills/startup-metrics-framework/SKILL.md +553 -0
  1260. package/org-skills/statistical-analysis/LICENSE.txt +21 -0
  1261. package/org-skills/statistical-analysis/SKILL.md +464 -0
  1262. package/org-skills/statistical-analysis/references/assumptions_and_diagnostics.md +379 -0
  1263. package/org-skills/statistical-analysis/references/bayesian_statistics.md +686 -0
  1264. package/org-skills/statistical-analysis/references/effect_sizes_and_power.md +649 -0
  1265. package/org-skills/statistical-analysis/references/reporting_standards.md +482 -0
  1266. package/org-skills/statistical-analysis/references/test_selection_guide.md +129 -0
  1267. package/org-skills/statistical-power/LICENSE.txt +21 -0
  1268. package/org-skills/statistical-power/SKILL.md +216 -0
  1269. package/org-skills/statistical-power/references/closed_form_recipes.md +174 -0
  1270. package/org-skills/statistical-power/references/effect_sizes.md +121 -0
  1271. package/org-skills/statistical-power/references/simulation_based_power.md +101 -0
  1272. package/org-skills/stride-analysis-patterns/LICENSE.txt +21 -0
  1273. package/org-skills/stride-analysis-patterns/SKILL.md +71 -0
  1274. package/org-skills/stride-analysis-patterns/references/details.md +597 -0
  1275. package/org-skills/stripe-integration/LICENSE.txt +21 -0
  1276. package/org-skills/stripe-integration/SKILL.md +151 -0
  1277. package/org-skills/stripe-integration/references/details.md +351 -0
  1278. package/{dist/src/orgrt/role-skills/studio-operations.md → org-skills/studio-operations/SKILL.md} +8 -0
  1279. package/{dist/src/orgrt/role-skills/studio-producer.md → org-skills/studio-producer/SKILL.md} +8 -0
  1280. package/{dist/src/orgrt/role-skills/support-responder.md → org-skills/support-responder/SKILL.md} +8 -0
  1281. package/org-skills/swift-expert/LICENSE.txt +21 -0
  1282. package/org-skills/swift-expert/SKILL.md +160 -0
  1283. package/org-skills/swift-expert/references/async-concurrency.md +360 -0
  1284. package/org-skills/swift-expert/references/memory-performance.md +377 -0
  1285. package/org-skills/swift-expert/references/protocol-oriented.md +354 -0
  1286. package/org-skills/swift-expert/references/swiftui-patterns.md +291 -0
  1287. package/org-skills/swift-expert/references/testing-patterns.md +399 -0
  1288. package/org-skills/swiftui-patterns/LICENSE.txt +21 -0
  1289. package/org-skills/swiftui-patterns/SKILL.md +264 -0
  1290. package/{dist/src/orgrt/role-skills/system-architect.md → org-skills/system-architect/SKILL.md} +8 -0
  1291. package/org-skills/systematic-debugging/LICENSE.txt +21 -0
  1292. package/org-skills/systematic-debugging/SKILL.md +288 -0
  1293. package/org-skills/systematic-debugging/condition-based-waiting.md +115 -0
  1294. package/org-skills/systematic-debugging/defense-in-depth.md +122 -0
  1295. package/org-skills/systematic-debugging/root-cause-tracing.md +169 -0
  1296. package/{dist/src/orgrt/role-skills/task-orchestrator.md → org-skills/task-orchestrator/SKILL.md} +8 -0
  1297. package/org-skills/team-communications/LICENSE.txt +21 -0
  1298. package/org-skills/team-communications/SKILL.md +72 -0
  1299. package/org-skills/team-communications/references/3p-updates.md +47 -0
  1300. package/org-skills/team-communications/references/company-newsletter.md +65 -0
  1301. package/org-skills/team-communications/references/faq-answers.md +30 -0
  1302. package/org-skills/team-communications/references/general-comms.md +16 -0
  1303. package/org-skills/team-composition-analysis/LICENSE.txt +21 -0
  1304. package/org-skills/team-composition-analysis/SKILL.md +337 -0
  1305. package/org-skills/team-composition-analysis/references/details.md +96 -0
  1306. package/{dist/src/orgrt/role-skills/technical-artist.md → org-skills/technical-artist/SKILL.md} +8 -0
  1307. package/{dist/src/orgrt/role-skills/technical-writer.md → org-skills/technical-writer/SKILL.md} +8 -0
  1308. package/org-skills/terraform-engineer/LICENSE.txt +21 -0
  1309. package/org-skills/terraform-engineer/SKILL.md +141 -0
  1310. package/org-skills/terraform-engineer/references/best-practices.md +583 -0
  1311. package/org-skills/terraform-engineer/references/module-patterns.md +297 -0
  1312. package/org-skills/terraform-engineer/references/providers.md +452 -0
  1313. package/org-skills/terraform-engineer/references/state-management.md +371 -0
  1314. package/org-skills/terraform-engineer/references/testing.md +486 -0
  1315. package/org-skills/test-driven-development/LICENSE.txt +21 -0
  1316. package/org-skills/test-driven-development/SKILL.md +335 -0
  1317. package/org-skills/test-driven-development/writing-good-tests.md +198 -0
  1318. package/org-skills/test-master/LICENSE.txt +21 -0
  1319. package/org-skills/test-master/SKILL.md +91 -0
  1320. package/org-skills/test-master/references/automation-frameworks.md +294 -0
  1321. package/org-skills/test-master/references/e2e-testing.md +128 -0
  1322. package/org-skills/test-master/references/integration-testing.md +120 -0
  1323. package/org-skills/test-master/references/performance-testing.md +118 -0
  1324. package/org-skills/test-master/references/qa-methodology.md +247 -0
  1325. package/org-skills/test-master/references/security-testing.md +127 -0
  1326. package/org-skills/test-master/references/tdd-iron-laws.md +174 -0
  1327. package/org-skills/test-master/references/test-reports.md +104 -0
  1328. package/org-skills/test-master/references/testing-anti-patterns.md +231 -0
  1329. package/org-skills/test-master/references/unit-testing.md +113 -0
  1330. package/{dist/src/orgrt/role-skills/tester.md → org-skills/tester/SKILL.md} +8 -0
  1331. package/org-skills/the-fool/LICENSE.txt +21 -0
  1332. package/org-skills/the-fool/SKILL.md +117 -0
  1333. package/org-skills/the-fool/references/dialectic-synthesis.md +151 -0
  1334. package/org-skills/the-fool/references/evidence-audit.md +196 -0
  1335. package/org-skills/the-fool/references/mode-selection-guide.md +96 -0
  1336. package/org-skills/the-fool/references/pre-mortem-analysis.md +187 -0
  1337. package/org-skills/the-fool/references/red-team-adversarial.md +162 -0
  1338. package/org-skills/the-fool/references/socratic-questioning.md +134 -0
  1339. package/org-skills/theme-factory/LICENSE.txt +202 -0
  1340. package/org-skills/theme-factory/SKILL.md +62 -0
  1341. package/org-skills/theme-factory/themes/arctic-frost.md +19 -0
  1342. package/org-skills/theme-factory/themes/botanical-garden.md +19 -0
  1343. package/org-skills/theme-factory/themes/desert-rose.md +19 -0
  1344. package/org-skills/theme-factory/themes/forest-canopy.md +19 -0
  1345. package/org-skills/theme-factory/themes/golden-hour.md +19 -0
  1346. package/org-skills/theme-factory/themes/midnight-galaxy.md +19 -0
  1347. package/org-skills/theme-factory/themes/modern-minimalist.md +19 -0
  1348. package/org-skills/theme-factory/themes/ocean-depths.md +19 -0
  1349. package/org-skills/theme-factory/themes/sunset-boulevard.md +19 -0
  1350. package/org-skills/theme-factory/themes/tech-innovation.md +19 -0
  1351. package/{dist/src/orgrt/role-skills/threat-detection.md → org-skills/threat-detection/SKILL.md} +8 -0
  1352. package/org-skills/threat-mitigation-mapping/LICENSE.txt +21 -0
  1353. package/org-skills/threat-mitigation-mapping/SKILL.md +87 -0
  1354. package/org-skills/threat-mitigation-mapping/references/details.md +664 -0
  1355. package/{dist/src/orgrt/role-skills/trend-researcher.md → org-skills/trend-researcher/SKILL.md} +8 -0
  1356. package/{dist/src/orgrt/role-skills/trial-director.md → org-skills/trial-director/SKILL.md} +8 -0
  1357. package/org-skills/typescript-pro/LICENSE.txt +21 -0
  1358. package/org-skills/typescript-pro/SKILL.md +142 -0
  1359. package/org-skills/typescript-pro/references/advanced-types.md +259 -0
  1360. package/org-skills/typescript-pro/references/configuration.md +445 -0
  1361. package/org-skills/typescript-pro/references/patterns.md +484 -0
  1362. package/org-skills/typescript-pro/references/type-guards.md +352 -0
  1363. package/org-skills/typescript-pro/references/utility-types.md +329 -0
  1364. package/{dist/src/orgrt/role-skills/unity-architect.md → org-skills/unity-architect/SKILL.md} +8 -0
  1365. package/org-skills/using-git-worktrees/LICENSE.txt +21 -0
  1366. package/org-skills/using-git-worktrees/SKILL.md +172 -0
  1367. package/org-skills/ux-researcher-designer/LICENSE.txt +21 -0
  1368. package/org-skills/ux-researcher-designer/SKILL.md +424 -0
  1369. package/org-skills/ux-researcher-designer/assets/research_plan_template.md +162 -0
  1370. package/org-skills/ux-researcher-designer/references/example-personas.md +411 -0
  1371. package/org-skills/ux-researcher-designer/references/journey-mapping-guide.md +497 -0
  1372. package/org-skills/ux-researcher-designer/references/persona-methodology.md +387 -0
  1373. package/org-skills/ux-researcher-designer/references/usability-testing-frameworks.md +412 -0
  1374. package/org-skills/verification-before-completion/LICENSE.txt +21 -0
  1375. package/org-skills/verification-before-completion/SKILL.md +125 -0
  1376. package/{dist/src/orgrt/role-skills/visionos-engineer.md → org-skills/visionos-engineer/SKILL.md} +8 -0
  1377. package/org-skills/visual-design-foundations/LICENSE.txt +21 -0
  1378. package/org-skills/visual-design-foundations/SKILL.md +323 -0
  1379. package/org-skills/visual-design-foundations/references/color-systems.md +417 -0
  1380. package/org-skills/visual-design-foundations/references/spacing-iconography.md +425 -0
  1381. package/org-skills/visual-design-foundations/references/typography-systems.md +432 -0
  1382. package/org-skills/vue-expert/LICENSE.txt +21 -0
  1383. package/org-skills/vue-expert/SKILL.md +95 -0
  1384. package/org-skills/vue-expert/references/build-tooling.md +480 -0
  1385. package/org-skills/vue-expert/references/components.md +448 -0
  1386. package/org-skills/vue-expert/references/composition-api.md +299 -0
  1387. package/org-skills/vue-expert/references/mobile-hybrid.md +636 -0
  1388. package/org-skills/vue-expert/references/nuxt.md +669 -0
  1389. package/org-skills/vue-expert/references/state-management.md +449 -0
  1390. package/org-skills/vue-expert/references/typescript.md +584 -0
  1391. package/org-skills/vue-patterns/LICENSE.txt +21 -0
  1392. package/org-skills/vue-patterns/SKILL.md +475 -0
  1393. package/{dist/src/orgrt/role-skills/worker-specialist.md → org-skills/worker-specialist/SKILL.md} +8 -0
  1394. package/{dist/src/orgrt/role-skills/workflow-architect.md → org-skills/workflow-architect/SKILL.md} +8 -0
  1395. package/{dist/src/orgrt/role-skills/workflow-automation.md → org-skills/workflow-automation/SKILL.md} +8 -0
  1396. package/org-skills/writing-plans/LICENSE.txt +21 -0
  1397. package/org-skills/writing-plans/SKILL.md +197 -0
  1398. package/{dist/src/orgrt/role-skills/zk-steward.md → org-skills/zk-steward/SKILL.md} +8 -0
  1399. package/package.json +7 -6
  1400. package/dist/src/orgrt/role-skills.d.ts +0 -9
  1401. package/dist/src/orgrt/role-skills.d.ts.map +0 -1
  1402. package/dist/src/orgrt/role-skills.js +0 -52
  1403. package/dist/src/orgrt/role-skills.js.map +0 -1
@@ -0,0 +1,428 @@
1
+ ---
2
+ name: ad-creative
3
+ description: "When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform."
4
+ tags: ["marketing","writing"]
5
+ tools: []
6
+ license: MIT
7
+ source: https://github.com/coreyhaines31/marketingskills
8
+ source_path: "skills/ad-creative"
9
+ source_commit: 5b2c0007766c6a1cf1d53fd8fc73e979e0821022
10
+ ---
11
+ # Ad Creative
12
+
13
+ You are an expert performance creative strategist. Your goal is to generate high-performing ad creative at scale — headlines, descriptions, and primary text that drive clicks and conversions — and iterate based on real performance data.
14
+
15
+ ## Before Starting
16
+
17
+ **Check for product marketing context first:**
18
+ If `.agents/product-marketing.md` exists (or `.claude/product-marketing.md`, or the legacy `product-marketing-context.md` filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
19
+
20
+ Gather this context (ask if not provided):
21
+
22
+ ### 1. Platform & Format
23
+ - What platform? (Google Ads, Meta, LinkedIn, TikTok, Twitter/X)
24
+ - What ad format? (Search RSAs, display, social feed, stories, video)
25
+ - Are there existing ads to iterate on, or starting from scratch?
26
+
27
+ ### 2. Product & Offer
28
+ - What are you promoting? (Product, feature, free trial, demo, lead magnet)
29
+ - What's the core value proposition?
30
+ - What makes this different from competitors?
31
+
32
+ ### 3. Audience & Intent
33
+ - Who is the target audience?
34
+ - What stage of awareness? (Problem-aware, solution-aware, product-aware)
35
+ - What pain points or desires drive them?
36
+
37
+ ### 4. Performance Data (if iterating)
38
+ - What creative is currently running?
39
+ - Which headlines/descriptions are performing best? (CTR, conversion rate, ROAS)
40
+ - Which are underperforming?
41
+ - What angles or themes have been tested?
42
+
43
+ ### 5. Constraints
44
+ - Brand voice guidelines or words to avoid?
45
+ - Compliance requirements? (Industry regulations, platform policies)
46
+ - Any mandatory elements? (Brand name, trademark symbols, disclaimers)
47
+
48
+ ---
49
+
50
+ ## How This Skill Works
51
+
52
+ This skill supports four modes:
53
+
54
+ ### Mode 1: Generate from Scratch
55
+ When starting fresh, you generate a full set of ad creative based on product context, audience insights, and platform best practices.
56
+
57
+ ### Mode 2: Iterate from Performance Data
58
+ When the user provides performance data (CSV, paste, or API output), you analyze what's working, identify patterns in top performers, and generate new variations that build on winning themes while exploring new angles.
59
+
60
+ The core loop:
61
+
62
+ ```
63
+ Pull performance data → Identify winning patterns → Generate new variations → Validate specs → Deliver
64
+ ```
65
+
66
+ ### Mode 3: Scaled Static Batches (Grounded)
67
+ For recurring static ad production at volume (e.g., 50 concepts per batch), work from a **grounded inputs corpus** and the [static ad template library](references/static-ad-templates.md). Every concept must trace to real source material — see "Grounded Inputs" below. To run this on a daily or weekly cadence, see the daily-creative-drop loop in **marketing-loops**. To present a batch for client or stakeholder approval, produce a [creative review page](references/creative-review-page.md).
68
+
69
+ ### Mode 4: Creative Strategy Loop
70
+ For deciding **which ads are worth making before making them**: synthesize three signal sources (account performance, customer language, external organic) into evidence-ranked concepts, branch the creative mix on account state (exploration vs. scaling), maintain a capacity-checked roadmap with production tiers, and run a monthly retro that feeds the next slate. The full system lives in [references/creative-roadmap.md](references/creative-roadmap.md); for hook generation and funnel-stage diagnosis inside any mode, load [references/hook-system.md](references/hook-system.md).
71
+
72
+ ---
73
+
74
+ ## Grounded Inputs
75
+
76
+ Most AI ad generation fails on input grounding, not output quality: ungrounded generation produces plausible-sounding ads based on training data, not on what converts for this brand. For scaled production (Mode 3), maintain a durable inputs corpus:
77
+
78
+ ```
79
+ inputs/
80
+ winning-ads/ 10-20 screenshots of the highest-performing ads from the last 90 days
81
+ reviews/ 50-100 customer reviews (Trustpilot, G2, Amazon, App Store) as .md/.txt
82
+ comments/ Top comments from existing ad campaigns — objections, unprompted praise, customer-raised angles
83
+ brand/ Brand voice doc, hex codes, logo, product/screenshot assets
84
+ outputs/ Dated batch folders (outputs/YYYY-MM-DD/)
85
+ ```
86
+
87
+ **Why each input matters:**
88
+ - **Winning ads** carry the hooks, structures, and angles already proven for this brand
89
+ - **Reviews** carry the exact language buyers use for pain, transformation, and unexpected benefits — pull copy from them verbatim rather than paraphrasing
90
+ - **Ad comments** are the most-skipped and highest-value input: objections ("but does it work for X?") become FAQ Card ads, and unprompted praise surfaces angles you didn't write
91
+
92
+ **Grounding rules:**
93
+ - Every concept cites its source (which review, winning ad, or comment it traces to)
94
+ - No invented claims, stats, or testimonials — ever
95
+ - If `inputs/winning-ads/` or `inputs/reviews/` is empty, stop and ask the user to populate it before generating. Do not generate ungrounded concepts as a fallback.
96
+ - Inputs decay: refresh `inputs/winning-ads/` as new ads scale; refresh `inputs/reviews/` and `inputs/comments/` monthly
97
+
98
+ ---
99
+
100
+ ## Platform Specs
101
+
102
+ Platforms reject or truncate creative that exceeds these limits, so verify every piece of copy fits before delivering.
103
+
104
+ ### Google Ads (Responsive Search Ads)
105
+
106
+ | Element | Limit | Quantity |
107
+ |---------|-------|----------|
108
+ | Headline | 30 characters | Up to 15 |
109
+ | Description | 90 characters | Up to 4 |
110
+ | Display URL path | 15 characters each | 2 paths |
111
+
112
+ **RSA rules:**
113
+ - Headlines must make sense independently and in any combination
114
+ - Pin headlines to positions only when necessary (reduces optimization)
115
+ - Include at least one keyword-focused headline
116
+ - Include at least one benefit-focused headline
117
+ - Include at least one CTA headline
118
+
119
+ ### Meta Ads (Facebook/Instagram)
120
+
121
+ | Element | Limit | Notes |
122
+ |---------|-------|-------|
123
+ | Primary text | 125 chars visible (up to 2,200) | Front-load the hook |
124
+ | Headline | 40 characters recommended | Below the image |
125
+ | Description | 30 characters recommended | Below headline |
126
+ | URL display link | 40 characters | Optional |
127
+
128
+ ### LinkedIn Ads
129
+
130
+ | Element | Limit | Notes |
131
+ |---------|-------|-------|
132
+ | Intro text | 150 chars recommended (600 max) | Above the image |
133
+ | Headline | 70 chars recommended (200 max) | Below the image |
134
+ | Description | 100 chars recommended (300 max) | Appears in some placements |
135
+
136
+ ### TikTok Ads
137
+
138
+ | Element | Limit | Notes |
139
+ |---------|-------|-------|
140
+ | Ad text | 80 chars recommended (100 max) | Above the video |
141
+ | Display name | 40 characters | Brand name |
142
+
143
+ ### Twitter/X Ads
144
+
145
+ | Element | Limit | Notes |
146
+ |---------|-------|-------|
147
+ | Tweet text | 280 characters | The ad copy |
148
+ | Headline | 70 characters | Card headline |
149
+ | Description | 200 characters | Card description |
150
+
151
+ For detailed specs and format variations, see [references/platform-specs.md](references/platform-specs.md).
152
+
153
+ ---
154
+
155
+ ## Generating Ad Visuals
156
+
157
+ **To decide *which format to make next*** (before briefing any specific ad), consult the Meta creative format taxonomy in [references/meta-creative-formats.md](references/meta-creative-formats.md) — a prioritized S→F catalog of ~51 formats ranked by one question: is it a *unicorn scaler* that punctures cold net-new audiences, or a *supporting cast* member that only converts mid-funnel? Leads with the persona-based Andromeda context (why creator-fronted formats top the list), S-tier callouts (founder content, partnership ads, VSL), the A-tier bench, and explicit F-tier de-prioritization (press, podcast, notes-app fake-native). Use it to pick a format and build a portfolio; the how-to-build detail lives in the static/video references below. For the account-level kill/keep/scale math once ads are live, cross-reference the `ads` skill's [meta-decision-system.md](../../ads/references/meta-decision-system.md).
158
+
159
+ **For static ad structure**, use the template library in [references/static-ad-templates.md](references/static-ad-templates.md) — layout frameworks (Us vs. Them, Stat Callout, Review Card, Before/After, Founder Message, FAQ Card, Grid Static, Callout, and more) with copy slots, DTC and SaaS examples, and per-concept output format. Each template carries a **tier (S–F)** and **funnel role** (unicorn cold-scaler vs. mid-funnel supporting cast) so you reach for the right one first. Cycle through templates rather than clustering on favorites — but weight toward the S/A tiers when the goal is cold net-new reach.
160
+
161
+ **For iOS-native reveal video ads** — iMessage chat reveals (scripted thread unfolds bubble-by-bubble: screenshot hook → friend asks "what app is that?" → brand + promo code reveal → end card), ChatGPT reveals (typed question → streaming answer), Apple Notes reveals (a confessional note typed live), and AirDrop reveals (an incoming share where the accept-tap is the reveal) — see [references/imessage-video-ads.md](references/imessage-video-ads.md) for surface selection, the six concept angles, script and pacing rules, production routes (off-the-shelf, Playwright + ffmpeg pipeline, Remotion), craft details that sell the illusion, and the grounding/compliance rules for dramatized conversations (strictest for fabricated AI answers).
162
+
163
+ **For faceless motion-style video ads** — fully generated 15–45s concept/explainer videos (styled poster stills → image-to-video "living" motion → TTS narration → word-timed captions; roughly $3–6 and ~15 minutes per finished video) — see [references/motion-video-ads.md](references/motion-video-ads.md) for the provider-agnostic pipeline, a nine-style visual library with fill-in prompt formulas — five characterful looks (screen-print collage, flat vector explainer, papercraft diorama, pop-art comic, claymation) plus four brand-flexible token-driven styles (monoline editorial, Swiss typographic, wireglow, duotone screenprint) driven by a brand-slots contract (FIELD / INK / ACCENT / TYPE FEEL) — the motion prompt formula, and hard-earned QC gotchas (maker-hands intrusion, final-two-seconds drift, caption/label collision, TTS/whisper sound-alikes).
164
+
165
+ **For creator/UGC short-form video** — a tiered format library (reaction+demo hard cuts, "no yapping" split-screen tutorials, greenscreen reactions, plus Yapper, amateur investigation, David & Goliath, authority, VSL, green-screen commentary, conversation, duet/reaction, ASMR, and street-interview formats, each with a scale-vs-support tier and mechanics) and founder / organic-vlog structures (hero's journey, math, shiny-object, niche-guide, the three-capture shooting system, and the 0.5–1s cut formula) for TikTok/Reels/Shorts growth and paid — see [references/short-form-video-specs.md](references/short-form-video-specs.md). It also carries the **vertical video production spec** that applies to *all* 9:16 video this skill makes: the cross-platform safe-zone band (720×1200 text-safe area — the most-missed constraint), the classic TikTok caption recipe (white fill + black stroke, no pill), static-caption auto-sizing, and the organic-vs-baked-music decision that affects reach. Load it before producing any vertical video.
166
+
167
+ For image and video generation tools, see [references/generative-tools.md](references/generative-tools.md) for the complete guide covering:
168
+
169
+ - **Image generation** — Nano Banana Pro (Gemini), Flux, Ideogram for static ad images
170
+ - **Video generation** — Veo, Kling, Runway, Sora, Seedance, Higgsfield for video ads
171
+ - **Voice & audio** — ElevenLabs, OpenAI TTS, Cartesia for voiceovers, cloning, multilingual
172
+ - **Code-based video** — Remotion for templated, data-driven video at scale
173
+ - **Platform image specs** — Correct dimensions for every ad placement
174
+ - **Cost comparison** — Pricing for 100+ ad variations across tools
175
+
176
+ **Recommended workflow for scaled production:**
177
+ 1. Generate hero creative with AI tools (exploratory, high-quality)
178
+ 2. Build Remotion templates based on winning patterns
179
+ 3. Batch produce variations with Remotion using data feeds
180
+ 4. Iterate — AI for new angles, Remotion for scale
181
+
182
+ ---
183
+
184
+ ## Generating Ad Copy
185
+
186
+ ### Step 1: Define Your Angles
187
+
188
+ Before writing individual headlines, establish 3-5 distinct **angles** — different reasons someone would click. Each angle should tap into a different motivation.
189
+
190
+ **Common angle categories:**
191
+
192
+ | Category | Example Angle |
193
+ |----------|---------------|
194
+ | Pain point | "Stop wasting time on X" |
195
+ | Outcome | "Achieve Y in Z days" |
196
+ | Social proof | "Join 10,000+ teams who..." |
197
+ | Curiosity | "The X secret top companies use" |
198
+ | Comparison | "Unlike X, we do Y" |
199
+ | Urgency | "Limited time: get X free" |
200
+ | Identity | "Built for [specific role/type]" |
201
+ | Contrarian | "Why [common practice] doesn't work" |
202
+
203
+ ### Step 2: Generate Variations per Angle
204
+
205
+ For each angle, generate multiple variations. Vary:
206
+ - **Word choice** — synonyms, active vs. passive
207
+ - **Specificity** — numbers vs. general claims
208
+ - **Tone** — direct vs. question vs. command
209
+ - **Structure** — short punch vs. full benefit statement
210
+
211
+ ### Step 3: Validate Against Specs
212
+
213
+ Before delivering, check every piece of creative against the platform's character limits. Flag anything that's over and provide a trimmed alternative.
214
+
215
+ ### Step 4: Organize for Upload
216
+
217
+ Present creative in a structured format that maps to the ad platform's upload requirements.
218
+
219
+ ---
220
+
221
+ ## Iterating from Performance Data
222
+
223
+ When the user provides performance data, follow this process:
224
+
225
+ ### Step 1: Analyze Winners
226
+
227
+ Look at the top-performing creative (by CTR, conversion rate, or ROAS — ask which metric matters most) and identify:
228
+
229
+ - **Winning themes** — What topics or pain points appear in top performers?
230
+ - **Winning structures** — Questions? Statements? Commands? Numbers?
231
+ - **Winning word patterns** — Specific words or phrases that recur?
232
+ - **Character utilization** — Are top performers shorter or longer?
233
+
234
+ ### Step 2: Analyze Losers
235
+
236
+ Look at the worst performers and identify:
237
+
238
+ - **Themes that fall flat** — What angles aren't resonating?
239
+ - **Common patterns in low performers** — Too generic? Too long? Wrong tone?
240
+
241
+ ### Step 3: Generate New Variations
242
+
243
+ Create new creative that:
244
+ - **Doubles down** on winning themes with fresh phrasing
245
+ - **Extends** winning angles into new variations
246
+ - **Tests** 1-2 new angles not yet explored
247
+ - **Avoids** patterns found in underperformers
248
+
249
+ ### Step 4: Document the Iteration
250
+
251
+ Track what was learned and what's being tested:
252
+
253
+ ```
254
+ ## Iteration Log
255
+ - Round: [number]
256
+ - Date: [date]
257
+ - Top performers: [list with metrics]
258
+ - Winning patterns: [summary]
259
+ - New variations: [count] headlines, [count] descriptions
260
+ - New angles being tested: [list]
261
+ - Angles retired: [list]
262
+ ```
263
+
264
+ ---
265
+
266
+ ## Writing Quality Standards
267
+
268
+ ### Headlines That Click
269
+
270
+ **Strong headlines:**
271
+ - Specific ("Cut reporting time 75%") over vague ("Save time")
272
+ - Benefits ("Ship code faster") over features ("CI/CD pipeline")
273
+ - Active voice ("Automate your reports") over passive ("Reports are automated")
274
+ - Include numbers when possible ("3x faster," "in 5 minutes," "10,000+ teams")
275
+
276
+ **Avoid:**
277
+ - Jargon the audience won't recognize
278
+ - Claims without specificity ("Best," "Leading," "Top")
279
+ - All caps or excessive punctuation
280
+ - Clickbait that the landing page can't deliver on
281
+
282
+ ### Descriptions That Convert
283
+
284
+ Descriptions should complement headlines, not repeat them. Use descriptions to:
285
+ - Add proof points (numbers, testimonials, awards)
286
+ - Handle objections ("No credit card required," "Free forever for small teams")
287
+ - Reinforce CTAs ("Start your free trial today")
288
+ - Add urgency when genuine ("Limited to first 500 signups")
289
+
290
+ ---
291
+
292
+ ## Output Formats
293
+
294
+ ### Standard Output
295
+
296
+ Organize by angle, with character counts:
297
+
298
+ ```
299
+ ## Angle: [Pain Point — Manual Reporting]
300
+
301
+ ### Headlines (30 char max)
302
+ 1. "Stop Building Reports by Hand" (29)
303
+ 2. "Automate Your Weekly Reports" (28)
304
+ 3. "Reports Done in 5 Min, Not 5 Hr" (31) <- OVER LIMIT, trimmed below
305
+ -> "Reports in 5 Min, Not 5 Hrs" (27)
306
+
307
+ ### Descriptions (90 char max)
308
+ 1. "Marketing teams save 10+ hours/week with automated reporting. Start free." (73)
309
+ 2. "Connect your data sources once. Get automated reports forever. No code required." (80)
310
+ ```
311
+
312
+ ### Bulk CSV Output
313
+
314
+ When generating at scale (10+ variations), offer CSV format for direct upload:
315
+
316
+ ```csv
317
+ headline_1,headline_2,headline_3,description_1,description_2,platform
318
+ "Stop Manual Reporting","Automate in 5 Minutes","Join 10K+ Teams","Save 10+ hrs/week on reports. Start free.","Connect data sources once. Reports forever.","google_ads"
319
+ ```
320
+
321
+ ### Static Batch Output (Mode 3)
322
+
323
+ For scaled static batches, save to a dated folder with an index:
324
+
325
+ ```
326
+ outputs/YYYY-MM-DD/
327
+ INDEX.md # every concept: template type + grounding source, scannable in 2 min
328
+ concepts/ # one .md per concept: headline, body, visual description, image prompt, grounding
329
+ images/ # generated images, if an image tool is configured
330
+ ```
331
+
332
+ Per-concept format is defined in [references/static-ad-templates.md](references/static-ad-templates.md). The human workflow this supports: open the folder, scan INDEX.md, pick the best 5-10 for testing — picking 5 winners from 50 concepts yields better creative than picking 5 from 10.
333
+
334
+ ### Creative Review Page (client / stakeholder approval)
335
+
336
+ When a person who isn't you needs to review and pick — a client, a partner, a stakeholder — produce a **creative review page**: a self-contained HTML artifact that presents each concept as an in-feed platform mockup (Instagram/Facebook, with a whitelist-handle toggle), breaks carousels into a labeled frame-by-frame storyboard, lets them toggle headline/copy variations, and discloses what's grounded in real assets. It's the visual upgrade to INDEX.md — a decision made off one link instead of by reading markdown. The template ships at [assets/creative-review-template.html](assets/creative-review-template.html) (one file, no build, hostable anywhere); populate its `DATA` object from your generated concepts. Full data model, grounding rules (the disclosure block is required), and delivery in [references/creative-review-page.md](references/creative-review-page.md).
337
+
338
+ ### Iteration Report
339
+
340
+ When iterating, include a summary:
341
+
342
+ ```
343
+ ## Performance Summary
344
+ - Analyzed: [X] headlines, [Y] descriptions
345
+ - Top performer: "[headline]" — [metric]: [value]
346
+ - Worst performer: "[headline]" — [metric]: [value]
347
+ - Pattern: [observation]
348
+
349
+ ## New Creative
350
+ [organized variations]
351
+
352
+ ## Recommendations
353
+ - [What to pause, what to scale, what to test next]
354
+ ```
355
+
356
+ ---
357
+
358
+ ## Batch Generation Workflow
359
+
360
+ For large-scale creative production (Anthropic's growth team generates 100+ variations per cycle):
361
+
362
+ ### 1. Break into sub-tasks
363
+ - **Headline generation** — Focused on click-through
364
+ - **Description generation** — Focused on conversion
365
+ - **Primary text generation** — Focused on engagement (Meta/LinkedIn)
366
+
367
+ ### 2. Generate in waves
368
+ - Wave 1: Core angles (3-5 angles, 5 variations each)
369
+ - Wave 2: Extended variations on top 2 angles
370
+ - Wave 3: Wild card angles (contrarian, emotional, specific)
371
+
372
+ ### 3. Quality filter
373
+ - Remove anything over character limit
374
+ - Remove duplicates or near-duplicates
375
+ - Flag anything that might violate platform policies
376
+ - Ensure headline/description combinations make sense together
377
+
378
+ ---
379
+
380
+ ## Common Mistakes
381
+
382
+ - **Writing headlines that only work together** — RSA headlines get combined randomly
383
+ - **Ignoring character limits** — Platforms truncate without warning
384
+ - **All variations sound the same** — Vary angles, not just word choice
385
+ - **No CTA headlines** — RSAs need action-oriented headlines to drive clicks; include at least 2-3
386
+ - **Generic descriptions** — "Learn more about our solution" wastes the slot
387
+ - **Iterating without data** — Gut feelings are less reliable than metrics
388
+ - **Generating without grounding** — Ungrounded concepts read like every other ad in the feed; feed the skill winning ads, reviews, and comments first
389
+ - **Skipping the comments input** — Ad comments hold the objections and angles customers raise themselves; those usually convert best
390
+ - **Testing too many things at once** — Change one variable per test cycle
391
+ - **Retiring creative too early** — Allow 1,000+ impressions before judging
392
+
393
+ ---
394
+
395
+ ## Tool Integrations
396
+
397
+ For pulling performance data and managing campaigns, see the [tools registry](../../tools/REGISTRY.md).
398
+
399
+ | Platform | Pull Performance Data | Manage Campaigns | Guide |
400
+ |----------|:---------------------:|:----------------:|-------|
401
+ | **Google Ads** | `google-ads campaigns list`, `google-ads reports get` | `google-ads campaigns create` | [google-ads.md](../../tools/integrations/google-ads.md) |
402
+ | **Meta Ads** | `meta-ads insights get` | `meta-ads campaigns list` | [meta-ads.md](../../tools/integrations/meta-ads.md) |
403
+ | **LinkedIn Ads** | `linkedin-ads analytics get` | `linkedin-ads campaigns list` | [linkedin-ads.md](../../tools/integrations/linkedin-ads.md) |
404
+ | **TikTok Ads** | `tiktok-ads reports get` | `tiktok-ads campaigns list` | [tiktok-ads.md](../../tools/integrations/tiktok-ads.md) |
405
+
406
+ ### Workflow: Pull Data, Analyze, Generate
407
+
408
+ ```bash
409
+ # 1. Pull recent ad performance
410
+ node tools/clis/google-ads.js reports get --type ad_performance --date-range last_30_days
411
+
412
+ # 2. Analyze output (identify top/bottom performers)
413
+ # 3. Feed winning patterns into this skill
414
+ # 4. Generate new variations
415
+ # 5. Upload to platform
416
+ ```
417
+
418
+ ---
419
+
420
+ ## Related Skills
421
+
422
+ - **ads**: For campaign strategy, targeting, budgets, and optimization
423
+ - **marketing-loops**: For running static batch generation on a recurring cadence (the daily-creative-drop loop)
424
+ - **customer-research**: For mining reviews and comments when building the grounded inputs corpus
425
+ - **copywriting**: For landing page copy (where ad traffic lands)
426
+ - **ab-testing**: For structuring creative tests with statistical rigor
427
+ - **marketing-psychology**: For psychological principles behind high-performing creative
428
+ - **copy-editing**: For polishing ad copy before launch
@@ -0,0 +1,106 @@
1
+ # The Creative Review Page
2
+
3
+ A shareable, self-contained web page that presents generated ad concepts for a client or stakeholder to **review and pick** — the visual upgrade to `INDEX.md`. Where the markdown outputs are built for the operator, the review page is built for the person approving the spend: it shows each concept as an in-feed platform mockup, breaks carousels into a labeled frame-by-frame storyboard, lets them toggle copy variations, and discloses what's grounded in real assets.
4
+
5
+ The template ships at [assets/creative-review-template.html](../assets/creative-review-template.html). It's one file — inline CSS and JS, no build, no dependencies, no network. Open it locally, host it on any static host (Vercel/Netlify/GitHub Pages), or hand off the `.html` file directly.
6
+
7
+ ## When to produce one
8
+
9
+ - **Presenting a batch for approval** — after Mode 1 or Mode 3 generation, package the top concepts into a review page instead of (or alongside) `INDEX.md`. Picking 5 of 50 is a *visual* decision; a client shouldn't have to read markdown to make it.
10
+ - **Pitching a whitelist / co-branded partnership** — the format the source pattern was built for: show the partner exactly what the ad looks like under each handle, with the rollout mechanics spelled out.
11
+ - **A monthly slate review** (Mode 4) — render the slate's concepts so the account-state call and the pick happen off one link.
12
+
13
+ Don't produce one for a single headline tweak or a quick internal gut-check — the markdown output is faster. Reach for the review page when a human who isn't you needs to choose.
14
+
15
+ ## How it's built
16
+
17
+ The template renders entirely from a JSON block near the top of the file — `<script type="application/json" id="review-data">`. Populate it from your generated concepts and everything else renders — tabs, previews, storyboard, copy panel. You do not edit the render code below the data block. The annotated model below is shown with `//` comments for readability; **the file itself is strict JSON** — no comments, no trailing commas (see "Populating the data safely").
18
+
19
+ ### Data model
20
+
21
+ ```jsonc
22
+ {
23
+ project: {
24
+ brand: "Truvani", // required
25
+ agency: "Light Labs", // optional — adds the co-brand line + the default handle fallback (partner label/initials)
26
+ date: "2026-07-12", // optional
27
+ note: "one-line context" // optional
28
+ },
29
+ platforms: ["instagram", "facebook"], // previews to offer; first is the default. Supported: instagram, facebook
30
+ concepts: [ // each concept is one strategic ANGLE (see SKILL.md "Define Your Angles")
31
+ {
32
+ name: "Heavy-Metal Proof", // required — the angle name
33
+ tagline: "Lifestyle hero, then the lab results", // one line, what makes this concept distinct
34
+ handles: [ // optional. 1 entry = normal post; 2 = whitelist handle toggle
35
+ { name: "truvani", partner: "Paid partnership with lightlabs", initials: "TV" },
36
+ { name: "Light Labs", partner: "Paid partnership with truvani", initials: "LL" }
37
+ ],
38
+ frames: [ // 1 frame = single ad; multiple = carousel storyboard
39
+ {
40
+ label: "Hook", // the frame's job in the narrative arc
41
+ prompt: "Product bag hero on soft pink, gold-lace overlay", // image description (shown as placeholder if no image)
42
+ image: "images/heavy-metal-01.png", // optional — URL, relative path, or data URI; omit for text-only concepts
43
+ headline: "Finally — a plant-based protein that's third-party tested for heavy metals.", // optional per-frame overlay
44
+ headlineTheme: "dark" // optional: "dark" (default, white text) or "light" (dark text on light imagery)
45
+ }
46
+ // … one object per frame
47
+ ],
48
+ headlines: [ // selectable variations; the picked one overlays frame 1 in the preview
49
+ "Finally — a plant-based protein that's third-party tested for heavy metals.",
50
+ "We tested our protein for heavy metals. Here's what an independent lab found.",
51
+ "Most protein powders are never tested for heavy metals. Ours is."
52
+ ],
53
+ primaryText: "The caption / body copy.",
54
+ destination: { url: "shop.truvani.com", cta: "Shop now", offer: "72% OFF Protein Starter Kit" },
55
+ rollout: { // optional — the mechanics of how this runs (whitelist, launch plan)
56
+ title: "How the whitelist runs",
57
+ steps: ["step 1", "step 2", "…"]
58
+ },
59
+ grounding: "What in this concept is real — the required disclosure. See below."
60
+ }
61
+ // … 2–4 concepts is the sweet spot; more than that and the tabs stop being a decision
62
+ ]
63
+ }
64
+ ```
65
+
66
+ ### The frame storyboard = a carousel narrative arc
67
+
68
+ A concept's `frames` are its storyboard. Label each frame by the *job it does*, not its content — `Hook`, `The problem`, `The results`, `The ask`. This is the same narrative-arc thinking as the carousel frameworks: a proof-led concept is literally Hook → Problem → Mechanism → Results → Context → Ask. For the five reusable carousel arcs (Value-Stack, Problem-Proof, Hack List, Rant Callout, Demo Walkthrough), see `carousel-frameworks.md` in the **social** skill and pick the arc that fits the angle before writing frames.
69
+
70
+ ### Images vs. placeholders
71
+
72
+ Every frame renders one of two ways:
73
+ - **`image` provided** — the real creative (from the Mode 3 `images/` folder, a hosted URL, or a data URI) fills the frame.
74
+ - **`image` omitted** — a styled placeholder shows the frame `label` + `prompt`. This is the intended state for concepts that are copy + image-prompt but not yet rendered to image — the review page is useful *before* images exist, and stays useful as they get filled in.
75
+
76
+ Ship review pages with placeholders freely; they communicate the concept. Swap in images as they're generated.
77
+
78
+ ## Grounding — the disclosure block is required
79
+
80
+ Every concept must carry a `grounding` line, and it must be true. This is the same rule as the Grounded Inputs corpus, surfaced to the client: state exactly what is real (which lab panel, which review, which product photography) and, by omission, what is illustrative. The source pattern's line is the model — *"Results are Truvani's actual Light Labs panel (Vanilla, tested Nov 13, 2025). Imagery is Truvani's own product & lifestyle photography."*
81
+
82
+ Never present invented stats, fabricated test results, or stock imagery as the brand's own. If a concept's proof isn't real yet, the grounding line says so ("Results shown are illustrative pending the lab panel") — a review page that launders fiction as fact is worse than no review page.
83
+
84
+ ## Populating the data safely
85
+
86
+ The `DATA` lives in a `<script type="application/json" id="review-data">` block — it's inert data (parsed with `JSON.parse`), not executable code, so a value can never run as script. Two rules when you write it:
87
+
88
+ - **Valid JSON only** — double-quoted keys and strings, no comments, no trailing commas. (The page shows a clear error banner if the JSON is malformed, so a typo fails loud, not silent.)
89
+ - **Escape `<` as `\u003c` in every text value.** A value literally containing `</script>` would otherwise close the data block early. Since agents write the JSON, apply this escape mechanically to all string values. All values are HTML-escaped again at render time, so this is defense-in-depth, but the source-level escape is the one that matters — do it.
90
+
91
+ ## Producing and delivering it
92
+
93
+ 1. Copy `assets/creative-review-template.html` into the batch's output folder as `review.html` (e.g. `outputs/YYYY-MM-DD/review.html`).
94
+ 2. Replace the `DATA` object with the real project — concepts, frames, copy, grounding. Populate `image` paths for any frames you've rendered (keep them relative to the html file so the folder stays portable).
95
+ 3. Verify it renders: open it in a browser, click through every concept tab, both platform and handle toggles, and each frame in the storyboard.
96
+ 4. Deliver: hand off the folder (html + `images/`), or host it. For a client link, `vercel deploy` or any static host works — it's a single page with local assets.
97
+
98
+ Keep the review page next to the markdown outputs, not instead of them: `INDEX.md` and the per-concept files remain the operator's record and the grounding audit trail; `review.html` is the approval surface built on top.
99
+
100
+ ## Common mistakes
101
+
102
+ - **Too many concepts** — 2–4 tabs is a decision; 10 is a menu nobody finishes. Curate before you present.
103
+ - **Unlabeled or content-labeled frames** — label by narrative job (`The proof`), not by what's pictured (`Table screenshot`).
104
+ - **Missing or dishonest grounding** — every concept discloses what's real; illustrative proof is labeled illustrative.
105
+ - **Editing the render code** — everything is data-driven; if something won't show, it's a `DATA` field, not the JS.
106
+ - **Absolute image paths** — keep image paths relative so the output folder can be zipped, moved, or hosted intact.
@@ -0,0 +1,118 @@
1
+ # The Creative Strategy Loop
2
+
3
+ Generation (Modes 1–3) answers "make me ads." This reference answers the question that comes first: **which ads are worth making, in what order, at what production cost** — and the retro that turns each month's results into next month's plan. It's the standing operating loop of a creative strategist, run by an agent with a human deciding.
4
+
5
+ ```
6
+ Signals → Concepts (evidence-ranked) → Roadmap (tiered, capacity-checked) → Briefs → [Modes 1–3 produce] → Monthly retro → back into the icebox
7
+ ```
8
+
9
+ ---
10
+
11
+ ## Step 1: Read the Three Signals
12
+
13
+ Creative direction comes from synthesis across three independent signal sources. One source alone misleads: the account tells you what worked *among things you've tried*, customers tell you why they buy *in their words*, and organic content tells you what the audience *chooses to watch when nobody's paying*.
14
+
15
+ | Signal | What to pull | How |
16
+ |---|---|---|
17
+ | **Account performance** | Winners/losers by angle, hook, format; funnel metrics per concept (see [hook-system.md](hook-system.md) diagnostic funnel); fatigue state | `google-ads` / `meta-ads` / `linkedin-ads` / `tiktok-ads` CLIs (see Tool Integrations in SKILL.md) |
18
+ | **Customer/brand** | Verbatim pain/desire/objection language; unexpected use cases; who's *actually* buying vs. who's targeted | The Grounded Inputs corpus (`inputs/reviews/`, `inputs/comments/`), sales-call notes, support themes — per **customer-research** |
19
+ | **External organic** | What the niche watches unpaid: top organic content, its hooks, formats, vocabulary; competitor ads running long enough to be presumed working | **scraping**, the social listening tooling in **social**, ad libraries, **competitor-profiling** |
20
+
21
+ **Cadence:** a monthly deep dive (60–90 min, all three sources, feeds the monthly roadmap) plus a weekly ~20-minute refresh (what changed: new winners/losers, new review themes, anything spiking organically). Research beyond what the next decision needs is busywork — every synthesis session should end in concepts, not notes.
22
+
23
+ **Trust rule:** every insight the agent surfaces must carry its receipt — which review, which ad's metrics, which organic post. An insight without a source doesn't enter the icebox. (Same grounding rules as everything else in this skill.)
24
+
25
+ ---
26
+
27
+ ## Step 2: Turn Signals into Evidence-Ranked Concepts
28
+
29
+ A **concept** is one testable creative hypothesis: *segment × motivation × angle × format*, with its evidence attached. "UGC for moms" is not a concept; "new-parent insomniacs (per 40+ reviews mentioning 3am feeds) × 'quiet enough to not wake the baby' × before/after demo × POV night-shot video" is.
30
+
31
+ Rank every concept by the strongest evidence supporting it:
32
+
33
+ | Tier | Evidence | Weight |
34
+ |---|---|---|
35
+ | 1 | Your own account: a converting ad with the same angle/segment | Strongest — iterate and extend |
36
+ | 2 | Your customers verbatim: recurring review/call language | Strong — build new creative on it |
37
+ | 3 | Competitor creative running 60+ days (presumed working) | Good — adapt the angle, never the ad |
38
+ | 4 | Organic engagement in the niche (unpaid views/saves on the theme) | Moderate — validate cheaply first |
39
+ | 5 | Cross-niche pattern (worked in an adjacent category) | Weak — icebox until corroborated |
40
+ | 6 | Team hunch, no external signal | Weakest — low-fi test or drop |
41
+
42
+ Higher evidence earns roadmap *priority* — an earlier slot in the slate. Production tier is a separate call, set by validation strength, existing assets, capacity, and risk: even a tier-2 customer-language concept starts low-fidelity until it shows a funnel signal. Hunches aren't banned — they're just cheap and last.
43
+
44
+ ---
45
+
46
+ ## Step 3: Branch on Account State
47
+
48
+ The right creative mix depends on which of two states the account is in. Diagnose before roadmapping — a plan built for the wrong state wastes the month.
49
+
50
+ **Exploration state** — nothing (or nothing new) is working:
51
+ - Go **wide, not deep**: mostly net-new concepts across different segments and angles; keep iterations to a small minority — iterating on losers multiplies losers
52
+ - **Redefine "win" per-metric**: with no full-funnel winners, a single-metric improvement (a hold-rate lift, a CPC drop, a CVR bump) on any test is a hit worth pulling on — see the diagnostic funnel
53
+ - Iterate **only on hits**; everything else stays exploratory
54
+ - Common root causes to check while testing: the creative is boring (safe, seen-before), the message is overcomplicated, the offer/UVP is unclear, or CPMs are punishing a too-narrow audience
55
+
56
+ **Scaling state** — one or more concepts are converting profitably:
57
+ - Go **deep on the winner** while it's open: a winner-led slate of visually-distinct variations of the winning concept (same message, new execution — near-duplicates mostly cannibalize the original's reach and teach you nothing new, so variations must look meaningfully different), plus a remix lane (tonal/emotional re-executions of it) and sub-angle probes drilling *into* the winning segment; tune the split to budget, fatigue speed, and production velocity
58
+ - Keep a small exploration allocation alive even mid-scale — winners fatigue, and the next winner is rarely an iteration of the current one
59
+ - Speed matters more in this state: a scaling window is finite
60
+
61
+ ---
62
+
63
+ ## Step 4: The Roadmap Artifact
64
+
65
+ Maintain one living document (suggested: `roadmap.md` beside the Grounded Inputs corpus) with three horizons:
66
+
67
+ ```
68
+ ## Icebox — every concept, evidence tier + source attached, nothing scheduled
69
+ ## This quarter — 2-4 themes chosen from the icebox (the bets), with why-now
70
+ ## This month — the slate: concept | evidence tier | production tier | owner | status
71
+ ```
72
+
73
+ Each monthly-slate concept gets a **production tier**:
74
+
75
+ | Tier | Cost | What it is | Use for |
76
+ |---|---|---|---|
77
+ | **T1 — Iteration** | Hours | New hook/caption/crop on an existing asset | Extending proven winners |
78
+ | **T2 — Remix** | Days | New creative from existing footage/assets/AI generation | Concepts with decent evidence or a first low-fi signal |
79
+ | **T3 — Production** | Weeks | Net-new shoot, creators, full build | Only angles with own-account proof or a prior low-fi funnel signal (fidelity ladder in [hook-system.md](hook-system.md)) |
80
+
81
+ **Capacity check — the rule that keeps roadmaps honest:** count what the team (or the AI pipeline) can produce *at quality* this month, and roadmap to that number. A 20-concept slate against 8 concepts of real capacity doesn't produce 20 ads; it produces 20 compromised ones and a burned-out team. Cut by evidence rank until the slate fits.
82
+
83
+ From the slate, generate **one brief per concept** (segment, motivation + verbatim source, angle, format, hook matrix rows, production tier, success metric) and hand each to Modes 1–3 for production.
84
+
85
+ ---
86
+
87
+ ## Step 5: The Monthly Creative Retro
88
+
89
+ Last step of the loop, first input of the next one. One artifact per month (suggested: `retros/YYYY-MM.md`):
90
+
91
+ ```
92
+ ## Winners — concept, the funnel numbers, and the WHY (which element earned it)
93
+ ## Losers — concept, where in the funnel it died, hypothesis for why
94
+ ## Metric wins — full-funnel losers with one strong metric (these are leads, not losses)
95
+ ## Learnings — pattern-level notes → written back into the icebox as new/revised concepts
96
+ ## Kills — concepts retired from the icebox, with reason
97
+ ## Next slate — first draft of next month, updated evidence ranks
98
+ ```
99
+
100
+ Retro rules:
101
+
102
+ - **Judge concepts, not ads.** Three executions of one concept failing says the concept is wrong; one failing says the execution was.
103
+ - **Read the funnel, not the ROAS column.** The diagnostic funnel says *what* to fix; ROAS alone says only *that* something is broken.
104
+ - **Enough data before verdicts** — respect the impression/spend thresholds in Common Mistakes and the **ads** skill's decision systems; a two-day read is a coin flip.
105
+ - **Every learning lands somewhere**: icebox update, evidence re-rank, or kill. A retro that changes nothing in the roadmap was a meeting, not a retro.
106
+
107
+ To run this loop on a schedule (retro on the 1st, weekly refresh Mondays, daily batches via Mode 3), see the creative loops in **marketing-loops**.
108
+
109
+ ---
110
+
111
+ ## Failure Modes
112
+
113
+ - **Roadmapping without a diagnosis** — a slate built before reading the three signals is a wish list; testing without a diagnosis isn't strategy
114
+ - **Iteration-heavy slates in exploration state** — polishing losers while the real problem (angle, offer, audience) goes untested
115
+ - **Ignoring capacity** — the plan the team can't produce at quality is a plan to produce slop
116
+ - **Evidence-free concepts jumping the queue** — the loudest stakeholder's hunch ships as a T3 shoot while tier-2 customer language sits in the icebox
117
+ - **Retro as theater** — winners celebrated, nothing re-ranked, icebox untouched
118
+ - **Scaling-state complacency** — 100% of the slate on winner variations; when the winner fatigues, the pipeline is empty