code-ai-installer 2.2.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (547) hide show
  1. package/.agents/skills/karpathy-guidelines/SKILL.md +326 -0
  2. package/.agents/skills/karpathy-guidelines/agents/claude.json +21 -0
  3. package/.agents/skills/karpathy-guidelines/agents/copilot.json +21 -0
  4. package/.agents/skills/karpathy-guidelines/agents/gemini.json +21 -0
  5. package/.agents/skills/karpathy-guidelines/agents/openai.yaml +8 -0
  6. package/.agents/skills/karpathy-guidelines/agents/qwen.json +21 -0
  7. package/.agents/skills/karpathy-guidelines/agents/skill.yaml +25 -0
  8. package/AGENTS.md +13 -0
  9. package/README.md +141 -139
  10. package/agents/architect.md +1 -0
  11. package/agents/conductor.md +1 -0
  12. package/agents/devops.md +1 -0
  13. package/agents/product_manager.md +1 -0
  14. package/agents/reviewer.md +1 -0
  15. package/agents/senior_full_stack.md +1 -0
  16. package/agents/tester.md +1 -0
  17. package/agents/ux_ui_designer.md +1 -0
  18. package/dist/domainResolver.js +2 -2
  19. package/dist/index.js +4 -4
  20. package/dist/types.d.ts +1 -1
  21. package/domains/analytics/agents/conductor.md +1 -0
  22. package/domains/analytics/agents/data_analyst.md +1 -0
  23. package/domains/analytics/agents/designer.md +1 -0
  24. package/domains/analytics/agents/interviewer.md +1 -0
  25. package/domains/analytics/agents/layouter.md +1 -0
  26. package/domains/analytics/agents/mediator.md +1 -0
  27. package/domains/analytics/agents/researcher.md +1 -0
  28. package/domains/analytics/agents/strategist.md +1 -0
  29. package/domains/content/agents/conductor.md +1 -0
  30. package/domains/content/agents/copywriter.md +1 -0
  31. package/domains/content/agents/researcher.md +1 -0
  32. package/domains/content/agents/reviewer.md +1 -0
  33. package/domains/content/agents/strategist.md +1 -0
  34. package/domains/content/agents/visual_concept.md +1 -0
  35. package/domains/development/agents/architect.md +1 -0
  36. package/domains/development/agents/conductor.md +1 -0
  37. package/domains/development/agents/devops.md +1 -0
  38. package/domains/development/agents/product_manager.md +1 -0
  39. package/domains/development/agents/reviewer.md +1 -0
  40. package/domains/development/agents/senior_full_stack.md +1 -0
  41. package/domains/development/agents/tester.md +1 -0
  42. package/domains/development/agents/ux_ui_designer.md +1 -0
  43. package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +433 -0
  44. package/domains/product/.agents/skills/aarrr-metrics/agents/claude.json +17 -0
  45. package/domains/product/.agents/skills/aarrr-metrics/agents/copilot.json +17 -0
  46. package/domains/product/.agents/skills/aarrr-metrics/agents/gemini.json +17 -0
  47. package/domains/product/.agents/skills/aarrr-metrics/agents/openai.yaml +8 -0
  48. package/domains/product/.agents/skills/aarrr-metrics/agents/qwen.json +17 -0
  49. package/domains/product/.agents/skills/aarrr-metrics/agents/skill.yaml +20 -0
  50. package/domains/product/.agents/skills/ab-test-design/SKILL.md +412 -0
  51. package/domains/product/.agents/skills/ab-test-design/agents/claude.json +17 -0
  52. package/domains/product/.agents/skills/ab-test-design/agents/copilot.json +17 -0
  53. package/domains/product/.agents/skills/ab-test-design/agents/gemini.json +17 -0
  54. package/domains/product/.agents/skills/ab-test-design/agents/openai.yaml +8 -0
  55. package/domains/product/.agents/skills/ab-test-design/agents/qwen.json +17 -0
  56. package/domains/product/.agents/skills/ab-test-design/agents/skill.yaml +20 -0
  57. package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +406 -0
  58. package/domains/product/.agents/skills/acceptance-criteria/agents/claude.json +17 -0
  59. package/domains/product/.agents/skills/acceptance-criteria/agents/copilot.json +17 -0
  60. package/domains/product/.agents/skills/acceptance-criteria/agents/gemini.json +17 -0
  61. package/domains/product/.agents/skills/acceptance-criteria/agents/openai.yaml +8 -0
  62. package/domains/product/.agents/skills/acceptance-criteria/agents/qwen.json +17 -0
  63. package/domains/product/.agents/skills/acceptance-criteria/agents/skill.yaml +20 -0
  64. package/domains/product/.agents/skills/assumption-mapping/SKILL.md +307 -0
  65. package/domains/product/.agents/skills/assumption-mapping/agents/claude.json +17 -0
  66. package/domains/product/.agents/skills/assumption-mapping/agents/copilot.json +17 -0
  67. package/domains/product/.agents/skills/assumption-mapping/agents/gemini.json +17 -0
  68. package/domains/product/.agents/skills/assumption-mapping/agents/openai.yaml +8 -0
  69. package/domains/product/.agents/skills/assumption-mapping/agents/qwen.json +17 -0
  70. package/domains/product/.agents/skills/assumption-mapping/agents/skill.yaml +20 -0
  71. package/domains/product/.agents/skills/board/SKILL.md +420 -0
  72. package/domains/product/.agents/skills/board/agents/claude.json +16 -0
  73. package/domains/product/.agents/skills/board/agents/copilot.json +16 -0
  74. package/domains/product/.agents/skills/board/agents/gemini.json +16 -0
  75. package/domains/product/.agents/skills/board/agents/openai.yaml +8 -0
  76. package/domains/product/.agents/skills/board/agents/qwen.json +16 -0
  77. package/domains/product/.agents/skills/board/agents/skill.yaml +19 -0
  78. package/domains/product/.agents/skills/design-brief/SKILL.md +418 -0
  79. package/domains/product/.agents/skills/design-brief/agents/claude.json +16 -0
  80. package/domains/product/.agents/skills/design-brief/agents/copilot.json +16 -0
  81. package/domains/product/.agents/skills/design-brief/agents/gemini.json +16 -0
  82. package/domains/product/.agents/skills/design-brief/agents/openai.yaml +8 -0
  83. package/domains/product/.agents/skills/design-brief/agents/qwen.json +16 -0
  84. package/domains/product/.agents/skills/design-brief/agents/skill.yaml +19 -0
  85. package/domains/product/.agents/skills/epic-breakdown/SKILL.md +420 -0
  86. package/domains/product/.agents/skills/epic-breakdown/agents/claude.json +16 -0
  87. package/domains/product/.agents/skills/epic-breakdown/agents/copilot.json +16 -0
  88. package/domains/product/.agents/skills/epic-breakdown/agents/gemini.json +16 -0
  89. package/domains/product/.agents/skills/epic-breakdown/agents/openai.yaml +8 -0
  90. package/domains/product/.agents/skills/epic-breakdown/agents/qwen.json +16 -0
  91. package/domains/product/.agents/skills/epic-breakdown/agents/skill.yaml +19 -0
  92. package/domains/product/.agents/skills/gates/SKILL.md +446 -0
  93. package/domains/product/.agents/skills/gates/agents/claude.json +16 -0
  94. package/domains/product/.agents/skills/gates/agents/copilot.json +16 -0
  95. package/domains/product/.agents/skills/gates/agents/gemini.json +16 -0
  96. package/domains/product/.agents/skills/gates/agents/openai.yaml +8 -0
  97. package/domains/product/.agents/skills/gates/agents/qwen.json +16 -0
  98. package/domains/product/.agents/skills/gates/agents/skill.yaml +19 -0
  99. package/domains/product/.agents/skills/gtm-brief/SKILL.md +585 -0
  100. package/domains/product/.agents/skills/gtm-brief/agents/claude.json +17 -0
  101. package/domains/product/.agents/skills/gtm-brief/agents/copilot.json +17 -0
  102. package/domains/product/.agents/skills/gtm-brief/agents/gemini.json +17 -0
  103. package/domains/product/.agents/skills/gtm-brief/agents/openai.yaml +8 -0
  104. package/domains/product/.agents/skills/gtm-brief/agents/qwen.json +17 -0
  105. package/domains/product/.agents/skills/gtm-brief/agents/skill.yaml +20 -0
  106. package/domains/product/.agents/skills/handoff/SKILL.md +429 -0
  107. package/domains/product/.agents/skills/handoff/agents/claude.json +16 -0
  108. package/domains/product/.agents/skills/handoff/agents/copilot.json +16 -0
  109. package/domains/product/.agents/skills/handoff/agents/gemini.json +16 -0
  110. package/domains/product/.agents/skills/handoff/agents/openai.yaml +8 -0
  111. package/domains/product/.agents/skills/handoff/agents/qwen.json +16 -0
  112. package/domains/product/.agents/skills/handoff/agents/skill.yaml +19 -0
  113. package/domains/product/.agents/skills/html-pdf-report/SKILL.md +939 -0
  114. package/domains/product/.agents/skills/html-pdf-report/agents/claude.json +17 -0
  115. package/domains/product/.agents/skills/html-pdf-report/agents/copilot.json +17 -0
  116. package/domains/product/.agents/skills/html-pdf-report/agents/gemini.json +17 -0
  117. package/domains/product/.agents/skills/html-pdf-report/agents/openai.yaml +8 -0
  118. package/domains/product/.agents/skills/html-pdf-report/agents/qwen.json +17 -0
  119. package/domains/product/.agents/skills/html-pdf-report/agents/skill.yaml +20 -0
  120. package/domains/product/.agents/skills/hypothesis-template/SKILL.md +469 -0
  121. package/domains/product/.agents/skills/hypothesis-template/agents/claude.json +16 -0
  122. package/domains/product/.agents/skills/hypothesis-template/agents/copilot.json +16 -0
  123. package/domains/product/.agents/skills/hypothesis-template/agents/gemini.json +16 -0
  124. package/domains/product/.agents/skills/hypothesis-template/agents/openai.yaml +8 -0
  125. package/domains/product/.agents/skills/hypothesis-template/agents/qwen.json +16 -0
  126. package/domains/product/.agents/skills/hypothesis-template/agents/skill.yaml +19 -0
  127. package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +258 -0
  128. package/domains/product/.agents/skills/jtbd-canvas/agents/claude.json +17 -0
  129. package/domains/product/.agents/skills/jtbd-canvas/agents/copilot.json +17 -0
  130. package/domains/product/.agents/skills/jtbd-canvas/agents/gemini.json +17 -0
  131. package/domains/product/.agents/skills/jtbd-canvas/agents/openai.yaml +8 -0
  132. package/domains/product/.agents/skills/jtbd-canvas/agents/qwen.json +17 -0
  133. package/domains/product/.agents/skills/jtbd-canvas/agents/skill.yaml +20 -0
  134. package/domains/product/.agents/skills/kano-model/SKILL.md +355 -0
  135. package/domains/product/.agents/skills/kano-model/agents/claude.json +16 -0
  136. package/domains/product/.agents/skills/kano-model/agents/copilot.json +16 -0
  137. package/domains/product/.agents/skills/kano-model/agents/gemini.json +16 -0
  138. package/domains/product/.agents/skills/kano-model/agents/openai.yaml +8 -0
  139. package/domains/product/.agents/skills/kano-model/agents/qwen.json +16 -0
  140. package/domains/product/.agents/skills/kano-model/agents/skill.yaml +19 -0
  141. package/domains/product/.agents/skills/launch-checklist/SKILL.md +419 -0
  142. package/domains/product/.agents/skills/launch-checklist/agents/claude.json +16 -0
  143. package/domains/product/.agents/skills/launch-checklist/agents/copilot.json +16 -0
  144. package/domains/product/.agents/skills/launch-checklist/agents/gemini.json +16 -0
  145. package/domains/product/.agents/skills/launch-checklist/agents/openai.yaml +8 -0
  146. package/domains/product/.agents/skills/launch-checklist/agents/qwen.json +16 -0
  147. package/domains/product/.agents/skills/launch-checklist/agents/skill.yaml +19 -0
  148. package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +392 -0
  149. package/domains/product/.agents/skills/moscow-prioritization/agents/claude.json +16 -0
  150. package/domains/product/.agents/skills/moscow-prioritization/agents/copilot.json +16 -0
  151. package/domains/product/.agents/skills/moscow-prioritization/agents/gemini.json +16 -0
  152. package/domains/product/.agents/skills/moscow-prioritization/agents/openai.yaml +8 -0
  153. package/domains/product/.agents/skills/moscow-prioritization/agents/qwen.json +16 -0
  154. package/domains/product/.agents/skills/moscow-prioritization/agents/skill.yaml +19 -0
  155. package/domains/product/.agents/skills/north-star-metric/SKILL.md +301 -0
  156. package/domains/product/.agents/skills/north-star-metric/agents/claude.json +17 -0
  157. package/domains/product/.agents/skills/north-star-metric/agents/copilot.json +17 -0
  158. package/domains/product/.agents/skills/north-star-metric/agents/gemini.json +17 -0
  159. package/domains/product/.agents/skills/north-star-metric/agents/openai.yaml +8 -0
  160. package/domains/product/.agents/skills/north-star-metric/agents/qwen.json +17 -0
  161. package/domains/product/.agents/skills/north-star-metric/agents/skill.yaml +20 -0
  162. package/domains/product/.agents/skills/okr-framework/SKILL.md +284 -0
  163. package/domains/product/.agents/skills/okr-framework/agents/claude.json +16 -0
  164. package/domains/product/.agents/skills/okr-framework/agents/copilot.json +16 -0
  165. package/domains/product/.agents/skills/okr-framework/agents/gemini.json +16 -0
  166. package/domains/product/.agents/skills/okr-framework/agents/openai.yaml +8 -0
  167. package/domains/product/.agents/skills/okr-framework/agents/qwen.json +16 -0
  168. package/domains/product/.agents/skills/okr-framework/agents/skill.yaml +19 -0
  169. package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +456 -0
  170. package/domains/product/.agents/skills/opportunity-solution-tree/agents/claude.json +17 -0
  171. package/domains/product/.agents/skills/opportunity-solution-tree/agents/copilot.json +17 -0
  172. package/domains/product/.agents/skills/opportunity-solution-tree/agents/gemini.json +17 -0
  173. package/domains/product/.agents/skills/opportunity-solution-tree/agents/openai.yaml +8 -0
  174. package/domains/product/.agents/skills/opportunity-solution-tree/agents/qwen.json +17 -0
  175. package/domains/product/.agents/skills/opportunity-solution-tree/agents/skill.yaml +20 -0
  176. package/domains/product/.agents/skills/prd-template/SKILL.md +490 -0
  177. package/domains/product/.agents/skills/prd-template/agents/claude.json +17 -0
  178. package/domains/product/.agents/skills/prd-template/agents/copilot.json +17 -0
  179. package/domains/product/.agents/skills/prd-template/agents/gemini.json +17 -0
  180. package/domains/product/.agents/skills/prd-template/agents/openai.yaml +8 -0
  181. package/domains/product/.agents/skills/prd-template/agents/qwen.json +17 -0
  182. package/domains/product/.agents/skills/prd-template/agents/skill.yaml +20 -0
  183. package/domains/product/.agents/skills/problem-statement/SKILL.md +312 -0
  184. package/domains/product/.agents/skills/problem-statement/agents/claude.json +16 -0
  185. package/domains/product/.agents/skills/problem-statement/agents/copilot.json +16 -0
  186. package/domains/product/.agents/skills/problem-statement/agents/gemini.json +16 -0
  187. package/domains/product/.agents/skills/problem-statement/agents/openai.yaml +8 -0
  188. package/domains/product/.agents/skills/problem-statement/agents/qwen.json +16 -0
  189. package/domains/product/.agents/skills/problem-statement/agents/skill.yaml +19 -0
  190. package/domains/product/.agents/skills/product-roadmap/SKILL.md +304 -0
  191. package/domains/product/.agents/skills/product-roadmap/agents/claude.json +17 -0
  192. package/domains/product/.agents/skills/product-roadmap/agents/copilot.json +17 -0
  193. package/domains/product/.agents/skills/product-roadmap/agents/gemini.json +17 -0
  194. package/domains/product/.agents/skills/product-roadmap/agents/openai.yaml +8 -0
  195. package/domains/product/.agents/skills/product-roadmap/agents/qwen.json +17 -0
  196. package/domains/product/.agents/skills/product-roadmap/agents/skill.yaml +20 -0
  197. package/domains/product/.agents/skills/product-vision/SKILL.md +394 -0
  198. package/domains/product/.agents/skills/product-vision/agents/claude.json +16 -0
  199. package/domains/product/.agents/skills/product-vision/agents/copilot.json +16 -0
  200. package/domains/product/.agents/skills/product-vision/agents/gemini.json +16 -0
  201. package/domains/product/.agents/skills/product-vision/agents/openai.yaml +8 -0
  202. package/domains/product/.agents/skills/product-vision/agents/qwen.json +16 -0
  203. package/domains/product/.agents/skills/product-vision/agents/skill.yaml +19 -0
  204. package/domains/product/.agents/skills/release-notes/SKILL.md +499 -0
  205. package/domains/product/.agents/skills/release-notes/agents/claude.json +17 -0
  206. package/domains/product/.agents/skills/release-notes/agents/copilot.json +17 -0
  207. package/domains/product/.agents/skills/release-notes/agents/gemini.json +17 -0
  208. package/domains/product/.agents/skills/release-notes/agents/openai.yaml +8 -0
  209. package/domains/product/.agents/skills/release-notes/agents/qwen.json +17 -0
  210. package/domains/product/.agents/skills/release-notes/agents/skill.yaml +20 -0
  211. package/domains/product/.agents/skills/report-design/SKILL.md +708 -0
  212. package/domains/product/.agents/skills/report-design/agents/claude.json +17 -0
  213. package/domains/product/.agents/skills/report-design/agents/copilot.json +17 -0
  214. package/domains/product/.agents/skills/report-design/agents/gemini.json +17 -0
  215. package/domains/product/.agents/skills/report-design/agents/openai.yaml +8 -0
  216. package/domains/product/.agents/skills/report-design/agents/qwen.json +17 -0
  217. package/domains/product/.agents/skills/report-design/agents/skill.yaml +20 -0
  218. package/domains/product/.agents/skills/rice-scoring/SKILL.md +251 -0
  219. package/domains/product/.agents/skills/rice-scoring/agents/claude.json +16 -0
  220. package/domains/product/.agents/skills/rice-scoring/agents/copilot.json +16 -0
  221. package/domains/product/.agents/skills/rice-scoring/agents/gemini.json +16 -0
  222. package/domains/product/.agents/skills/rice-scoring/agents/openai.yaml +8 -0
  223. package/domains/product/.agents/skills/rice-scoring/agents/qwen.json +16 -0
  224. package/domains/product/.agents/skills/rice-scoring/agents/skill.yaml +19 -0
  225. package/domains/product/.agents/skills/saas-metrics/SKILL.md +404 -0
  226. package/domains/product/.agents/skills/saas-metrics/agents/claude.json +21 -0
  227. package/domains/product/.agents/skills/saas-metrics/agents/copilot.json +21 -0
  228. package/domains/product/.agents/skills/saas-metrics/agents/gemini.json +21 -0
  229. package/domains/product/.agents/skills/saas-metrics/agents/openai.yaml +8 -0
  230. package/domains/product/.agents/skills/saas-metrics/agents/qwen.json +21 -0
  231. package/domains/product/.agents/skills/saas-metrics/agents/skill.yaml +24 -0
  232. package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +450 -0
  233. package/domains/product/.agents/skills/session-prompt-generator/agents/claude.json +16 -0
  234. package/domains/product/.agents/skills/session-prompt-generator/agents/copilot.json +16 -0
  235. package/domains/product/.agents/skills/session-prompt-generator/agents/gemini.json +16 -0
  236. package/domains/product/.agents/skills/session-prompt-generator/agents/openai.yaml +8 -0
  237. package/domains/product/.agents/skills/session-prompt-generator/agents/qwen.json +16 -0
  238. package/domains/product/.agents/skills/session-prompt-generator/agents/skill.yaml +19 -0
  239. package/domains/product/.agents/skills/user-flow/SKILL.md +476 -0
  240. package/domains/product/.agents/skills/user-flow/agents/claude.json +16 -0
  241. package/domains/product/.agents/skills/user-flow/agents/copilot.json +16 -0
  242. package/domains/product/.agents/skills/user-flow/agents/gemini.json +16 -0
  243. package/domains/product/.agents/skills/user-flow/agents/openai.yaml +8 -0
  244. package/domains/product/.agents/skills/user-flow/agents/qwen.json +16 -0
  245. package/domains/product/.agents/skills/user-flow/agents/skill.yaml +19 -0
  246. package/domains/product/.agents/skills/user-interview-script/SKILL.md +298 -0
  247. package/domains/product/.agents/skills/user-interview-script/agents/claude.json +18 -0
  248. package/domains/product/.agents/skills/user-interview-script/agents/copilot.json +18 -0
  249. package/domains/product/.agents/skills/user-interview-script/agents/gemini.json +18 -0
  250. package/domains/product/.agents/skills/user-interview-script/agents/openai.yaml +8 -0
  251. package/domains/product/.agents/skills/user-interview-script/agents/qwen.json +18 -0
  252. package/domains/product/.agents/skills/user-interview-script/agents/skill.yaml +21 -0
  253. package/domains/product/.agents/skills/user-story/SKILL.md +385 -0
  254. package/domains/product/.agents/skills/user-story/agents/claude.json +17 -0
  255. package/domains/product/.agents/skills/user-story/agents/copilot.json +17 -0
  256. package/domains/product/.agents/skills/user-story/agents/gemini.json +17 -0
  257. package/domains/product/.agents/skills/user-story/agents/openai.yaml +8 -0
  258. package/domains/product/.agents/skills/user-story/agents/qwen.json +17 -0
  259. package/domains/product/.agents/skills/user-story/agents/skill.yaml +20 -0
  260. package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +315 -0
  261. package/domains/product/.agents/skills/wsjf-scoring/agents/claude.json +17 -0
  262. package/domains/product/.agents/skills/wsjf-scoring/agents/copilot.json +17 -0
  263. package/domains/product/.agents/skills/wsjf-scoring/agents/gemini.json +17 -0
  264. package/domains/product/.agents/skills/wsjf-scoring/agents/openai.yaml +8 -0
  265. package/domains/product/.agents/skills/wsjf-scoring/agents/qwen.json +17 -0
  266. package/domains/product/.agents/skills/wsjf-scoring/agents/skill.yaml +20 -0
  267. package/domains/product/.agents/workflows/product-pipeline-rules.md +340 -0
  268. package/domains/product/.agents/workflows/quick-pm.md +292 -0
  269. package/domains/product/.agents/workflows/shape-prioritize.md +263 -0
  270. package/domains/product/.agents/workflows/ship-right-thing.md +242 -0
  271. package/domains/product/.agents/workflows/spec.md +229 -0
  272. package/domains/product/AGENTS.md +149 -0
  273. package/domains/product/AGENTS.yaml +77 -0
  274. package/domains/product/CONTEXT.md +40 -0
  275. package/domains/product/agents/conductor.md +518 -0
  276. package/domains/product/agents/data_analyst.md +558 -0
  277. package/domains/product/agents/designer.md +444 -0
  278. package/domains/product/agents/discovery.md +548 -0
  279. package/domains/product/agents/layouter.md +614 -0
  280. package/domains/product/agents/mediator.md +515 -0
  281. package/domains/product/agents/orchestrator.claude.json +10 -0
  282. package/domains/product/agents/orchestrator.copilot.json +10 -0
  283. package/domains/product/agents/orchestrator.gemini.json +10 -0
  284. package/domains/product/agents/orchestrator.openai.yaml +8 -0
  285. package/domains/product/agents/orchestrator.qwen.json +10 -0
  286. package/domains/product/agents/pm.md +545 -0
  287. package/domains/product/agents/product_strategist.md +503 -0
  288. package/domains/product/agents/tech_lead.md +547 -0
  289. package/domains/product/agents/ux_designer.md +440 -0
  290. package/domains/product/domain.json +5 -0
  291. package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +433 -0
  292. package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/claude.json +17 -0
  293. package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/copilot.json +17 -0
  294. package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/gemini.json +17 -0
  295. package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/openai.yaml +8 -0
  296. package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/qwen.json +17 -0
  297. package/domains/product/locales/en/.agents/skills/aarrr-metrics/agents/skill.yaml +20 -0
  298. package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +412 -0
  299. package/domains/product/locales/en/.agents/skills/ab-test-design/agents/claude.json +16 -0
  300. package/domains/product/locales/en/.agents/skills/ab-test-design/agents/copilot.json +16 -0
  301. package/domains/product/locales/en/.agents/skills/ab-test-design/agents/gemini.json +16 -0
  302. package/domains/product/locales/en/.agents/skills/ab-test-design/agents/openai.yaml +8 -0
  303. package/domains/product/locales/en/.agents/skills/ab-test-design/agents/qwen.json +16 -0
  304. package/domains/product/locales/en/.agents/skills/ab-test-design/agents/skill.yaml +19 -0
  305. package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +406 -0
  306. package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/claude.json +16 -0
  307. package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/copilot.json +16 -0
  308. package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/gemini.json +16 -0
  309. package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/openai.yaml +8 -0
  310. package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/qwen.json +16 -0
  311. package/domains/product/locales/en/.agents/skills/acceptance-criteria/agents/skill.yaml +19 -0
  312. package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +307 -0
  313. package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/claude.json +15 -0
  314. package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/copilot.json +15 -0
  315. package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/gemini.json +15 -0
  316. package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/openai.yaml +8 -0
  317. package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/qwen.json +15 -0
  318. package/domains/product/locales/en/.agents/skills/assumption-mapping/agents/skill.yaml +18 -0
  319. package/domains/product/locales/en/.agents/skills/board/SKILL.md +420 -0
  320. package/domains/product/locales/en/.agents/skills/board/agents/claude.json +15 -0
  321. package/domains/product/locales/en/.agents/skills/board/agents/copilot.json +15 -0
  322. package/domains/product/locales/en/.agents/skills/board/agents/gemini.json +15 -0
  323. package/domains/product/locales/en/.agents/skills/board/agents/openai.yaml +8 -0
  324. package/domains/product/locales/en/.agents/skills/board/agents/qwen.json +15 -0
  325. package/domains/product/locales/en/.agents/skills/board/agents/skill.yaml +18 -0
  326. package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +418 -0
  327. package/domains/product/locales/en/.agents/skills/design-brief/agents/claude.json +15 -0
  328. package/domains/product/locales/en/.agents/skills/design-brief/agents/copilot.json +15 -0
  329. package/domains/product/locales/en/.agents/skills/design-brief/agents/gemini.json +15 -0
  330. package/domains/product/locales/en/.agents/skills/design-brief/agents/openai.yaml +8 -0
  331. package/domains/product/locales/en/.agents/skills/design-brief/agents/qwen.json +15 -0
  332. package/domains/product/locales/en/.agents/skills/design-brief/agents/skill.yaml +18 -0
  333. package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +420 -0
  334. package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/claude.json +15 -0
  335. package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/copilot.json +15 -0
  336. package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/gemini.json +15 -0
  337. package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/openai.yaml +8 -0
  338. package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/qwen.json +15 -0
  339. package/domains/product/locales/en/.agents/skills/epic-breakdown/agents/skill.yaml +18 -0
  340. package/domains/product/locales/en/.agents/skills/gates/SKILL.md +446 -0
  341. package/domains/product/locales/en/.agents/skills/gates/agents/claude.json +16 -0
  342. package/domains/product/locales/en/.agents/skills/gates/agents/copilot.json +16 -0
  343. package/domains/product/locales/en/.agents/skills/gates/agents/gemini.json +16 -0
  344. package/domains/product/locales/en/.agents/skills/gates/agents/openai.yaml +8 -0
  345. package/domains/product/locales/en/.agents/skills/gates/agents/qwen.json +16 -0
  346. package/domains/product/locales/en/.agents/skills/gates/agents/skill.yaml +19 -0
  347. package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +585 -0
  348. package/domains/product/locales/en/.agents/skills/gtm-brief/agents/claude.json +17 -0
  349. package/domains/product/locales/en/.agents/skills/gtm-brief/agents/copilot.json +17 -0
  350. package/domains/product/locales/en/.agents/skills/gtm-brief/agents/gemini.json +17 -0
  351. package/domains/product/locales/en/.agents/skills/gtm-brief/agents/openai.yaml +8 -0
  352. package/domains/product/locales/en/.agents/skills/gtm-brief/agents/qwen.json +17 -0
  353. package/domains/product/locales/en/.agents/skills/gtm-brief/agents/skill.yaml +20 -0
  354. package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +429 -0
  355. package/domains/product/locales/en/.agents/skills/handoff/agents/claude.json +15 -0
  356. package/domains/product/locales/en/.agents/skills/handoff/agents/copilot.json +15 -0
  357. package/domains/product/locales/en/.agents/skills/handoff/agents/gemini.json +15 -0
  358. package/domains/product/locales/en/.agents/skills/handoff/agents/openai.yaml +8 -0
  359. package/domains/product/locales/en/.agents/skills/handoff/agents/qwen.json +15 -0
  360. package/domains/product/locales/en/.agents/skills/handoff/agents/skill.yaml +18 -0
  361. package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +939 -0
  362. package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/claude.json +17 -0
  363. package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/copilot.json +17 -0
  364. package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/gemini.json +17 -0
  365. package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/openai.yaml +8 -0
  366. package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/qwen.json +17 -0
  367. package/domains/product/locales/en/.agents/skills/html-pdf-report/agents/skill.yaml +20 -0
  368. package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +469 -0
  369. package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/claude.json +15 -0
  370. package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/copilot.json +15 -0
  371. package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/gemini.json +15 -0
  372. package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/openai.yaml +8 -0
  373. package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/qwen.json +15 -0
  374. package/domains/product/locales/en/.agents/skills/hypothesis-template/agents/skill.yaml +18 -0
  375. package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +257 -0
  376. package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/claude.json +16 -0
  377. package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/copilot.json +16 -0
  378. package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/gemini.json +16 -0
  379. package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/openai.yaml +8 -0
  380. package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/qwen.json +16 -0
  381. package/domains/product/locales/en/.agents/skills/jtbd-canvas/agents/skill.yaml +19 -0
  382. package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +355 -0
  383. package/domains/product/locales/en/.agents/skills/kano-model/agents/claude.json +15 -0
  384. package/domains/product/locales/en/.agents/skills/kano-model/agents/copilot.json +15 -0
  385. package/domains/product/locales/en/.agents/skills/kano-model/agents/gemini.json +15 -0
  386. package/domains/product/locales/en/.agents/skills/kano-model/agents/openai.yaml +8 -0
  387. package/domains/product/locales/en/.agents/skills/kano-model/agents/qwen.json +15 -0
  388. package/domains/product/locales/en/.agents/skills/kano-model/agents/skill.yaml +18 -0
  389. package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +419 -0
  390. package/domains/product/locales/en/.agents/skills/launch-checklist/agents/claude.json +15 -0
  391. package/domains/product/locales/en/.agents/skills/launch-checklist/agents/copilot.json +15 -0
  392. package/domains/product/locales/en/.agents/skills/launch-checklist/agents/gemini.json +15 -0
  393. package/domains/product/locales/en/.agents/skills/launch-checklist/agents/openai.yaml +8 -0
  394. package/domains/product/locales/en/.agents/skills/launch-checklist/agents/qwen.json +15 -0
  395. package/domains/product/locales/en/.agents/skills/launch-checklist/agents/skill.yaml +18 -0
  396. package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +392 -0
  397. package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/claude.json +16 -0
  398. package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/copilot.json +16 -0
  399. package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/gemini.json +16 -0
  400. package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/openai.yaml +8 -0
  401. package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/qwen.json +16 -0
  402. package/domains/product/locales/en/.agents/skills/moscow-prioritization/agents/skill.yaml +19 -0
  403. package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +301 -0
  404. package/domains/product/locales/en/.agents/skills/north-star-metric/agents/claude.json +16 -0
  405. package/domains/product/locales/en/.agents/skills/north-star-metric/agents/copilot.json +16 -0
  406. package/domains/product/locales/en/.agents/skills/north-star-metric/agents/gemini.json +16 -0
  407. package/domains/product/locales/en/.agents/skills/north-star-metric/agents/openai.yaml +8 -0
  408. package/domains/product/locales/en/.agents/skills/north-star-metric/agents/qwen.json +16 -0
  409. package/domains/product/locales/en/.agents/skills/north-star-metric/agents/skill.yaml +19 -0
  410. package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +284 -0
  411. package/domains/product/locales/en/.agents/skills/okr-framework/agents/claude.json +16 -0
  412. package/domains/product/locales/en/.agents/skills/okr-framework/agents/copilot.json +16 -0
  413. package/domains/product/locales/en/.agents/skills/okr-framework/agents/gemini.json +16 -0
  414. package/domains/product/locales/en/.agents/skills/okr-framework/agents/openai.yaml +8 -0
  415. package/domains/product/locales/en/.agents/skills/okr-framework/agents/qwen.json +16 -0
  416. package/domains/product/locales/en/.agents/skills/okr-framework/agents/skill.yaml +19 -0
  417. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +456 -0
  418. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/claude.json +16 -0
  419. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/copilot.json +16 -0
  420. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/gemini.json +16 -0
  421. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/openai.yaml +8 -0
  422. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/qwen.json +16 -0
  423. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/agents/skill.yaml +19 -0
  424. package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +490 -0
  425. package/domains/product/locales/en/.agents/skills/prd-template/agents/claude.json +16 -0
  426. package/domains/product/locales/en/.agents/skills/prd-template/agents/copilot.json +16 -0
  427. package/domains/product/locales/en/.agents/skills/prd-template/agents/gemini.json +16 -0
  428. package/domains/product/locales/en/.agents/skills/prd-template/agents/openai.yaml +8 -0
  429. package/domains/product/locales/en/.agents/skills/prd-template/agents/qwen.json +16 -0
  430. package/domains/product/locales/en/.agents/skills/prd-template/agents/skill.yaml +19 -0
  431. package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +312 -0
  432. package/domains/product/locales/en/.agents/skills/problem-statement/agents/claude.json +15 -0
  433. package/domains/product/locales/en/.agents/skills/problem-statement/agents/copilot.json +15 -0
  434. package/domains/product/locales/en/.agents/skills/problem-statement/agents/gemini.json +15 -0
  435. package/domains/product/locales/en/.agents/skills/problem-statement/agents/openai.yaml +8 -0
  436. package/domains/product/locales/en/.agents/skills/problem-statement/agents/qwen.json +15 -0
  437. package/domains/product/locales/en/.agents/skills/problem-statement/agents/skill.yaml +18 -0
  438. package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +305 -0
  439. package/domains/product/locales/en/.agents/skills/product-roadmap/agents/claude.json +16 -0
  440. package/domains/product/locales/en/.agents/skills/product-roadmap/agents/copilot.json +16 -0
  441. package/domains/product/locales/en/.agents/skills/product-roadmap/agents/gemini.json +16 -0
  442. package/domains/product/locales/en/.agents/skills/product-roadmap/agents/openai.yaml +8 -0
  443. package/domains/product/locales/en/.agents/skills/product-roadmap/agents/qwen.json +16 -0
  444. package/domains/product/locales/en/.agents/skills/product-roadmap/agents/skill.yaml +19 -0
  445. package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +395 -0
  446. package/domains/product/locales/en/.agents/skills/product-vision/agents/claude.json +15 -0
  447. package/domains/product/locales/en/.agents/skills/product-vision/agents/copilot.json +15 -0
  448. package/domains/product/locales/en/.agents/skills/product-vision/agents/gemini.json +15 -0
  449. package/domains/product/locales/en/.agents/skills/product-vision/agents/openai.yaml +8 -0
  450. package/domains/product/locales/en/.agents/skills/product-vision/agents/qwen.json +15 -0
  451. package/domains/product/locales/en/.agents/skills/product-vision/agents/skill.yaml +18 -0
  452. package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +499 -0
  453. package/domains/product/locales/en/.agents/skills/release-notes/agents/claude.json +16 -0
  454. package/domains/product/locales/en/.agents/skills/release-notes/agents/copilot.json +16 -0
  455. package/domains/product/locales/en/.agents/skills/release-notes/agents/gemini.json +16 -0
  456. package/domains/product/locales/en/.agents/skills/release-notes/agents/openai.yaml +8 -0
  457. package/domains/product/locales/en/.agents/skills/release-notes/agents/qwen.json +16 -0
  458. package/domains/product/locales/en/.agents/skills/release-notes/agents/skill.yaml +19 -0
  459. package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +708 -0
  460. package/domains/product/locales/en/.agents/skills/report-design/agents/claude.json +17 -0
  461. package/domains/product/locales/en/.agents/skills/report-design/agents/copilot.json +17 -0
  462. package/domains/product/locales/en/.agents/skills/report-design/agents/gemini.json +17 -0
  463. package/domains/product/locales/en/.agents/skills/report-design/agents/openai.yaml +8 -0
  464. package/domains/product/locales/en/.agents/skills/report-design/agents/qwen.json +17 -0
  465. package/domains/product/locales/en/.agents/skills/report-design/agents/skill.yaml +20 -0
  466. package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +251 -0
  467. package/domains/product/locales/en/.agents/skills/rice-scoring/agents/claude.json +16 -0
  468. package/domains/product/locales/en/.agents/skills/rice-scoring/agents/copilot.json +16 -0
  469. package/domains/product/locales/en/.agents/skills/rice-scoring/agents/gemini.json +16 -0
  470. package/domains/product/locales/en/.agents/skills/rice-scoring/agents/openai.yaml +8 -0
  471. package/domains/product/locales/en/.agents/skills/rice-scoring/agents/qwen.json +16 -0
  472. package/domains/product/locales/en/.agents/skills/rice-scoring/agents/skill.yaml +19 -0
  473. package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +404 -0
  474. package/domains/product/locales/en/.agents/skills/saas-metrics/agents/claude.json +21 -0
  475. package/domains/product/locales/en/.agents/skills/saas-metrics/agents/copilot.json +21 -0
  476. package/domains/product/locales/en/.agents/skills/saas-metrics/agents/gemini.json +21 -0
  477. package/domains/product/locales/en/.agents/skills/saas-metrics/agents/openai.yaml +8 -0
  478. package/domains/product/locales/en/.agents/skills/saas-metrics/agents/qwen.json +21 -0
  479. package/domains/product/locales/en/.agents/skills/saas-metrics/agents/skill.yaml +24 -0
  480. package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +450 -0
  481. package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/claude.json +16 -0
  482. package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/copilot.json +16 -0
  483. package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/gemini.json +16 -0
  484. package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/openai.yaml +8 -0
  485. package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/qwen.json +16 -0
  486. package/domains/product/locales/en/.agents/skills/session-prompt-generator/agents/skill.yaml +19 -0
  487. package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +476 -0
  488. package/domains/product/locales/en/.agents/skills/user-flow/agents/claude.json +15 -0
  489. package/domains/product/locales/en/.agents/skills/user-flow/agents/copilot.json +15 -0
  490. package/domains/product/locales/en/.agents/skills/user-flow/agents/gemini.json +15 -0
  491. package/domains/product/locales/en/.agents/skills/user-flow/agents/openai.yaml +8 -0
  492. package/domains/product/locales/en/.agents/skills/user-flow/agents/qwen.json +15 -0
  493. package/domains/product/locales/en/.agents/skills/user-flow/agents/skill.yaml +18 -0
  494. package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +297 -0
  495. package/domains/product/locales/en/.agents/skills/user-interview-script/agents/claude.json +17 -0
  496. package/domains/product/locales/en/.agents/skills/user-interview-script/agents/copilot.json +17 -0
  497. package/domains/product/locales/en/.agents/skills/user-interview-script/agents/gemini.json +17 -0
  498. package/domains/product/locales/en/.agents/skills/user-interview-script/agents/openai.yaml +8 -0
  499. package/domains/product/locales/en/.agents/skills/user-interview-script/agents/qwen.json +17 -0
  500. package/domains/product/locales/en/.agents/skills/user-interview-script/agents/skill.yaml +20 -0
  501. package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +385 -0
  502. package/domains/product/locales/en/.agents/skills/user-story/agents/claude.json +16 -0
  503. package/domains/product/locales/en/.agents/skills/user-story/agents/copilot.json +16 -0
  504. package/domains/product/locales/en/.agents/skills/user-story/agents/gemini.json +16 -0
  505. package/domains/product/locales/en/.agents/skills/user-story/agents/openai.yaml +8 -0
  506. package/domains/product/locales/en/.agents/skills/user-story/agents/qwen.json +16 -0
  507. package/domains/product/locales/en/.agents/skills/user-story/agents/skill.yaml +19 -0
  508. package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +315 -0
  509. package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/claude.json +17 -0
  510. package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/copilot.json +17 -0
  511. package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/gemini.json +17 -0
  512. package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/openai.yaml +8 -0
  513. package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/qwen.json +17 -0
  514. package/domains/product/locales/en/.agents/skills/wsjf-scoring/agents/skill.yaml +20 -0
  515. package/domains/product/locales/en/.agents/workflows/product-pipeline-rules.md +340 -0
  516. package/domains/product/locales/en/.agents/workflows/quick-pm.md +292 -0
  517. package/domains/product/locales/en/.agents/workflows/shape-prioritize.md +263 -0
  518. package/domains/product/locales/en/.agents/workflows/ship-right-thing.md +242 -0
  519. package/domains/product/locales/en/.agents/workflows/spec.md +229 -0
  520. package/domains/product/locales/en/AGENTS.md +149 -0
  521. package/domains/product/locales/en/AGENTS.yaml +78 -0
  522. package/domains/product/locales/en/CONTEXT.md +40 -0
  523. package/domains/product/locales/en/agents/conductor.md +518 -0
  524. package/domains/product/locales/en/agents/data_analyst.md +557 -0
  525. package/domains/product/locales/en/agents/designer.md +443 -0
  526. package/domains/product/locales/en/agents/discovery.md +547 -0
  527. package/domains/product/locales/en/agents/layouter.md +613 -0
  528. package/domains/product/locales/en/agents/mediator.md +514 -0
  529. package/domains/product/locales/en/agents/orchestrator.claude.json +10 -0
  530. package/domains/product/locales/en/agents/orchestrator.copilot.json +10 -0
  531. package/domains/product/locales/en/agents/orchestrator.gemini.json +10 -0
  532. package/domains/product/locales/en/agents/orchestrator.openai.yaml +8 -0
  533. package/domains/product/locales/en/agents/orchestrator.qwen.json +10 -0
  534. package/domains/product/locales/en/agents/pm.md +544 -0
  535. package/domains/product/locales/en/agents/product_strategist.md +502 -0
  536. package/domains/product/locales/en/agents/tech_lead.md +546 -0
  537. package/domains/product/locales/en/agents/ux_designer.md +439 -0
  538. package/domains/product/locales/en/prompt-examples.md +77 -0
  539. package/domains/product/prompt-examples.md +77 -0
  540. package/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +325 -0
  541. package/locales/en/.agents/skills/karpathy-guidelines/agents/claude.json +22 -0
  542. package/locales/en/.agents/skills/karpathy-guidelines/agents/copilot.json +22 -0
  543. package/locales/en/.agents/skills/karpathy-guidelines/agents/gemini.json +22 -0
  544. package/locales/en/.agents/skills/karpathy-guidelines/agents/openai.yaml +8 -0
  545. package/locales/en/.agents/skills/karpathy-guidelines/agents/qwen.json +22 -0
  546. package/locales/en/.agents/skills/karpathy-guidelines/agents/skill.yaml +25 -0
  547. package/package.json +2 -2
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "okr-framework",
3
+ "display_name": "OKR Framework",
4
+ "description": "Objectives & Key Results for B2B product teams — quarterly cycle, measurable key results",
5
+ "default_prompt": "Use $okr-framework when the task relates to the skill \"OKR Framework\".",
6
+ "triggers": [
7
+ "okr-framework",
8
+ "OKR",
9
+ "objectives key results"
10
+ ],
11
+ "capabilities": [
12
+ "okr-framework"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "okr-framework",
3
+ "display_name": "OKR Framework",
4
+ "description": "Objectives & Key Results for B2B product teams — quarterly cycle, measurable key results",
5
+ "default_prompt": "Use $okr-framework when the task relates to the skill \"OKR Framework\".",
6
+ "triggers": [
7
+ "okr-framework",
8
+ "OKR",
9
+ "objectives key results"
10
+ ],
11
+ "capabilities": [
12
+ "okr-framework"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "okr-framework",
3
+ "display_name": "OKR Framework",
4
+ "description": "Objectives & Key Results for B2B product teams — quarterly cycle, measurable key results",
5
+ "default_prompt": "Use $okr-framework when the task relates to the skill \"OKR Framework\".",
6
+ "triggers": [
7
+ "okr-framework",
8
+ "OKR",
9
+ "objectives key results"
10
+ ],
11
+ "capabilities": [
12
+ "okr-framework"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,8 @@
1
+ interface:
2
+ display_name: "OKR Framework"
3
+ short_description: "Objectives & Key Results for B2B product teams — quarterly cycle, measurable key results"
4
+ default_prompt: "Use $okr-framework when the task relates to the skill \"OKR Framework\"."
5
+ dependencies:
6
+ tools: []
7
+ policy:
8
+ allow_implicit_invocation: true
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "okr-framework",
3
+ "display_name": "OKR Framework",
4
+ "description": "Objectives & Key Results for B2B product teams — quarterly cycle, measurable key results",
5
+ "default_prompt": "Use $okr-framework when the task relates to the skill \"OKR Framework\".",
6
+ "triggers": [
7
+ "okr-framework",
8
+ "OKR",
9
+ "objectives key results"
10
+ ],
11
+ "capabilities": [
12
+ "okr-framework"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,19 @@
1
+ version: 1
2
+ name: "okr-framework"
3
+ display_name: "OKR Framework"
4
+ description: "Objectives & Key Results for B2B product teams — quarterly cycle, measurable key results"
5
+ default_prompt: "Use $okr-framework when the task relates to the skill \"OKR Framework\"."
6
+ triggers:
7
+ - "okr-framework"
8
+ - "OKR"
9
+ - "objectives key results"
10
+ capabilities:
11
+ - "okr-framework"
12
+ tools: []
13
+ invocation:
14
+ explicit: true
15
+ implicit: true
16
+ localization:
17
+ default_locale: "en"
18
+ available_locales:
19
+ - "en"
@@ -0,0 +1,456 @@
1
+ ---
2
+ name: opportunity-solution-tree
3
+ description: Opportunity-Solution Tree by Teresa Torres — desired outcome → opportunities → solutions → experiments
4
+ ---
5
+ # Opportunity-Solution Tree (OST)
6
+
7
+ > **Category:** Discovery · **Slug:** `opportunity-solution-tree`
8
+
9
+ ## When to Use
10
+
11
+ - When you have a desired outcome (from strategy or OKR) but it's unclear **how** to achieve it.
12
+ - During continuous discovery — as an artifact that evolves over time.
13
+ - When the team jumps into solution mode without understanding the opportunity space.
14
+ - When handing off discovery to engineering — OST shows the rationale behind solutions.
15
+
16
+ ## Input
17
+
18
+ | Field | Required | Description |
19
+ |-------|:--------:|-------------|
20
+ | Desired outcome | ✅ | Business or product outcome (from NSM/OKR) |
21
+ | Customer research | ✅ | Interviews, JTBD, problems |
22
+ | Current assumptions | ⬚ | Which hypotheses already exist |
23
+ | Time box | ⬚ | Usually 1-2 weeks for MVP tree |
24
+
25
+ ## Data Sources
26
+
27
+ 1. `$user-interview-script` transcripts — opportunities from pain points.
28
+ 2. `$jtbd-canvas` — opportunity jobs.
29
+ 3. Support tickets, NPS comments — evidence for opportunities.
30
+ 4. Product analytics — quantitative signal.
31
+
32
+ ### Related Skills
33
+
34
+ | Skill | What we take | When to invoke |
35
+ |-------|-------------|----------------|
36
+ | `jtbd-canvas` | Underserved jobs → opportunities | When branching opportunities |
37
+ | `problem-statement` | Specific problem → opportunity node | For articulating a specific opportunity |
38
+ | `assumption-mapping` | Assumptions underlying solutions | For each solution node |
39
+ | `hypothesis-template` | Solution → testable hypothesis | For experiment nodes |
40
+
41
+ ## Tree Structure
42
+
43
+ ```
44
+ Desired Outcome (top)
45
+
46
+ ├── Opportunity 1 (customer problem / unmet job)
47
+ │ ├── Solution 1a (product idea)
48
+ │ │ └── Experiment 1a-i (test)
49
+ │ └── Solution 1b
50
+
51
+ ├── Opportunity 2
52
+ │ └── Solution 2a
53
+ │ └── Experiment 2a-i
54
+
55
+ └── Opportunity 3
56
+ ```
57
+
58
+ ## Protocol
59
+
60
+ ### Step 0 — Desired Outcome
61
+
62
+ Formulate **one** outcome. Must be measurable, tied to a business metric.
63
+
64
+ ✅ Good: «Increase weekly active teams by 30% in 2 quarters»
65
+ ❌ Bad: «Improve engagement»
66
+
67
+ ### Step 1 — Opportunities
68
+
69
+ Opportunities are customer problems or unmet jobs. From JTBD + interviews.
70
+
71
+ Rules:
72
+ - Formulated as a **customer** statement, not a solution
73
+ - Evidence-backed (evidence ≥ 2 sources or mark 🔮 assumed)
74
+ - Mutually exclusive (no overlap)
75
+
76
+ Limit: 3-7 opportunities at the top level. More → split into sub-branches.
77
+
78
+ | # | Opportunity | Evidence | Estimated impact |
79
+ |---|-------------|----------|-------------------|
80
+ | O1 | [customer pain / unmet job] | JTBD F3, Interview 4-7 | High / Medium / Low |
81
+
82
+ ### Step 2 — Opportunity Assessment
83
+
84
+ For each — importance × reach × gap (where the current solution falls short).
85
+
86
+ Prune opportunities with low impact — focus on top 3.
87
+
88
+ ### Step 3 — Solutions
89
+
90
+ For each **top** opportunity — 2-5 solution candidates. These are product ideas, features, process changes.
91
+
92
+ Rules:
93
+ - Specific (not «improve onboarding», but «in-app checklist for first 3 tasks»)
94
+ - One opportunity can have multiple solutions — don't choose immediately
95
+ - Solutions can be «non-product» (docs, training, pricing change)
96
+
97
+ ### Step 4 — Experiments
98
+
99
+ For each solution — an experiment (or several) for validation.
100
+
101
+ | Solution | Experiment | Prediction | Measurement | Time box |
102
+ |----------|------------|------------|-------------|-----------|
103
+ | In-app checklist | A/B test with 50% new users | +20% first-week activation | Funnel metric | 4 weeks |
104
+
105
+ Experiments — via `$hypothesis-template` + `$ab-test-design`.
106
+
107
+ ### Step 5 — Prioritization
108
+
109
+ Prioritize experiments, not solutions. Sometimes quick experiments reveal that an opportunity is weaker than it seemed.
110
+
111
+ Use `$rice-scoring` at the experiment level.
112
+
113
+ ### Step 6 — Iteration
114
+
115
+ OST is a living document. After each experiment:
116
+ - Update evidence
117
+ - Prune debunked branches
118
+ - Add new opportunities from findings
119
+
120
+ ## Validation (Quality Gate)
121
+
122
+ - [ ] Desired outcome — measurable, tied to a metric
123
+ - [ ] 3-7 opportunities at the top level
124
+ - [ ] Each opportunity — customer-framed, not a solution
125
+ - [ ] Evidence (≥ 2 sources) or mark 🔮
126
+ - [ ] Top 3 opportunities have ≥ 2 solutions
127
+ - [ ] Each solution has ≥ 1 experiment
128
+ - [ ] Experiments prioritized (RICE)
129
+
130
+ ## Handoff
131
+
132
+ The result is input for:
133
+ - **`rice-scoring`** — prioritization of experiments
134
+ - **`hypothesis-template`** — formalize experiments
135
+ - **PM**: solutions → feature candidates for roadmap
136
+ - **`assumption-mapping`** — assumptions behind solutions
137
+
138
+ Format: OST as markdown tree or Miro-style diagram (exported). Via `$handoff`.
139
+
140
+ ## Anti-patterns
141
+
142
+ | Error | Why it's bad | How to do it right |
143
+ |-------|-------------|-------------------|
144
+ | Solution-first tree | Skip opportunity space | Start with outcome → opportunities |
145
+ | Opportunities = features | Just a renamed backlog | Opportunity = customer problem |
146
+ | No experiments | Solutions not validated | Each solution has an experiment |
147
+ | Tree never updated | Frozen OST = dead OST | Weekly/biweekly update |
148
+ | Choosing solution before validation | Locked into first idea | Keep alternatives until experiment data |
149
+
150
+ ## Worked Example — TeamFlow OST (AI 1:1 Summarization initiative)
151
+
152
+ **Context:** TeamFlow (B2B SaaS HR-tech, $8M ARR, NRR 105%). After Discovery (8 interviews + JTBD canvas), the team builds the OST for the chosen desired outcome. Question: «Should we build AI summarization?» — OST should show the opportunity space and alternatives, not jump to a conclusion.
153
+
154
+ ### Desired Outcome
155
+
156
+ ```
157
+ Grow Net Revenue Retention from 105% to 115% within 4 quarters
158
+ ```
159
+
160
+ **Why this metric:** NRR is the key SaaS metric for Board and investors. Growth in NRR drives ARR, moat, margin. A 10pp lift is tied to expansion + churn reduction, both achievable by increasing manager engagement with the product.
161
+
162
+ **Why not another metric:**
163
+ - «Activation rate» — too leading, doesn't prove business outcome.
164
+ - «Weekly active teams» — vanity if not linked with revenue.
165
+ - «ARR growth» — too lagging, NRR = leading indicator.
166
+
167
+ ### Opportunity Layer (from JTBD canvas + Discovery Brief)
168
+
169
+ ```
170
+ Desired: Grow NRR 105% → 115%
171
+
172
+ ├── O1: Managers spend 3-4 hrs/week on 1:1 admin overhead
173
+ │ (buyer and end-user pain)
174
+ │ Evidence: 6 of 8 interviews, internal analytics shows prep time
175
+ │ Estimated reach: 3,000 active managers across customer base
176
+ │ Impact: retention + expansion (see Opp assessment)
177
+
178
+ ├── O2: VP HR lack visibility into manager 1:1 practice/quality across org
179
+ │ (buyer pain)
180
+ │ Evidence: 4 of 4 buyer interviews
181
+ │ Estimated reach: 200 buyer accounts
182
+ │ Impact: expansion opportunity (enterprise tier)
183
+
184
+ ├── O3: 40% of 1:1 action items dropped / forgotten
185
+ │ (end-user pain)
186
+ │ Evidence: 5 of 8 end-user interviews, internal product data (completed/total)
187
+ │ Estimated reach: 3,000 managers × 8 reports × 40% = significant
188
+ │ Impact: user retention + NPS
189
+
190
+ ├── O4: New-manager onboarding takes 6+ months until «effective 1:1»
191
+ │ (buyer pain F4)
192
+ │ Evidence: 3 of 4 buyer interviews
193
+ │ Estimated reach: ~1,000 new managers/year across customer base
194
+ │ Impact: smaller, but high-value for enterprise segment
195
+
196
+ └── O5: Cross-manager 1:1 experience inconsistency
197
+ (buyer + skip-level + employee pain)
198
+ Evidence: 2 of 4 buyer interviews, 1 end-user correlation
199
+ Estimated reach: Broad but fuzzy — hard to quantify
200
+ Impact: employee NPS / retention, but indirect
201
+ ```
202
+
203
+ ### Opportunity Assessment
204
+
205
+ | # | Opportunity | Importance (1-10) | Reach (users) | Gap (current vs desired) | Priority Score |
206
+ |---|-------------|:-----------------:|:-------------:|:------------------------:|:--------------:|
207
+ | O1 | Admin overhead | 10 | ~3,000 | Big (no tool today) | 52,000 |
208
+ | O3 | Action items dropped | 9 | ~3,000 | Big | 46,800 |
209
+ | O2 | Buyer visibility | 9 | ~200 (but $$$) | Big | 1,800 (absolute) — but high deal size |
210
+ | O4 | New-mgr onboarding | 7 | ~1,000/yr | Medium | 7,000 |
211
+ | O5 | Cross-mgr consistency | 6 | Fuzzy | Medium | Hard to score |
212
+
213
+ **Pruning:** focus on top 3: **O1 (admin overhead), O3 (action items), O2 (buyer visibility)** — all interconnected and one feature can address multiple.
214
+
215
+ ### Solutions Layer (for top 3 opportunities)
216
+
217
+ ```
218
+ O1: Admin overhead
219
+ ├── S1.1: AI-powered real-time transcription + summarization during 1:1
220
+ │ (hypothesis: address capture-during-meeting pain + action items extraction)
221
+ ├── S1.2: Template library + auto-population from previous 1:1s
222
+ │ (lighter: not AI, but reduces prep time)
223
+ ├── S1.3: 1:1 duration reduction through structured agendas + time-boxing UI
224
+ │ (behavioral, not AI)
225
+ └── S1.4: Async 1:1s (structured written async for some updates)
226
+ (radical: reduce live meeting count)
227
+
228
+ O3: Action items dropped
229
+ ├── S3.1: AI-extracted action items with automated reminders in the next 1:1
230
+ │ (ties to S1.1 — AI summarization output)
231
+ ├── S3.2: Calendar / Slack integration — reminders 2 days before 1:1
232
+ │ (lighter: rules-based)
233
+ └── S3.3: Weekly digest email «here's what you committed to» with status checkboxes
234
+
235
+ O2: Buyer visibility
236
+ ├── S2.1: Aggregate dashboard: 1:1 frequency, duration, action items velocity per team
237
+ │ (rule-based analytics, no AI needed for basic version)
238
+ ├── S2.2: AI-inferred 1:1 health score (combining multiple signals)
239
+ │ (more advanced, needs S1.1 infrastructure)
240
+ └── S2.3: Quarterly People Ops report generator (auto-composed for Board)
241
+ ```
242
+
243
+ ### Experiments Layer (for top solutions)
244
+
245
+ | Solution | Experiment | Prediction | Measurement | Time box | RICE score |
246
+ |----------|------------|------------|-------------|----------|:----------:|
247
+ | S1.1: AI summarization | Concierge MVP: human «AI» assists 10 beta customers manually for 2 weeks | Managers save 30 min/week; want to keep | Survey + retention | 3 weeks | 35 |
248
+ | S1.1: AI summarization | Wizard-of-Oz: Real OpenAI API integration with 20 beta managers, tightly monitored | 20% drop-off acceptable; summarization quality > 70% acceptable | Manager survey + usage data | 4 weeks | 48 |
249
+ | S1.2: Template library | Ship feature flag to 50% users, measure prep time via surveys | -30% prep time self-reported | Survey + funnel | 4 weeks | 28 |
250
+ | S3.1: AI action items | Builds on S1.1 — separate evaluation: after AI summary generated, opt-in reminder system | +20% action items completed | Product analytics | 6 weeks | 30 |
251
+ | S3.2: Rule-based reminders | Ship to all users, measure completion rate | +10% action items completed | Product analytics | 2 weeks | 25 |
252
+ | S2.1: Aggregate dashboard | Beta 5 enterprise customers, qualitative interviews after 30 days | 4 of 5 say «would use weekly» | Interviews | 6 weeks | 22 |
253
+
254
+ ### Experiment Prioritization
255
+
256
+ 1. **S1.2 (Template library)** — low-risk, fast, independent. **Ship this first** (4 weeks).
257
+ 2. **S3.2 (Rule-based reminders)** — quick win, complements S1.2.
258
+ 3. **S1.1 (AI summarization) — Concierge MVP first, then Wizard-of-Oz** — validates value before engineering investment.
259
+ 4. **S2.1 (Dashboard)** — parallel track, different customer (enterprise), different eng workstream.
260
+ 5. **S3.1 (AI action items)** — deferred pending S1.1 results.
261
+
262
+ ### Iteration Notes (how this OST evolves)
263
+
264
+ **Week 4 update (hypothetical):** S1.2 Template library shipped — survey shows only -12% prep time (not -30%). Learning: templates help new managers but experienced managers don't adopt. → Update OST: split O1 opportunity by manager tenure. New sub-opportunity: «New managers face steepest learning curve» (O4 recombined here).
265
+
266
+ **Week 6 update:** S1.1 Concierge MVP results positive (9 of 10 want feature). Green-light Wizard-of-Oz + engineering investment. Branch expanded: add «privacy architecture» as a necessary sub-solution.
267
+
268
+ **Week 10 update:** Wizard-of-Oz shows 72% summarization quality acceptable but privacy concerns from enterprise beta. Added new branch for compliance architecture.
269
+
270
+ > **OST lesson:** Tree is a living document. The initial focus on «build AI» was correct, but through experiments it became clear that **template library + rule-based reminders** close 40-50% of value with 20% of effort. OST forced consideration of **alternatives** (S1.2, S3.2) that would otherwise have been skipped in favor of a better AI story.
271
+
272
+ > **Reference to `$assumption-mapping`:** Each solution rests on assumptions. For S1.1 the top assumptions (privacy, LLM quality, willingness to pay) — tracked in the assumption map, validated through experiments.
273
+
274
+ ## Experiment Card Templates (per branch)
275
+
276
+ Each solution in the OST has a prescribed experiment design. Use these templates.
277
+
278
+ ### Template A: Concierge MVP (validates Value)
279
+
280
+ ```markdown
281
+ # Experiment: S1.1 Concierge MVP — AI Summarization
282
+
283
+ **Tree branch:** Desired Outcome → O1 Admin Overhead → S1.1 AI Summarization
284
+ **Status:** Active Week 2-5 (4-week experiment)
285
+
286
+ ## What we're testing
287
+ Value of AI-summarized 1:1s — are managers willing to change their workflow?
288
+
289
+ ## Method
290
+ Concierge (human-powered «AI»): 10 beta customer-managers email us meeting audio; PM + Designer manually produce summary + action items within 24 hours, deliver back in TeamFlow UI marked «AI-generated» (actually human).
291
+
292
+ ## Prediction
293
+ - ≥ 7 of 10 managers want to continue after 2 weeks
294
+ - Reported time-saving ≥ 2 hrs / week
295
+ - Action items completion rate lifts ≥ 10pp
296
+
297
+ ## Measurement
298
+ - Weekly survey (5-min)
299
+ - Exit interview week 4
300
+ - Self-reported time diary
301
+ - Action items completion tracked in product
302
+
303
+ ## Success threshold
304
+ ≥ 7 of 10 say «want to keep» → green-light Wizard-of-Oz
305
+
306
+ ## Decision rules
307
+ - 9+ positive → Strong signal, invest aggressively
308
+ - 7-8 positive → Proceed to Wizard-of-Oz w/ standard investment
309
+ - 5-6 positive → Iterate concierge, retest
310
+ - <5 positive → Kill branch or major re-shape
311
+
312
+ ## Ties to assumption map
313
+ Validates V1 (willingness to pay — indirectly via willingness to use), V2 (adoption intent)
314
+ ```
315
+
316
+ ### Template B: Wizard-of-Oz (validates Feasibility + Usability)
317
+
318
+ ```markdown
319
+ # Experiment: S1.1 Wizard-of-Oz — AI Summarization (Real LLM)
320
+
321
+ **Tree branch:** Same as Concierge, progression step
322
+ **Status:** Scheduled Week 6-9 (after Concierge validation)
323
+
324
+ ## What we're testing
325
+ (a) LLM quality — can real AI produce acceptable output?
326
+ (b) User trust — will managers edit vs abandon?
327
+
328
+ ## Method
329
+ Real OpenAI GPT-4 integration with 20 beta managers. Full pipeline: meeting recording → transcription → LLM summarization → manager review UI. Heavy telemetry + feedback.
330
+
331
+ ## Prediction
332
+ - Summary quality ≥ 4 out of 5 avg (blind rating)
333
+ - Edit rate 30-50% (not 0% = blind approve; not 100% = AI useless)
334
+ - P95 latency ≤ 60s
335
+ - Managers continue using after 4 weeks (≥ 80%)
336
+
337
+ ## Measurement
338
+ - Summary rating (1-5) per meeting via in-product prompt
339
+ - Edit telemetry (what % of summary changed)
340
+ - Generation latency (server metrics)
341
+ - Drop-off tracking (weekly active managers in beta)
342
+
343
+ ## Success thresholds
344
+ - Quality: ≥ 85% of summaries rated ≥ 4
345
+ - Edit rate: 25-55% (sweet spot)
346
+ - Continuation: ≥ 80% still using at week 4
347
+
348
+ ## Decision rules
349
+ - All thresholds met → Green-light GA investment
350
+ - 2/3 met → Iterate prompt + retry week 10-11
351
+ - 1/3 met → Consider feature gate (human-review layer)
352
+ - 0/3 met → Branch kill
353
+
354
+ ## Ties to assumption map
355
+ Primary validation for F1 (LLM quality) + U1 (manager trust)
356
+ ```
357
+
358
+ ### Template C: A/B Test (validates Scale)
359
+
360
+ ```markdown
361
+ # Experiment: S3.2 Rule-Based Reminders — A/B Test
362
+
363
+ **Tree branch:** Desired Outcome → O3 Action Items Dropped → S3.2 Rule-Based Reminders
364
+ **Status:** Scheduled Week 12-16 (post-MVP, iteration)
365
+
366
+ ## What we're testing
367
+ Do simple reminders (without AI) meaningfully improve action items completion rate?
368
+
369
+ ## Method
370
+ Classic A/B. 50% of users receive auto-reminder 2 days before next 1:1 showing open action items. Control: no reminder.
371
+
372
+ ## Prediction
373
+ - Action items completion lifts from 60% (baseline) to 68%+ (+8pp)
374
+ - No increase in «reminder fatigue» (measured via opt-out rate)
375
+
376
+ ## Measurement
377
+ - Action items completed / created ratio (weekly)
378
+ - Opt-out rate of reminders
379
+ - NPS impact (separate survey)
380
+
381
+ ## Sample & duration
382
+ - Eligible users / week: ~500
383
+ - Sample per variant: 3200 (calculated via `$ab-test-design`)
384
+ - Duration: 13 weeks
385
+
386
+ ## Guardrails
387
+ - Opt-out rate < 15%
388
+ - NPS not declining
389
+
390
+ ## Decision rules
391
+ - +8pp AND guardrails ok → Ship to all
392
+ - +4 to +8pp → Ship with iterated copy
393
+ - <+4pp → Kill, pivot to S3.1 AI reminders
394
+
395
+ ## Ties to assumption map
396
+ Validates U2 (usability — do reminders annoy?) + V4 (lower-case value of simple solution)
397
+ ```
398
+
399
+ ### Template D: Design Partner Sessions (validates Enterprise Value)
400
+
401
+ ```markdown
402
+ # Experiment: S2.1 Aggregate Dashboard — Enterprise Design Partner
403
+
404
+ **Tree branch:** Desired Outcome → O2 Buyer Visibility → S2.1 Aggregate Dashboard
405
+ **Status:** Week 6-12
406
+
407
+ ## What we're testing
408
+ Will VP HR / CPO at enterprise customers upgrade tier based on dashboard value?
409
+
410
+ ## Method
411
+ Concierge dashboard for 5 enterprise prospects. Manual data compilation weekly, delivered as «beta dashboard preview» Google Sheet. Track:
412
+ - Usage frequency (do they check it?)
413
+ - Reactions («would you pay for this?»)
414
+ - Upgrade conversion (stated intent → actual upgrade)
415
+
416
+ ## Prediction
417
+ - 4 of 5 prospects say «would use weekly»
418
+ - 3 of 5 express upgrade intent
419
+ - 2 of 5 actually upgrade within 30 days
420
+
421
+ ## Measurement
422
+ - Qualitative interview notes
423
+ - Upgrade CRM status
424
+ - Dashboard access frequency (even if manual — we track requests)
425
+
426
+ ## Success thresholds
427
+ - Use intent: 4 of 5
428
+ - Upgrade conversion: ≥ 2 of 5
429
+
430
+ ## Decision rules
431
+ - 2+ upgrade → Green-light productization
432
+ - 0-1 upgrade → Re-evaluate dashboard scope based on feedback
433
+ - Stalled at «like it but not upgrade» → Investigate pricing / packaging
434
+
435
+ ## Ties to assumption map
436
+ Primary validation for V3 (buyer tier upgrade) + V4 (expansion driver)
437
+ ```
438
+
439
+ ### Experiment Portfolio Overview
440
+
441
+ | # | Experiment | Method | Duration | Signal Type | Investment |
442
+ |---|-----------|--------|:--------:|-------------|:----------:|
443
+ | EXP-010 | S1.1 Concierge MVP | Manual | 4 weeks | Qualitative | Low ($2K) |
444
+ | EXP-011 | S1.1 Wizard-of-Oz | Real LLM + heavy telemetry | 4 weeks | Quant + Qual | Medium ($15K) |
445
+ | EXP-012 | S3.2 Rule-based reminders A/B | Production A/B | 13 weeks | Quantitative | Low ($5K — eng time only) |
446
+ | EXP-013 | S2.1 Enterprise dashboard | Design partners | 6 weeks | Mixed | Medium ($10K) |
447
+ | EXP-014 | S1.2 Template library A/B | Production A/B | 4 weeks | Quantitative | Low ($3K) |
448
+
449
+ ### Portfolio Balance
450
+
451
+ - **Mix of methods:** qualitative (Concierge, Design Partner) + quantitative (A/B) + engineering-heavy (Wizard-of-Oz)
452
+ - **Mix of speed:** fast (Concierge 4wk, reminders A/B early results 6wk) + slow (full A/B 13wk)
453
+ - **Mix of investment:** low-risk ($2-5K) + medium ($10-15K)
454
+ - **Decision dependencies:** Concierge → Wizard → Full AI investment (stepped commitment)
455
+
456
+ > **Experiment portfolio lesson:** Mixing methods + durations prevents analysis paralysis. Fast low-investment experiments (Concierge) unlock confidence for higher investment (Wizard-of-Oz). Clear **decision rules per experiment** — if threshold not met, action is pre-specified (kill / iterate / pivot). Without pre-committed decision rules, «we'll see» becomes chronic postponement.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "opportunity-solution-tree",
3
+ "display_name": "Opportunity-Solution Tree",
4
+ "description": "Opportunity-Solution Tree by Teresa Torres — desired outcome → opportunities → solutions → experiments",
5
+ "default_prompt": "Use $opportunity-solution-tree when the task relates to the skill \"Opportunity-Solution Tree\".",
6
+ "triggers": [
7
+ "opportunity-solution-tree",
8
+ "OST",
9
+ "Teresa Torres"
10
+ ],
11
+ "capabilities": [
12
+ "opportunity-solution-tree"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "opportunity-solution-tree",
3
+ "display_name": "Opportunity-Solution Tree",
4
+ "description": "Opportunity-Solution Tree by Teresa Torres — desired outcome → opportunities → solutions → experiments",
5
+ "default_prompt": "Use $opportunity-solution-tree when the task relates to the skill \"Opportunity-Solution Tree\".",
6
+ "triggers": [
7
+ "opportunity-solution-tree",
8
+ "OST",
9
+ "Teresa Torres"
10
+ ],
11
+ "capabilities": [
12
+ "opportunity-solution-tree"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "opportunity-solution-tree",
3
+ "display_name": "Opportunity-Solution Tree",
4
+ "description": "Opportunity-Solution Tree by Teresa Torres — desired outcome → opportunities → solutions → experiments",
5
+ "default_prompt": "Use $opportunity-solution-tree when the task relates to the skill \"Opportunity-Solution Tree\".",
6
+ "triggers": [
7
+ "opportunity-solution-tree",
8
+ "OST",
9
+ "Teresa Torres"
10
+ ],
11
+ "capabilities": [
12
+ "opportunity-solution-tree"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,8 @@
1
+ interface:
2
+ display_name: "Opportunity-Solution Tree (OST)"
3
+ short_description: "Opportunity-Solution Tree by Teresa Torres — desired outcome → opportunities → solutions → experiments"
4
+ default_prompt: "Use $opportunity-solution-tree when the task relates to the skill \"Opportunity-Solution Tree (OST)\"."
5
+ dependencies:
6
+ tools: []
7
+ policy:
8
+ allow_implicit_invocation: true
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "opportunity-solution-tree",
3
+ "display_name": "Opportunity-Solution Tree",
4
+ "description": "Opportunity-Solution Tree by Teresa Torres — desired outcome → opportunities → solutions → experiments",
5
+ "default_prompt": "Use $opportunity-solution-tree when the task relates to the skill \"Opportunity-Solution Tree\".",
6
+ "triggers": [
7
+ "opportunity-solution-tree",
8
+ "OST",
9
+ "Teresa Torres"
10
+ ],
11
+ "capabilities": [
12
+ "opportunity-solution-tree"
13
+ ],
14
+ "tools": [],
15
+ "implicit_invocation": true
16
+ }
@@ -0,0 +1,19 @@
1
+ version: 1
2
+ name: "opportunity-solution-tree"
3
+ display_name: "Opportunity-Solution Tree"
4
+ description: "Opportunity-Solution Tree by Teresa Torres — desired outcome → opportunities → solutions → experiments"
5
+ default_prompt: "Use $opportunity-solution-tree when the task relates to the skill \"Opportunity-Solution Tree (OST)\"."
6
+ triggers:
7
+ - "opportunity-solution-tree"
8
+ - "OST"
9
+ - "Teresa Torres"
10
+ capabilities:
11
+ - "opportunity-solution-tree"
12
+ tools: []
13
+ invocation:
14
+ explicit: true
15
+ implicit: true
16
+ localization:
17
+ default_locale: "en"
18
+ available_locales:
19
+ - "en"