pm-claude-skills 33.0.0 → 35.0.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 (279) hide show
  1. package/README.md +32 -27
  2. package/bin/cli.mjs +87 -1
  3. package/exports/README.md +1 -1
  4. package/exports/aider/README.md +23 -1
  5. package/exports/aider/pm-business/board-minutes/board-minutes.md +140 -0
  6. package/exports/aider/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  7. package/exports/aider/pm-craft/code-review-guide/code-review-guide.md +59 -0
  8. package/exports/aider/pm-craft/pr-description/pr-description.md +54 -0
  9. package/exports/aider/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  10. package/exports/aider/pm-craft/session-handoff/session-handoff.md +54 -0
  11. package/exports/aider/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  12. package/exports/aider/pm-cross/brief-builder/brief-builder.md +63 -0
  13. package/exports/aider/pm-growth/co-marketing/co-marketing.md +56 -0
  14. package/exports/aider/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  15. package/exports/aider/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  16. package/exports/aider/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  17. package/exports/aider/pm-growth/referral-program/referral-program.md +59 -0
  18. package/exports/aider/pm-growth/schema-markup/schema-markup.md +56 -0
  19. package/exports/aider/pm-pmm/analyst-relations-brief/analyst-relations-brief.md +98 -0
  20. package/exports/aider/pm-pmm/customer-advisory-board/customer-advisory-board.md +108 -0
  21. package/exports/aider/pm-pmm/launch-tiering-framework/launch-tiering-framework.md +101 -0
  22. package/exports/aider/pm-pmm/pricing-page-copy/pricing-page-copy.md +98 -0
  23. package/exports/aider/pm-pmm/sales-demo-script/sales-demo-script.md +94 -0
  24. package/exports/aider/pm-pmm/sales-enablement-kit/sales-enablement-kit.md +106 -0
  25. package/exports/aider/pm-pmm/voice-of-customer-program/voice-of-customer-program.md +98 -0
  26. package/exports/aider/pm-pmm/win-loss-analysis/win-loss-analysis.md +94 -0
  27. package/exports/chatgpt/README.md +23 -1
  28. package/exports/chatgpt/pm-business/board-minutes/SYSTEM_PROMPT.md +140 -0
  29. package/exports/chatgpt/pm-craft/bug-diagnosis/SYSTEM_PROMPT.md +54 -0
  30. package/exports/chatgpt/pm-craft/code-review-guide/SYSTEM_PROMPT.md +59 -0
  31. package/exports/chatgpt/pm-craft/pr-description/SYSTEM_PROMPT.md +54 -0
  32. package/exports/chatgpt/pm-craft/refactoring-plan/SYSTEM_PROMPT.md +55 -0
  33. package/exports/chatgpt/pm-craft/session-handoff/SYSTEM_PROMPT.md +54 -0
  34. package/exports/chatgpt/pm-craft/tdd-workflow/SYSTEM_PROMPT.md +53 -0
  35. package/exports/chatgpt/pm-cross/brief-builder/SYSTEM_PROMPT.md +63 -0
  36. package/exports/chatgpt/pm-growth/co-marketing/SYSTEM_PROMPT.md +56 -0
  37. package/exports/chatgpt/pm-growth/marketing-psychology/SYSTEM_PROMPT.md +59 -0
  38. package/exports/chatgpt/pm-growth/paywall-optimization/SYSTEM_PROMPT.md +53 -0
  39. package/exports/chatgpt/pm-growth/programmatic-seo/SYSTEM_PROMPT.md +51 -0
  40. package/exports/chatgpt/pm-growth/referral-program/SYSTEM_PROMPT.md +59 -0
  41. package/exports/chatgpt/pm-growth/schema-markup/SYSTEM_PROMPT.md +56 -0
  42. package/exports/chatgpt/pm-pmm/analyst-relations-brief/SYSTEM_PROMPT.md +98 -0
  43. package/exports/chatgpt/pm-pmm/customer-advisory-board/SYSTEM_PROMPT.md +108 -0
  44. package/exports/chatgpt/pm-pmm/launch-tiering-framework/SYSTEM_PROMPT.md +101 -0
  45. package/exports/chatgpt/pm-pmm/pricing-page-copy/SYSTEM_PROMPT.md +98 -0
  46. package/exports/chatgpt/pm-pmm/sales-demo-script/SYSTEM_PROMPT.md +94 -0
  47. package/exports/chatgpt/pm-pmm/sales-enablement-kit/SYSTEM_PROMPT.md +106 -0
  48. package/exports/chatgpt/pm-pmm/voice-of-customer-program/SYSTEM_PROMPT.md +98 -0
  49. package/exports/chatgpt/pm-pmm/win-loss-analysis/SYSTEM_PROMPT.md +94 -0
  50. package/exports/cline/README.md +23 -1
  51. package/exports/cline/pm-business/board-minutes/board-minutes.md +140 -0
  52. package/exports/cline/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  53. package/exports/cline/pm-craft/code-review-guide/code-review-guide.md +59 -0
  54. package/exports/cline/pm-craft/pr-description/pr-description.md +54 -0
  55. package/exports/cline/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  56. package/exports/cline/pm-craft/session-handoff/session-handoff.md +54 -0
  57. package/exports/cline/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  58. package/exports/cline/pm-cross/brief-builder/brief-builder.md +63 -0
  59. package/exports/cline/pm-growth/co-marketing/co-marketing.md +56 -0
  60. package/exports/cline/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  61. package/exports/cline/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  62. package/exports/cline/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  63. package/exports/cline/pm-growth/referral-program/referral-program.md +59 -0
  64. package/exports/cline/pm-growth/schema-markup/schema-markup.md +56 -0
  65. package/exports/cline/pm-pmm/analyst-relations-brief/analyst-relations-brief.md +98 -0
  66. package/exports/cline/pm-pmm/customer-advisory-board/customer-advisory-board.md +108 -0
  67. package/exports/cline/pm-pmm/launch-tiering-framework/launch-tiering-framework.md +101 -0
  68. package/exports/cline/pm-pmm/pricing-page-copy/pricing-page-copy.md +98 -0
  69. package/exports/cline/pm-pmm/sales-demo-script/sales-demo-script.md +94 -0
  70. package/exports/cline/pm-pmm/sales-enablement-kit/sales-enablement-kit.md +106 -0
  71. package/exports/cline/pm-pmm/voice-of-customer-program/voice-of-customer-program.md +98 -0
  72. package/exports/cline/pm-pmm/win-loss-analysis/win-loss-analysis.md +94 -0
  73. package/exports/continue/README.md +23 -1
  74. package/exports/continue/pm-business/board-minutes/board-minutes.md +145 -0
  75. package/exports/continue/pm-craft/bug-diagnosis/bug-diagnosis.md +59 -0
  76. package/exports/continue/pm-craft/code-review-guide/code-review-guide.md +64 -0
  77. package/exports/continue/pm-craft/pr-description/pr-description.md +59 -0
  78. package/exports/continue/pm-craft/refactoring-plan/refactoring-plan.md +60 -0
  79. package/exports/continue/pm-craft/session-handoff/session-handoff.md +59 -0
  80. package/exports/continue/pm-craft/tdd-workflow/tdd-workflow.md +58 -0
  81. package/exports/continue/pm-cross/brief-builder/brief-builder.md +68 -0
  82. package/exports/continue/pm-growth/co-marketing/co-marketing.md +61 -0
  83. package/exports/continue/pm-growth/marketing-psychology/marketing-psychology.md +64 -0
  84. package/exports/continue/pm-growth/paywall-optimization/paywall-optimization.md +58 -0
  85. package/exports/continue/pm-growth/programmatic-seo/programmatic-seo.md +56 -0
  86. package/exports/continue/pm-growth/referral-program/referral-program.md +64 -0
  87. package/exports/continue/pm-growth/schema-markup/schema-markup.md +61 -0
  88. package/exports/continue/pm-pmm/analyst-relations-brief/analyst-relations-brief.md +103 -0
  89. package/exports/continue/pm-pmm/customer-advisory-board/customer-advisory-board.md +113 -0
  90. package/exports/continue/pm-pmm/launch-tiering-framework/launch-tiering-framework.md +106 -0
  91. package/exports/continue/pm-pmm/pricing-page-copy/pricing-page-copy.md +103 -0
  92. package/exports/continue/pm-pmm/sales-demo-script/sales-demo-script.md +99 -0
  93. package/exports/continue/pm-pmm/sales-enablement-kit/sales-enablement-kit.md +111 -0
  94. package/exports/continue/pm-pmm/voice-of-customer-program/voice-of-customer-program.md +103 -0
  95. package/exports/continue/pm-pmm/win-loss-analysis/win-loss-analysis.md +99 -0
  96. package/exports/cursor/README.md +23 -1
  97. package/exports/cursor/pm-business/board-minutes/board-minutes.mdc +146 -0
  98. package/exports/cursor/pm-craft/bug-diagnosis/bug-diagnosis.mdc +60 -0
  99. package/exports/cursor/pm-craft/code-review-guide/code-review-guide.mdc +65 -0
  100. package/exports/cursor/pm-craft/pr-description/pr-description.mdc +60 -0
  101. package/exports/cursor/pm-craft/refactoring-plan/refactoring-plan.mdc +61 -0
  102. package/exports/cursor/pm-craft/session-handoff/session-handoff.mdc +60 -0
  103. package/exports/cursor/pm-craft/tdd-workflow/tdd-workflow.mdc +59 -0
  104. package/exports/cursor/pm-cross/brief-builder/brief-builder.mdc +69 -0
  105. package/exports/cursor/pm-growth/co-marketing/co-marketing.mdc +62 -0
  106. package/exports/cursor/pm-growth/marketing-psychology/marketing-psychology.mdc +65 -0
  107. package/exports/cursor/pm-growth/paywall-optimization/paywall-optimization.mdc +59 -0
  108. package/exports/cursor/pm-growth/programmatic-seo/programmatic-seo.mdc +57 -0
  109. package/exports/cursor/pm-growth/referral-program/referral-program.mdc +65 -0
  110. package/exports/cursor/pm-growth/schema-markup/schema-markup.mdc +62 -0
  111. package/exports/cursor/pm-pmm/analyst-relations-brief/analyst-relations-brief.mdc +104 -0
  112. package/exports/cursor/pm-pmm/customer-advisory-board/customer-advisory-board.mdc +114 -0
  113. package/exports/cursor/pm-pmm/launch-tiering-framework/launch-tiering-framework.mdc +107 -0
  114. package/exports/cursor/pm-pmm/pricing-page-copy/pricing-page-copy.mdc +104 -0
  115. package/exports/cursor/pm-pmm/sales-demo-script/sales-demo-script.mdc +100 -0
  116. package/exports/cursor/pm-pmm/sales-enablement-kit/sales-enablement-kit.mdc +112 -0
  117. package/exports/cursor/pm-pmm/voice-of-customer-program/voice-of-customer-program.mdc +104 -0
  118. package/exports/cursor/pm-pmm/win-loss-analysis/win-loss-analysis.mdc +100 -0
  119. package/exports/gemini/README.md +23 -1
  120. package/exports/gemini/pm-business/board-minutes/GEM_INSTRUCTIONS.md +144 -0
  121. package/exports/gemini/pm-craft/bug-diagnosis/GEM_INSTRUCTIONS.md +58 -0
  122. package/exports/gemini/pm-craft/code-review-guide/GEM_INSTRUCTIONS.md +63 -0
  123. package/exports/gemini/pm-craft/pr-description/GEM_INSTRUCTIONS.md +58 -0
  124. package/exports/gemini/pm-craft/refactoring-plan/GEM_INSTRUCTIONS.md +59 -0
  125. package/exports/gemini/pm-craft/session-handoff/GEM_INSTRUCTIONS.md +58 -0
  126. package/exports/gemini/pm-craft/tdd-workflow/GEM_INSTRUCTIONS.md +57 -0
  127. package/exports/gemini/pm-cross/brief-builder/GEM_INSTRUCTIONS.md +67 -0
  128. package/exports/gemini/pm-growth/co-marketing/GEM_INSTRUCTIONS.md +60 -0
  129. package/exports/gemini/pm-growth/marketing-psychology/GEM_INSTRUCTIONS.md +63 -0
  130. package/exports/gemini/pm-growth/paywall-optimization/GEM_INSTRUCTIONS.md +57 -0
  131. package/exports/gemini/pm-growth/programmatic-seo/GEM_INSTRUCTIONS.md +55 -0
  132. package/exports/gemini/pm-growth/referral-program/GEM_INSTRUCTIONS.md +63 -0
  133. package/exports/gemini/pm-growth/schema-markup/GEM_INSTRUCTIONS.md +60 -0
  134. package/exports/gemini/pm-pmm/analyst-relations-brief/GEM_INSTRUCTIONS.md +102 -0
  135. package/exports/gemini/pm-pmm/customer-advisory-board/GEM_INSTRUCTIONS.md +112 -0
  136. package/exports/gemini/pm-pmm/launch-tiering-framework/GEM_INSTRUCTIONS.md +105 -0
  137. package/exports/gemini/pm-pmm/pricing-page-copy/GEM_INSTRUCTIONS.md +102 -0
  138. package/exports/gemini/pm-pmm/sales-demo-script/GEM_INSTRUCTIONS.md +98 -0
  139. package/exports/gemini/pm-pmm/sales-enablement-kit/GEM_INSTRUCTIONS.md +110 -0
  140. package/exports/gemini/pm-pmm/voice-of-customer-program/GEM_INSTRUCTIONS.md +102 -0
  141. package/exports/gemini/pm-pmm/win-loss-analysis/GEM_INSTRUCTIONS.md +98 -0
  142. package/exports/kilocode/README.md +23 -1
  143. package/exports/kilocode/pm-business/board-minutes/board-minutes.md +140 -0
  144. package/exports/kilocode/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  145. package/exports/kilocode/pm-craft/code-review-guide/code-review-guide.md +59 -0
  146. package/exports/kilocode/pm-craft/pr-description/pr-description.md +54 -0
  147. package/exports/kilocode/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  148. package/exports/kilocode/pm-craft/session-handoff/session-handoff.md +54 -0
  149. package/exports/kilocode/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  150. package/exports/kilocode/pm-cross/brief-builder/brief-builder.md +63 -0
  151. package/exports/kilocode/pm-growth/co-marketing/co-marketing.md +56 -0
  152. package/exports/kilocode/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  153. package/exports/kilocode/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  154. package/exports/kilocode/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  155. package/exports/kilocode/pm-growth/referral-program/referral-program.md +59 -0
  156. package/exports/kilocode/pm-growth/schema-markup/schema-markup.md +56 -0
  157. package/exports/kilocode/pm-pmm/analyst-relations-brief/analyst-relations-brief.md +98 -0
  158. package/exports/kilocode/pm-pmm/customer-advisory-board/customer-advisory-board.md +108 -0
  159. package/exports/kilocode/pm-pmm/launch-tiering-framework/launch-tiering-framework.md +101 -0
  160. package/exports/kilocode/pm-pmm/pricing-page-copy/pricing-page-copy.md +98 -0
  161. package/exports/kilocode/pm-pmm/sales-demo-script/sales-demo-script.md +94 -0
  162. package/exports/kilocode/pm-pmm/sales-enablement-kit/sales-enablement-kit.md +106 -0
  163. package/exports/kilocode/pm-pmm/voice-of-customer-program/voice-of-customer-program.md +98 -0
  164. package/exports/kilocode/pm-pmm/win-loss-analysis/win-loss-analysis.md +94 -0
  165. package/exports/obsidian/README.md +23 -1
  166. package/exports/obsidian/pm-business/board-minutes/board-minutes.md +155 -0
  167. package/exports/obsidian/pm-craft/bug-diagnosis/bug-diagnosis.md +69 -0
  168. package/exports/obsidian/pm-craft/code-review-guide/code-review-guide.md +74 -0
  169. package/exports/obsidian/pm-craft/pr-description/pr-description.md +69 -0
  170. package/exports/obsidian/pm-craft/refactoring-plan/refactoring-plan.md +70 -0
  171. package/exports/obsidian/pm-craft/session-handoff/session-handoff.md +69 -0
  172. package/exports/obsidian/pm-craft/tdd-workflow/tdd-workflow.md +68 -0
  173. package/exports/obsidian/pm-cross/brief-builder/brief-builder.md +78 -0
  174. package/exports/obsidian/pm-growth/co-marketing/co-marketing.md +71 -0
  175. package/exports/obsidian/pm-growth/marketing-psychology/marketing-psychology.md +74 -0
  176. package/exports/obsidian/pm-growth/paywall-optimization/paywall-optimization.md +68 -0
  177. package/exports/obsidian/pm-growth/programmatic-seo/programmatic-seo.md +66 -0
  178. package/exports/obsidian/pm-growth/referral-program/referral-program.md +74 -0
  179. package/exports/obsidian/pm-growth/schema-markup/schema-markup.md +71 -0
  180. package/exports/obsidian/pm-pmm/analyst-relations-brief/analyst-relations-brief.md +113 -0
  181. package/exports/obsidian/pm-pmm/customer-advisory-board/customer-advisory-board.md +123 -0
  182. package/exports/obsidian/pm-pmm/launch-tiering-framework/launch-tiering-framework.md +116 -0
  183. package/exports/obsidian/pm-pmm/pricing-page-copy/pricing-page-copy.md +113 -0
  184. package/exports/obsidian/pm-pmm/sales-demo-script/sales-demo-script.md +109 -0
  185. package/exports/obsidian/pm-pmm/sales-enablement-kit/sales-enablement-kit.md +121 -0
  186. package/exports/obsidian/pm-pmm/voice-of-customer-program/voice-of-customer-program.md +113 -0
  187. package/exports/obsidian/pm-pmm/win-loss-analysis/win-loss-analysis.md +109 -0
  188. package/exports/roo/README.md +23 -1
  189. package/exports/roo/pm-business/board-minutes/board-minutes.md +140 -0
  190. package/exports/roo/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  191. package/exports/roo/pm-craft/code-review-guide/code-review-guide.md +59 -0
  192. package/exports/roo/pm-craft/pr-description/pr-description.md +54 -0
  193. package/exports/roo/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  194. package/exports/roo/pm-craft/session-handoff/session-handoff.md +54 -0
  195. package/exports/roo/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  196. package/exports/roo/pm-cross/brief-builder/brief-builder.md +63 -0
  197. package/exports/roo/pm-growth/co-marketing/co-marketing.md +56 -0
  198. package/exports/roo/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  199. package/exports/roo/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  200. package/exports/roo/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  201. package/exports/roo/pm-growth/referral-program/referral-program.md +59 -0
  202. package/exports/roo/pm-growth/schema-markup/schema-markup.md +56 -0
  203. package/exports/roo/pm-pmm/analyst-relations-brief/analyst-relations-brief.md +98 -0
  204. package/exports/roo/pm-pmm/customer-advisory-board/customer-advisory-board.md +108 -0
  205. package/exports/roo/pm-pmm/launch-tiering-framework/launch-tiering-framework.md +101 -0
  206. package/exports/roo/pm-pmm/pricing-page-copy/pricing-page-copy.md +98 -0
  207. package/exports/roo/pm-pmm/sales-demo-script/sales-demo-script.md +94 -0
  208. package/exports/roo/pm-pmm/sales-enablement-kit/sales-enablement-kit.md +106 -0
  209. package/exports/roo/pm-pmm/voice-of-customer-program/voice-of-customer-program.md +98 -0
  210. package/exports/roo/pm-pmm/win-loss-analysis/win-loss-analysis.md +94 -0
  211. package/exports/windsurf/README.md +23 -1
  212. package/exports/windsurf/pm-business/board-minutes/board-minutes.md +145 -0
  213. package/exports/windsurf/pm-craft/bug-diagnosis/bug-diagnosis.md +59 -0
  214. package/exports/windsurf/pm-craft/code-review-guide/code-review-guide.md +64 -0
  215. package/exports/windsurf/pm-craft/pr-description/pr-description.md +59 -0
  216. package/exports/windsurf/pm-craft/refactoring-plan/refactoring-plan.md +60 -0
  217. package/exports/windsurf/pm-craft/session-handoff/session-handoff.md +59 -0
  218. package/exports/windsurf/pm-craft/tdd-workflow/tdd-workflow.md +58 -0
  219. package/exports/windsurf/pm-cross/brief-builder/brief-builder.md +68 -0
  220. package/exports/windsurf/pm-growth/co-marketing/co-marketing.md +61 -0
  221. package/exports/windsurf/pm-growth/marketing-psychology/marketing-psychology.md +64 -0
  222. package/exports/windsurf/pm-growth/paywall-optimization/paywall-optimization.md +58 -0
  223. package/exports/windsurf/pm-growth/programmatic-seo/programmatic-seo.md +56 -0
  224. package/exports/windsurf/pm-growth/referral-program/referral-program.md +64 -0
  225. package/exports/windsurf/pm-growth/schema-markup/schema-markup.md +61 -0
  226. package/exports/windsurf/pm-pmm/analyst-relations-brief/analyst-relations-brief.md +103 -0
  227. package/exports/windsurf/pm-pmm/customer-advisory-board/customer-advisory-board.md +113 -0
  228. package/exports/windsurf/pm-pmm/launch-tiering-framework/launch-tiering-framework.md +106 -0
  229. package/exports/windsurf/pm-pmm/pricing-page-copy/pricing-page-copy.md +103 -0
  230. package/exports/windsurf/pm-pmm/sales-demo-script/sales-demo-script.md +99 -0
  231. package/exports/windsurf/pm-pmm/sales-enablement-kit/sales-enablement-kit.md +111 -0
  232. package/exports/windsurf/pm-pmm/voice-of-customer-program/voice-of-customer-program.md +103 -0
  233. package/exports/windsurf/pm-pmm/win-loss-analysis/win-loss-analysis.md +99 -0
  234. package/exports/zed/README.md +23 -1
  235. package/exports/zed/pm-business/board-minutes/board-minutes.md +140 -0
  236. package/exports/zed/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  237. package/exports/zed/pm-craft/code-review-guide/code-review-guide.md +59 -0
  238. package/exports/zed/pm-craft/pr-description/pr-description.md +54 -0
  239. package/exports/zed/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  240. package/exports/zed/pm-craft/session-handoff/session-handoff.md +54 -0
  241. package/exports/zed/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  242. package/exports/zed/pm-cross/brief-builder/brief-builder.md +63 -0
  243. package/exports/zed/pm-growth/co-marketing/co-marketing.md +56 -0
  244. package/exports/zed/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  245. package/exports/zed/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  246. package/exports/zed/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  247. package/exports/zed/pm-growth/referral-program/referral-program.md +59 -0
  248. package/exports/zed/pm-growth/schema-markup/schema-markup.md +56 -0
  249. package/exports/zed/pm-pmm/analyst-relations-brief/analyst-relations-brief.md +98 -0
  250. package/exports/zed/pm-pmm/customer-advisory-board/customer-advisory-board.md +108 -0
  251. package/exports/zed/pm-pmm/launch-tiering-framework/launch-tiering-framework.md +101 -0
  252. package/exports/zed/pm-pmm/pricing-page-copy/pricing-page-copy.md +98 -0
  253. package/exports/zed/pm-pmm/sales-demo-script/sales-demo-script.md +94 -0
  254. package/exports/zed/pm-pmm/sales-enablement-kit/sales-enablement-kit.md +106 -0
  255. package/exports/zed/pm-pmm/voice-of-customer-program/voice-of-customer-program.md +98 -0
  256. package/exports/zed/pm-pmm/win-loss-analysis/win-loss-analysis.md +94 -0
  257. package/package.json +2 -2
  258. package/skills/analyst-relations-brief/SKILL.md +103 -0
  259. package/skills/board-minutes/SKILL.md +145 -0
  260. package/skills/brief-builder/SKILL.md +68 -0
  261. package/skills/bug-diagnosis/SKILL.md +59 -0
  262. package/skills/co-marketing/SKILL.md +61 -0
  263. package/skills/code-review-guide/SKILL.md +64 -0
  264. package/skills/customer-advisory-board/SKILL.md +113 -0
  265. package/skills/launch-tiering-framework/SKILL.md +106 -0
  266. package/skills/marketing-psychology/SKILL.md +64 -0
  267. package/skills/paywall-optimization/SKILL.md +58 -0
  268. package/skills/pr-description/SKILL.md +59 -0
  269. package/skills/pricing-page-copy/SKILL.md +103 -0
  270. package/skills/programmatic-seo/SKILL.md +56 -0
  271. package/skills/refactoring-plan/SKILL.md +60 -0
  272. package/skills/referral-program/SKILL.md +64 -0
  273. package/skills/sales-demo-script/SKILL.md +99 -0
  274. package/skills/sales-enablement-kit/SKILL.md +111 -0
  275. package/skills/schema-markup/SKILL.md +61 -0
  276. package/skills/session-handoff/SKILL.md +59 -0
  277. package/skills/tdd-workflow/SKILL.md +58 -0
  278. package/skills/voice-of-customer-program/SKILL.md +103 -0
  279. package/skills/win-loss-analysis/SKILL.md +99 -0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🧠 PM Skills — 378 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
1
+ # 🧠 PM Skills — 400 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
2
2
 
3
3
  [![In the official Anthropic plugin directory](https://img.shields.io/badge/Anthropic%20Plugin%20Directory-Published-D97757?logo=anthropic&logoColor=white)](#-quick-install-2-minutes)
4
4
  [![Stars](https://img.shields.io/github/stars/mohitagw15856/pm-claude-skills?style=social)](https://github.com/mohitagw15856/pm-claude-skills/stargazers)
@@ -9,7 +9,7 @@
9
9
  [![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)
10
10
  [![Remote MCP](https://img.shields.io/badge/ChatGPT%20%C2%B7%20Claude.ai-connector-10A37F)](mcp-remote/)
11
11
  [![Smithery](https://smithery.ai/badge/mohit15856/pm-skills)](https://smithery.ai/servers/mohit15856/pm-skills)
12
- [![Skills](https://img.shields.io/badge/skills-378-blue)](https://github.com/mohitagw15856/pm-claude-skills)
12
+ [![Skills](https://img.shields.io/badge/skills-400-blue)](https://github.com/mohitagw15856/pm-claude-skills)
13
13
  [![eval](https://img.shields.io/badge/eval--scored-208%20%C2%B7%20avg%204.8%2F5-brightgreen)](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html)
14
14
  [![Subagents](https://img.shields.io/badge/subagents-4-blueviolet)](agents/)
15
15
  [![Commands](https://img.shields.io/badge/slash%20commands-19-blueviolet)](commands/)
@@ -25,7 +25,7 @@
25
25
 
26
26
  <p align="center">
27
27
  <a href="https://mohitagw15856.github.io/pm-claude-skills/">
28
- <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=378+pro+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
28
+ <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=400+pro+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
29
29
  </a>
30
30
  </p>
31
31
 
@@ -56,11 +56,11 @@
56
56
  *Not sure? Start with the Playground.* This is a **CLI, not a library** — you don't need `npm install`; `npx pm-claude-skills …` always runs the latest. Browse everything first with `npx pm-claude-skills list`.
57
57
 
58
58
  > **PM stands for Professional, not just Product Management.**
59
- > 378 professional skills + 4 agent templates across 55 bundles covering 25 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
59
+ > 400 professional skills + 4 agent templates across 57 bundles covering 25 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
60
60
 
61
61
  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).
62
62
 
63
- **🆕 Latest — v33.0.0 (Personal Finance + DevRel bundles, a smarter Galaxy & Visualize):** two new bundles — **💰 `pm-money`** for individuals (budget builder, debt-payoff avalanche/snowball, investing policy statement, net-worth statement, savings-goal plan, expense audit) and **🛠️ `pm-devrel`** for shipping dev tools & OSS (Show HN/Product Hunt launch post, docs quickstart, conference CFP, changelog, README, contributor guide). New playground power: a **✨ Visualize** button adds the best-fit diagram/chart to *any* result, and several core skills (metric tree, roadmap, cohort analysis, postmortem) now emit visuals by default. And the **🌌 Galaxy** got an upgrade star brightness now = eval score, Guided Journeys trace as glowing **constellations**, and your run history lights up as a personal trail. *Earlier (v32.0):* E-commerce, UX Writing, Recruiting & Accounting bundles. **378 skills across 55 bundles.** → **[Full release history & notes](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
63
+ **🆕 Latest — v34.0.0 (Engineering craft, a "grill me" brief-builder & marketing depth):** a new **🛠️ `pm-craft` bundle** of *how-to-work* discipline for coding agents `tdd-workflow`, `bug-diagnosis`, `refactoring-plan`, `session-handoff`, `pr-description`, `code-review-guide` (process, not just artifacts). A new **`brief-builder`** skill that *interviews you* with sharp questions to build a tight brief before producing the one interaction pattern the library was missing. Plus 6 marketing skills filling real gaps: `programmatic-seo`, `schema-markup`, `marketing-psychology`, `referral-program`, `co-marketing`, `paywall-optimization`. *Earlier (v33.0):* `pm-money` + `pm-devrel` bundles, the ✨ Visualize button, and the constellation Galaxy. **400 skills across 57 bundles.** → **[Full release history & notes](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
64
64
 
65
65
  ### ▶ See it in action — [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
66
66
 
@@ -89,7 +89,7 @@ A community-built library of professional skills for every field — product man
89
89
  | 🔭 [Competitor Teardown](skills/competitor-teardown) | "what are rivals up to?" | a positioning map, feature gaps & strategy |
90
90
  | 📝 [Meeting Notes](skills/meeting-notes) | a raw transcript | decisions, owners & next steps |
91
91
 
92
- → 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 378 skills](#️-all-378-skills) · [**⭐ star the repo**](https://github.com/mohitagw15856/pm-claude-skills/stargazers) so others find it.
92
+ → 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 400 skills](#️-all-400-skills) · [**⭐ star the repo**](https://github.com/mohitagw15856/pm-claude-skills/stargazers) so others find it.
93
93
 
94
94
  ---
95
95
 
@@ -112,7 +112,7 @@ It's not just text — the playground exports every result as a **professionally
112
112
  </tr>
113
113
  </table>
114
114
 
115
- > Generate yours: run a skill in the [Playground](https://mohitagw15856.github.io/pm-claude-skills/), then **Download → PDF · Paper / Modern / Technical**. Add a `Brand color: #hex` line to your context and it tints to match (last tile). Personal documents live in the [`pm-personal`](#️-all-378-skills) bundle (résumé, cover letter, bio, LinkedIn, portfolio, one-pager).
115
+ > Generate yours: run a skill in the [Playground](https://mohitagw15856.github.io/pm-claude-skills/), then **Download → PDF · Paper / Modern / Technical**. Add a `Brand color: #hex` line to your context and it tints to match (last tile). Personal documents live in the [`pm-personal`](#️-all-400-skills) bundle (résumé, cover letter, bio, LinkedIn, portfolio, one-pager).
116
116
 
117
117
  ---
118
118
 
@@ -121,11 +121,11 @@ It's not just text — the playground exports every result as a **professionally
121
121
  <details>
122
122
  <summary>Read more ↓</summary>
123
123
 
124
- The whole library on one page — install, all 378 skills by profession, the Professional Brain, the REST API, integrations, and quality tooling. Great to **print, share, or drop into a slide**.
124
+ The whole library on one page — install, all 400 skills by profession, the Professional Brain, the REST API, integrations, and quality tooling. Great to **print, share, or drop into a slide**.
125
125
 
126
126
  <p align="center">
127
127
  <a href="CHEATSHEET.md">
128
- <img src="web/docs-assets/cheatsheet.png" width="80%" alt="PM Skills one-page cheatsheet — 378 skills, the Professional Brain, REST API, integrations, and tooling at a glance." />
128
+ <img src="web/docs-assets/cheatsheet.png" width="80%" alt="PM Skills one-page cheatsheet — 400 skills, the Professional Brain, REST API, integrations, and tooling at a glance." />
129
129
  </a>
130
130
  </p>
131
131
 
@@ -156,7 +156,7 @@ Generic AI forgets everything between sessions, so you re-paste context forever
156
156
  <details>
157
157
  <summary>Read more ↓</summary>
158
158
 
159
- These 378 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:
159
+ These 400 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:
160
160
 
161
161
  ```mermaid
162
162
  flowchart LR
@@ -175,7 +175,7 @@ flowchart LR
175
175
  | **📊 Measure** | Track outcomes & analyse | `metrics-framework` · `cohort-analysis` · `ab-test-planner` · `churn-analysis` |
176
176
  | **📣 Communicate** | Report up and out | `executive-update` · `board-deck-narrative` · `stakeholder-update` · `qbr-deck` |
177
177
 
178
- > New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 378 skills**](#️-all-378-skills) grouped by profession.
178
+ > New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 400 skills**](#️-all-400-skills) grouped by profession.
179
179
 
180
180
  </details>
181
181
 
@@ -298,7 +298,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
298
298
 
299
299
  | | **PM Skills** | Typical skill repo |
300
300
  |---|:---:|:---:|
301
- | Skills | **378**, across 25 professions | a handful → dozens, usually one domain |
301
+ | Skills | **400**, across 25 professions | a handful → dozens, usually one domain |
302
302
  | Quality | **eval-scored** on a rubric + a public [benchmark](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html) | trust the README |
303
303
  | Improves itself | ✅ eval → critique → rewrite (kept only if it scores higher) | ✗ |
304
304
  | Grounded in frameworks | ✅ each cites its source (RICE, JTBD, Pyramid Principle…) | rarely |
@@ -323,13 +323,13 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
323
323
  >
324
324
  > ⚠️ **You don't need `npm install pm-claude-skills`** — it's a CLI, not a library, so there's nothing to import. Use `npx pm-claude-skills …` (it always runs the latest). `npm install` just downloads it and does nothing on its own.
325
325
 
326
- **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 378 interactively:
326
+ **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 400 interactively:
327
327
 
328
328
  ```bash
329
329
  npx skills add mohitagw15856/pm-claude-skills # browse & pick (auto-detects your agent)
330
330
  npx skills add mohitagw15856/pm-claude-skills --list # just preview the catalog
331
331
  npx skills add mohitagw15856/pm-claude-skills --skill prd-template # grab one
332
- npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 378
332
+ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 400
333
333
  ```
334
334
 
335
335
  **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:
@@ -338,7 +338,7 @@ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install a
338
338
  npx pm-claude-skills add --agent claude # or: codex · cursor · hermes · openclaw
339
339
  ```
340
340
 
341
- **Or one-line MCP** — make all 378 skills + 5 workflow recipes available in *every* session of any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf), no per-file install:
341
+ **Or one-line MCP** — make all 400 skills + 5 workflow recipes available in *every* session of any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf), no per-file install:
342
342
 
343
343
  ```bash
344
344
  claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
@@ -399,7 +399,7 @@ ln -s ~/pm-claude-skills/skills/* ~/.claude/skills/
399
399
  <details>
400
400
  <summary>Read more ↓</summary>
401
401
 
402
- The same 378 skills reach you through every channel — pick whatever fits your stack:
402
+ The same 400 skills reach you through every channel — pick whatever fits your stack:
403
403
 
404
404
  | Channel | Get it |
405
405
  |---|---|
@@ -410,10 +410,12 @@ The same 378 skills reach you through every channel — pick whatever fits your
410
410
  | 🧠 **MCP (local)** | `npx -y pm-claude-skills-mcp` — tools, **prompts & resources**. Listed in the [official MCP registry](https://github.com/mohitagw15856/pm-claude-skills/blob/main/server.json). |
411
411
  | ⚡ **MCP (hosted)** | Add **`https://pm-skills-mcp.pm-claude-skills.workers.dev/`** as a connector URL in **ChatGPT, Claude.ai, or Cursor** — no install. Also on **[Smithery](https://smithery.ai/servers/mohit15856/pm-skills)**. ([build your own](mcp-remote/)) |
412
412
  | 🧩 **Browser extension** | A skill picker inside ChatGPT, Claude.ai & Gemini — [`extension/`](extension/) |
413
+ | 🚀 **Raycast / Alfred** | Search every skill from your launcher, then open, run, or install it — [`integrations/raycast/`](integrations/raycast/) · [`integrations/alfred/`](integrations/alfred/) |
414
+ | 🤖 **Custom GPT / Gemini Gem** | Publish the library as a GPT (live Actions API) or a Gem — copy-paste setup in [`integrations/custom-gpt/`](integrations/custom-gpt/) · [`integrations/gemini-gem/`](integrations/gemini-gem/) |
413
415
  | 🖥️ **IDE rules** | Generated exports for **Cursor, Windsurf, Aider, Cline, Continue, Zed, Roo, Kilo Code** — [`exports/`](exports/) |
414
416
  | 🤖 **Agents & answer engines** | [`llms.txt`](https://mohitagw15856.github.io/pm-claude-skills/llms.txt) makes the whole library discoverable & citable |
415
417
 
416
- > **208 of 378 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
418
+ > **208 of 400 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
417
419
 
418
420
  > 🧠 **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)**.
419
421
 
@@ -435,7 +437,7 @@ There are two kinds of support. **Native `SKILL.md` agents** read the file as-is
435
437
  auto-discover skills from the `description` frontmatter. **Other tools** take the markdown
436
438
  body as a system prompt — for those we ship ready-made [exports](#ready-to-use-exports).
437
439
 
438
- **In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 378 skills into the Command Palette — search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
440
+ **In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 400 skills into the Command Palette — search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
439
441
 
440
442
  | Platform | How it works | Auto-trigger? |
441
443
  |---|---|---|
@@ -478,6 +480,8 @@ npx pm-claude-skills add --agent codex # OpenAI Codex (or: hermes · opencl
478
480
  npx pm-claude-skills add --agent cursor # .mdc rules → ./.cursor/rules
479
481
  npx pm-claude-skills add --agent windsurf # .md rules → ./.windsurf/rules
480
482
  npx pm-claude-skills add --agent aider # conventions → load with: aider --read
483
+ npx pm-claude-skills search board # find skills by name/description
484
+ npx pm-claude-skills search launch --json # machine-readable (Raycast/Alfred/scripts)
481
485
  npx pm-claude-skills list # all supported agents + default paths
482
486
  ```
483
487
 
@@ -595,7 +599,7 @@ ANTHROPIC_API_KEY=sk-ant-… npx pm-claude-skills generate --from ./team-process
595
599
 
596
600
  **🏆 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)**
597
601
 
598
- > **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 378 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.
602
+ > **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 400 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.
599
603
 
600
604
  </details>
601
605
 
@@ -691,7 +695,7 @@ Not sure which plugin to install? Here's what each one covers:
691
695
 
692
696
  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.
693
697
 
694
- This library is the largest open-source collection of professional skills available — covering 20 professions beyond financial services. **The 378 skills here are the building blocks for agent templates outside of finance.**
698
+ This library is the largest open-source collection of professional skills available — covering 20 professions beyond financial services. **The 400 skills here are the building blocks for agent templates outside of finance.**
695
699
 
696
700
  ### What is an agent template?
697
701
 
@@ -771,7 +775,7 @@ More templates will follow. If you want to contribute one, see the [template con
771
775
  <details>
772
776
  <summary>Read more ↓</summary>
773
777
 
774
- **Latest: v32.0.0 — 4 new bundles, 24 skills (E-commerce, UX Writing, Recruiting, Accounting).** 378 skills across 55 bundles, 25 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
778
+ **Latest: v32.0.0 — 4 new bundles, 24 skills (E-commerce, UX Writing, Recruiting, Accounting).** 400 skills across 57 bundles, 25 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
775
779
 
776
780
  Full [Keep a Changelog](https://keepachangelog.com/)-format history — every release back to the start — is in **[CHANGELOG.md](CHANGELOG.md)**.
777
781
 
@@ -819,7 +823,7 @@ This repo was built alongside a published 16-part article series on Medium.
819
823
  <details>
820
824
  <summary>Read more ↓</summary>
821
825
 
822
- A 378-skill library doesn't have 378 equally-mature skills, and pretending otherwise
826
+ A 400-skill library doesn't have 400 equally-mature skills, and pretending otherwise
823
827
  wastes your time. Skills are tiered honestly so you can start with the best work:
824
828
 
825
829
  - 🟢 **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.**
@@ -834,7 +838,7 @@ If you're new, install `pm-essentials` and try a couple of Production-Ready skil
834
838
 
835
839
  ---
836
840
 
837
- ## 🗂️ All 378 Skills
841
+ ## 🗂️ All 400 Skills
838
842
 
839
843
  <details>
840
844
  <summary>Read more ↓</summary>
@@ -844,7 +848,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
844
848
  | Profession | Bundles | Skills | Try this first |
845
849
  |---|---|---|---|
846
850
  | 🛠️ Product Management | `pm-essentials` · `pm-discovery` · `pm-planning` · `pm-delivery` · `pm-strategy` · `pm-advanced` · `pm-rituals` | 37 | `/prd` · `/rice` |
847
- | 📣 Marketing & GTM | `pm-gtm` | 8 | `go-to-market` |
851
+ | 📣 Marketing & GTM | `pm-gtm` · `pm-pmm` 🆕 | 16 | `go-to-market` · `win-loss-analysis` |
848
852
  | 👩‍💻 Engineering & Tech | `pm-engineering` | 43 | `incident-postmortem` |
849
853
  | 🤝 Customer Success | `pm-cs` | 6 | `cs-health-scorecard` |
850
854
  | 📊 Data & Analytics | `pm-data` · `pm-analytics` | 12 | `metric-tree-builder` · `ab-test-readout` |
@@ -867,6 +871,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
867
871
  | 🎨 Visuals & Diagrams | `pm-visuals` 🆕 | 11 | `flowchart` · `architecture-diagram` · `gantt-roadmap` · `chart` |
868
872
  | 💰 Personal Finance | `pm-money` 🆕 | 6 | `budget-builder` · `debt-payoff-plan` · `net-worth-statement` |
869
873
  | 🛠️ Developer Relations | `pm-devrel` 🆕 | 6 | `launch-post` · `readme-writer` · `changelog-writer` |
874
+ | 🧑‍🔧 Engineering Craft | `pm-craft` 🆕 | 6 | `tdd-workflow` · `bug-diagnosis` · `code-review-guide` |
870
875
 
871
876
  > Full per-skill detail (folder paths, descriptions, "🆕" markers) lives in **[SKILLS.md](SKILLS.md)**.
872
877
 
@@ -879,7 +884,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
879
884
  <details>
880
885
  <summary>Read more ↓</summary>
881
886
 
882
- Building and maintaining 378 skills across 55 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
887
+ Building and maintaining 400 skills across 57 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
883
888
 
884
889
  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)).
885
890
 
@@ -911,7 +916,7 @@ pull request**, and once it's merged you earn a badge to show off in your own re
911
916
  ```
912
917
 
913
918
  Community listings live in their authors' own repos and are **community-maintained — not
914
- eval-scored or security-audited** (that's the [curated library](#️-all-378-skills) above). Want
919
+ eval-scored or security-audited** (that's the [curated library](#️-all-400-skills) above). Want
915
920
  your skill *in* the curated library instead? See **Contributing** below.
916
921
 
917
922
  ---
@@ -1141,7 +1146,7 @@ Stars unlock the next wave of skills and features. We've hit every milestone so
1141
1146
  | 1,000 ⭐ | Startup Founder kit — *delivered, and then some: the Founders **and** Educators bundles + a browser extension for ChatGPT/Claude.ai/Gemini* | ✅ Shipped (v24.0.0) |
1142
1147
  | **2,000 ⭐** | 2 community-voted profession bundles + the browser & VS Code extensions published to their stores | 🔓 **Current goal** |
1143
1148
  | 3,500 ⭐ | Community **skill packs** (curated role/industry bundles) + internationalised skill descriptions | 🔒 Locked |
1144
- | 5,000 ⭐ | Public **contributor leaderboard** + the push to 300 skills | 🔒 Locked |
1149
+ | 5,000 ⭐ | Public **contributor leaderboard** + the push to 400 skills | 🔒 Locked |
1145
1150
 
1146
1151
  **[⭐ Star this repo to unlock the next milestone →](https://github.com/mohitagw15856/pm-claude-skills)** — we're at **2,000⭐** next.
1147
1152
 
package/bin/cli.mjs CHANGED
@@ -12,7 +12,7 @@
12
12
  // --target <path> override the default install directory
13
13
  // --link symlink instead of copy (native agents; falls back to copy)
14
14
  // --dry-run print what would happen without writing
15
- import { readdirSync, existsSync, mkdirSync, rmSync, cpSync, symlinkSync, copyFileSync, statSync } from 'node:fs';
15
+ import { readdirSync, existsSync, mkdirSync, rmSync, cpSync, symlinkSync, copyFileSync, statSync, readFileSync } from 'node:fs';
16
16
  import { join, dirname, basename, resolve } from 'node:path';
17
17
  import { fileURLToPath } from 'node:url';
18
18
  import { homedir } from 'node:os';
@@ -44,6 +44,7 @@ function parse(argv) {
44
44
  const a = argv[i];
45
45
  if (a === '--link') out.link = true;
46
46
  else if (a === '--dry-run') out.dryRun = true;
47
+ else if (a === '--json') out.json = true;
47
48
  else if (a === '--help' || a === '-h') out.help = true;
48
49
  else if (a === '--version' || a === '-v') out.version = true;
49
50
  else if (a.startsWith('--')) { out[a.slice(2)] = argv[i + 1]; i++; }
@@ -62,6 +63,86 @@ function listFiles(dir, ext) {
62
63
  return out;
63
64
  }
64
65
 
66
+ const PLAYGROUND = 'https://mohitagw15856.github.io/pm-claude-skills';
67
+
68
+ // Read a skill's YAML frontmatter (name + description) without a YAML dependency.
69
+ function readFrontmatter(file) {
70
+ const txt = readFileSync(file, 'utf8');
71
+ const m = txt.match(/^---\r?\n([\s\S]*?)\r?\n---/);
72
+ if (!m) return {};
73
+ const fm = {};
74
+ for (const line of m[1].split(/\r?\n/)) {
75
+ const kv = line.match(/^([A-Za-z0-9_-]+):\s*(.*)$/);
76
+ if (kv) fm[kv[1]] = kv[2].trim().replace(/^["']|["']$/g, '');
77
+ }
78
+ return fm;
79
+ }
80
+
81
+ // Build an index of the bundled skills from skills/<name>/SKILL.md frontmatter.
82
+ function readSkillIndex() {
83
+ const skillsDir = join(PKG_ROOT, 'skills');
84
+ if (!existsSync(skillsDir)) return [];
85
+ const out = [];
86
+ for (const e of readdirSync(skillsDir)) {
87
+ const p = join(skillsDir, e, 'SKILL.md');
88
+ if (!existsSync(p)) continue;
89
+ const fm = readFrontmatter(p);
90
+ out.push({ name: fm.name || e, description: fm.description || '' });
91
+ }
92
+ return out.sort((a, b) => a.name.localeCompare(b.name));
93
+ }
94
+
95
+ // `search [query…]` — find skills by name/description. `--json` for tooling
96
+ // (Raycast / Alfred / scripts), `--limit N` to cap results.
97
+ function search(opts) {
98
+ const terms = opts._.slice(1).map((t) => String(t).toLowerCase()).filter(Boolean);
99
+ let items = readSkillIndex();
100
+ if (terms.length) {
101
+ items = items
102
+ .map((s) => {
103
+ const name = s.name.toLowerCase();
104
+ const hay = `${name} ${s.description.toLowerCase()}`;
105
+ let score = 0;
106
+ for (const t of terms) {
107
+ if (!hay.includes(t)) return { ...s, score: -1 };
108
+ score += name.includes(t) ? 2 : 1;
109
+ if (name === t) score += 3;
110
+ }
111
+ return { ...s, score };
112
+ })
113
+ .filter((s) => s.score >= 0)
114
+ .sort((a, b) => b.score - a.score || a.name.localeCompare(b.name));
115
+ }
116
+ const limit = opts.limit ? Math.max(1, parseInt(opts.limit, 10) || 0) : (opts.json ? items.length : 25);
117
+ const shown = items.slice(0, limit);
118
+
119
+ if (opts.json) {
120
+ console.log(JSON.stringify(shown.map(({ name, description }) => ({
121
+ name,
122
+ description,
123
+ summary: description.split(/(?<=[.!?])\s/)[0],
124
+ url: `${PLAYGROUND}/?skill=${name}`,
125
+ })), null, 2));
126
+ return;
127
+ }
128
+ if (!shown.length) {
129
+ console.log(`No skills match "${terms.join(' ')}". Try a broader term, or: npx pm-claude-skills search`);
130
+ return;
131
+ }
132
+ const q = terms.length ? ` matching "${terms.join(' ')}"` : '';
133
+ const more = items.length > shown.length ? ` (showing ${shown.length} of ${items.length} — narrow your query or pass --limit)` : '';
134
+ console.log(`${items.length} skill(s)${q}:${more}\n`);
135
+ for (const s of shown) {
136
+ const summary = s.description.split(/(?<=[.!?])\s/)[0].slice(0, 100);
137
+ console.log(` \x1b[1m${s.name}\x1b[0m`);
138
+ if (summary) console.log(` ${summary}`);
139
+ console.log(` ▶ ${PLAYGROUND}/?skill=${s.name}`);
140
+ }
141
+ console.log(`\nRun one: npx pm-claude-skills run <skill> --text "…"`);
142
+ console.log(`Install: npx pm-claude-skills add --agent claude`);
143
+ console.log(`\n${STAR}`);
144
+ }
145
+
65
146
  function placeDir(src, dest, { link, dryRun }) {
66
147
  if (dryRun) { console.log(` would install ${basename(src)} -> ${dest}`); return; }
67
148
  rmSync(dest, { recursive: true, force: true });
@@ -164,6 +245,7 @@ const HELP = `pm-claude-skills — install professional Agent Skills into any AI
164
245
  Usage:
165
246
  npx pm-claude-skills add --agent <claude|hermes|codex|openclaw|cursor|windsurf|aider> [--target <path>] [--link] [--dry-run]
166
247
  npx pm-claude-skills run <skill> [--text "…" | --input <file>] [--model <m>] [--out <file>]
248
+ npx pm-claude-skills search [query…] [--json] [--limit <n>]
167
249
  npx pm-claude-skills list
168
250
  npx pm-claude-skills --version
169
251
 
@@ -173,6 +255,9 @@ Examples:
173
255
  npx pm-claude-skills add --agent windsurf # .md rules into ./.windsurf/rules
174
256
  npx pm-claude-skills add --agent codex --link
175
257
 
258
+ npx pm-claude-skills search board # find skills by name/description
259
+ npx pm-claude-skills search launch --json # machine-readable (Raycast/Alfred/scripts)
260
+
176
261
  npx pm-claude-skills run prd-template --text "a referral program for B2B users" # run a skill (needs ANTHROPIC_API_KEY)
177
262
  cat notes.txt | npx pm-claude-skills run meeting-notes --out summary.md # pipe input, write the artifact
178
263
  npx pm-claude-skills generate --from <url|file> # turn your docs into a SKILL.md (needs ANTHROPIC_API_KEY)
@@ -185,6 +270,7 @@ const cmd = opts._[0];
185
270
  if (opts.version) console.log(VERSION);
186
271
  else if (!cmd || cmd === 'help' || (opts.help && cmd !== 'run' && cmd !== 'generate')) console.log(HELP);
187
272
  else if (cmd === 'list') list();
273
+ else if (cmd === 'search') search(opts);
188
274
  else if (cmd === 'add') add(opts);
189
275
  else if (cmd === 'run') {
190
276
  const { run } = await import('./run.mjs');
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 **378 skills** to:
11
+ Currently exporting **400 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
- 378 skills exported. Copy a `.mdc rule` into the tool to use it.
6
+ 400 skills exported. Copy a `.mdc rule` into the tool to use it.
7
7
 
8
8
  | Skill | Bundle | Path |
9
9
  |---|---|---|
@@ -22,6 +22,7 @@
22
22
  | AI Feature PRD | `pm-ai` | `pm-ai/ai-feature-prd/ai-feature-prd.md` |
23
23
  | AI Product Canvas | `pm-advanced` | `pm-advanced/ai-product-canvas/ai-product-canvas.md` |
24
24
  | Ambiguity Resolver | `pm-strategy` | `pm-strategy/ambiguity-resolver/ambiguity-resolver.md` |
25
+ | Analyst Relations Brief | `pm-pmm` | `pm-pmm/analyst-relations-brief/analyst-relations-brief.md` |
25
26
  | Announcement Card | `pm-visuals` | `pm-visuals/announcement-card/announcement-card.md` |
26
27
  | API Docs Writer | `pm-engineering` | `pm-engineering/api-docs-writer/api-docs-writer.md` |
27
28
  | API Test Plan | `pm-qa` | `pm-qa/api-test-plan/api-test-plan.md` |
@@ -31,12 +32,15 @@
31
32
  | Architecture Diagram | `pm-visuals` | `pm-visuals/architecture-diagram/architecture-diagram.md` |
32
33
  | Assumption Mapper | `pm-discovery` | `pm-discovery/assumption-mapper/assumption-mapper.md` |
33
34
  | Board Deck Narrative | `pm-business` | `pm-business/board-deck-narrative/board-deck-narrative.md` |
35
+ | Board Minutes | `pm-business` | `pm-business/board-minutes/board-minutes.md` |
34
36
  | Board Pre-Read | `pm-business` | `pm-business/board-pre-read/board-pre-read.md` |
35
37
  | Bookkeeping Categorization | `pm-accounting` | `pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md` |
36
38
  | Boolean Search Builder | `pm-recruiting` | `pm-recruiting/boolean-search-builder/boolean-search-builder.md` |
37
39
  | Brag Doc | `pm-career` | `pm-career/brag-doc/brag-doc.md` |
40
+ | Brief Builder | `pm-cross` | `pm-cross/brief-builder/brief-builder.md` |
38
41
  | Budget Builder | `pm-money` | `pm-money/budget-builder/budget-builder.md` |
39
42
  | Budget Variance Analysis | `pm-finance` | `pm-finance/budget-variance-analysis/budget-variance-analysis.md` |
43
+ | Bug Diagnosis | `pm-craft` | `pm-craft/bug-diagnosis/bug-diagnosis.md` |
40
44
  | Bug Report | `pm-qa` | `pm-qa/bug-report/bug-report.md` |
41
45
  | Candidate Scorecard | `pm-recruiting` | `pm-recruiting/candidate-scorecard/candidate-scorecard.md` |
42
46
  | Cap Table Explainer | `pm-founders` | `pm-founders/cap-table-explainer/cap-table-explainer.md` |
@@ -59,8 +63,10 @@
59
63
  | Client Discovery | `pm-consulting` | `pm-consulting/client-discovery/client-discovery.md` |
60
64
  | Clinical Case Summary | `pm-research` | `pm-research/clinical-case-summary/clinical-case-summary.md` |
61
65
  | Clinical Trial Protocol | `pm-health` | `pm-health/clinical-trial-protocol/clinical-trial-protocol.md` |
66
+ | Co-Marketing | `pm-growth` | `pm-growth/co-marketing/co-marketing.md` |
62
67
  | Code Explainer | `pm-engineering` | `pm-engineering/code-explainer/code-explainer.md` |
63
68
  | Code Review Checklist | `pm-engineering` | `pm-engineering/code-review-checklist/code-review-checklist.md` |
69
+ | Code Review Guide | `pm-craft` | `pm-craft/code-review-guide/code-review-guide.md` |
64
70
  | Cohort Analysis | `pm-data` | `pm-data/cohort-analysis/cohort-analysis.md` |
65
71
  | Cold Email | `pm-copy` | `pm-copy/cold-email/cold-email.md` |
66
72
  | Collections Email | `pm-accounting` | `pm-accounting/collections-email/collections-email.md` |
@@ -88,6 +94,7 @@
88
94
  | Customer Escalation Brief | `pm-cs` | `pm-cs/cs-escalation-brief/cs-escalation-brief.md` |
89
95
  | Customer Health Scorecard | `pm-cs` | `pm-cs/cs-health-scorecard/cs-health-scorecard.md` |
90
96
  | CSAT / NPS Analysis | `pm-support` | `pm-support/csat-nps-analysis/csat-nps-analysis.md` |
97
+ | Customer Advisory Board | `pm-pmm` | `pm-pmm/customer-advisory-board/customer-advisory-board.md` |
91
98
  | Customer Journey Map | `pm-discovery` | `pm-discovery/customer-journey-map/customer-journey-map.md` |
92
99
  | Customer Outage Notice | `pm-crisis` | `pm-crisis/customer-outage-notice/customer-outage-notice.md` |
93
100
  | Customer Success Plan | `pm-cs` | `pm-cs/customer-success-plan/customer-success-plan.md` |
@@ -202,6 +209,7 @@
202
209
  | Last 30 Days Research | `pm-cross` | `pm-cross/last-30-days-research/last-30-days-research.md` |
203
210
  | Launch Post | `pm-devrel` | `pm-devrel/launch-post/launch-post.md` |
204
211
  | Launch Readiness | `pm-delivery` | `pm-delivery/launch-readiness/launch-readiness.md` |
212
+ | Launch Tiering Framework | `pm-pmm` | `pm-pmm/launch-tiering-framework/launch-tiering-framework.md` |
205
213
  | Layoff Communication | `pm-crisis` | `pm-crisis/layoff-communication/layoff-communication.md` |
206
214
  | Legal Brief | `pm-legal` | `pm-legal/legal-brief/legal-brief.md` |
207
215
  | Lesson Plan | `pm-education` | `pm-education/lesson-plan/lesson-plan.md` |
@@ -215,6 +223,7 @@
215
223
  | Localization Brief | `pm-localization` | `pm-localization/localization-brief/localization-brief.md` |
216
224
  | Managing Up | `pm-comms` | `pm-comms/managing-up/managing-up.md` |
217
225
  | Marketing Funnel Plan | `pm-growth` | `pm-growth/marketing-funnel-plan/marketing-funnel-plan.md` |
226
+ | Marketing Psychology | `pm-growth` | `pm-growth/marketing-psychology/marketing-psychology.md` |
218
227
  | Marketplace Listing Optimizer | `pm-ecommerce` | `pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md` |
219
228
  | Media Pitch | `pm-gtm` | `pm-gtm/media-pitch/media-pitch.md` |
220
229
  | Meeting Notes | `pm-essentials` | `pm-essentials/meeting-notes/meeting-notes.md` |
@@ -249,6 +258,7 @@
249
258
  | Parent Communication | `pm-education` | `pm-education/parent-communication/parent-communication.md` |
250
259
  | Partnership Proposal | `pm-sales` | `pm-sales/partnership-proposal/partnership-proposal.md` |
251
260
  | Patient Communication | `pm-research` | `pm-research/patient-communication/patient-communication.md` |
261
+ | Paywall Optimization | `pm-growth` | `pm-growth/paywall-optimization/paywall-optimization.md` |
252
262
  | Performance Budget | `pm-engineering` | `pm-engineering/performance-budget/performance-budget.md` |
253
263
  | Performance Review | `pm-people` | `pm-people/performance-review/performance-review.md` |
254
264
  | Personal Bio | `pm-personal` | `pm-personal/personal-bio/personal-bio.md` |
@@ -257,10 +267,12 @@
257
267
  | Portfolio Page | `pm-personal` | `pm-personal/portfolio-page/portfolio-page.md` |
258
268
  | PPTX Slide Auditor | `pm-delivery` | `pm-delivery/pptx-slide-auditor/pptx-slide-auditor.md` |
259
269
  | PR Crisis Response | `pm-crisis` | `pm-crisis/pr-crisis-response/pr-crisis-response.md` |
270
+ | PR Description | `pm-craft` | `pm-craft/pr-description/pr-description.md` |
260
271
  | PR Description Writer | `pm-engineering` | `pm-engineering/pr-description-writer/pr-description-writer.md` |
261
272
  | PRD Template | `pm-essentials` | `pm-essentials/prd-template/prd-template.md` |
262
273
  | Press Release | `pm-cross` | `pm-cross/press-release/press-release.md` |
263
274
  | Pricing Calculator | `pm-calculators` | `pm-calculators/pricing-calculator/pricing-calculator.md` |
275
+ | Pricing Page Copy | `pm-pmm` | `pm-pmm/pricing-page-copy/pricing-page-copy.md` |
264
276
  | Pricing Strategy | `pm-planning` | `pm-planning/pricing-strategy/pricing-strategy.md` |
265
277
  | Prior Authorization Letter | `pm-health` | `pm-health/prior-authorization-letter/prior-authorization-letter.md` |
266
278
  | Privacy Policy Drafter | `pm-legal` | `pm-legal/privacy-policy-drafter/privacy-policy-drafter.md` |
@@ -272,6 +284,7 @@
272
284
  | Product Positioning Doc | `pm-gtm` | `pm-gtm/product-positioning-doc/product-positioning-doc.md` |
273
285
  | Professional Brain | `pm-cross` | `pm-cross/professional-brain/professional-brain.md` |
274
286
  | Professional Translator | `pm-localization` | `pm-localization/professional-translator/professional-translator.md` |
287
+ | Programmatic SEO | `pm-growth` | `pm-growth/programmatic-seo/programmatic-seo.md` |
275
288
  | Project Status Report | `pm-operations` | `pm-operations/project-status-report/project-status-report.md` |
276
289
  | Promotion Packet | `pm-career` | `pm-career/promotion-packet/promotion-packet.md` |
277
290
  | Promotion Plan | `pm-ecommerce` | `pm-ecommerce/promotion-plan/promotion-plan.md` |
@@ -292,7 +305,9 @@
292
305
  | Recruiter Outreach | `pm-recruiting` | `pm-recruiting/recruiter-outreach/recruiter-outreach.md` |
293
306
  | Red-Team Review | `pm-cross` | `pm-cross/red-team-review/red-team-review.md` |
294
307
  | Redundancy Consultation | `pm-hr` | `pm-hr/redundancy-consultation/redundancy-consultation.md` |
308
+ | Refactoring Plan | `pm-craft` | `pm-craft/refactoring-plan/refactoring-plan.md` |
295
309
  | Reference Letter | `pm-lifeadmin` | `pm-lifeadmin/reference-letter/reference-letter.md` |
310
+ | Referral Program | `pm-growth` | `pm-growth/referral-program/referral-program.md` |
296
311
  | Referral Program Design | `pm-growth` | `pm-growth/referral-program-design/referral-program-design.md` |
297
312
  | Regex Builder & Explainer | `pm-engineering` | `pm-engineering/regex-builder/regex-builder.md` |
298
313
  | Regression Test Plan | `pm-qa` | `pm-qa/regression-test-plan/regression-test-plan.md` |
@@ -320,15 +335,19 @@
320
335
  | SaaS Metrics | `pm-calculators` | `pm-calculators/saas-metrics/saas-metrics.md` |
321
336
  | Salary Negotiation | `pm-career` | `pm-career/salary-negotiation/salary-negotiation.md` |
322
337
  | Sales Battlecard | `pm-sales` | `pm-sales/sales-battlecard/sales-battlecard.md` |
338
+ | Sales Demo Script | `pm-pmm` | `pm-pmm/sales-demo-script/sales-demo-script.md` |
339
+ | Sales Enablement Kit | `pm-pmm` | `pm-pmm/sales-enablement-kit/sales-enablement-kit.md` |
323
340
  | Sales Forecasting Model | `pm-sales` | `pm-sales/sales-forecasting-model/sales-forecasting-model.md` |
324
341
  | Sales Page | `pm-copy` | `pm-copy/sales-page/sales-page.md` |
325
342
  | Savings Goal Plan | `pm-money` | `pm-money/savings-goal-plan/savings-goal-plan.md` |
326
343
  | Saying No | `pm-comms` | `pm-comms/saying-no/saying-no.md` |
344
+ | Schema Markup | `pm-growth` | `pm-growth/schema-markup/schema-markup.md` |
327
345
  | Security Threat Model | `pm-engineering` | `pm-engineering/security-threat-model/security-threat-model.md` |
328
346
  | Self-Review | `pm-career` | `pm-career/self-review/self-review.md` |
329
347
  | SEO Content Brief | `pm-gtm` | `pm-gtm/seo-content-brief/seo-content-brief.md` |
330
348
  | Sequence Diagram | `pm-visuals` | `pm-visuals/sequence-diagram/sequence-diagram.md` |
331
349
  | Service Catalog Entry | `pm-engineering` | `pm-engineering/service-catalog-entry/service-catalog-entry.md` |
350
+ | Session Handoff | `pm-craft` | `pm-craft/session-handoff/session-handoff.md` |
332
351
  | Short-Form Script | `pm-creator` | `pm-creator/short-form-script/short-form-script.md` |
333
352
  | Skill Security Auditor | `pm-engineering` | `pm-engineering/skill-security-auditor/skill-security-auditor.md` |
334
353
  | Slide Deck | `pm-documents` | `pm-documents/slide-deck/slide-deck.md` |
@@ -359,6 +378,7 @@
359
378
  | Sycophancy Challenger | `pm-cross` | `pm-cross/sycophancy-challenger/sycophancy-challenger.md` |
360
379
  | System Design Interview | `pm-engineering` | `pm-engineering/system-design-interview/system-design-interview.md` |
361
380
  | Tax Planning Checklist | `pm-finance` | `pm-finance/tax-planning-checklist/tax-planning-checklist.md` |
381
+ | TDD Workflow | `pm-craft` | `pm-craft/tdd-workflow/tdd-workflow.md` |
362
382
  | Teaching Lesson Plan | `pm-cross` | `pm-cross/teaching-lesson-plan/teaching-lesson-plan.md` |
363
383
  | Team Health Check | `pm-people` | `pm-people/team-health-check/team-health-check.md` |
364
384
  | Team Offsite Planner | `pm-people` | `pm-people/team-offsite-planner/team-offsite-planner.md` |
@@ -381,6 +401,8 @@
381
401
  | Vendor Evaluation | `pm-operations` | `pm-operations/vendor-evaluation/vendor-evaluation.md` |
382
402
  | Vendor Security Review | `pm-compliance` | `pm-compliance/vendor-security-review/vendor-security-review.md` |
383
403
  | Viral Content Framework | `pm-social` | `pm-social/viral-content-framework/viral-content-framework.md` |
404
+ | Voice of Customer Program | `pm-pmm` | `pm-pmm/voice-of-customer-program/voice-of-customer-program.md` |
405
+ | Win/Loss Analysis | `pm-pmm` | `pm-pmm/win-loss-analysis/win-loss-analysis.md` |
384
406
  | Word Document | `pm-documents` | `pm-documents/word-document/word-document.md` |
385
407
  | Workshop Facilitation Guide | `pm-operations` | `pm-operations/workshop-facilitation-guide/workshop-facilitation-guide.md` |
386
408
  | Writing Great Skills | `pm-engineering` | `pm-engineering/writing-great-skills/writing-great-skills.md` |