pm-claude-skills 29.0.0 → 29.2.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 (376) hide show
  1. package/README.md +26 -27
  2. package/commands/grow-a-product.md +17 -0
  3. package/commands/launch-an-ai-feature.md +18 -0
  4. package/exports/README.md +1 -1
  5. package/exports/aider/README.md +26 -1
  6. package/exports/aider/pm-ai/agent-spec/agent-spec.md +61 -0
  7. package/exports/aider/pm-ai/ai-eval-plan/ai-eval-plan.md +59 -0
  8. package/exports/aider/pm-ai/ai-feature-prd/ai-feature-prd.md +64 -0
  9. package/exports/aider/pm-ai/dataset-datasheet/dataset-datasheet.md +61 -0
  10. package/exports/aider/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md +59 -0
  11. package/exports/aider/pm-ai/model-card/model-card.md +64 -0
  12. package/exports/aider/pm-ai/rag-design-doc/rag-design-doc.md +65 -0
  13. package/exports/aider/pm-business/board-pre-read/board-pre-read.md +57 -0
  14. package/exports/aider/pm-business/capital-allocation/capital-allocation.md +65 -0
  15. package/exports/aider/pm-business/decision-memo/decision-memo.md +58 -0
  16. package/exports/aider/pm-business/strategy-memo/strategy-memo.md +56 -0
  17. package/exports/aider/pm-compliance/data-retention-policy/data-retention-policy.md +63 -0
  18. package/exports/aider/pm-compliance/gdpr-compliance/gdpr-compliance.md +66 -0
  19. package/exports/aider/pm-compliance/hipaa-safeguards/hipaa-safeguards.md +66 -0
  20. package/exports/aider/pm-compliance/iso-27001-isms/iso-27001-isms.md +67 -0
  21. package/exports/aider/pm-compliance/soc2-readiness/soc2-readiness.md +66 -0
  22. package/exports/aider/pm-compliance/vendor-security-review/vendor-security-review.md +64 -0
  23. package/exports/aider/pm-cross/action-runner/action-runner.md +18 -0
  24. package/exports/aider/pm-data/metrics-framework/metrics-framework.md +7 -0
  25. package/exports/aider/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  26. package/exports/aider/pm-engineering/incident-postmortem/incident-postmortem.md +7 -0
  27. package/exports/aider/pm-essentials/stakeholder-update/stakeholder-update.md +7 -0
  28. package/exports/aider/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  29. package/exports/aider/pm-growth/conversion-rate-optimization/conversion-rate-optimization.md +58 -0
  30. package/exports/aider/pm-growth/growth-experiment-backlog/growth-experiment-backlog.md +51 -0
  31. package/exports/aider/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md +53 -0
  32. package/exports/aider/pm-growth/marketing-funnel-plan/marketing-funnel-plan.md +57 -0
  33. package/exports/aider/pm-growth/messaging-framework/messaging-framework.md +57 -0
  34. package/exports/aider/pm-growth/paid-acquisition-plan/paid-acquisition-plan.md +53 -0
  35. package/exports/aider/pm-growth/referral-program-design/referral-program-design.md +50 -0
  36. package/exports/aider/pm-growth/retention-loop-design/retention-loop-design.md +55 -0
  37. package/exports/aider/pm-gtm/go-to-market/go-to-market.md +7 -0
  38. package/exports/chatgpt/README.md +26 -1
  39. package/exports/chatgpt/pm-ai/agent-spec/SYSTEM_PROMPT.md +61 -0
  40. package/exports/chatgpt/pm-ai/ai-eval-plan/SYSTEM_PROMPT.md +59 -0
  41. package/exports/chatgpt/pm-ai/ai-feature-prd/SYSTEM_PROMPT.md +64 -0
  42. package/exports/chatgpt/pm-ai/dataset-datasheet/SYSTEM_PROMPT.md +61 -0
  43. package/exports/chatgpt/pm-ai/llm-cost-latency-budget/SYSTEM_PROMPT.md +59 -0
  44. package/exports/chatgpt/pm-ai/model-card/SYSTEM_PROMPT.md +64 -0
  45. package/exports/chatgpt/pm-ai/rag-design-doc/SYSTEM_PROMPT.md +65 -0
  46. package/exports/chatgpt/pm-business/board-pre-read/SYSTEM_PROMPT.md +57 -0
  47. package/exports/chatgpt/pm-business/capital-allocation/SYSTEM_PROMPT.md +65 -0
  48. package/exports/chatgpt/pm-business/decision-memo/SYSTEM_PROMPT.md +58 -0
  49. package/exports/chatgpt/pm-business/strategy-memo/SYSTEM_PROMPT.md +56 -0
  50. package/exports/chatgpt/pm-compliance/data-retention-policy/SYSTEM_PROMPT.md +63 -0
  51. package/exports/chatgpt/pm-compliance/gdpr-compliance/SYSTEM_PROMPT.md +66 -0
  52. package/exports/chatgpt/pm-compliance/hipaa-safeguards/SYSTEM_PROMPT.md +66 -0
  53. package/exports/chatgpt/pm-compliance/iso-27001-isms/SYSTEM_PROMPT.md +67 -0
  54. package/exports/chatgpt/pm-compliance/soc2-readiness/SYSTEM_PROMPT.md +66 -0
  55. package/exports/chatgpt/pm-compliance/vendor-security-review/SYSTEM_PROMPT.md +64 -0
  56. package/exports/chatgpt/pm-cross/action-runner/SYSTEM_PROMPT.md +18 -0
  57. package/exports/chatgpt/pm-data/metrics-framework/SYSTEM_PROMPT.md +7 -0
  58. package/exports/chatgpt/pm-delivery/product-launch-checklist/SYSTEM_PROMPT.md +7 -0
  59. package/exports/chatgpt/pm-engineering/incident-postmortem/SYSTEM_PROMPT.md +7 -0
  60. package/exports/chatgpt/pm-essentials/stakeholder-update/SYSTEM_PROMPT.md +7 -0
  61. package/exports/chatgpt/pm-essentials/user-research-synthesis/SYSTEM_PROMPT.md +7 -0
  62. package/exports/chatgpt/pm-growth/conversion-rate-optimization/SYSTEM_PROMPT.md +58 -0
  63. package/exports/chatgpt/pm-growth/growth-experiment-backlog/SYSTEM_PROMPT.md +51 -0
  64. package/exports/chatgpt/pm-growth/lifecycle-crm-plan/SYSTEM_PROMPT.md +53 -0
  65. package/exports/chatgpt/pm-growth/marketing-funnel-plan/SYSTEM_PROMPT.md +57 -0
  66. package/exports/chatgpt/pm-growth/messaging-framework/SYSTEM_PROMPT.md +57 -0
  67. package/exports/chatgpt/pm-growth/paid-acquisition-plan/SYSTEM_PROMPT.md +53 -0
  68. package/exports/chatgpt/pm-growth/referral-program-design/SYSTEM_PROMPT.md +50 -0
  69. package/exports/chatgpt/pm-growth/retention-loop-design/SYSTEM_PROMPT.md +55 -0
  70. package/exports/chatgpt/pm-gtm/go-to-market/SYSTEM_PROMPT.md +7 -0
  71. package/exports/cline/README.md +26 -1
  72. package/exports/cline/pm-ai/agent-spec/agent-spec.md +61 -0
  73. package/exports/cline/pm-ai/ai-eval-plan/ai-eval-plan.md +59 -0
  74. package/exports/cline/pm-ai/ai-feature-prd/ai-feature-prd.md +64 -0
  75. package/exports/cline/pm-ai/dataset-datasheet/dataset-datasheet.md +61 -0
  76. package/exports/cline/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md +59 -0
  77. package/exports/cline/pm-ai/model-card/model-card.md +64 -0
  78. package/exports/cline/pm-ai/rag-design-doc/rag-design-doc.md +65 -0
  79. package/exports/cline/pm-business/board-pre-read/board-pre-read.md +57 -0
  80. package/exports/cline/pm-business/capital-allocation/capital-allocation.md +65 -0
  81. package/exports/cline/pm-business/decision-memo/decision-memo.md +58 -0
  82. package/exports/cline/pm-business/strategy-memo/strategy-memo.md +56 -0
  83. package/exports/cline/pm-compliance/data-retention-policy/data-retention-policy.md +63 -0
  84. package/exports/cline/pm-compliance/gdpr-compliance/gdpr-compliance.md +66 -0
  85. package/exports/cline/pm-compliance/hipaa-safeguards/hipaa-safeguards.md +66 -0
  86. package/exports/cline/pm-compliance/iso-27001-isms/iso-27001-isms.md +67 -0
  87. package/exports/cline/pm-compliance/soc2-readiness/soc2-readiness.md +66 -0
  88. package/exports/cline/pm-compliance/vendor-security-review/vendor-security-review.md +64 -0
  89. package/exports/cline/pm-cross/action-runner/action-runner.md +18 -0
  90. package/exports/cline/pm-data/metrics-framework/metrics-framework.md +7 -0
  91. package/exports/cline/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  92. package/exports/cline/pm-engineering/incident-postmortem/incident-postmortem.md +7 -0
  93. package/exports/cline/pm-essentials/stakeholder-update/stakeholder-update.md +7 -0
  94. package/exports/cline/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  95. package/exports/cline/pm-growth/conversion-rate-optimization/conversion-rate-optimization.md +58 -0
  96. package/exports/cline/pm-growth/growth-experiment-backlog/growth-experiment-backlog.md +51 -0
  97. package/exports/cline/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md +53 -0
  98. package/exports/cline/pm-growth/marketing-funnel-plan/marketing-funnel-plan.md +57 -0
  99. package/exports/cline/pm-growth/messaging-framework/messaging-framework.md +57 -0
  100. package/exports/cline/pm-growth/paid-acquisition-plan/paid-acquisition-plan.md +53 -0
  101. package/exports/cline/pm-growth/referral-program-design/referral-program-design.md +50 -0
  102. package/exports/cline/pm-growth/retention-loop-design/retention-loop-design.md +55 -0
  103. package/exports/cline/pm-gtm/go-to-market/go-to-market.md +7 -0
  104. package/exports/continue/README.md +26 -1
  105. package/exports/continue/pm-ai/agent-spec/agent-spec.md +66 -0
  106. package/exports/continue/pm-ai/ai-eval-plan/ai-eval-plan.md +64 -0
  107. package/exports/continue/pm-ai/ai-feature-prd/ai-feature-prd.md +69 -0
  108. package/exports/continue/pm-ai/dataset-datasheet/dataset-datasheet.md +66 -0
  109. package/exports/continue/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md +64 -0
  110. package/exports/continue/pm-ai/model-card/model-card.md +69 -0
  111. package/exports/continue/pm-ai/rag-design-doc/rag-design-doc.md +70 -0
  112. package/exports/continue/pm-business/board-pre-read/board-pre-read.md +62 -0
  113. package/exports/continue/pm-business/capital-allocation/capital-allocation.md +70 -0
  114. package/exports/continue/pm-business/decision-memo/decision-memo.md +63 -0
  115. package/exports/continue/pm-business/strategy-memo/strategy-memo.md +61 -0
  116. package/exports/continue/pm-compliance/data-retention-policy/data-retention-policy.md +68 -0
  117. package/exports/continue/pm-compliance/gdpr-compliance/gdpr-compliance.md +71 -0
  118. package/exports/continue/pm-compliance/hipaa-safeguards/hipaa-safeguards.md +71 -0
  119. package/exports/continue/pm-compliance/iso-27001-isms/iso-27001-isms.md +72 -0
  120. package/exports/continue/pm-compliance/soc2-readiness/soc2-readiness.md +71 -0
  121. package/exports/continue/pm-compliance/vendor-security-review/vendor-security-review.md +69 -0
  122. package/exports/continue/pm-cross/action-runner/action-runner.md +18 -0
  123. package/exports/continue/pm-data/metrics-framework/metrics-framework.md +7 -0
  124. package/exports/continue/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  125. package/exports/continue/pm-engineering/incident-postmortem/incident-postmortem.md +7 -0
  126. package/exports/continue/pm-essentials/stakeholder-update/stakeholder-update.md +7 -0
  127. package/exports/continue/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  128. package/exports/continue/pm-growth/conversion-rate-optimization/conversion-rate-optimization.md +63 -0
  129. package/exports/continue/pm-growth/growth-experiment-backlog/growth-experiment-backlog.md +56 -0
  130. package/exports/continue/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md +58 -0
  131. package/exports/continue/pm-growth/marketing-funnel-plan/marketing-funnel-plan.md +62 -0
  132. package/exports/continue/pm-growth/messaging-framework/messaging-framework.md +62 -0
  133. package/exports/continue/pm-growth/paid-acquisition-plan/paid-acquisition-plan.md +58 -0
  134. package/exports/continue/pm-growth/referral-program-design/referral-program-design.md +55 -0
  135. package/exports/continue/pm-growth/retention-loop-design/retention-loop-design.md +60 -0
  136. package/exports/continue/pm-gtm/go-to-market/go-to-market.md +7 -0
  137. package/exports/cursor/README.md +26 -1
  138. package/exports/cursor/pm-ai/agent-spec/agent-spec.mdc +67 -0
  139. package/exports/cursor/pm-ai/ai-eval-plan/ai-eval-plan.mdc +65 -0
  140. package/exports/cursor/pm-ai/ai-feature-prd/ai-feature-prd.mdc +70 -0
  141. package/exports/cursor/pm-ai/dataset-datasheet/dataset-datasheet.mdc +67 -0
  142. package/exports/cursor/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.mdc +65 -0
  143. package/exports/cursor/pm-ai/model-card/model-card.mdc +70 -0
  144. package/exports/cursor/pm-ai/rag-design-doc/rag-design-doc.mdc +71 -0
  145. package/exports/cursor/pm-business/board-pre-read/board-pre-read.mdc +63 -0
  146. package/exports/cursor/pm-business/capital-allocation/capital-allocation.mdc +71 -0
  147. package/exports/cursor/pm-business/decision-memo/decision-memo.mdc +64 -0
  148. package/exports/cursor/pm-business/strategy-memo/strategy-memo.mdc +62 -0
  149. package/exports/cursor/pm-compliance/data-retention-policy/data-retention-policy.mdc +69 -0
  150. package/exports/cursor/pm-compliance/gdpr-compliance/gdpr-compliance.mdc +72 -0
  151. package/exports/cursor/pm-compliance/hipaa-safeguards/hipaa-safeguards.mdc +72 -0
  152. package/exports/cursor/pm-compliance/iso-27001-isms/iso-27001-isms.mdc +73 -0
  153. package/exports/cursor/pm-compliance/soc2-readiness/soc2-readiness.mdc +72 -0
  154. package/exports/cursor/pm-compliance/vendor-security-review/vendor-security-review.mdc +70 -0
  155. package/exports/cursor/pm-cross/action-runner/action-runner.mdc +18 -0
  156. package/exports/cursor/pm-data/metrics-framework/metrics-framework.mdc +7 -0
  157. package/exports/cursor/pm-delivery/product-launch-checklist/product-launch-checklist.mdc +7 -0
  158. package/exports/cursor/pm-engineering/incident-postmortem/incident-postmortem.mdc +7 -0
  159. package/exports/cursor/pm-essentials/stakeholder-update/stakeholder-update.mdc +7 -0
  160. package/exports/cursor/pm-essentials/user-research-synthesis/user-research-synthesis.mdc +7 -0
  161. package/exports/cursor/pm-growth/conversion-rate-optimization/conversion-rate-optimization.mdc +64 -0
  162. package/exports/cursor/pm-growth/growth-experiment-backlog/growth-experiment-backlog.mdc +57 -0
  163. package/exports/cursor/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.mdc +59 -0
  164. package/exports/cursor/pm-growth/marketing-funnel-plan/marketing-funnel-plan.mdc +63 -0
  165. package/exports/cursor/pm-growth/messaging-framework/messaging-framework.mdc +63 -0
  166. package/exports/cursor/pm-growth/paid-acquisition-plan/paid-acquisition-plan.mdc +59 -0
  167. package/exports/cursor/pm-growth/referral-program-design/referral-program-design.mdc +56 -0
  168. package/exports/cursor/pm-growth/retention-loop-design/retention-loop-design.mdc +61 -0
  169. package/exports/cursor/pm-gtm/go-to-market/go-to-market.mdc +7 -0
  170. package/exports/gemini/README.md +26 -1
  171. package/exports/gemini/pm-ai/agent-spec/GEM_INSTRUCTIONS.md +65 -0
  172. package/exports/gemini/pm-ai/ai-eval-plan/GEM_INSTRUCTIONS.md +63 -0
  173. package/exports/gemini/pm-ai/ai-feature-prd/GEM_INSTRUCTIONS.md +68 -0
  174. package/exports/gemini/pm-ai/dataset-datasheet/GEM_INSTRUCTIONS.md +65 -0
  175. package/exports/gemini/pm-ai/llm-cost-latency-budget/GEM_INSTRUCTIONS.md +63 -0
  176. package/exports/gemini/pm-ai/model-card/GEM_INSTRUCTIONS.md +68 -0
  177. package/exports/gemini/pm-ai/rag-design-doc/GEM_INSTRUCTIONS.md +69 -0
  178. package/exports/gemini/pm-business/board-pre-read/GEM_INSTRUCTIONS.md +61 -0
  179. package/exports/gemini/pm-business/capital-allocation/GEM_INSTRUCTIONS.md +69 -0
  180. package/exports/gemini/pm-business/decision-memo/GEM_INSTRUCTIONS.md +62 -0
  181. package/exports/gemini/pm-business/strategy-memo/GEM_INSTRUCTIONS.md +60 -0
  182. package/exports/gemini/pm-compliance/data-retention-policy/GEM_INSTRUCTIONS.md +67 -0
  183. package/exports/gemini/pm-compliance/gdpr-compliance/GEM_INSTRUCTIONS.md +70 -0
  184. package/exports/gemini/pm-compliance/hipaa-safeguards/GEM_INSTRUCTIONS.md +70 -0
  185. package/exports/gemini/pm-compliance/iso-27001-isms/GEM_INSTRUCTIONS.md +71 -0
  186. package/exports/gemini/pm-compliance/soc2-readiness/GEM_INSTRUCTIONS.md +70 -0
  187. package/exports/gemini/pm-compliance/vendor-security-review/GEM_INSTRUCTIONS.md +68 -0
  188. package/exports/gemini/pm-cross/action-runner/GEM_INSTRUCTIONS.md +18 -0
  189. package/exports/gemini/pm-data/metrics-framework/GEM_INSTRUCTIONS.md +7 -0
  190. package/exports/gemini/pm-delivery/product-launch-checklist/GEM_INSTRUCTIONS.md +7 -0
  191. package/exports/gemini/pm-engineering/incident-postmortem/GEM_INSTRUCTIONS.md +7 -0
  192. package/exports/gemini/pm-essentials/stakeholder-update/GEM_INSTRUCTIONS.md +7 -0
  193. package/exports/gemini/pm-essentials/user-research-synthesis/GEM_INSTRUCTIONS.md +7 -0
  194. package/exports/gemini/pm-growth/conversion-rate-optimization/GEM_INSTRUCTIONS.md +62 -0
  195. package/exports/gemini/pm-growth/growth-experiment-backlog/GEM_INSTRUCTIONS.md +55 -0
  196. package/exports/gemini/pm-growth/lifecycle-crm-plan/GEM_INSTRUCTIONS.md +57 -0
  197. package/exports/gemini/pm-growth/marketing-funnel-plan/GEM_INSTRUCTIONS.md +61 -0
  198. package/exports/gemini/pm-growth/messaging-framework/GEM_INSTRUCTIONS.md +61 -0
  199. package/exports/gemini/pm-growth/paid-acquisition-plan/GEM_INSTRUCTIONS.md +57 -0
  200. package/exports/gemini/pm-growth/referral-program-design/GEM_INSTRUCTIONS.md +54 -0
  201. package/exports/gemini/pm-growth/retention-loop-design/GEM_INSTRUCTIONS.md +59 -0
  202. package/exports/gemini/pm-gtm/go-to-market/GEM_INSTRUCTIONS.md +7 -0
  203. package/exports/obsidian/README.md +26 -1
  204. package/exports/obsidian/pm-ai/agent-spec/agent-spec.md +76 -0
  205. package/exports/obsidian/pm-ai/ai-eval-plan/ai-eval-plan.md +74 -0
  206. package/exports/obsidian/pm-ai/ai-feature-prd/ai-feature-prd.md +79 -0
  207. package/exports/obsidian/pm-ai/dataset-datasheet/dataset-datasheet.md +76 -0
  208. package/exports/obsidian/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md +74 -0
  209. package/exports/obsidian/pm-ai/model-card/model-card.md +79 -0
  210. package/exports/obsidian/pm-ai/rag-design-doc/rag-design-doc.md +80 -0
  211. package/exports/obsidian/pm-business/board-pre-read/board-pre-read.md +72 -0
  212. package/exports/obsidian/pm-business/capital-allocation/capital-allocation.md +80 -0
  213. package/exports/obsidian/pm-business/decision-memo/decision-memo.md +73 -0
  214. package/exports/obsidian/pm-business/strategy-memo/strategy-memo.md +71 -0
  215. package/exports/obsidian/pm-compliance/data-retention-policy/data-retention-policy.md +78 -0
  216. package/exports/obsidian/pm-compliance/gdpr-compliance/gdpr-compliance.md +81 -0
  217. package/exports/obsidian/pm-compliance/hipaa-safeguards/hipaa-safeguards.md +81 -0
  218. package/exports/obsidian/pm-compliance/iso-27001-isms/iso-27001-isms.md +82 -0
  219. package/exports/obsidian/pm-compliance/soc2-readiness/soc2-readiness.md +81 -0
  220. package/exports/obsidian/pm-compliance/vendor-security-review/vendor-security-review.md +79 -0
  221. package/exports/obsidian/pm-cross/action-runner/action-runner.md +18 -0
  222. package/exports/obsidian/pm-data/metrics-framework/metrics-framework.md +7 -0
  223. package/exports/obsidian/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  224. package/exports/obsidian/pm-engineering/incident-postmortem/incident-postmortem.md +7 -0
  225. package/exports/obsidian/pm-essentials/stakeholder-update/stakeholder-update.md +7 -0
  226. package/exports/obsidian/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  227. package/exports/obsidian/pm-growth/conversion-rate-optimization/conversion-rate-optimization.md +73 -0
  228. package/exports/obsidian/pm-growth/growth-experiment-backlog/growth-experiment-backlog.md +66 -0
  229. package/exports/obsidian/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md +68 -0
  230. package/exports/obsidian/pm-growth/marketing-funnel-plan/marketing-funnel-plan.md +72 -0
  231. package/exports/obsidian/pm-growth/messaging-framework/messaging-framework.md +72 -0
  232. package/exports/obsidian/pm-growth/paid-acquisition-plan/paid-acquisition-plan.md +68 -0
  233. package/exports/obsidian/pm-growth/referral-program-design/referral-program-design.md +65 -0
  234. package/exports/obsidian/pm-growth/retention-loop-design/retention-loop-design.md +70 -0
  235. package/exports/obsidian/pm-gtm/go-to-market/go-to-market.md +7 -0
  236. package/exports/roo/README.md +26 -1
  237. package/exports/roo/pm-ai/agent-spec/agent-spec.md +61 -0
  238. package/exports/roo/pm-ai/ai-eval-plan/ai-eval-plan.md +59 -0
  239. package/exports/roo/pm-ai/ai-feature-prd/ai-feature-prd.md +64 -0
  240. package/exports/roo/pm-ai/dataset-datasheet/dataset-datasheet.md +61 -0
  241. package/exports/roo/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md +59 -0
  242. package/exports/roo/pm-ai/model-card/model-card.md +64 -0
  243. package/exports/roo/pm-ai/rag-design-doc/rag-design-doc.md +65 -0
  244. package/exports/roo/pm-business/board-pre-read/board-pre-read.md +57 -0
  245. package/exports/roo/pm-business/capital-allocation/capital-allocation.md +65 -0
  246. package/exports/roo/pm-business/decision-memo/decision-memo.md +58 -0
  247. package/exports/roo/pm-business/strategy-memo/strategy-memo.md +56 -0
  248. package/exports/roo/pm-compliance/data-retention-policy/data-retention-policy.md +63 -0
  249. package/exports/roo/pm-compliance/gdpr-compliance/gdpr-compliance.md +66 -0
  250. package/exports/roo/pm-compliance/hipaa-safeguards/hipaa-safeguards.md +66 -0
  251. package/exports/roo/pm-compliance/iso-27001-isms/iso-27001-isms.md +67 -0
  252. package/exports/roo/pm-compliance/soc2-readiness/soc2-readiness.md +66 -0
  253. package/exports/roo/pm-compliance/vendor-security-review/vendor-security-review.md +64 -0
  254. package/exports/roo/pm-cross/action-runner/action-runner.md +18 -0
  255. package/exports/roo/pm-data/metrics-framework/metrics-framework.md +7 -0
  256. package/exports/roo/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  257. package/exports/roo/pm-engineering/incident-postmortem/incident-postmortem.md +7 -0
  258. package/exports/roo/pm-essentials/stakeholder-update/stakeholder-update.md +7 -0
  259. package/exports/roo/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  260. package/exports/roo/pm-growth/conversion-rate-optimization/conversion-rate-optimization.md +58 -0
  261. package/exports/roo/pm-growth/growth-experiment-backlog/growth-experiment-backlog.md +51 -0
  262. package/exports/roo/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md +53 -0
  263. package/exports/roo/pm-growth/marketing-funnel-plan/marketing-funnel-plan.md +57 -0
  264. package/exports/roo/pm-growth/messaging-framework/messaging-framework.md +57 -0
  265. package/exports/roo/pm-growth/paid-acquisition-plan/paid-acquisition-plan.md +53 -0
  266. package/exports/roo/pm-growth/referral-program-design/referral-program-design.md +50 -0
  267. package/exports/roo/pm-growth/retention-loop-design/retention-loop-design.md +55 -0
  268. package/exports/roo/pm-gtm/go-to-market/go-to-market.md +7 -0
  269. package/exports/windsurf/README.md +26 -1
  270. package/exports/windsurf/pm-ai/agent-spec/agent-spec.md +66 -0
  271. package/exports/windsurf/pm-ai/ai-eval-plan/ai-eval-plan.md +64 -0
  272. package/exports/windsurf/pm-ai/ai-feature-prd/ai-feature-prd.md +69 -0
  273. package/exports/windsurf/pm-ai/dataset-datasheet/dataset-datasheet.md +66 -0
  274. package/exports/windsurf/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md +64 -0
  275. package/exports/windsurf/pm-ai/model-card/model-card.md +69 -0
  276. package/exports/windsurf/pm-ai/rag-design-doc/rag-design-doc.md +70 -0
  277. package/exports/windsurf/pm-business/board-pre-read/board-pre-read.md +62 -0
  278. package/exports/windsurf/pm-business/capital-allocation/capital-allocation.md +70 -0
  279. package/exports/windsurf/pm-business/decision-memo/decision-memo.md +63 -0
  280. package/exports/windsurf/pm-business/strategy-memo/strategy-memo.md +61 -0
  281. package/exports/windsurf/pm-compliance/data-retention-policy/data-retention-policy.md +68 -0
  282. package/exports/windsurf/pm-compliance/gdpr-compliance/gdpr-compliance.md +71 -0
  283. package/exports/windsurf/pm-compliance/hipaa-safeguards/hipaa-safeguards.md +71 -0
  284. package/exports/windsurf/pm-compliance/iso-27001-isms/iso-27001-isms.md +72 -0
  285. package/exports/windsurf/pm-compliance/soc2-readiness/soc2-readiness.md +71 -0
  286. package/exports/windsurf/pm-compliance/vendor-security-review/vendor-security-review.md +69 -0
  287. package/exports/windsurf/pm-cross/action-runner/action-runner.md +18 -0
  288. package/exports/windsurf/pm-data/metrics-framework/metrics-framework.md +7 -0
  289. package/exports/windsurf/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  290. package/exports/windsurf/pm-engineering/incident-postmortem/incident-postmortem.md +7 -0
  291. package/exports/windsurf/pm-essentials/stakeholder-update/stakeholder-update.md +7 -0
  292. package/exports/windsurf/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  293. package/exports/windsurf/pm-growth/conversion-rate-optimization/conversion-rate-optimization.md +63 -0
  294. package/exports/windsurf/pm-growth/growth-experiment-backlog/growth-experiment-backlog.md +56 -0
  295. package/exports/windsurf/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md +58 -0
  296. package/exports/windsurf/pm-growth/marketing-funnel-plan/marketing-funnel-plan.md +62 -0
  297. package/exports/windsurf/pm-growth/messaging-framework/messaging-framework.md +62 -0
  298. package/exports/windsurf/pm-growth/paid-acquisition-plan/paid-acquisition-plan.md +58 -0
  299. package/exports/windsurf/pm-growth/referral-program-design/referral-program-design.md +55 -0
  300. package/exports/windsurf/pm-growth/retention-loop-design/retention-loop-design.md +60 -0
  301. package/exports/windsurf/pm-gtm/go-to-market/go-to-market.md +7 -0
  302. package/exports/zed/README.md +26 -1
  303. package/exports/zed/pm-ai/agent-spec/agent-spec.md +61 -0
  304. package/exports/zed/pm-ai/ai-eval-plan/ai-eval-plan.md +59 -0
  305. package/exports/zed/pm-ai/ai-feature-prd/ai-feature-prd.md +64 -0
  306. package/exports/zed/pm-ai/dataset-datasheet/dataset-datasheet.md +61 -0
  307. package/exports/zed/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md +59 -0
  308. package/exports/zed/pm-ai/model-card/model-card.md +64 -0
  309. package/exports/zed/pm-ai/rag-design-doc/rag-design-doc.md +65 -0
  310. package/exports/zed/pm-business/board-pre-read/board-pre-read.md +57 -0
  311. package/exports/zed/pm-business/capital-allocation/capital-allocation.md +65 -0
  312. package/exports/zed/pm-business/decision-memo/decision-memo.md +58 -0
  313. package/exports/zed/pm-business/strategy-memo/strategy-memo.md +56 -0
  314. package/exports/zed/pm-compliance/data-retention-policy/data-retention-policy.md +63 -0
  315. package/exports/zed/pm-compliance/gdpr-compliance/gdpr-compliance.md +66 -0
  316. package/exports/zed/pm-compliance/hipaa-safeguards/hipaa-safeguards.md +66 -0
  317. package/exports/zed/pm-compliance/iso-27001-isms/iso-27001-isms.md +67 -0
  318. package/exports/zed/pm-compliance/soc2-readiness/soc2-readiness.md +66 -0
  319. package/exports/zed/pm-compliance/vendor-security-review/vendor-security-review.md +64 -0
  320. package/exports/zed/pm-cross/action-runner/action-runner.md +18 -0
  321. package/exports/zed/pm-data/metrics-framework/metrics-framework.md +7 -0
  322. package/exports/zed/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  323. package/exports/zed/pm-engineering/incident-postmortem/incident-postmortem.md +7 -0
  324. package/exports/zed/pm-essentials/stakeholder-update/stakeholder-update.md +7 -0
  325. package/exports/zed/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  326. package/exports/zed/pm-growth/conversion-rate-optimization/conversion-rate-optimization.md +58 -0
  327. package/exports/zed/pm-growth/growth-experiment-backlog/growth-experiment-backlog.md +51 -0
  328. package/exports/zed/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md +53 -0
  329. package/exports/zed/pm-growth/marketing-funnel-plan/marketing-funnel-plan.md +57 -0
  330. package/exports/zed/pm-growth/messaging-framework/messaging-framework.md +57 -0
  331. package/exports/zed/pm-growth/paid-acquisition-plan/paid-acquisition-plan.md +53 -0
  332. package/exports/zed/pm-growth/referral-program-design/referral-program-design.md +50 -0
  333. package/exports/zed/pm-growth/retention-loop-design/retention-loop-design.md +55 -0
  334. package/exports/zed/pm-gtm/go-to-market/go-to-market.md +7 -0
  335. package/package.json +1 -1
  336. package/skill-sources.json +10 -0
  337. package/skills/action-runner/SKILL.md +18 -0
  338. package/skills/agent-spec/SKILL.md +66 -0
  339. package/skills/ai-eval-plan/SKILL.md +64 -0
  340. package/skills/ai-feature-prd/SKILL.md +69 -0
  341. package/skills/board-pre-read/SKILL.md +62 -0
  342. package/skills/capital-allocation/SKILL.md +70 -0
  343. package/skills/capital-allocation/scripts/capital_allocate.py +103 -0
  344. package/skills/conversion-rate-optimization/SKILL.md +63 -0
  345. package/skills/data-retention-policy/SKILL.md +68 -0
  346. package/skills/data-retention-policy/scripts/retention_schedule.py +102 -0
  347. package/skills/dataset-datasheet/SKILL.md +66 -0
  348. package/skills/decision-memo/SKILL.md +63 -0
  349. package/skills/gdpr-compliance/SKILL.md +71 -0
  350. package/skills/gdpr-compliance/scripts/ropa_check.py +103 -0
  351. package/skills/go-to-market/SKILL.md +7 -0
  352. package/skills/growth-experiment-backlog/SKILL.md +56 -0
  353. package/skills/hipaa-safeguards/SKILL.md +71 -0
  354. package/skills/hipaa-safeguards/scripts/hipaa_checklist.py +96 -0
  355. package/skills/incident-postmortem/SKILL.md +7 -0
  356. package/skills/iso-27001-isms/SKILL.md +72 -0
  357. package/skills/iso-27001-isms/scripts/soa_coverage.py +88 -0
  358. package/skills/lifecycle-crm-plan/SKILL.md +58 -0
  359. package/skills/llm-cost-latency-budget/SKILL.md +64 -0
  360. package/skills/marketing-funnel-plan/SKILL.md +62 -0
  361. package/skills/messaging-framework/SKILL.md +62 -0
  362. package/skills/metrics-framework/SKILL.md +7 -0
  363. package/skills/model-card/SKILL.md +69 -0
  364. package/skills/paid-acquisition-plan/SKILL.md +58 -0
  365. package/skills/product-launch-checklist/SKILL.md +7 -0
  366. package/skills/rag-design-doc/SKILL.md +70 -0
  367. package/skills/referral-program-design/SKILL.md +55 -0
  368. package/skills/retention-loop-design/SKILL.md +60 -0
  369. package/skills/soc2-readiness/SKILL.md +71 -0
  370. package/skills/soc2-readiness/scripts/soc2_score.py +100 -0
  371. package/skills/stakeholder-update/SKILL.md +7 -0
  372. package/skills/strategy-memo/SKILL.md +61 -0
  373. package/skills/user-research-synthesis/SKILL.md +7 -0
  374. package/skills/vendor-security-review/SKILL.md +69 -0
  375. package/skills/vendor-security-review/scripts/vendor_risk.py +97 -0
  376. package/workflows.json +27 -0
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  </a>
5
5
  </p>
6
6
 
7
- # 🧠 PM Skills — 207 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
7
+ # 🧠 PM Skills — 232 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
8
8
 
9
9
  [![Stars](https://img.shields.io/github/stars/mohitagw15856/pm-claude-skills?style=social)](https://github.com/mohitagw15856/pm-claude-skills/stargazers)
10
10
  [![npm](https://img.shields.io/npm/v/pm-claude-skills?logo=npm&color=cb3837)](https://www.npmjs.com/package/pm-claude-skills)
@@ -14,7 +14,7 @@
14
14
  [![MCP](https://img.shields.io/badge/MCP-registry-0098FF?logo=modelcontextprotocol&logoColor=white)](https://github.com/mohitagw15856/pm-claude-skills#-use-it-anywhere--the-ai-ecosystem)
15
15
  [![Remote MCP](https://img.shields.io/badge/ChatGPT%20%C2%B7%20Claude.ai-connector-10A37F)](mcp-remote/)
16
16
  [![Smithery](https://smithery.ai/badge/mohit15856/pm-skills)](https://smithery.ai/servers/mohit15856/pm-skills)
17
- [![Skills](https://img.shields.io/badge/skills-207-blue)](https://github.com/mohitagw15856/pm-claude-skills)
17
+ [![Skills](https://img.shields.io/badge/skills-232-blue)](https://github.com/mohitagw15856/pm-claude-skills)
18
18
  [![eval](https://img.shields.io/badge/eval--scored-196%20%C2%B7%20avg%204.8%2F5-brightgreen)](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html)
19
19
  [![Subagents](https://img.shields.io/badge/subagents-4-blueviolet)](agents/)
20
20
  [![Commands](https://img.shields.io/badge/slash%20commands-6-blueviolet)](commands/)
@@ -30,22 +30,22 @@
30
30
 
31
31
  <p align="center">
32
32
  <a href="https://mohitagw15856.github.io/pm-claude-skills/">
33
- <img src="https://readme-typing-svg.demolab.com?font=Inter&weight=600&size=24&pause=900&color=D97757&center=true&vCenter=true&width=720&lines=207+pro+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
33
+ <img src="https://readme-typing-svg.demolab.com?font=Inter&weight=600&size=24&pause=900&color=D97757&center=true&vCenter=true&width=720&lines=232+pro+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
34
34
  </a>
35
35
  </p>
36
36
 
37
- > **Generic AI gives you filler. These give you the structure a senior pro actually uses** — PRDs, exec updates, launch plans, postmortems — as open-source `SKILL.md` files. Across **21 professions**, not just product management. One source, every AI tool.
37
+ > **Generic AI gives you filler. These give you the structure a senior pro actually uses** — PRDs, exec updates, launch plans, postmortems — as open-source `SKILL.md` files. Across **23 professions**, not just product management. One source, every AI tool.
38
38
 
39
39
  > **🆕 Now plugs into your stack** — automate skills in **[n8n](connectors/n8n.md)**, build apps on **[Lovable](connectors/lovable.md)**, and run them in your **[Obsidian](connectors/obsidian.md)** vault, all via a read-only **[REST API](mcp-remote/#rest-api-for-n8n-lovable-make-any-http-tool)** on the hosted Worker.
40
40
 
41
41
  ### ⭐ If this saves you time, [star the repo](https://github.com/mohitagw15856/pm-claude-skills) — it's the #1 way to help others find it.
42
42
 
43
43
  > **PM stands for Professional, not just Product Management.**
44
- > 207 professional skills + 4 agent templates across 28 bundles covering 21 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
44
+ > 232 professional skills + 4 agent templates across 31 bundles covering 23 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
45
45
 
46
46
  A community-built library of professional skills for every field — product management, engineering, customer success, marketing, social media, writers, design, legal, finance, HR, sales, operations, research, and more. Each skill is a structured `SKILL.md` file that teaches an AI assistant how to produce professional-grade outputs for your workflows. Skills run natively in **Claude Code** and **Hermes Agent** (same open `SKILL.md` standard), and ship as ready-to-paste exports for **ChatGPT** and **Gemini** — see [Works With](#-works-with--cross-tool-compatibility).
47
47
 
48
- **🆕 Latest release (v29.0.0 Multilingual + a polished experience):** run any skill in **10 languages** (Spanish, Mandarin, Hindi, Arabic — with RTL — Portuguese, French, German, Japanese, Russian, Indonesian); the frameworks are universal, so the model localizes the whole output. Plus a **[15-page Practical Guide](web/guide.html)** and a **[one-page cheatsheet](CHEATSHEET.md)** (PDF/PNG), a **navigation + playground UX revamp** (a repo link from the playground, sticky nav, a redesigned home), and quality hardening **[case studies](CASE_STUDIES.md)**, opt-in 👍/👎 feedback, and a CI **regression gate** that blocks score drops. *Earlier (v28.4 run it free, no credit card):* the playground no longer needs a paid key to start. Use a **free Google AI Studio key** (no card, ~30 seconds) or pick **In-browser** to run a model with **no key at all** (WebLLM on WebGPU — fully private, nothing leaves your device), and every skill now shows a **pre-generated sample output** so you can see the value with zero setup. Plus the **[Professional Brain is now in the browser](https://mohitagw15856.github.io/pm-claude-skills/brain.html)** — a 🧠 Brain page that feeds your durable memory into every run and saves outcomes back. *Earlier (v28.3 — the Professional Brain):* skills gained a durable, local markdown **memory** they read before answering, **write back** to (provenance-tagged, approval-gated), and even **act on** (open tickets/post updates via `action-runner`, dry-run + approval). Set it up in 5 minutes — **[Quickstart](BRAIN_QUICKSTART.md)** · [architecture](BRAIN.md). *Recent integrations:* **[n8n](connectors/n8n.md)**, **[Lovable](connectors/lovable.md)**, **[Obsidian](connectors/obsidian.md)** + a read-only **REST API** (`/v1`) on the hosted Worker. *Earlier (v28.0):* every channel is now shipped & public — **[`pip install pm-skills`](https://pypi.org/project/pm-skills/)** (LangChain/CrewAI), the **hosted MCP connector** `https://pm-skills-mcp.pm-claude-skills.workers.dev/` (add to **ChatGPT/Claude.ai/Cursor** by URL), and the **[official MCP registry](https://github.com/mohitagw15856/pm-claude-skills/blob/main/server.json)** listing. See the new **[🌍 Use It Anywhere](#-use-it-anywhere--the-ai-ecosystem)** section. Also: **multi-model playground** (run any skill with your own **Claude / OpenAI / Gemini / Ollama** key — local models included), a **[remote MCP connector](mcp-remote/)** (add PM Skills to **ChatGPT, Claude.ai & Cursor** with one URL — no install), the MCP server now exposes skills as **prompts + resources**, **4 new IDE targets** (Cline, Continue, Zed, Roo — 9 platforms total), a **[Python package](python/)** (`pip install pm-skills` → LangChain/CrewAI tools), an **[`llms.txt`](https://mohitagw15856.github.io/pm-claude-skills/llms.txt)** for agent discovery, a reusable **[score-skills GitHub Action](.github/actions/score-skills/)**, and **MCP-registry manifests**. Plus the full library is now **eval-scored: 196 skills, avg 4.8/5**. **207 skills**. See the [changelog](#-changelog).
48
+ **🆕 Latest v29.2.0 (Compliance pack + C-suite + Personas):** a new **[Compliance & Trust](PERSONAS.md) bundle** for regulated/enterprise teams`soc2-readiness`, `gdpr-compliance`, `hipaa-safeguards`, `iso-27001-isms`, `vendor-security-review`, `data-retention-policy`and here's the twist: **every one ships a stdlib scoring script** (computed readiness, not vibes). Plus a **C-suite decision pack** (`decision-memo`, `strategy-memo`, `board-pre-read`, `capital-allocation`) and **[curated role Personas](PERSONAS.md)** each role gets a skill loadout + a recipe + a subagent. **232 skills across 31 bundles.** **[Full release history & notes](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
49
49
 
50
50
  ### ▶ See it in action — [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
51
51
 
@@ -74,17 +74,17 @@ A community-built library of professional skills for every field — product man
74
74
  | 🔭 [Competitor Teardown](skills/competitor-teardown) | "what are rivals up to?" | a positioning map, feature gaps & strategy |
75
75
  | 📝 [Meeting Notes](skills/meeting-notes) | a raw transcript | decisions, owners & next steps |
76
76
 
77
- → Want proof first? See [**real sample outputs**](https://mohitagw15856.github.io/pm-claude-skills/examples.html) from each skill. Like what you see? [**Install in 2 minutes**](#-quick-install-2-minutes) · [browse all 207 skills](#️-all-207-skills) · [**⭐ star the repo**](https://github.com/mohitagw15856/pm-claude-skills/stargazers) so others find it.
77
+ → Want proof first? See [**real sample outputs**](https://mohitagw15856.github.io/pm-claude-skills/examples.html) from each skill. Like what you see? [**Install in 2 minutes**](#-quick-install-2-minutes) · [browse all 232 skills](#️-all-232-skills) · [**⭐ star the repo**](https://github.com/mohitagw15856/pm-claude-skills/stargazers) so others find it.
78
78
 
79
79
  ---
80
80
 
81
81
  ## 📄 One-page cheatsheet
82
82
 
83
- The whole library on one page — install, all 207 skills by profession, the Professional Brain, the REST API, integrations, and quality tooling. Great to **print, share, or drop into a slide**.
83
+ The whole library on one page — install, all 232 skills by profession, the Professional Brain, the REST API, integrations, and quality tooling. Great to **print, share, or drop into a slide**.
84
84
 
85
85
  <p align="center">
86
86
  <a href="CHEATSHEET.md">
87
- <img src="web/docs-assets/cheatsheet.png" width="80%" alt="PM Skills one-page cheatsheet — 207 skills, the Professional Brain, REST API, integrations, and tooling at a glance." />
87
+ <img src="web/docs-assets/cheatsheet.png" width="80%" alt="PM Skills one-page cheatsheet — 232 skills, the Professional Brain, REST API, integrations, and tooling at a glance." />
88
88
  </a>
89
89
  </p>
90
90
 
@@ -110,13 +110,13 @@ Generic AI forgets everything between sessions, so you re-paste context forever
110
110
 
111
111
  ## 🔄 One library, the whole professional workflow
112
112
 
113
- These 207 skills aren't a random catalog — they cover the **full arc of professional work**, end to end. Wherever you are in the loop, there's a skill for it:
113
+ These 232 skills aren't a random catalog — they cover the **full arc of professional work**, end to end. Wherever you are in the loop, there's a skill for it:
114
114
 
115
115
  ```mermaid
116
116
  flowchart LR
117
117
  A(["🔍 Discover"]) --> B(["🎯 Decide"]) --> C(["🔨 Build"]) --> D(["🚀 Ship"]) --> E(["📊 Measure"]) --> F(["📣 Communicate"])
118
118
  F -. "feeds the next discovery" .-> A
119
- classDef s fill:#1d222b,stroke:#d97757,color:#e7ebf0;
119
+ classDef s fill:#1d232b,stroke:#d97757,color:#e7ebf0;
120
120
  class A,B,C,D,E,F s;
121
121
  ```
122
122
 
@@ -129,7 +129,7 @@ flowchart LR
129
129
  | **📊 Measure** | Track outcomes & analyse | `metrics-framework` · `cohort-analysis` · `ab-test-planner` · `churn-analysis` |
130
130
  | **📣 Communicate** | Report up and out | `executive-update` · `board-deck-narrative` · `stakeholder-update` · `qbr-deck` |
131
131
 
132
- > New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 207 skills**](#️-all-207-skills) grouped by profession.
132
+ > New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 232 skills**](#️-all-232-skills) grouped by profession.
133
133
 
134
134
  ---
135
135
 
@@ -227,7 +227,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
227
227
 
228
228
  | | **PM Skills** | Typical skill repo |
229
229
  |---|:---:|:---:|
230
- | Skills | **207**, across 21 professions | a handful → dozens, usually one domain |
230
+ | Skills | **232**, across 23 professions | a handful → dozens, usually one domain |
231
231
  | Quality | **eval-scored** on a rubric + a public [benchmark](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html) | trust the README |
232
232
  | Improves itself | ✅ eval → critique → rewrite (kept only if it scores higher) | ✗ |
233
233
  | Grounded in frameworks | ✅ each cites its source (RICE, JTBD, Pyramid Principle…) | rarely |
@@ -252,7 +252,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
252
252
  - [📦 Plugin Directory](#-plugin-directory)
253
253
  - [🤖 Building Blocks for Agent Templates](#-building-blocks-for-agent-templates)
254
254
  - [🏷️ Skill Tiers — start with the strongest](#️-skill-tiers--start-with-the-strongest)
255
- - [🗂️ All 207 Skills](#️-all-207-skills)
255
+ - [🗂️ All 232 Skills](#️-all-232-skills)
256
256
  - [📋 Changelog](#-changelog)
257
257
  - [🤝 Contributing](#-contributing--add-your-skill)
258
258
  - [🔗 Related Projects](#-related-projects)
@@ -261,13 +261,13 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
261
261
 
262
262
  ## 🚀 Quick Install (2 minutes)
263
263
 
264
- **With the [`skills`](https://github.com/vercel-labs/skills) CLI** (the open agent-skills installer that works across Claude Code, Cursor, Codex, OpenCode & 60+ agents) — pick from all 207 interactively:
264
+ **With the [`skills`](https://github.com/vercel-labs/skills) CLI** (the open agent-skills installer that works across Claude Code, Cursor, Codex, OpenCode & 60+ agents) — pick from all 232 interactively:
265
265
 
266
266
  ```bash
267
267
  npx skills add mohitagw15856/pm-claude-skills # browse & pick (auto-detects your agent)
268
268
  npx skills add mohitagw15856/pm-claude-skills --list # just preview the catalog
269
269
  npx skills add mohitagw15856/pm-claude-skills --skill prd-template # grab one
270
- npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 207
270
+ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 232
271
271
  ```
272
272
 
273
273
  **Or our own installer** — via the [`pm-claude-skills`](https://www.npmjs.com/package/pm-claude-skills) npm package (Windows/macOS/Linux, needs Node), which also installs subagents, slash commands & cross-tool exports:
@@ -276,7 +276,7 @@ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install a
276
276
  npx pm-claude-skills add --agent claude # or: codex · cursor · hermes · openclaw
277
277
  ```
278
278
 
279
- **Or one-line MCP** — make all 207 skills + 5 workflow recipes available in *every* session of any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf), no per-file install:
279
+ **Or one-line MCP** — make all 232 skills + 5 workflow recipes available in *every* session of any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf), no per-file install:
280
280
 
281
281
  ```bash
282
282
  claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
@@ -333,7 +333,7 @@ ln -s ~/pm-claude-skills/skills/* ~/.claude/skills/
333
333
 
334
334
  ## 🌍 Use It Anywhere — the AI Ecosystem
335
335
 
336
- The same 207 skills reach you through every channel — pick whatever fits your stack:
336
+ The same 232 skills reach you through every channel — pick whatever fits your stack:
337
337
 
338
338
  | Channel | Get it |
339
339
  |---|---|
@@ -347,7 +347,7 @@ The same 207 skills reach you through every channel — pick whatever fits your
347
347
  | 🖥️ **IDE rules** | Generated exports for **Cursor, Windsurf, Aider, Cline, Continue, Zed, Roo** — [`exports/`](exports/) |
348
348
  | 🤖 **Agents & answer engines** | [`llms.txt`](https://mohitagw15856.github.io/pm-claude-skills/llms.txt) makes the whole library discoverable & citable |
349
349
 
350
- > **196 of 207 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
350
+ > **196 of 232 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
351
351
 
352
352
  > 🧠 **Give your skills memory:** the [Professional Brain](BRAIN.md) is a local markdown folder skills read, write back to, and act on. It's a folder + one file to start — **[5-minute Quickstart](BRAIN_QUICKSTART.md)**.
353
353
 
@@ -364,7 +364,7 @@ There are two kinds of support. **Native `SKILL.md` agents** read the file as-is
364
364
  auto-discover skills from the `description` frontmatter. **Other tools** take the markdown
365
365
  body as a system prompt — for those we ship ready-made [exports](#ready-to-use-exports).
366
366
 
367
- **In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 207 skills into the Command Palette — search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
367
+ **In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 232 skills into the Command Palette — search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
368
368
 
369
369
  | Platform | How it works | Auto-trigger? |
370
370
  |---|---|---|
@@ -509,7 +509,7 @@ ANTHROPIC_API_KEY=sk-ant-… npx pm-claude-skills generate --from ./team-process
509
509
 
510
510
  **🏆 Skill Leaderboard — [evals](evals/).** An LLM-as-judge harness scores each skill across Claude models on structure, completeness, usefulness, and grounding. **[View the leaderboard →](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html)**
511
511
 
512
- > **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 207 skills** (curated cases kept verbatim; the rest auto-generated), then `npm run eval:all` runs the full pass on Haiku for **~$2** total. The weakest scorers can then be auto-rewritten with **`npm run improve -- <skill>`** (`/improve`), which keeps a change only if the score goes up.
512
+ > **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 232 skills** (curated cases kept verbatim; the rest auto-generated), then `npm run eval:all` runs the full pass on Haiku for **~$2** total. The weakest scorers can then be auto-rewritten with **`npm run improve -- <skill>`** (`/improve`), which keeps a change only if the score goes up.
513
513
 
514
514
  ---
515
515
 
@@ -585,7 +585,7 @@ Not sure which plugin to install? Here's what each one covers:
585
585
 
586
586
  On May 5, 2026, Anthropic [released their first agent templates](https://www.anthropic.com/news/finance-agents) — pre-packaged Claude agents that combine **skills, connectors, and subagents** into ready-to-run workflows for financial services.
587
587
 
588
- This library is the largest open-source collection of professional skills available — covering 20 professions beyond financial services. **The 207 skills here are the building blocks for agent templates outside of finance.**
588
+ This library is the largest open-source collection of professional skills available — covering 20 professions beyond financial services. **The 232 skills here are the building blocks for agent templates outside of finance.**
589
589
 
590
590
  ### What is an agent template?
591
591
 
@@ -664,11 +664,10 @@ More templates will follow. If you want to contribute one, see the [template con
664
664
 
665
665
  ## 📋 Changelog
666
666
 
667
- **Latest: v28.1.0 — Integrations (n8n, Lovable, Obsidian) + a `/v1` REST API.** PM Skills now runs inside [n8n](connectors/n8n.md), powers [Lovable](connectors/lovable.md) apps, and lives in your [Obsidian](connectors/obsidian.md) vault — all backed by a read-only REST API on the hosted Worker (auto-deployed via a new GitHub Action). Builds on **v28.0.0 — live across the whole AI ecosystem.** Now public on every channel: **PyPI** (`pip install pm-skills`), a **hosted MCP connector** URL for ChatGPT/Claude.ai/Cursor, and the **official MCP registry** plus a new **🌍 Use It Anywhere** section + PyPI/MCP header badges. Builds on the v27 ecosystem work: multi-model playground (Claude / OpenAI / Gemini / **Ollama**); a **remote MCP connector** ([`mcp-remote/`](mcp-remote/)) to add PM Skills to **ChatGPT, Claude.ai & Cursor** by URL; MCP server now serves skills as **prompts + resources**; **4 new IDE export targets** (Cline, Continue, Zed, Roo → 9 platforms); a **Python package** ([`python/`](python/), `pip install pm-skills` with LangChain/CrewAI adapters); an **`llms.txt`** for agent discovery; a reusable **[score-skills Action](.github/actions/score-skills/)**; and **MCP-registry manifests** (`server.json`, `smithery.yaml`). The full library is now eval-scored — **196 skills, avg 4.8/5**. Builds on **v26.0.0** (the Creator stack). **207 skills** across **28 bundles**, **21 professions**.
667
+ **Latest: v29.1.0 — AI/ML + Growth skill packs, composable recipes, a deeper Brain.** 232 skills across 31 bundles, 23 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
668
668
 
669
669
  Full [Keep a Changelog](https://keepachangelog.com/)-format history — every release back to the start — is in **[CHANGELOG.md](CHANGELOG.md)**.
670
670
 
671
- → Earlier releases (v20 and before — the road from 6 to 207 skills) are in **[CHANGELOG.md](CHANGELOG.md)**.
672
671
 
673
672
  ---
674
673
 
@@ -704,7 +703,7 @@ This repo was built alongside a published 16-part article series on Medium.
704
703
 
705
704
  ## 🏷️ Skill Tiers — Start With the Strongest
706
705
 
707
- A 207-skill library doesn't have 207 equally-mature skills, and pretending otherwise
706
+ A 232-skill library doesn't have 232 equally-mature skills, and pretending otherwise
708
707
  wastes your time. Skills are tiered honestly so you can start with the best work:
709
708
 
710
709
  - 🟢 **Production-Ready (50)** — battle-tested, stable output, used in real work. Includes the three skills with computed Python helpers (sprint planning, RICE, customer health). **Start here.**
@@ -717,7 +716,7 @@ If you're new, install `pm-essentials` and try a couple of Production-Ready skil
717
716
 
718
717
  ---
719
718
 
720
- ## 🗂️ All 207 Skills
719
+ ## 🗂️ All 232 Skills
721
720
 
722
721
  Every skill, grouped by profession. **[Browse the full per-skill catalog → SKILLS.md](SKILLS.md)** · **[searchable live catalog](https://mohitagw15856.github.io/pm-claude-skills/catalog.html)** · **[run any skill in the browser](https://mohitagw15856.github.io/pm-claude-skills/)**
723
722
 
@@ -751,7 +750,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
751
750
 
752
751
  ## ❤️ Sponsor This Work
753
752
 
754
- Building and maintaining 207 skills across 28 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
753
+ Building and maintaining 232 skills across 31 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
755
754
 
756
755
  If these skills save you time at work — or you're a company that wants your logo in front of the PMs, engineers, and operators who use them daily — **[become a sponsor →](https://github.com/sponsors/mohitagw15856)** (or [☕ buy me a coffee](https://www.buymeacoffee.com/mohit15856)).
757
756
 
@@ -0,0 +1,17 @@
1
+ ---
2
+ description: Workflow recipe — turn a growth goal into a funnel diagnosis, experiment backlog, retention loop, and lifecycle journeys by chaining 4 skills.
3
+ argument-hint: [the growth goal — e.g. "lift D30 retention for B2B teams"]
4
+ ---
5
+
6
+ Run the **Grow a Product** workflow recipe for: $ARGUMENTS
7
+
8
+ This is a *chain* of skills. Run each stage in order and **carry every stage's output forward as context** for the next — that shared context is the whole point. Open with a one-line plan of the 4 stages, then ask once for any essential missing inputs (the product & motion, current funnel numbers if any, the goal). Don't re-ask between stages.
9
+
10
+ Run each stage under a clear `## Stage N — <name>` heading:
11
+
12
+ 1. **Diagnose the funnel** — apply the `marketing-funnel-plan` skill to map the full funnel, identify the single biggest leak, and set a 90-day focus stage and metric.
13
+ 2. **Build the experiment backlog** — apply the `growth-experiment-backlog` skill to turn that focus into prioritised, properly-powered hypotheses (ICE) with test designs.
14
+ 3. **Design the retention loop** — apply the `retention-loop-design` skill to design the engagement loop (trigger → action → reward → investment) and the activation→habit path that keeps the gains.
15
+ 4. **Nurture with lifecycle journeys** — apply the `lifecycle-crm-plan` skill to design behaviour-triggered journeys that drive the loop, with segmentation, holdouts, and suppression.
16
+
17
+ Do not invent metrics or numbers — note assumptions instead. After the last stage, end with a 4-bullet **"What you now have"** recap linking each artifact to the stage that produced it.
@@ -0,0 +1,18 @@
1
+ ---
2
+ description: Workflow recipe — take an AI/LLM feature from a probabilistic-aware PRD to a launch-ready model card by chaining 5 skills.
3
+ argument-hint: [the AI feature idea]
4
+ ---
5
+
6
+ Run the **Launch an AI Feature** workflow recipe for: $ARGUMENTS
7
+
8
+ This is a *chain* of skills. Run each stage in order and **carry every stage's output forward as context** for the next — that shared context is the whole point. Open with a one-line plan of the 5 stages, then ask once for any essential missing inputs (the user problem, the stakes / cost of a wrong answer, the data available). Don't re-ask between stages.
9
+
10
+ Run each stage under a clear `## Stage N — <name>` heading:
11
+
12
+ 1. **Spec it** — apply the `ai-feature-prd` skill to turn the idea into a PRD built for a probabilistic system: the UX of uncertainty, guardrails, fallback behaviour, and an explicit quality bar tied to the stakes.
13
+ 2. **Design the system** — apply the `rag-design-doc` skill (or note if an agent is the better fit — see `agent-spec`) to design retrieval/generation: chunking, retrieval, reranking, grounded answers, and the failure-mode table.
14
+ 3. **Plan evaluation** — apply the `ai-eval-plan` skill to define datasets, rubrics, baselines, the explicit ship threshold, and the regression gate.
15
+ 4. **Budget cost & latency** — apply the `llm-cost-latency-budget` skill for per-request token math, model tiering, caching, p95 targets, and spend guardrails.
16
+ 5. **Document it** — apply the `model-card` skill to produce a launch-ready card: intended use, sliced evaluation, limitations, and a rollback trigger.
17
+
18
+ Do not invent metrics, costs, or eval results — note assumptions instead. After the last stage, end with a 5-bullet **"What you now have"** recap linking each artifact to the stage that produced it.
package/exports/README.md CHANGED
@@ -8,7 +8,7 @@ by hand; edit the source skill and run:
8
8
  node scripts/build-exports.mjs
9
9
  ```
10
10
 
11
- Currently exporting **207 skills** to:
11
+ Currently exporting **232 skills** to:
12
12
 
13
13
  - **ChatGPT — Custom GPT instructions** → `exports/chatgpt/`
14
14
  - **Google Gemini — Gem instructions** → `exports/gemini/`
@@ -3,7 +3,7 @@
3
3
  > Auto-generated from `skills/*/SKILL.md` by `scripts/build-exports.mjs`.
4
4
  > **Do not edit these files by hand** — edit the source skill and regenerate.
5
5
 
6
- 207 skills exported. Copy a `.mdc rule` into the tool to use it.
6
+ 232 skills exported. Copy a `.mdc rule` into the tool to use it.
7
7
 
8
8
  | Skill | Bundle | Path |
9
9
  |---|---|---|
@@ -14,7 +14,10 @@
14
14
  | Account Plan | `pm-sales` | `pm-sales/account-plan/account-plan.md` |
15
15
  | Action Runner | `pm-cross` | `pm-cross/action-runner/action-runner.md` |
16
16
  | AEO Optimizer | `pm-writers` | `pm-writers/aeo-optimizer/aeo-optimizer.md` |
17
+ | Agent Spec | `pm-ai` | `pm-ai/agent-spec/agent-spec.md` |
17
18
  | AI Ethics Review | `pm-advanced` | `pm-advanced/ai-ethics-review/ai-ethics-review.md` |
19
+ | AI Eval Plan | `pm-ai` | `pm-ai/ai-eval-plan/ai-eval-plan.md` |
20
+ | AI Feature PRD | `pm-ai` | `pm-ai/ai-feature-prd/ai-feature-prd.md` |
18
21
  | AI Product Canvas | `pm-advanced` | `pm-advanced/ai-product-canvas/ai-product-canvas.md` |
19
22
  | Ambiguity Resolver | `pm-strategy` | `pm-strategy/ambiguity-resolver/ambiguity-resolver.md` |
20
23
  | API Docs Writer | `pm-engineering` | `pm-engineering/api-docs-writer/api-docs-writer.md` |
@@ -22,9 +25,11 @@
22
25
  | Architecture Decision Record (ADR) | `pm-engineering` | `pm-engineering/architecture-decision-record/architecture-decision-record.md` |
23
26
  | Assumption Mapper | `pm-discovery` | `pm-discovery/assumption-mapper/assumption-mapper.md` |
24
27
  | Board Deck Narrative | `pm-business` | `pm-business/board-deck-narrative/board-deck-narrative.md` |
28
+ | Board Pre-Read | `pm-business` | `pm-business/board-pre-read/board-pre-read.md` |
25
29
  | Budget Variance Analysis | `pm-finance` | `pm-finance/budget-variance-analysis/budget-variance-analysis.md` |
26
30
  | Cap Table Explainer | `pm-founders` | `pm-founders/cap-table-explainer/cap-table-explainer.md` |
27
31
  | Capacity Planning | `pm-engineering` | `pm-engineering/capacity-planning/capacity-planning.md` |
32
+ | Capital Allocation | `pm-business` | `pm-business/capital-allocation/capital-allocation.md` |
28
33
  | Change Management Plan | `pm-hr` | `pm-hr/change-management-plan/change-management-plan.md` |
29
34
  | Changelog Generator | `pm-engineering` | `pm-engineering/changelog-generator/changelog-generator.md` |
30
35
  | Chart Data Extractor | `pm-data` | `pm-data/chart-data-extractor/chart-data-extractor.md` |
@@ -46,6 +51,7 @@
46
51
  | Content Repurposer | `pm-creator` | `pm-creator/content-repurposer/content-repurposer.md` |
47
52
  | Context Mode | `pm-engineering` | `pm-engineering/context-mode/context-mode.md` |
48
53
  | Contract Review | `pm-legal` | `pm-legal/contract-review/contract-review.md` |
54
+ | Conversion Rate Optimization | `pm-growth` | `pm-growth/conversion-rate-optimization/conversion-rate-optimization.md` |
49
55
  | Creator Brand Kit | `pm-creator` | `pm-creator/creator-brand-kit/creator-brand-kit.md` |
50
56
  | Creator Media Kit | `pm-creator` | `pm-creator/creator-media-kit/creator-media-kit.md` |
51
57
  | Customer Escalation Brief | `pm-cs` | `pm-cs/cs-escalation-brief/cs-escalation-brief.md` |
@@ -56,9 +62,12 @@
56
62
  | Data Analysis Standard | `pm-analytics` | `pm-analytics/data-analysis-standard/data-analysis-standard.md` |
57
63
  | Data Pipeline Spec | `pm-data` | `pm-data/data-pipeline-spec/data-pipeline-spec.md` |
58
64
  | Data Quality Audit | `pm-data` | `pm-data/data-quality-audit/data-quality-audit.md` |
65
+ | Data Retention Policy | `pm-compliance` | `pm-compliance/data-retention-policy/data-retention-policy.md` |
59
66
  | Database Migration Plan | `pm-engineering` | `pm-engineering/database-migration-plan/database-migration-plan.md` |
60
67
  | Database Schema Design | `pm-engineering` | `pm-engineering/database-schema-design/database-schema-design.md` |
68
+ | Dataset Datasheet | `pm-ai` | `pm-ai/dataset-datasheet/dataset-datasheet.md` |
61
69
  | Debugging Log Analyser | `pm-engineering` | `pm-engineering/debugging-log-analyser/debugging-log-analyser.md` |
70
+ | Decision Memo | `pm-business` | `pm-business/decision-memo/decision-memo.md` |
62
71
  | Demand Letter | `pm-legal` | `pm-legal/demand-letter/demand-letter.md` |
63
72
  | Dependency Audit | `pm-engineering` | `pm-engineering/dependency-audit/dependency-audit.md` |
64
73
  | Dependency Conflict Resolver | `pm-engineering` | `pm-engineering/dependency-conflict-resolver/dependency-conflict-resolver.md` |
@@ -95,10 +104,13 @@
95
104
  | Financial Model Narrative | `pm-finance` | `pm-finance/financial-model-narrative/financial-model-narrative.md` |
96
105
  | Founder-Market Fit | `pm-founders` | `pm-founders/founder-market-fit/founder-market-fit.md` |
97
106
  | Fundraising FAQ | `pm-founders` | `pm-founders/fundraising-faq/fundraising-faq.md` |
107
+ | GDPR Compliance | `pm-compliance` | `pm-compliance/gdpr-compliance/gdpr-compliance.md` |
98
108
  | Git Troubleshooter | `pm-engineering` | `pm-engineering/git-troubleshooter/git-troubleshooter.md` |
99
109
  | Go-To-Market | `pm-gtm` | `pm-gtm/go-to-market/go-to-market.md` |
100
110
  | Go-to-Market Planner | `pm-delivery` | `pm-delivery/go-to-market-planner/go-to-market-planner.md` |
101
111
  | Grant Proposal | `pm-cross` | `pm-cross/grant-proposal/grant-proposal.md` |
112
+ | Growth Experiment Backlog | `pm-growth` | `pm-growth/growth-experiment-backlog/growth-experiment-backlog.md` |
113
+ | HIPAA Safeguards | `pm-compliance` | `pm-compliance/hipaa-safeguards/hipaa-safeguards.md` |
102
114
  | Hiring Rubric | `pm-people` | `pm-people/hiring-rubric/hiring-rubric.md` |
103
115
  | Hook Writer | `pm-creator` | `pm-creator/hook-writer/hook-writer.md` |
104
116
  | IEP Goal Support | `pm-education` | `pm-education/iep-goal-support/iep-goal-support.md` |
@@ -109,6 +121,7 @@
109
121
  | Investor Cold Email | `pm-founders` | `pm-founders/investor-cold-email/investor-cold-email.md` |
110
122
  | Investor Pitch Deck | `pm-finance` | `pm-finance/investor-pitch-deck/investor-pitch-deck.md` |
111
123
  | Investor Update | `pm-business` | `pm-business/investor-update/investor-update.md` |
124
+ | ISO 27001 ISMS | `pm-compliance` | `pm-compliance/iso-27001-isms/iso-27001-isms.md` |
112
125
  | Job Application | `pm-business` | `pm-business/job-application/job-application.md` |
113
126
  | Job Description Writer | `pm-hr` | `pm-hr/job-description-writer/job-description-writer.md` |
114
127
  | Job Story Mapper | `pm-discovery` | `pm-discovery/job-story-mapper/job-story-mapper.md` |
@@ -116,14 +129,19 @@
116
129
  | Launch Readiness | `pm-delivery` | `pm-delivery/launch-readiness/launch-readiness.md` |
117
130
  | Legal Brief | `pm-legal` | `pm-legal/legal-brief/legal-brief.md` |
118
131
  | Lesson Plan | `pm-education` | `pm-education/lesson-plan/lesson-plan.md` |
132
+ | Lifecycle / CRM Plan | `pm-growth` | `pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md` |
119
133
  | Literature Review | `pm-research` | `pm-research/literature-review/literature-review.md` |
134
+ | LLM Cost & Latency Budget | `pm-ai` | `pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md` |
120
135
  | Load Testing Plan | `pm-engineering` | `pm-engineering/load-testing-plan/load-testing-plan.md` |
121
136
  | Local Dev Setup | `pm-engineering` | `pm-engineering/local-dev-setup/local-dev-setup.md` |
137
+ | Marketing Funnel Plan | `pm-growth` | `pm-growth/marketing-funnel-plan/marketing-funnel-plan.md` |
122
138
  | Media Pitch | `pm-gtm` | `pm-gtm/media-pitch/media-pitch.md` |
123
139
  | Meeting Notes | `pm-essentials` | `pm-essentials/meeting-notes/meeting-notes.md` |
140
+ | Messaging Framework | `pm-growth` | `pm-growth/messaging-framework/messaging-framework.md` |
124
141
  | Metric Tree Builder | `pm-data` | `pm-data/metric-tree-builder/metric-tree-builder.md` |
125
142
  | Metrics Framework | `pm-data` | `pm-data/metrics-framework/metrics-framework.md` |
126
143
  | Microservices Decomposition | `pm-engineering` | `pm-engineering/microservices-decomposition/microservices-decomposition.md` |
144
+ | Model Card | `pm-ai` | `pm-ai/model-card/model-card.md` |
127
145
  | Monitoring Setup Guide | `pm-engineering` | `pm-engineering/monitoring-setup-guide/monitoring-setup-guide.md` |
128
146
  | Morning Intelligence | `pm-operations` | `pm-operations/morning-intelligence/morning-intelligence.md` |
129
147
  | Multi-Source Signal Synthesiser | `pm-advanced` | `pm-advanced/multi-source-signal-synthesiser/multi-source-signal-synthesiser.md` |
@@ -134,6 +152,7 @@
134
152
  | OKR Builder | `pm-planning` | `pm-planning/okr-builder/okr-builder.md` |
135
153
  | Onboarding Plan | `pm-hr` | `pm-hr/onboarding-plan/onboarding-plan.md` |
136
154
  | On-Call Runbook | `pm-engineering` | `pm-engineering/oncall-runbook/oncall-runbook.md` |
155
+ | Paid Acquisition Plan | `pm-growth` | `pm-growth/paid-acquisition-plan/paid-acquisition-plan.md` |
137
156
  | Parent Communication | `pm-education` | `pm-education/parent-communication/parent-communication.md` |
138
157
  | Partnership Proposal | `pm-sales` | `pm-sales/partnership-proposal/partnership-proposal.md` |
139
158
  | Patient Communication | `pm-research` | `pm-research/patient-communication/patient-communication.md` |
@@ -156,12 +175,15 @@
156
175
  | QBR Deck | `pm-cs` | `pm-cs/qbr-deck/qbr-deck.md` |
157
176
  | Quiz Generator | `pm-education` | `pm-education/quiz-generator/quiz-generator.md` |
158
177
  | RACI Matrix | `pm-operations` | `pm-operations/raci-matrix/raci-matrix.md` |
178
+ | RAG Design Doc | `pm-ai` | `pm-ai/rag-design-doc/rag-design-doc.md` |
159
179
  | Red-Team Review | `pm-cross` | `pm-cross/red-team-review/red-team-review.md` |
160
180
  | Redundancy Consultation | `pm-hr` | `pm-hr/redundancy-consultation/redundancy-consultation.md` |
181
+ | Referral Program Design | `pm-growth` | `pm-growth/referral-program-design/referral-program-design.md` |
161
182
  | Regex Builder & Explainer | `pm-engineering` | `pm-engineering/regex-builder/regex-builder.md` |
162
183
  | Renewal Playbook | `pm-cs` | `pm-cs/renewal-playbook/renewal-playbook.md` |
163
184
  | Research Protocol | `pm-research` | `pm-research/research-protocol/research-protocol.md` |
164
185
  | Retention Analysis | `pm-analytics` | `pm-analytics/retention-analysis/retention-analysis.md` |
186
+ | Retention Loop Design | `pm-growth` | `pm-growth/retention-loop-design/retention-loop-design.md` |
165
187
  | Retrospective Analysis | `pm-delivery` | `pm-delivery/retro-analysis/retro-analysis.md` |
166
188
  | RFC Writer | `pm-engineering` | `pm-engineering/rfc-writer/rfc-writer.md` |
167
189
  | RICE + Strategic Alignment | `pm-planning` | `pm-planning/rice-impact-matrix/rice-impact-matrix.md` |
@@ -180,6 +202,7 @@
180
202
  | Short-Form Script | `pm-creator` | `pm-creator/short-form-script/short-form-script.md` |
181
203
  | Skill Security Auditor | `pm-engineering` | `pm-engineering/skill-security-auditor/skill-security-auditor.md` |
182
204
  | SLO and Error Budget | `pm-engineering` | `pm-engineering/slo-error-budget/slo-error-budget.md` |
205
+ | SOC 2 Readiness | `pm-compliance` | `pm-compliance/soc2-readiness/soc2-readiness.md` |
183
206
  | Social Ad Campaign | `pm-social` | `pm-social/social-ad-campaign/social-ad-campaign.md` |
184
207
  | Social Media Audit | `pm-social` | `pm-social/social-media-audit/social-media-audit.md` |
185
208
  | Social Media Strategy | `pm-gtm` | `pm-gtm/social-media-strategy/social-media-strategy.md` |
@@ -192,6 +215,7 @@
192
215
  | Stakeholder Update | `pm-essentials` | `pm-essentials/stakeholder-update/stakeholder-update.md` |
193
216
  | Startup Idea Validator | `pm-founders` | `pm-founders/startup-idea-validator/startup-idea-validator.md` |
194
217
  | Strategic Narrative Generator | `pm-strategy` | `pm-strategy/strategic-narrative-generator/strategic-narrative-generator.md` |
218
+ | Strategy Memo | `pm-business` | `pm-business/strategy-memo/strategy-memo.md` |
195
219
  | Student Feedback | `pm-education` | `pm-education/student-feedback/student-feedback.md` |
196
220
  | Substack Notes Scraper | `pm-writers` | `pm-writers/substack-notes-scraper/substack-notes-scraper.md` |
197
221
  | Sycophancy Challenger | `pm-cross` | `pm-cross/sycophancy-challenger/sycophancy-challenger.md` |
@@ -210,6 +234,7 @@
210
234
  | User Story Writer | `pm-delivery` | `pm-delivery/user-story-writer/user-story-writer.md` |
211
235
  | UX Research Plan | `pm-design` | `pm-design/ux-research-plan/ux-research-plan.md` |
212
236
  | Vendor Evaluation | `pm-operations` | `pm-operations/vendor-evaluation/vendor-evaluation.md` |
237
+ | Vendor Security Review | `pm-compliance` | `pm-compliance/vendor-security-review/vendor-security-review.md` |
213
238
  | Viral Content Framework | `pm-social` | `pm-social/viral-content-framework/viral-content-framework.md` |
214
239
  | Workshop Facilitation Guide | `pm-operations` | `pm-operations/workshop-facilitation-guide/workshop-facilitation-guide.md` |
215
240
  | Writing Great Skills | `pm-engineering` | `pm-engineering/writing-great-skills/writing-great-skills.md` |
@@ -0,0 +1,61 @@
1
+ # Agent Spec Skill
2
+
3
+ An agent is a model plus tools plus a loop — and the danger lives in the tools and the loop, not the
4
+ model. This skill specifies an agent so its *authority is explicit*: what it can do, what needs a human
5
+ yes, and what happens when it's wrong. Scope and guardrails first; cleverness second.
6
+
7
+ ## Required Inputs
8
+
9
+ Ask for these only if they aren't already provided:
10
+
11
+ - **Job to be done** — the outcome the agent owns, and the boundary of its authority.
12
+ - **Tools/actions** — what it can call (read APIs, write actions, code execution), and which are irreversible.
13
+ - **Autonomy level** — fully autonomous, propose-then-approve, or co-pilot.
14
+ - **Risk surface** — what's the worst thing a wrong action could do (spend money, send a message, delete data)?
15
+ - **Success definition & escalation** — how "done" is judged, and when it must hand off to a human.
16
+
17
+ ## Output Format
18
+
19
+ ### Agent Spec: [name]
20
+
21
+ **1. Goal & scope** — the job in one sentence; explicit non-goals and authority limits.
22
+
23
+ **2. Tools / actions** — a table; mark each action's reversibility and required permission.
24
+
25
+ | Tool | Purpose | Reversible? | Gate |
26
+ |---|---|---|---|
27
+ | search_kb | read context | yes | none |
28
+ | send_email | notify | **no** | **human approval** |
29
+
30
+ **3. Control loop** — plan → act → observe → reflect; the stopping condition; and a hard **max-steps / max-cost budget** so it can't loop forever.
31
+
32
+ **4. Guardrails & approval gates** — which actions require a human yes (default: anything irreversible, outbound, or spending), input/output validation, and allow/deny lists. Pair irreversible actions with a dry-run preview (see [`action-runner`](../action-runner/SKILL.md)).
33
+
34
+ **5. Memory & state** — what it remembers within a task vs. across tasks, and where (link a [`professional-brain`](../professional-brain/SKILL.md) for durable memory).
35
+
36
+ **6. Escalation & handoff** — the triggers that stop the agent and route to a human (low confidence, repeated failure, out-of-scope request, high-risk action).
37
+
38
+ **7. Evaluation** — task success rate, action correctness, and safety (false-action rate). Define with an [`ai-eval-plan`](../ai-eval-plan/SKILL.md), and test on adversarial/trap tasks.
39
+
40
+ **8. Failure handling** — timeouts, tool errors, hallucinated tool calls, and the safe default (stop and ask, never guess on a high-risk action).
41
+
42
+ ## Quality Checks
43
+
44
+ - [ ] Every tool is marked reversible/irreversible, and every irreversible action has a human gate
45
+ - [ ] There is a hard max-steps and max-cost budget — the loop cannot run unbounded
46
+ - [ ] Escalation triggers are explicit (confidence, repeated failure, out-of-scope, high-risk)
47
+ - [ ] The safe default on uncertainty is "stop and ask", not "guess and act"
48
+ - [ ] Evaluation includes a safety metric (wrong/unauthorised actions), not just task success
49
+ - [ ] Non-goals and authority limits are stated, not implied
50
+
51
+ ## Anti-Patterns
52
+
53
+ - [ ] Do not give an agent irreversible actions without an approval gate — autonomy and irreversibility together is how agents cause real damage
54
+ - [ ] Do not omit a step/cost budget — an agent that can loop is an agent that can rack up cost or thrash forever
55
+ - [ ] Do not measure only task success — an agent that completes the task by taking a wrong action has failed
56
+ - [ ] Do not let the agent invent tool calls or arguments — validate against the schema and fail safe
57
+ - [ ] Do not skip the "what's the worst case" analysis — the risk surface determines how many guardrails you need
58
+
59
+ ## Based On
60
+
61
+ Tool-using / agentic design practice — bounded control loops, least-privilege tools, human-in-the-loop approval, and safety evaluation.
@@ -0,0 +1,59 @@
1
+ # AI Eval Plan Skill
2
+
3
+ You can't improve an AI feature you can't measure, and "it looks good in the demo" is not measurement.
4
+ This skill produces an evaluation plan that turns a fuzzy quality goal into a repeatable, gated test —
5
+ so a prompt change that quietly makes outputs worse can't ship.
6
+
7
+ ## Required Inputs
8
+
9
+ Ask for these only if they aren't already provided:
10
+
11
+ - **The feature & task** — what the model does and what "good output" means to a user.
12
+ - **Failure modes that matter** — what bad looks like (hallucination, wrong format, unsafe, off-tone, too slow).
13
+ - **Available data** — any real examples, logs, or labelled cases; or note there are none yet.
14
+ - **Who judges quality** — automated checks, an LLM judge, human raters, or a mix.
15
+ - **The decision this gates** — ship/no-ship, model selection, or prompt iteration.
16
+
17
+ ## Output Format
18
+
19
+ ### Eval Plan: [feature]
20
+
21
+ **1. What we're measuring** — the task, and a one-line definition of a good vs. bad response.
22
+
23
+ **2. Eval dataset**
24
+ - **Cases:** how many, where they come from (real logs > synthetic), and how they're split (smoke set vs. full set).
25
+ - **Coverage:** the slices/scenarios that must be represented (edge cases, adversarial, each major input type).
26
+ - **Golden answers / references:** present or not, and how they were created.
27
+
28
+ **3. Metrics & rubric**
29
+ - **Per-dimension scores** — define each dimension (e.g. correctness, grounding, format, safety, tone) on an explicit 1–5 rubric with anchor descriptions, not vibes.
30
+ - **Automated checks** — deterministic assertions first (valid JSON, contains required fields, no PII, latency budget).
31
+ - **LLM-as-judge** — the judge prompt, the rubric it applies, and how you guard against its bias (calibrate against human labels on a sample).
32
+ - **Human eval** — when it's required (safety, subjective quality) and the rater instructions.
33
+
34
+ **4. Baselines** — what each candidate is compared against (current prompt, previous model, a plain-prompt control).
35
+
36
+ **5. The bar** — the explicit threshold to ship (e.g. "≥4.2 avg correctness, 0 safety failures, p95 < 3s") and what happens if it's missed.
37
+
38
+ **6. Regression gate** — how this runs in CI on every change, and the score-drop threshold that blocks a merge.
39
+
40
+ ## Quality Checks
41
+
42
+ - [ ] Each metric has an explicit rubric with anchors — not just a name
43
+ - [ ] Deterministic/automated checks are used wherever possible before reaching for an LLM judge
44
+ - [ ] The LLM judge is calibrated against human labels on at least a sample
45
+ - [ ] The eval set includes adversarial and edge cases, not just happy-path examples
46
+ - [ ] There is a single, explicit numeric bar for the ship decision
47
+ - [ ] The plan specifies how it runs as a regression gate, not just a one-time check
48
+
49
+ ## Anti-Patterns
50
+
51
+ - [ ] Do not rely on a single overall score — a feature can pass on average while failing every safety case
52
+ - [ ] Do not trust an LLM judge you haven't calibrated against humans — it has its own blind spots and biases
53
+ - [ ] Do not eval only on happy-path inputs — the failures live in the edges and the adversarial cases
54
+ - [ ] Do not let the eval set leak into the prompt/few-shot examples — that's training on the test set
55
+ - [ ] Do not define the pass bar after seeing the scores — set the threshold before you run, or it means nothing
56
+
57
+ ## Based On
58
+
59
+ LLM evaluation practice — task-grounded rubrics, LLM-as-judge with human calibration, and regression-gated CI evals.
@@ -0,0 +1,64 @@
1
+ # AI Feature PRD Skill
2
+
3
+ AI features break the normal PRD because the system is probabilistic: it will be wrong sometimes, and
4
+ the product must be designed around that, not in denial of it. This skill extends a standard PRD with
5
+ the AI-specific sections that decide whether the feature is trustworthy — the UX of uncertainty, the
6
+ eval bar, guardrails, and what happens when the model is wrong.
7
+
8
+ ## Required Inputs
9
+
10
+ Ask for these only if they aren't already provided:
11
+
12
+ - **The user problem** and why an AI/probabilistic approach fits it (vs. deterministic rules).
13
+ - **What "good" looks like** to the user, and the cost of a wrong answer (low-stakes vs. high-stakes).
14
+ - **Inputs available** — context/data the model can use; privacy constraints.
15
+ - **Trust level needed** — can the user verify the output, or must it be near-perfect?
16
+
17
+ ## Reads from / Writes to the Brain
18
+
19
+ If a [`professional-brain`](../professional-brain/SKILL.md) exists, read `context.md` (product, users, voice)
20
+ and `knowledge/strategy.md` first; write the feature to `entities/` and any scoping decision to `decisions/`,
21
+ each provenance-tagged.
22
+
23
+ ## Output Format
24
+
25
+ ### AI Feature PRD: [feature]
26
+
27
+ **1. Problem & why AI** — the user problem, and why a model (not rules) is the right tool. If rules would do, say so.
28
+
29
+ **2. Experience** — the core flow, and crucially the **UX of uncertainty**: how confidence is shown, how the user verifies/edits, and how errors are made cheap to recover from. AI features live or die here.
30
+
31
+ **3. Model approach** — prompt / fine-tune / RAG / agent (link [`rag-design-doc`](../rag-design-doc/SKILL.md) or [`agent-spec`](../agent-spec/SKILL.md)), the model tier, and why.
32
+
33
+ **4. Quality bar & evaluation** — the metrics and the explicit ship threshold; reference an [`ai-eval-plan`](../ai-eval-plan/SKILL.md). State the acceptable error rate given the stakes.
34
+
35
+ **5. Guardrails & safety** — what the feature must never do, input/output filtering, and handling of harmful/PII/out-of-scope inputs.
36
+
37
+ **6. Fallback behaviour** — what happens when the model is unsure, wrong, slow, or down: graceful degradation, "I'm not sure" states, human handoff. **No silent confident errors.**
38
+
39
+ **7. Data flywheel** — how usage (and the 👍/👎 / edits) feed back into evaluation and improvement, with the privacy boundary.
40
+
41
+ **8. Cost & latency** — the per-request budget and p95 target; reference an [`llm-cost-latency-budget`](../llm-cost-latency-budget/SKILL.md).
42
+
43
+ **9. Rollout** — staged exposure (internal → %→ GA), the guardrail metrics watched, and the rollback trigger.
44
+
45
+ ## Quality Checks
46
+
47
+ - [ ] The PRD designs for the model being wrong — there's an explicit fallback, not just the happy path
48
+ - [ ] The UX shows uncertainty and lets the user verify/correct cheaply
49
+ - [ ] There's an explicit quality bar tied to the stakes (a medical answer and a tweet draft are not the same bar)
50
+ - [ ] Guardrails name what the feature must never do
51
+ - [ ] A data flywheel is defined with its privacy boundary
52
+ - [ ] Cost and p95 latency budgets are stated, not left to "we'll see"
53
+
54
+ ## Anti-Patterns
55
+
56
+ - [ ] Do not design only the happy path — a probabilistic feature without a fallback is a feature that fails loudly in production
57
+ - [ ] Do not hide uncertainty behind a confident UI — overclaimed confidence is how AI features lose user trust permanently
58
+ - [ ] Do not use AI where deterministic rules are better, cheaper, and more reliable — "AI" is not the goal
59
+ - [ ] Do not set one quality bar for all stakes — calibrate the acceptable error rate to the cost of being wrong
60
+ - [ ] Do not ship without a rollback trigger and guardrail metrics — a probabilistic system needs a kill switch
61
+
62
+ ## Based On
63
+
64
+ Standard PRD practice (see [`prd-template`](../prd-template/SKILL.md)) extended for probabilistic systems — uncertainty UX, eval gates, guardrails, and graceful fallback.