pm-claude-skills 32.0.0 → 34.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 (506) hide show
  1. package/README.md +31 -28
  2. package/exports/README.md +1 -1
  3. package/exports/aider/README.md +38 -1
  4. package/exports/aider/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  5. package/exports/aider/pm-craft/code-review-guide/code-review-guide.md +59 -0
  6. package/exports/aider/pm-craft/pr-description/pr-description.md +54 -0
  7. package/exports/aider/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  8. package/exports/aider/pm-craft/session-handoff/session-handoff.md +54 -0
  9. package/exports/aider/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  10. package/exports/aider/pm-cross/brief-builder/brief-builder.md +63 -0
  11. package/exports/aider/pm-data/cohort-analysis/cohort-analysis.md +14 -0
  12. package/exports/aider/pm-data/metric-tree-builder/metric-tree-builder.md +12 -0
  13. package/exports/aider/pm-devrel/changelog-writer/changelog-writer.md +54 -0
  14. package/exports/aider/pm-devrel/conference-talk-proposal/conference-talk-proposal.md +53 -0
  15. package/exports/aider/pm-devrel/contributor-guide/contributor-guide.md +65 -0
  16. package/exports/aider/pm-devrel/docs-quickstart/docs-quickstart.md +61 -0
  17. package/exports/aider/pm-devrel/launch-post/launch-post.md +53 -0
  18. package/exports/aider/pm-devrel/readme-writer/readme-writer.md +65 -0
  19. package/exports/aider/pm-engineering/incident-postmortem/incident-postmortem.md +15 -0
  20. package/exports/aider/pm-growth/co-marketing/co-marketing.md +56 -0
  21. package/exports/aider/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  22. package/exports/aider/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  23. package/exports/aider/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  24. package/exports/aider/pm-growth/referral-program/referral-program.md +59 -0
  25. package/exports/aider/pm-growth/schema-markup/schema-markup.md +56 -0
  26. package/exports/aider/pm-money/budget-builder/budget-builder.md +62 -0
  27. package/exports/aider/pm-money/debt-payoff-plan/debt-payoff-plan.md +57 -0
  28. package/exports/aider/pm-money/expense-audit/expense-audit.md +57 -0
  29. package/exports/aider/pm-money/investing-policy-statement/investing-policy-statement.md +63 -0
  30. package/exports/aider/pm-money/net-worth-statement/net-worth-statement.md +65 -0
  31. package/exports/aider/pm-money/savings-goal-plan/savings-goal-plan.md +57 -0
  32. package/exports/aider/pm-planning/roadmap-narrative/roadmap-narrative.md +14 -0
  33. package/exports/aider/pm-qa/api-test-plan/api-test-plan.md +64 -0
  34. package/exports/aider/pm-qa/bug-report/bug-report.md +54 -0
  35. package/exports/aider/pm-qa/exploratory-test-charter/exploratory-test-charter.md +60 -0
  36. package/exports/aider/pm-qa/qa-release-signoff/qa-release-signoff.md +58 -0
  37. package/exports/aider/pm-qa/regression-test-plan/regression-test-plan.md +62 -0
  38. package/exports/aider/pm-qa/test-case-writer/test-case-writer.md +59 -0
  39. package/exports/aider/pm-realestate/comparative-market-analysis/comparative-market-analysis.md +66 -0
  40. package/exports/aider/pm-realestate/open-house-plan/open-house-plan.md +65 -0
  41. package/exports/aider/pm-realestate/property-investment-analysis/property-investment-analysis.md +69 -0
  42. package/exports/aider/pm-realestate/property-listing/property-listing.md +59 -0
  43. package/exports/aider/pm-realestate/property-offer-letter/property-offer-letter.md +58 -0
  44. package/exports/aider/pm-realestate/tenant-screening-guide/tenant-screening-guide.md +69 -0
  45. package/exports/chatgpt/README.md +38 -1
  46. package/exports/chatgpt/pm-craft/bug-diagnosis/SYSTEM_PROMPT.md +54 -0
  47. package/exports/chatgpt/pm-craft/code-review-guide/SYSTEM_PROMPT.md +59 -0
  48. package/exports/chatgpt/pm-craft/pr-description/SYSTEM_PROMPT.md +54 -0
  49. package/exports/chatgpt/pm-craft/refactoring-plan/SYSTEM_PROMPT.md +55 -0
  50. package/exports/chatgpt/pm-craft/session-handoff/SYSTEM_PROMPT.md +54 -0
  51. package/exports/chatgpt/pm-craft/tdd-workflow/SYSTEM_PROMPT.md +53 -0
  52. package/exports/chatgpt/pm-cross/brief-builder/SYSTEM_PROMPT.md +63 -0
  53. package/exports/chatgpt/pm-data/cohort-analysis/SYSTEM_PROMPT.md +14 -0
  54. package/exports/chatgpt/pm-data/metric-tree-builder/SYSTEM_PROMPT.md +12 -0
  55. package/exports/chatgpt/pm-devrel/changelog-writer/SYSTEM_PROMPT.md +54 -0
  56. package/exports/chatgpt/pm-devrel/conference-talk-proposal/SYSTEM_PROMPT.md +53 -0
  57. package/exports/chatgpt/pm-devrel/contributor-guide/SYSTEM_PROMPT.md +65 -0
  58. package/exports/chatgpt/pm-devrel/docs-quickstart/SYSTEM_PROMPT.md +61 -0
  59. package/exports/chatgpt/pm-devrel/launch-post/SYSTEM_PROMPT.md +53 -0
  60. package/exports/chatgpt/pm-devrel/readme-writer/SYSTEM_PROMPT.md +65 -0
  61. package/exports/chatgpt/pm-engineering/incident-postmortem/SYSTEM_PROMPT.md +15 -0
  62. package/exports/chatgpt/pm-growth/co-marketing/SYSTEM_PROMPT.md +56 -0
  63. package/exports/chatgpt/pm-growth/marketing-psychology/SYSTEM_PROMPT.md +59 -0
  64. package/exports/chatgpt/pm-growth/paywall-optimization/SYSTEM_PROMPT.md +53 -0
  65. package/exports/chatgpt/pm-growth/programmatic-seo/SYSTEM_PROMPT.md +51 -0
  66. package/exports/chatgpt/pm-growth/referral-program/SYSTEM_PROMPT.md +59 -0
  67. package/exports/chatgpt/pm-growth/schema-markup/SYSTEM_PROMPT.md +56 -0
  68. package/exports/chatgpt/pm-money/budget-builder/SYSTEM_PROMPT.md +62 -0
  69. package/exports/chatgpt/pm-money/debt-payoff-plan/SYSTEM_PROMPT.md +57 -0
  70. package/exports/chatgpt/pm-money/expense-audit/SYSTEM_PROMPT.md +57 -0
  71. package/exports/chatgpt/pm-money/investing-policy-statement/SYSTEM_PROMPT.md +63 -0
  72. package/exports/chatgpt/pm-money/net-worth-statement/SYSTEM_PROMPT.md +65 -0
  73. package/exports/chatgpt/pm-money/savings-goal-plan/SYSTEM_PROMPT.md +57 -0
  74. package/exports/chatgpt/pm-planning/roadmap-narrative/SYSTEM_PROMPT.md +14 -0
  75. package/exports/chatgpt/pm-qa/api-test-plan/SYSTEM_PROMPT.md +64 -0
  76. package/exports/chatgpt/pm-qa/bug-report/SYSTEM_PROMPT.md +54 -0
  77. package/exports/chatgpt/pm-qa/exploratory-test-charter/SYSTEM_PROMPT.md +60 -0
  78. package/exports/chatgpt/pm-qa/qa-release-signoff/SYSTEM_PROMPT.md +58 -0
  79. package/exports/chatgpt/pm-qa/regression-test-plan/SYSTEM_PROMPT.md +62 -0
  80. package/exports/chatgpt/pm-qa/test-case-writer/SYSTEM_PROMPT.md +59 -0
  81. package/exports/chatgpt/pm-realestate/comparative-market-analysis/SYSTEM_PROMPT.md +66 -0
  82. package/exports/chatgpt/pm-realestate/open-house-plan/SYSTEM_PROMPT.md +65 -0
  83. package/exports/chatgpt/pm-realestate/property-investment-analysis/SYSTEM_PROMPT.md +69 -0
  84. package/exports/chatgpt/pm-realestate/property-listing/SYSTEM_PROMPT.md +59 -0
  85. package/exports/chatgpt/pm-realestate/property-offer-letter/SYSTEM_PROMPT.md +58 -0
  86. package/exports/chatgpt/pm-realestate/tenant-screening-guide/SYSTEM_PROMPT.md +69 -0
  87. package/exports/cline/README.md +38 -1
  88. package/exports/cline/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  89. package/exports/cline/pm-craft/code-review-guide/code-review-guide.md +59 -0
  90. package/exports/cline/pm-craft/pr-description/pr-description.md +54 -0
  91. package/exports/cline/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  92. package/exports/cline/pm-craft/session-handoff/session-handoff.md +54 -0
  93. package/exports/cline/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  94. package/exports/cline/pm-cross/brief-builder/brief-builder.md +63 -0
  95. package/exports/cline/pm-data/cohort-analysis/cohort-analysis.md +14 -0
  96. package/exports/cline/pm-data/metric-tree-builder/metric-tree-builder.md +12 -0
  97. package/exports/cline/pm-devrel/changelog-writer/changelog-writer.md +54 -0
  98. package/exports/cline/pm-devrel/conference-talk-proposal/conference-talk-proposal.md +53 -0
  99. package/exports/cline/pm-devrel/contributor-guide/contributor-guide.md +65 -0
  100. package/exports/cline/pm-devrel/docs-quickstart/docs-quickstart.md +61 -0
  101. package/exports/cline/pm-devrel/launch-post/launch-post.md +53 -0
  102. package/exports/cline/pm-devrel/readme-writer/readme-writer.md +65 -0
  103. package/exports/cline/pm-engineering/incident-postmortem/incident-postmortem.md +15 -0
  104. package/exports/cline/pm-growth/co-marketing/co-marketing.md +56 -0
  105. package/exports/cline/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  106. package/exports/cline/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  107. package/exports/cline/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  108. package/exports/cline/pm-growth/referral-program/referral-program.md +59 -0
  109. package/exports/cline/pm-growth/schema-markup/schema-markup.md +56 -0
  110. package/exports/cline/pm-money/budget-builder/budget-builder.md +62 -0
  111. package/exports/cline/pm-money/debt-payoff-plan/debt-payoff-plan.md +57 -0
  112. package/exports/cline/pm-money/expense-audit/expense-audit.md +57 -0
  113. package/exports/cline/pm-money/investing-policy-statement/investing-policy-statement.md +63 -0
  114. package/exports/cline/pm-money/net-worth-statement/net-worth-statement.md +65 -0
  115. package/exports/cline/pm-money/savings-goal-plan/savings-goal-plan.md +57 -0
  116. package/exports/cline/pm-planning/roadmap-narrative/roadmap-narrative.md +14 -0
  117. package/exports/cline/pm-qa/api-test-plan/api-test-plan.md +64 -0
  118. package/exports/cline/pm-qa/bug-report/bug-report.md +54 -0
  119. package/exports/cline/pm-qa/exploratory-test-charter/exploratory-test-charter.md +60 -0
  120. package/exports/cline/pm-qa/qa-release-signoff/qa-release-signoff.md +58 -0
  121. package/exports/cline/pm-qa/regression-test-plan/regression-test-plan.md +62 -0
  122. package/exports/cline/pm-qa/test-case-writer/test-case-writer.md +59 -0
  123. package/exports/cline/pm-realestate/comparative-market-analysis/comparative-market-analysis.md +66 -0
  124. package/exports/cline/pm-realestate/open-house-plan/open-house-plan.md +65 -0
  125. package/exports/cline/pm-realestate/property-investment-analysis/property-investment-analysis.md +69 -0
  126. package/exports/cline/pm-realestate/property-listing/property-listing.md +59 -0
  127. package/exports/cline/pm-realestate/property-offer-letter/property-offer-letter.md +58 -0
  128. package/exports/cline/pm-realestate/tenant-screening-guide/tenant-screening-guide.md +69 -0
  129. package/exports/continue/README.md +38 -1
  130. package/exports/continue/pm-craft/bug-diagnosis/bug-diagnosis.md +59 -0
  131. package/exports/continue/pm-craft/code-review-guide/code-review-guide.md +64 -0
  132. package/exports/continue/pm-craft/pr-description/pr-description.md +59 -0
  133. package/exports/continue/pm-craft/refactoring-plan/refactoring-plan.md +60 -0
  134. package/exports/continue/pm-craft/session-handoff/session-handoff.md +59 -0
  135. package/exports/continue/pm-craft/tdd-workflow/tdd-workflow.md +58 -0
  136. package/exports/continue/pm-cross/brief-builder/brief-builder.md +68 -0
  137. package/exports/continue/pm-data/cohort-analysis/cohort-analysis.md +14 -0
  138. package/exports/continue/pm-data/metric-tree-builder/metric-tree-builder.md +12 -0
  139. package/exports/continue/pm-devrel/changelog-writer/changelog-writer.md +59 -0
  140. package/exports/continue/pm-devrel/conference-talk-proposal/conference-talk-proposal.md +58 -0
  141. package/exports/continue/pm-devrel/contributor-guide/contributor-guide.md +70 -0
  142. package/exports/continue/pm-devrel/docs-quickstart/docs-quickstart.md +66 -0
  143. package/exports/continue/pm-devrel/launch-post/launch-post.md +58 -0
  144. package/exports/continue/pm-devrel/readme-writer/readme-writer.md +70 -0
  145. package/exports/continue/pm-engineering/incident-postmortem/incident-postmortem.md +15 -0
  146. package/exports/continue/pm-growth/co-marketing/co-marketing.md +61 -0
  147. package/exports/continue/pm-growth/marketing-psychology/marketing-psychology.md +64 -0
  148. package/exports/continue/pm-growth/paywall-optimization/paywall-optimization.md +58 -0
  149. package/exports/continue/pm-growth/programmatic-seo/programmatic-seo.md +56 -0
  150. package/exports/continue/pm-growth/referral-program/referral-program.md +64 -0
  151. package/exports/continue/pm-growth/schema-markup/schema-markup.md +61 -0
  152. package/exports/continue/pm-money/budget-builder/budget-builder.md +67 -0
  153. package/exports/continue/pm-money/debt-payoff-plan/debt-payoff-plan.md +62 -0
  154. package/exports/continue/pm-money/expense-audit/expense-audit.md +62 -0
  155. package/exports/continue/pm-money/investing-policy-statement/investing-policy-statement.md +68 -0
  156. package/exports/continue/pm-money/net-worth-statement/net-worth-statement.md +70 -0
  157. package/exports/continue/pm-money/savings-goal-plan/savings-goal-plan.md +62 -0
  158. package/exports/continue/pm-planning/roadmap-narrative/roadmap-narrative.md +14 -0
  159. package/exports/continue/pm-qa/api-test-plan/api-test-plan.md +69 -0
  160. package/exports/continue/pm-qa/bug-report/bug-report.md +59 -0
  161. package/exports/continue/pm-qa/exploratory-test-charter/exploratory-test-charter.md +65 -0
  162. package/exports/continue/pm-qa/qa-release-signoff/qa-release-signoff.md +63 -0
  163. package/exports/continue/pm-qa/regression-test-plan/regression-test-plan.md +67 -0
  164. package/exports/continue/pm-qa/test-case-writer/test-case-writer.md +64 -0
  165. package/exports/continue/pm-realestate/comparative-market-analysis/comparative-market-analysis.md +71 -0
  166. package/exports/continue/pm-realestate/open-house-plan/open-house-plan.md +70 -0
  167. package/exports/continue/pm-realestate/property-investment-analysis/property-investment-analysis.md +74 -0
  168. package/exports/continue/pm-realestate/property-listing/property-listing.md +64 -0
  169. package/exports/continue/pm-realestate/property-offer-letter/property-offer-letter.md +63 -0
  170. package/exports/continue/pm-realestate/tenant-screening-guide/tenant-screening-guide.md +74 -0
  171. package/exports/cursor/README.md +38 -1
  172. package/exports/cursor/pm-craft/bug-diagnosis/bug-diagnosis.mdc +60 -0
  173. package/exports/cursor/pm-craft/code-review-guide/code-review-guide.mdc +65 -0
  174. package/exports/cursor/pm-craft/pr-description/pr-description.mdc +60 -0
  175. package/exports/cursor/pm-craft/refactoring-plan/refactoring-plan.mdc +61 -0
  176. package/exports/cursor/pm-craft/session-handoff/session-handoff.mdc +60 -0
  177. package/exports/cursor/pm-craft/tdd-workflow/tdd-workflow.mdc +59 -0
  178. package/exports/cursor/pm-cross/brief-builder/brief-builder.mdc +69 -0
  179. package/exports/cursor/pm-data/cohort-analysis/cohort-analysis.mdc +14 -0
  180. package/exports/cursor/pm-data/metric-tree-builder/metric-tree-builder.mdc +12 -0
  181. package/exports/cursor/pm-devrel/changelog-writer/changelog-writer.mdc +60 -0
  182. package/exports/cursor/pm-devrel/conference-talk-proposal/conference-talk-proposal.mdc +59 -0
  183. package/exports/cursor/pm-devrel/contributor-guide/contributor-guide.mdc +71 -0
  184. package/exports/cursor/pm-devrel/docs-quickstart/docs-quickstart.mdc +67 -0
  185. package/exports/cursor/pm-devrel/launch-post/launch-post.mdc +59 -0
  186. package/exports/cursor/pm-devrel/readme-writer/readme-writer.mdc +71 -0
  187. package/exports/cursor/pm-engineering/incident-postmortem/incident-postmortem.mdc +15 -0
  188. package/exports/cursor/pm-growth/co-marketing/co-marketing.mdc +62 -0
  189. package/exports/cursor/pm-growth/marketing-psychology/marketing-psychology.mdc +65 -0
  190. package/exports/cursor/pm-growth/paywall-optimization/paywall-optimization.mdc +59 -0
  191. package/exports/cursor/pm-growth/programmatic-seo/programmatic-seo.mdc +57 -0
  192. package/exports/cursor/pm-growth/referral-program/referral-program.mdc +65 -0
  193. package/exports/cursor/pm-growth/schema-markup/schema-markup.mdc +62 -0
  194. package/exports/cursor/pm-money/budget-builder/budget-builder.mdc +68 -0
  195. package/exports/cursor/pm-money/debt-payoff-plan/debt-payoff-plan.mdc +63 -0
  196. package/exports/cursor/pm-money/expense-audit/expense-audit.mdc +63 -0
  197. package/exports/cursor/pm-money/investing-policy-statement/investing-policy-statement.mdc +69 -0
  198. package/exports/cursor/pm-money/net-worth-statement/net-worth-statement.mdc +71 -0
  199. package/exports/cursor/pm-money/savings-goal-plan/savings-goal-plan.mdc +63 -0
  200. package/exports/cursor/pm-planning/roadmap-narrative/roadmap-narrative.mdc +14 -0
  201. package/exports/cursor/pm-qa/api-test-plan/api-test-plan.mdc +70 -0
  202. package/exports/cursor/pm-qa/bug-report/bug-report.mdc +60 -0
  203. package/exports/cursor/pm-qa/exploratory-test-charter/exploratory-test-charter.mdc +66 -0
  204. package/exports/cursor/pm-qa/qa-release-signoff/qa-release-signoff.mdc +64 -0
  205. package/exports/cursor/pm-qa/regression-test-plan/regression-test-plan.mdc +68 -0
  206. package/exports/cursor/pm-qa/test-case-writer/test-case-writer.mdc +65 -0
  207. package/exports/cursor/pm-realestate/comparative-market-analysis/comparative-market-analysis.mdc +72 -0
  208. package/exports/cursor/pm-realestate/open-house-plan/open-house-plan.mdc +71 -0
  209. package/exports/cursor/pm-realestate/property-investment-analysis/property-investment-analysis.mdc +75 -0
  210. package/exports/cursor/pm-realestate/property-listing/property-listing.mdc +65 -0
  211. package/exports/cursor/pm-realestate/property-offer-letter/property-offer-letter.mdc +64 -0
  212. package/exports/cursor/pm-realestate/tenant-screening-guide/tenant-screening-guide.mdc +75 -0
  213. package/exports/gemini/README.md +38 -1
  214. package/exports/gemini/pm-craft/bug-diagnosis/GEM_INSTRUCTIONS.md +58 -0
  215. package/exports/gemini/pm-craft/code-review-guide/GEM_INSTRUCTIONS.md +63 -0
  216. package/exports/gemini/pm-craft/pr-description/GEM_INSTRUCTIONS.md +58 -0
  217. package/exports/gemini/pm-craft/refactoring-plan/GEM_INSTRUCTIONS.md +59 -0
  218. package/exports/gemini/pm-craft/session-handoff/GEM_INSTRUCTIONS.md +58 -0
  219. package/exports/gemini/pm-craft/tdd-workflow/GEM_INSTRUCTIONS.md +57 -0
  220. package/exports/gemini/pm-cross/brief-builder/GEM_INSTRUCTIONS.md +67 -0
  221. package/exports/gemini/pm-data/cohort-analysis/GEM_INSTRUCTIONS.md +14 -0
  222. package/exports/gemini/pm-data/metric-tree-builder/GEM_INSTRUCTIONS.md +12 -0
  223. package/exports/gemini/pm-devrel/changelog-writer/GEM_INSTRUCTIONS.md +58 -0
  224. package/exports/gemini/pm-devrel/conference-talk-proposal/GEM_INSTRUCTIONS.md +57 -0
  225. package/exports/gemini/pm-devrel/contributor-guide/GEM_INSTRUCTIONS.md +69 -0
  226. package/exports/gemini/pm-devrel/docs-quickstart/GEM_INSTRUCTIONS.md +65 -0
  227. package/exports/gemini/pm-devrel/launch-post/GEM_INSTRUCTIONS.md +57 -0
  228. package/exports/gemini/pm-devrel/readme-writer/GEM_INSTRUCTIONS.md +69 -0
  229. package/exports/gemini/pm-engineering/incident-postmortem/GEM_INSTRUCTIONS.md +15 -0
  230. package/exports/gemini/pm-growth/co-marketing/GEM_INSTRUCTIONS.md +60 -0
  231. package/exports/gemini/pm-growth/marketing-psychology/GEM_INSTRUCTIONS.md +63 -0
  232. package/exports/gemini/pm-growth/paywall-optimization/GEM_INSTRUCTIONS.md +57 -0
  233. package/exports/gemini/pm-growth/programmatic-seo/GEM_INSTRUCTIONS.md +55 -0
  234. package/exports/gemini/pm-growth/referral-program/GEM_INSTRUCTIONS.md +63 -0
  235. package/exports/gemini/pm-growth/schema-markup/GEM_INSTRUCTIONS.md +60 -0
  236. package/exports/gemini/pm-money/budget-builder/GEM_INSTRUCTIONS.md +66 -0
  237. package/exports/gemini/pm-money/debt-payoff-plan/GEM_INSTRUCTIONS.md +61 -0
  238. package/exports/gemini/pm-money/expense-audit/GEM_INSTRUCTIONS.md +61 -0
  239. package/exports/gemini/pm-money/investing-policy-statement/GEM_INSTRUCTIONS.md +67 -0
  240. package/exports/gemini/pm-money/net-worth-statement/GEM_INSTRUCTIONS.md +69 -0
  241. package/exports/gemini/pm-money/savings-goal-plan/GEM_INSTRUCTIONS.md +61 -0
  242. package/exports/gemini/pm-planning/roadmap-narrative/GEM_INSTRUCTIONS.md +14 -0
  243. package/exports/gemini/pm-qa/api-test-plan/GEM_INSTRUCTIONS.md +68 -0
  244. package/exports/gemini/pm-qa/bug-report/GEM_INSTRUCTIONS.md +58 -0
  245. package/exports/gemini/pm-qa/exploratory-test-charter/GEM_INSTRUCTIONS.md +64 -0
  246. package/exports/gemini/pm-qa/qa-release-signoff/GEM_INSTRUCTIONS.md +62 -0
  247. package/exports/gemini/pm-qa/regression-test-plan/GEM_INSTRUCTIONS.md +66 -0
  248. package/exports/gemini/pm-qa/test-case-writer/GEM_INSTRUCTIONS.md +63 -0
  249. package/exports/gemini/pm-realestate/comparative-market-analysis/GEM_INSTRUCTIONS.md +70 -0
  250. package/exports/gemini/pm-realestate/open-house-plan/GEM_INSTRUCTIONS.md +69 -0
  251. package/exports/gemini/pm-realestate/property-investment-analysis/GEM_INSTRUCTIONS.md +73 -0
  252. package/exports/gemini/pm-realestate/property-listing/GEM_INSTRUCTIONS.md +63 -0
  253. package/exports/gemini/pm-realestate/property-offer-letter/GEM_INSTRUCTIONS.md +62 -0
  254. package/exports/gemini/pm-realestate/tenant-screening-guide/GEM_INSTRUCTIONS.md +73 -0
  255. package/exports/kilocode/README.md +38 -1
  256. package/exports/kilocode/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  257. package/exports/kilocode/pm-craft/code-review-guide/code-review-guide.md +59 -0
  258. package/exports/kilocode/pm-craft/pr-description/pr-description.md +54 -0
  259. package/exports/kilocode/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  260. package/exports/kilocode/pm-craft/session-handoff/session-handoff.md +54 -0
  261. package/exports/kilocode/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  262. package/exports/kilocode/pm-cross/brief-builder/brief-builder.md +63 -0
  263. package/exports/kilocode/pm-data/cohort-analysis/cohort-analysis.md +14 -0
  264. package/exports/kilocode/pm-data/metric-tree-builder/metric-tree-builder.md +12 -0
  265. package/exports/kilocode/pm-devrel/changelog-writer/changelog-writer.md +54 -0
  266. package/exports/kilocode/pm-devrel/conference-talk-proposal/conference-talk-proposal.md +53 -0
  267. package/exports/kilocode/pm-devrel/contributor-guide/contributor-guide.md +65 -0
  268. package/exports/kilocode/pm-devrel/docs-quickstart/docs-quickstart.md +61 -0
  269. package/exports/kilocode/pm-devrel/launch-post/launch-post.md +53 -0
  270. package/exports/kilocode/pm-devrel/readme-writer/readme-writer.md +65 -0
  271. package/exports/kilocode/pm-engineering/incident-postmortem/incident-postmortem.md +15 -0
  272. package/exports/kilocode/pm-growth/co-marketing/co-marketing.md +56 -0
  273. package/exports/kilocode/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  274. package/exports/kilocode/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  275. package/exports/kilocode/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  276. package/exports/kilocode/pm-growth/referral-program/referral-program.md +59 -0
  277. package/exports/kilocode/pm-growth/schema-markup/schema-markup.md +56 -0
  278. package/exports/kilocode/pm-money/budget-builder/budget-builder.md +62 -0
  279. package/exports/kilocode/pm-money/debt-payoff-plan/debt-payoff-plan.md +57 -0
  280. package/exports/kilocode/pm-money/expense-audit/expense-audit.md +57 -0
  281. package/exports/kilocode/pm-money/investing-policy-statement/investing-policy-statement.md +63 -0
  282. package/exports/kilocode/pm-money/net-worth-statement/net-worth-statement.md +65 -0
  283. package/exports/kilocode/pm-money/savings-goal-plan/savings-goal-plan.md +57 -0
  284. package/exports/kilocode/pm-planning/roadmap-narrative/roadmap-narrative.md +14 -0
  285. package/exports/kilocode/pm-qa/api-test-plan/api-test-plan.md +64 -0
  286. package/exports/kilocode/pm-qa/bug-report/bug-report.md +54 -0
  287. package/exports/kilocode/pm-qa/exploratory-test-charter/exploratory-test-charter.md +60 -0
  288. package/exports/kilocode/pm-qa/qa-release-signoff/qa-release-signoff.md +58 -0
  289. package/exports/kilocode/pm-qa/regression-test-plan/regression-test-plan.md +62 -0
  290. package/exports/kilocode/pm-qa/test-case-writer/test-case-writer.md +59 -0
  291. package/exports/kilocode/pm-realestate/comparative-market-analysis/comparative-market-analysis.md +66 -0
  292. package/exports/kilocode/pm-realestate/open-house-plan/open-house-plan.md +65 -0
  293. package/exports/kilocode/pm-realestate/property-investment-analysis/property-investment-analysis.md +69 -0
  294. package/exports/kilocode/pm-realestate/property-listing/property-listing.md +59 -0
  295. package/exports/kilocode/pm-realestate/property-offer-letter/property-offer-letter.md +58 -0
  296. package/exports/kilocode/pm-realestate/tenant-screening-guide/tenant-screening-guide.md +69 -0
  297. package/exports/obsidian/README.md +38 -1
  298. package/exports/obsidian/pm-craft/bug-diagnosis/bug-diagnosis.md +69 -0
  299. package/exports/obsidian/pm-craft/code-review-guide/code-review-guide.md +74 -0
  300. package/exports/obsidian/pm-craft/pr-description/pr-description.md +69 -0
  301. package/exports/obsidian/pm-craft/refactoring-plan/refactoring-plan.md +70 -0
  302. package/exports/obsidian/pm-craft/session-handoff/session-handoff.md +69 -0
  303. package/exports/obsidian/pm-craft/tdd-workflow/tdd-workflow.md +68 -0
  304. package/exports/obsidian/pm-cross/brief-builder/brief-builder.md +78 -0
  305. package/exports/obsidian/pm-data/cohort-analysis/cohort-analysis.md +14 -0
  306. package/exports/obsidian/pm-data/metric-tree-builder/metric-tree-builder.md +12 -0
  307. package/exports/obsidian/pm-devrel/changelog-writer/changelog-writer.md +69 -0
  308. package/exports/obsidian/pm-devrel/conference-talk-proposal/conference-talk-proposal.md +68 -0
  309. package/exports/obsidian/pm-devrel/contributor-guide/contributor-guide.md +80 -0
  310. package/exports/obsidian/pm-devrel/docs-quickstart/docs-quickstart.md +76 -0
  311. package/exports/obsidian/pm-devrel/launch-post/launch-post.md +68 -0
  312. package/exports/obsidian/pm-devrel/readme-writer/readme-writer.md +80 -0
  313. package/exports/obsidian/pm-engineering/incident-postmortem/incident-postmortem.md +15 -0
  314. package/exports/obsidian/pm-growth/co-marketing/co-marketing.md +71 -0
  315. package/exports/obsidian/pm-growth/marketing-psychology/marketing-psychology.md +74 -0
  316. package/exports/obsidian/pm-growth/paywall-optimization/paywall-optimization.md +68 -0
  317. package/exports/obsidian/pm-growth/programmatic-seo/programmatic-seo.md +66 -0
  318. package/exports/obsidian/pm-growth/referral-program/referral-program.md +74 -0
  319. package/exports/obsidian/pm-growth/schema-markup/schema-markup.md +71 -0
  320. package/exports/obsidian/pm-money/budget-builder/budget-builder.md +77 -0
  321. package/exports/obsidian/pm-money/debt-payoff-plan/debt-payoff-plan.md +72 -0
  322. package/exports/obsidian/pm-money/expense-audit/expense-audit.md +72 -0
  323. package/exports/obsidian/pm-money/investing-policy-statement/investing-policy-statement.md +78 -0
  324. package/exports/obsidian/pm-money/net-worth-statement/net-worth-statement.md +80 -0
  325. package/exports/obsidian/pm-money/savings-goal-plan/savings-goal-plan.md +72 -0
  326. package/exports/obsidian/pm-planning/roadmap-narrative/roadmap-narrative.md +14 -0
  327. package/exports/obsidian/pm-qa/api-test-plan/api-test-plan.md +79 -0
  328. package/exports/obsidian/pm-qa/bug-report/bug-report.md +69 -0
  329. package/exports/obsidian/pm-qa/exploratory-test-charter/exploratory-test-charter.md +75 -0
  330. package/exports/obsidian/pm-qa/qa-release-signoff/qa-release-signoff.md +73 -0
  331. package/exports/obsidian/pm-qa/regression-test-plan/regression-test-plan.md +77 -0
  332. package/exports/obsidian/pm-qa/test-case-writer/test-case-writer.md +74 -0
  333. package/exports/obsidian/pm-realestate/comparative-market-analysis/comparative-market-analysis.md +81 -0
  334. package/exports/obsidian/pm-realestate/open-house-plan/open-house-plan.md +80 -0
  335. package/exports/obsidian/pm-realestate/property-investment-analysis/property-investment-analysis.md +84 -0
  336. package/exports/obsidian/pm-realestate/property-listing/property-listing.md +74 -0
  337. package/exports/obsidian/pm-realestate/property-offer-letter/property-offer-letter.md +73 -0
  338. package/exports/obsidian/pm-realestate/tenant-screening-guide/tenant-screening-guide.md +84 -0
  339. package/exports/roo/README.md +38 -1
  340. package/exports/roo/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  341. package/exports/roo/pm-craft/code-review-guide/code-review-guide.md +59 -0
  342. package/exports/roo/pm-craft/pr-description/pr-description.md +54 -0
  343. package/exports/roo/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  344. package/exports/roo/pm-craft/session-handoff/session-handoff.md +54 -0
  345. package/exports/roo/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  346. package/exports/roo/pm-cross/brief-builder/brief-builder.md +63 -0
  347. package/exports/roo/pm-data/cohort-analysis/cohort-analysis.md +14 -0
  348. package/exports/roo/pm-data/metric-tree-builder/metric-tree-builder.md +12 -0
  349. package/exports/roo/pm-devrel/changelog-writer/changelog-writer.md +54 -0
  350. package/exports/roo/pm-devrel/conference-talk-proposal/conference-talk-proposal.md +53 -0
  351. package/exports/roo/pm-devrel/contributor-guide/contributor-guide.md +65 -0
  352. package/exports/roo/pm-devrel/docs-quickstart/docs-quickstart.md +61 -0
  353. package/exports/roo/pm-devrel/launch-post/launch-post.md +53 -0
  354. package/exports/roo/pm-devrel/readme-writer/readme-writer.md +65 -0
  355. package/exports/roo/pm-engineering/incident-postmortem/incident-postmortem.md +15 -0
  356. package/exports/roo/pm-growth/co-marketing/co-marketing.md +56 -0
  357. package/exports/roo/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  358. package/exports/roo/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  359. package/exports/roo/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  360. package/exports/roo/pm-growth/referral-program/referral-program.md +59 -0
  361. package/exports/roo/pm-growth/schema-markup/schema-markup.md +56 -0
  362. package/exports/roo/pm-money/budget-builder/budget-builder.md +62 -0
  363. package/exports/roo/pm-money/debt-payoff-plan/debt-payoff-plan.md +57 -0
  364. package/exports/roo/pm-money/expense-audit/expense-audit.md +57 -0
  365. package/exports/roo/pm-money/investing-policy-statement/investing-policy-statement.md +63 -0
  366. package/exports/roo/pm-money/net-worth-statement/net-worth-statement.md +65 -0
  367. package/exports/roo/pm-money/savings-goal-plan/savings-goal-plan.md +57 -0
  368. package/exports/roo/pm-planning/roadmap-narrative/roadmap-narrative.md +14 -0
  369. package/exports/roo/pm-qa/api-test-plan/api-test-plan.md +64 -0
  370. package/exports/roo/pm-qa/bug-report/bug-report.md +54 -0
  371. package/exports/roo/pm-qa/exploratory-test-charter/exploratory-test-charter.md +60 -0
  372. package/exports/roo/pm-qa/qa-release-signoff/qa-release-signoff.md +58 -0
  373. package/exports/roo/pm-qa/regression-test-plan/regression-test-plan.md +62 -0
  374. package/exports/roo/pm-qa/test-case-writer/test-case-writer.md +59 -0
  375. package/exports/roo/pm-realestate/comparative-market-analysis/comparative-market-analysis.md +66 -0
  376. package/exports/roo/pm-realestate/open-house-plan/open-house-plan.md +65 -0
  377. package/exports/roo/pm-realestate/property-investment-analysis/property-investment-analysis.md +69 -0
  378. package/exports/roo/pm-realestate/property-listing/property-listing.md +59 -0
  379. package/exports/roo/pm-realestate/property-offer-letter/property-offer-letter.md +58 -0
  380. package/exports/roo/pm-realestate/tenant-screening-guide/tenant-screening-guide.md +69 -0
  381. package/exports/windsurf/README.md +38 -1
  382. package/exports/windsurf/pm-craft/bug-diagnosis/bug-diagnosis.md +59 -0
  383. package/exports/windsurf/pm-craft/code-review-guide/code-review-guide.md +64 -0
  384. package/exports/windsurf/pm-craft/pr-description/pr-description.md +59 -0
  385. package/exports/windsurf/pm-craft/refactoring-plan/refactoring-plan.md +60 -0
  386. package/exports/windsurf/pm-craft/session-handoff/session-handoff.md +59 -0
  387. package/exports/windsurf/pm-craft/tdd-workflow/tdd-workflow.md +58 -0
  388. package/exports/windsurf/pm-cross/brief-builder/brief-builder.md +68 -0
  389. package/exports/windsurf/pm-data/cohort-analysis/cohort-analysis.md +14 -0
  390. package/exports/windsurf/pm-data/metric-tree-builder/metric-tree-builder.md +12 -0
  391. package/exports/windsurf/pm-devrel/changelog-writer/changelog-writer.md +59 -0
  392. package/exports/windsurf/pm-devrel/conference-talk-proposal/conference-talk-proposal.md +58 -0
  393. package/exports/windsurf/pm-devrel/contributor-guide/contributor-guide.md +70 -0
  394. package/exports/windsurf/pm-devrel/docs-quickstart/docs-quickstart.md +66 -0
  395. package/exports/windsurf/pm-devrel/launch-post/launch-post.md +58 -0
  396. package/exports/windsurf/pm-devrel/readme-writer/readme-writer.md +70 -0
  397. package/exports/windsurf/pm-engineering/incident-postmortem/incident-postmortem.md +15 -0
  398. package/exports/windsurf/pm-growth/co-marketing/co-marketing.md +61 -0
  399. package/exports/windsurf/pm-growth/marketing-psychology/marketing-psychology.md +64 -0
  400. package/exports/windsurf/pm-growth/paywall-optimization/paywall-optimization.md +58 -0
  401. package/exports/windsurf/pm-growth/programmatic-seo/programmatic-seo.md +56 -0
  402. package/exports/windsurf/pm-growth/referral-program/referral-program.md +64 -0
  403. package/exports/windsurf/pm-growth/schema-markup/schema-markup.md +61 -0
  404. package/exports/windsurf/pm-money/budget-builder/budget-builder.md +67 -0
  405. package/exports/windsurf/pm-money/debt-payoff-plan/debt-payoff-plan.md +62 -0
  406. package/exports/windsurf/pm-money/expense-audit/expense-audit.md +62 -0
  407. package/exports/windsurf/pm-money/investing-policy-statement/investing-policy-statement.md +68 -0
  408. package/exports/windsurf/pm-money/net-worth-statement/net-worth-statement.md +70 -0
  409. package/exports/windsurf/pm-money/savings-goal-plan/savings-goal-plan.md +62 -0
  410. package/exports/windsurf/pm-planning/roadmap-narrative/roadmap-narrative.md +14 -0
  411. package/exports/windsurf/pm-qa/api-test-plan/api-test-plan.md +69 -0
  412. package/exports/windsurf/pm-qa/bug-report/bug-report.md +59 -0
  413. package/exports/windsurf/pm-qa/exploratory-test-charter/exploratory-test-charter.md +65 -0
  414. package/exports/windsurf/pm-qa/qa-release-signoff/qa-release-signoff.md +63 -0
  415. package/exports/windsurf/pm-qa/regression-test-plan/regression-test-plan.md +67 -0
  416. package/exports/windsurf/pm-qa/test-case-writer/test-case-writer.md +64 -0
  417. package/exports/windsurf/pm-realestate/comparative-market-analysis/comparative-market-analysis.md +71 -0
  418. package/exports/windsurf/pm-realestate/open-house-plan/open-house-plan.md +70 -0
  419. package/exports/windsurf/pm-realestate/property-investment-analysis/property-investment-analysis.md +74 -0
  420. package/exports/windsurf/pm-realestate/property-listing/property-listing.md +64 -0
  421. package/exports/windsurf/pm-realestate/property-offer-letter/property-offer-letter.md +63 -0
  422. package/exports/windsurf/pm-realestate/tenant-screening-guide/tenant-screening-guide.md +74 -0
  423. package/exports/zed/README.md +38 -1
  424. package/exports/zed/pm-craft/bug-diagnosis/bug-diagnosis.md +54 -0
  425. package/exports/zed/pm-craft/code-review-guide/code-review-guide.md +59 -0
  426. package/exports/zed/pm-craft/pr-description/pr-description.md +54 -0
  427. package/exports/zed/pm-craft/refactoring-plan/refactoring-plan.md +55 -0
  428. package/exports/zed/pm-craft/session-handoff/session-handoff.md +54 -0
  429. package/exports/zed/pm-craft/tdd-workflow/tdd-workflow.md +53 -0
  430. package/exports/zed/pm-cross/brief-builder/brief-builder.md +63 -0
  431. package/exports/zed/pm-data/cohort-analysis/cohort-analysis.md +14 -0
  432. package/exports/zed/pm-data/metric-tree-builder/metric-tree-builder.md +12 -0
  433. package/exports/zed/pm-devrel/changelog-writer/changelog-writer.md +54 -0
  434. package/exports/zed/pm-devrel/conference-talk-proposal/conference-talk-proposal.md +53 -0
  435. package/exports/zed/pm-devrel/contributor-guide/contributor-guide.md +65 -0
  436. package/exports/zed/pm-devrel/docs-quickstart/docs-quickstart.md +61 -0
  437. package/exports/zed/pm-devrel/launch-post/launch-post.md +53 -0
  438. package/exports/zed/pm-devrel/readme-writer/readme-writer.md +65 -0
  439. package/exports/zed/pm-engineering/incident-postmortem/incident-postmortem.md +15 -0
  440. package/exports/zed/pm-growth/co-marketing/co-marketing.md +56 -0
  441. package/exports/zed/pm-growth/marketing-psychology/marketing-psychology.md +59 -0
  442. package/exports/zed/pm-growth/paywall-optimization/paywall-optimization.md +53 -0
  443. package/exports/zed/pm-growth/programmatic-seo/programmatic-seo.md +51 -0
  444. package/exports/zed/pm-growth/referral-program/referral-program.md +59 -0
  445. package/exports/zed/pm-growth/schema-markup/schema-markup.md +56 -0
  446. package/exports/zed/pm-money/budget-builder/budget-builder.md +62 -0
  447. package/exports/zed/pm-money/debt-payoff-plan/debt-payoff-plan.md +57 -0
  448. package/exports/zed/pm-money/expense-audit/expense-audit.md +57 -0
  449. package/exports/zed/pm-money/investing-policy-statement/investing-policy-statement.md +63 -0
  450. package/exports/zed/pm-money/net-worth-statement/net-worth-statement.md +65 -0
  451. package/exports/zed/pm-money/savings-goal-plan/savings-goal-plan.md +57 -0
  452. package/exports/zed/pm-planning/roadmap-narrative/roadmap-narrative.md +14 -0
  453. package/exports/zed/pm-qa/api-test-plan/api-test-plan.md +64 -0
  454. package/exports/zed/pm-qa/bug-report/bug-report.md +54 -0
  455. package/exports/zed/pm-qa/exploratory-test-charter/exploratory-test-charter.md +60 -0
  456. package/exports/zed/pm-qa/qa-release-signoff/qa-release-signoff.md +58 -0
  457. package/exports/zed/pm-qa/regression-test-plan/regression-test-plan.md +62 -0
  458. package/exports/zed/pm-qa/test-case-writer/test-case-writer.md +59 -0
  459. package/exports/zed/pm-realestate/comparative-market-analysis/comparative-market-analysis.md +66 -0
  460. package/exports/zed/pm-realestate/open-house-plan/open-house-plan.md +65 -0
  461. package/exports/zed/pm-realestate/property-investment-analysis/property-investment-analysis.md +69 -0
  462. package/exports/zed/pm-realestate/property-listing/property-listing.md +59 -0
  463. package/exports/zed/pm-realestate/property-offer-letter/property-offer-letter.md +58 -0
  464. package/exports/zed/pm-realestate/tenant-screening-guide/tenant-screening-guide.md +69 -0
  465. package/package.json +2 -1
  466. package/skills/api-test-plan/SKILL.md +69 -0
  467. package/skills/brief-builder/SKILL.md +68 -0
  468. package/skills/budget-builder/SKILL.md +67 -0
  469. package/skills/bug-diagnosis/SKILL.md +59 -0
  470. package/skills/bug-report/SKILL.md +59 -0
  471. package/skills/changelog-writer/SKILL.md +59 -0
  472. package/skills/co-marketing/SKILL.md +61 -0
  473. package/skills/code-review-guide/SKILL.md +64 -0
  474. package/skills/cohort-analysis/SKILL.md +14 -0
  475. package/skills/comparative-market-analysis/SKILL.md +71 -0
  476. package/skills/conference-talk-proposal/SKILL.md +58 -0
  477. package/skills/contributor-guide/SKILL.md +70 -0
  478. package/skills/debt-payoff-plan/SKILL.md +62 -0
  479. package/skills/docs-quickstart/SKILL.md +66 -0
  480. package/skills/expense-audit/SKILL.md +62 -0
  481. package/skills/exploratory-test-charter/SKILL.md +65 -0
  482. package/skills/incident-postmortem/SKILL.md +15 -0
  483. package/skills/investing-policy-statement/SKILL.md +68 -0
  484. package/skills/launch-post/SKILL.md +58 -0
  485. package/skills/marketing-psychology/SKILL.md +64 -0
  486. package/skills/metric-tree-builder/SKILL.md +12 -0
  487. package/skills/net-worth-statement/SKILL.md +70 -0
  488. package/skills/open-house-plan/SKILL.md +70 -0
  489. package/skills/paywall-optimization/SKILL.md +58 -0
  490. package/skills/pr-description/SKILL.md +59 -0
  491. package/skills/programmatic-seo/SKILL.md +56 -0
  492. package/skills/property-investment-analysis/SKILL.md +74 -0
  493. package/skills/property-listing/SKILL.md +64 -0
  494. package/skills/property-offer-letter/SKILL.md +63 -0
  495. package/skills/qa-release-signoff/SKILL.md +63 -0
  496. package/skills/readme-writer/SKILL.md +70 -0
  497. package/skills/refactoring-plan/SKILL.md +60 -0
  498. package/skills/referral-program/SKILL.md +64 -0
  499. package/skills/regression-test-plan/SKILL.md +67 -0
  500. package/skills/roadmap-narrative/SKILL.md +14 -0
  501. package/skills/savings-goal-plan/SKILL.md +62 -0
  502. package/skills/schema-markup/SKILL.md +61 -0
  503. package/skills/session-handoff/SKILL.md +59 -0
  504. package/skills/tdd-workflow/SKILL.md +58 -0
  505. package/skills/tenant-screening-guide/SKILL.md +74 -0
  506. package/skills/test-case-writer/SKILL.md +64 -0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🧠 PM Skills — 354 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
1
+ # 🧠 PM Skills — 391 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-354-blue)](https://github.com/mohitagw15856/pm-claude-skills)
12
+ [![Skills](https://img.shields.io/badge/skills-391-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=354+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=391+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
 
@@ -39,7 +39,7 @@
39
39
  <strong>🎉 Now published in the official <a href="https://www.anthropic.com/">Anthropic</a> Claude plugin directory</strong> — install it straight from the <code>/plugin</code> marketplace in Claude Code.
40
40
  </p>
41
41
 
42
- > **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.
42
+ > **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 **25 professions**, not just product management. One source, every AI tool.
43
43
 
44
44
  > **🆕 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.
45
45
 
@@ -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
- > 354 professional skills + 4 agent templates across 51 bundles covering 23 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
59
+ > 391 professional skills + 4 agent templates across 56 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 — v32.0.0 (4 new bundles, 24 skills):** new domains the library didn't cover. **🛒 E-commerce & Retail** (product descriptions, marketplace/Amazon SEO, returns policy, promo plans with the margin math, review replies, category pages), **✍️ UX Writing & Content Design** (microcopy, error & empty states, product naming, content style guide, onboarding copy), **🧑‍💼 Recruiting & Sourcing** (boolean/X-ray search, candidate outreach, interview banks, scorecards, offers, sourcing strategy), and **🧾 Accounting & Bookkeeping** (invoices, expense policy, collections sequences, statement explainer, bookkeeping, 13-week cash flow). *Earlier (v31.x):* the **🎨 `pm-visuals` bundle** (live Mermaid/charts PNG/SVG, Present mode) and the **🌍 `pm-localization` pack** + bilingual UI. **354 skills across 51 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. **391 skills across 56 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 354 skills](#️-all-354-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 391 skills](#️-all-391-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-354-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-391-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 354 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 391 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 — 354 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 — 391 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 354 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 391 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 354 skills**](#️-all-354-skills) grouped by profession.
178
+ > New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 391 skills**](#️-all-391-skills) grouped by profession.
179
179
 
180
180
  </details>
181
181
 
@@ -263,7 +263,7 @@ The bot runs the skill and posts the result as a reply. `/skill list` shows usag
263
263
 
264
264
  **Grounded in canonical frameworks.** These aren't invented prompts — each skill encodes a proven method and cites it: RICE (Intercom), Jobs-to-be-Done (Christensen), Continuous Discovery (Teresa Torres), Porter's Five Forces, the Pyramid Principle (Minto), Google SRE, WCAG, *Obviously Awesome* (April Dunford), and more. The source shows as a **"📚 Based on"** line on every [skill page](https://mohitagw15856.github.io/pm-claude-skills/skill/rice-prioritisation.html) and in the Playground.
265
265
 
266
- **And measured, not just claimed.** An [eval harness](evals/) runs each skill against a held-out test case, then an LLM judge (Opus 4.8) rates the output on four dimensions — **structure, completeness, usefulness, grounding** — averaged across two models. **208 skills are eval-scored** today (and climbing); the rest are reviewed against the [authoring standard](SKILL-AUTHORING-STANDARD.md). A **[regression gate](.github/workflows/skill-pr-check.yml)** then blocks any PR that drops a skill's score, so quality can't quietly rot as models change.
266
+ **And measured, not just claimed.** An [eval harness](evals/) runs each skill against a held-out test case, then an LLM judge (Opus 4.8) rates the output on four dimensions — **structure, completeness, usefulness, grounding** — averaged across two models. **208 skills are eval-scored** today (and climbing); the rest are reviewed against the [authoring standard](SKILL-AUTHORING-STANDARD.md). PRs are auto-checked for **structure**; eval scoring is run deliberately (after merge) via the [**Evaluate selected bundles**](.github/workflows/eval-bundles.yml) Action and published to the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
267
267
 
268
268
  **The qualitative half — real time saved.** Scores measure quality; **[case studies](CASE_STUDIES.md)** measure outcomes. See the kind of before → after a skill delivers (PRD: ~2 days → ~25 min), and **[add your own 2-minute ROI story](../../issues/new?template=roi-story.yml)** — we'll feature it.
269
269
 
@@ -283,7 +283,7 @@ That's not luck — it's a [self-improving pipeline](scripts/improve-skill.mjs)
283
283
 
284
284
  **Already have a draft?** Flip on **📝 Critique mode** in the Playground — or use the standalone [**Grade your work**](https://mohitagw15856.github.io/pm-claude-skills/grade.html) tool — to paste an existing PRD/roadmap/update and get a rubric score, ranked gaps, and a redline graded against the skill's framework. Before you ship, run [**`/red-team`**](skills/red-team-review/SKILL.md) to stress-test the plan against a room of hostile expert personas.
285
285
 
286
- This whole thing is an open, reproducible **[benchmark for AI professional work](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html)** — and it's *eval-gated*: every contributed skill is auto-checked for structure and scored on the rubric. The easiest way to add one is **[Skill Studio](https://mohitagw15856.github.io/pm-claude-skills/studio.html)** — describe a skill in your browser, generate a compliant `SKILL.md`, and open a pull request in one click ([or use the form →](https://github.com/mohitagw15856/pm-claude-skills/issues/new?template=submit-skill.yml)).
286
+ This whole thing is an open, reproducible **[benchmark for AI professional work](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html)**: every contributed skill is auto-checked for structure on its PR, then eval-scored on the rubric after merge. The easiest way to add one is **[Skill Studio](https://mohitagw15856.github.io/pm-claude-skills/studio.html)** — describe a skill in your browser, generate a compliant `SKILL.md`, and open a pull request in one click ([or use the form →](https://github.com/mohitagw15856/pm-claude-skills/issues/new?template=submit-skill.yml)).
287
287
 
288
288
  </details>
289
289
 
@@ -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 | **354**, across 23 professions | a handful → dozens, usually one domain |
301
+ | Skills | **391**, 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 354 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 391 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 354
332
+ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 391
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 354 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 391 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 354 skills reach you through every channel — pick whatever fits your stack:
402
+ The same 391 skills reach you through every channel — pick whatever fits your stack:
403
403
 
404
404
  | Channel | Get it |
405
405
  |---|---|
@@ -413,7 +413,7 @@ The same 354 skills reach you through every channel — pick whatever fits your
413
413
  | 🖥️ **IDE rules** | Generated exports for **Cursor, Windsurf, Aider, Cline, Continue, Zed, Roo, Kilo Code** — [`exports/`](exports/) |
414
414
  | 🤖 **Agents & answer engines** | [`llms.txt`](https://mohitagw15856.github.io/pm-claude-skills/llms.txt) makes the whole library discoverable & citable |
415
415
 
416
- > **208 of 354 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
416
+ > **208 of 391 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
417
417
 
418
418
  > 🧠 **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
419
 
@@ -435,7 +435,7 @@ There are two kinds of support. **Native `SKILL.md` agents** read the file as-is
435
435
  auto-discover skills from the `description` frontmatter. **Other tools** take the markdown
436
436
  body as a system prompt — for those we ship ready-made [exports](#ready-to-use-exports).
437
437
 
438
- **In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 354 skills into the Command Palette — search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
438
+ **In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 391 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
439
 
440
440
  | Platform | How it works | Auto-trigger? |
441
441
  |---|---|---|
@@ -595,7 +595,7 @@ ANTHROPIC_API_KEY=sk-ant-… npx pm-claude-skills generate --from ./team-process
595
595
 
596
596
  **🏆 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
597
 
598
- > **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 354 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.
598
+ > **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 391 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
599
 
600
600
  </details>
601
601
 
@@ -691,7 +691,7 @@ Not sure which plugin to install? Here's what each one covers:
691
691
 
692
692
  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
693
 
694
- This library is the largest open-source collection of professional skills available — covering 20 professions beyond financial services. **The 354 skills here are the building blocks for agent templates outside of finance.**
694
+ This library is the largest open-source collection of professional skills available — covering 20 professions beyond financial services. **The 391 skills here are the building blocks for agent templates outside of finance.**
695
695
 
696
696
  ### What is an agent template?
697
697
 
@@ -771,7 +771,7 @@ More templates will follow. If you want to contribute one, see the [template con
771
771
  <details>
772
772
  <summary>Read more ↓</summary>
773
773
 
774
- **Latest: v32.0.0 — 4 new bundles, 24 skills (E-commerce, UX Writing, Recruiting, Accounting).** 354 skills across 51 bundles, 23 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
774
+ **Latest: v32.0.0 — 4 new bundles, 24 skills (E-commerce, UX Writing, Recruiting, Accounting).** 391 skills across 56 bundles, 25 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
775
775
 
776
776
  Full [Keep a Changelog](https://keepachangelog.com/)-format history — every release back to the start — is in **[CHANGELOG.md](CHANGELOG.md)**.
777
777
 
@@ -819,7 +819,7 @@ This repo was built alongside a published 16-part article series on Medium.
819
819
  <details>
820
820
  <summary>Read more ↓</summary>
821
821
 
822
- A 354-skill library doesn't have 354 equally-mature skills, and pretending otherwise
822
+ A 391-skill library doesn't have 391 equally-mature skills, and pretending otherwise
823
823
  wastes your time. Skills are tiered honestly so you can start with the best work:
824
824
 
825
825
  - 🟢 **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 +834,7 @@ If you're new, install `pm-essentials` and try a couple of Production-Ready skil
834
834
 
835
835
  ---
836
836
 
837
- ## 🗂️ All 354 Skills
837
+ ## 🗂️ All 391 Skills
838
838
 
839
839
  <details>
840
840
  <summary>Read more ↓</summary>
@@ -865,6 +865,9 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
865
865
  | 📱 Social Media | `pm-social` | 5 | `social-media-strategy` |
866
866
  | ✍️ Writers & Content | `pm-writers` | 6 | `aeo-optimizer` |
867
867
  | 🎨 Visuals & Diagrams | `pm-visuals` 🆕 | 11 | `flowchart` · `architecture-diagram` · `gantt-roadmap` · `chart` |
868
+ | 💰 Personal Finance | `pm-money` 🆕 | 6 | `budget-builder` · `debt-payoff-plan` · `net-worth-statement` |
869
+ | 🛠️ Developer Relations | `pm-devrel` 🆕 | 6 | `launch-post` · `readme-writer` · `changelog-writer` |
870
+ | 🧑‍🔧 Engineering Craft | `pm-craft` 🆕 | 6 | `tdd-workflow` · `bug-diagnosis` · `code-review-guide` |
868
871
 
869
872
  > Full per-skill detail (folder paths, descriptions, "🆕" markers) lives in **[SKILLS.md](SKILLS.md)**.
870
873
 
@@ -877,7 +880,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
877
880
  <details>
878
881
  <summary>Read more ↓</summary>
879
882
 
880
- Building and maintaining 354 skills across 51 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
+ Building and maintaining 391 skills across 56 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
881
884
 
882
885
  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)).
883
886
 
@@ -909,7 +912,7 @@ pull request**, and once it's merged you earn a badge to show off in your own re
909
912
  ```
910
913
 
911
914
  Community listings live in their authors' own repos and are **community-maintained — not
912
- eval-scored or security-audited** (that's the [curated library](#️-all-354-skills) above). Want
915
+ eval-scored or security-audited** (that's the [curated library](#️-all-391-skills) above). Want
913
916
  your skill *in* the curated library instead? See **Contributing** below.
914
917
 
915
918
  ---
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 **354 skills** to:
11
+ Currently exporting **391 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
- 354 skills exported. Copy a `.mdc rule` into the tool to use it.
6
+ 391 skills exported. Copy a `.mdc rule` into the tool to use it.
7
7
 
8
8
  | Skill | Bundle | Path |
9
9
  |---|---|---|
@@ -24,6 +24,7 @@
24
24
  | Ambiguity Resolver | `pm-strategy` | `pm-strategy/ambiguity-resolver/ambiguity-resolver.md` |
25
25
  | Announcement Card | `pm-visuals` | `pm-visuals/announcement-card/announcement-card.md` |
26
26
  | API Docs Writer | `pm-engineering` | `pm-engineering/api-docs-writer/api-docs-writer.md` |
27
+ | API Test Plan | `pm-qa` | `pm-qa/api-test-plan/api-test-plan.md` |
27
28
  | API Versioning Strategy | `pm-engineering` | `pm-engineering/api-versioning-strategy/api-versioning-strategy.md` |
28
29
  | Apology Letter | `pm-crisis` | `pm-crisis/apology-letter/apology-letter.md` |
29
30
  | Architecture Decision Record (ADR) | `pm-engineering` | `pm-engineering/architecture-decision-record/architecture-decision-record.md` |
@@ -34,7 +35,11 @@
34
35
  | Bookkeeping Categorization | `pm-accounting` | `pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md` |
35
36
  | Boolean Search Builder | `pm-recruiting` | `pm-recruiting/boolean-search-builder/boolean-search-builder.md` |
36
37
  | Brag Doc | `pm-career` | `pm-career/brag-doc/brag-doc.md` |
38
+ | Brief Builder | `pm-cross` | `pm-cross/brief-builder/brief-builder.md` |
39
+ | Budget Builder | `pm-money` | `pm-money/budget-builder/budget-builder.md` |
37
40
  | Budget Variance Analysis | `pm-finance` | `pm-finance/budget-variance-analysis/budget-variance-analysis.md` |
41
+ | Bug Diagnosis | `pm-craft` | `pm-craft/bug-diagnosis/bug-diagnosis.md` |
42
+ | Bug Report | `pm-qa` | `pm-qa/bug-report/bug-report.md` |
38
43
  | Candidate Scorecard | `pm-recruiting` | `pm-recruiting/candidate-scorecard/candidate-scorecard.md` |
39
44
  | Cap Table Explainer | `pm-founders` | `pm-founders/cap-table-explainer/cap-table-explainer.md` |
40
45
  | Capacity Planning | `pm-engineering` | `pm-engineering/capacity-planning/capacity-planning.md` |
@@ -46,6 +51,7 @@
46
51
  | Category Page Brief | `pm-ecommerce` | `pm-ecommerce/category-page-brief/category-page-brief.md` |
47
52
  | Change Management Plan | `pm-hr` | `pm-hr/change-management-plan/change-management-plan.md` |
48
53
  | Changelog Generator | `pm-engineering` | `pm-engineering/changelog-generator/changelog-generator.md` |
54
+ | Changelog Writer | `pm-devrel` | `pm-devrel/changelog-writer/changelog-writer.md` |
49
55
  | Chart | `pm-visuals` | `pm-visuals/chart/chart.md` |
50
56
  | Chart Data Extractor | `pm-data` | `pm-data/chart-data-extractor/chart-data-extractor.md` |
51
57
  | Churn Analysis | `pm-cs` | `pm-cs/churn-analysis/churn-analysis.md` |
@@ -55,25 +61,30 @@
55
61
  | Client Discovery | `pm-consulting` | `pm-consulting/client-discovery/client-discovery.md` |
56
62
  | Clinical Case Summary | `pm-research` | `pm-research/clinical-case-summary/clinical-case-summary.md` |
57
63
  | Clinical Trial Protocol | `pm-health` | `pm-health/clinical-trial-protocol/clinical-trial-protocol.md` |
64
+ | Co-Marketing | `pm-growth` | `pm-growth/co-marketing/co-marketing.md` |
58
65
  | Code Explainer | `pm-engineering` | `pm-engineering/code-explainer/code-explainer.md` |
59
66
  | Code Review Checklist | `pm-engineering` | `pm-engineering/code-review-checklist/code-review-checklist.md` |
67
+ | Code Review Guide | `pm-craft` | `pm-craft/code-review-guide/code-review-guide.md` |
60
68
  | Cohort Analysis | `pm-data` | `pm-data/cohort-analysis/cohort-analysis.md` |
61
69
  | Cold Email | `pm-copy` | `pm-copy/cold-email/cold-email.md` |
62
70
  | Collections Email | `pm-accounting` | `pm-accounting/collections-email/collections-email.md` |
63
71
  | Community Management Playbook | `pm-social` | `pm-social/community-management-playbook/community-management-playbook.md` |
64
72
  | Company Brief | `pm-jobsearch` | `pm-jobsearch/company-brief/company-brief.md` |
73
+ | Comparative Market Analysis | `pm-realestate` | `pm-realestate/comparative-market-analysis/comparative-market-analysis.md` |
65
74
  | Competitive Analysis | `pm-essentials` | `pm-essentials/competitive-analysis/competitive-analysis.md` |
66
75
  | Competitive Intelligence Monitor | `pm-strategy` | `pm-strategy/competitive-intelligence-monitor/competitive-intelligence-monitor.md` |
67
76
  | Competitor Signal Tracker | `pm-strategy` | `pm-strategy/competitor-signal-tracker/competitor-signal-tracker.md` |
68
77
  | Competitor Teardown | `pm-gtm` | `pm-gtm/competitor-teardown/competitor-teardown.md` |
69
78
  | Complaint Letter | `pm-lifeadmin` | `pm-lifeadmin/complaint-letter/complaint-letter.md` |
70
79
  | Compliance Checklist | `pm-legal` | `pm-legal/compliance-checklist/compliance-checklist.md` |
80
+ | Conference Talk Proposal | `pm-devrel` | `pm-devrel/conference-talk-proposal/conference-talk-proposal.md` |
71
81
  | Consulting Proposal | `pm-consulting` | `pm-consulting/consulting-proposal/consulting-proposal.md` |
72
82
  | Content Calendar | `pm-gtm` | `pm-gtm/content-calendar/content-calendar.md` |
73
83
  | Content Repurposer | `pm-creator` | `pm-creator/content-repurposer/content-repurposer.md` |
74
84
  | Content Style Guide | `pm-uxwriting` | `pm-uxwriting/content-style-guide/content-style-guide.md` |
75
85
  | Context Mode | `pm-engineering` | `pm-engineering/context-mode/context-mode.md` |
76
86
  | Contract Review | `pm-legal` | `pm-legal/contract-review/contract-review.md` |
87
+ | Contributor Guide | `pm-devrel` | `pm-devrel/contributor-guide/contributor-guide.md` |
77
88
  | Conversion Rate Optimization | `pm-growth` | `pm-growth/conversion-rate-optimization/conversion-rate-optimization.md` |
78
89
  | Cover Letter | `pm-personal` | `pm-personal/cover-letter/cover-letter.md` |
79
90
  | Creator Brand Kit | `pm-creator` | `pm-creator/creator-brand-kit/creator-brand-kit.md` |
@@ -95,6 +106,7 @@
95
106
  | Database Schema Design | `pm-engineering` | `pm-engineering/database-schema-design/database-schema-design.md` |
96
107
  | Dataset Datasheet | `pm-ai` | `pm-ai/dataset-datasheet/dataset-datasheet.md` |
97
108
  | dbt Model Spec | `pm-dataeng` | `pm-dataeng/dbt-model-spec/dbt-model-spec.md` |
109
+ | Debt Payoff Plan | `pm-money` | `pm-money/debt-payoff-plan/debt-payoff-plan.md` |
98
110
  | Debugging Log Analyser | `pm-engineering` | `pm-engineering/debugging-log-analyser/debugging-log-analyser.md` |
99
111
  | Decision Memo | `pm-business` | `pm-business/decision-memo/decision-memo.md` |
100
112
  | Demand Letter | `pm-legal` | `pm-legal/demand-letter/demand-letter.md` |
@@ -110,6 +122,7 @@
110
122
  | Discovery Call Prep | `pm-sales` | `pm-sales/discovery-call-prep/discovery-call-prep.md` |
111
123
  | Discovery Interview Guide | `pm-discovery` | `pm-discovery/discovery-interview-guide/discovery-interview-guide.md` |
112
124
  | Dispute Letter | `pm-lifeadmin` | `pm-lifeadmin/dispute-letter/dispute-letter.md` |
125
+ | Docs Quickstart | `pm-devrel` | `pm-devrel/docs-quickstart/docs-quickstart.md` |
113
126
  | Word Doc Tracked Changes | `pm-essentials` | `pm-essentials/docx-tracked-changes/docx-tracked-changes.md` |
114
127
  | Donor Update | `pm-nonprofit` | `pm-nonprofit/donor-update/donor-update.md` |
115
128
  | Email Campaign | `pm-gtm` | `pm-gtm/email-campaign/email-campaign.md` |
@@ -129,9 +142,11 @@
129
142
  | Executive Presence | `pm-comms` | `pm-comms/executive-presence/executive-presence.md` |
130
143
  | Executive Summary | `pm-cross` | `pm-cross/executive-summary/executive-summary.md` |
131
144
  | Executive Update | `pm-strategy` | `pm-strategy/executive-update/executive-update.md` |
145
+ | Expense Audit | `pm-money` | `pm-money/expense-audit/expense-audit.md` |
132
146
  | Expense Policy | `pm-accounting` | `pm-accounting/expense-policy/expense-policy.md` |
133
147
  | Experiment Designer | `pm-advanced` | `pm-advanced/experiment-designer/experiment-designer.md` |
134
148
  | Experiment Readout | `pm-dataeng` | `pm-dataeng/experiment-readout/experiment-readout.md` |
149
+ | Exploratory Test Charter | `pm-qa` | `pm-qa/exploratory-test-charter/exploratory-test-charter.md` |
135
150
  | Feature Flag Guide | `pm-engineering` | `pm-engineering/feature-flag-guide/feature-flag-guide.md` |
136
151
  | Feature Prioritisation | `pm-planning` | `pm-planning/feature-prioritisation/feature-prioritisation.md` |
137
152
  | Figma Annotation Guide | `pm-figma` | `pm-figma/figma-annotation-guide/figma-annotation-guide.md` |
@@ -176,6 +191,7 @@
176
191
  | Insurance Claim | `pm-lifeadmin` | `pm-lifeadmin/insurance-claim/insurance-claim.md` |
177
192
  | Interview Prep | `pm-jobsearch` | `pm-jobsearch/interview-prep/interview-prep.md` |
178
193
  | Interview Question Bank | `pm-recruiting` | `pm-recruiting/interview-question-bank/interview-question-bank.md` |
194
+ | Investing Policy Statement | `pm-money` | `pm-money/investing-policy-statement/investing-policy-statement.md` |
179
195
  | Investor Cold Email | `pm-founders` | `pm-founders/investor-cold-email/investor-cold-email.md` |
180
196
  | Investor Pitch Deck | `pm-finance` | `pm-finance/investor-pitch-deck/investor-pitch-deck.md` |
181
197
  | Investor Update | `pm-business` | `pm-business/investor-update/investor-update.md` |
@@ -188,6 +204,7 @@
188
204
  | Knowledge Base Audit | `pm-support` | `pm-support/kb-audit/kb-audit.md` |
189
205
  | Landing Page Copy | `pm-copy` | `pm-copy/landing-page-copy/landing-page-copy.md` |
190
206
  | Last 30 Days Research | `pm-cross` | `pm-cross/last-30-days-research/last-30-days-research.md` |
207
+ | Launch Post | `pm-devrel` | `pm-devrel/launch-post/launch-post.md` |
191
208
  | Launch Readiness | `pm-delivery` | `pm-delivery/launch-readiness/launch-readiness.md` |
192
209
  | Layoff Communication | `pm-crisis` | `pm-crisis/layoff-communication/layoff-communication.md` |
193
210
  | Legal Brief | `pm-legal` | `pm-legal/legal-brief/legal-brief.md` |
@@ -202,6 +219,7 @@
202
219
  | Localization Brief | `pm-localization` | `pm-localization/localization-brief/localization-brief.md` |
203
220
  | Managing Up | `pm-comms` | `pm-comms/managing-up/managing-up.md` |
204
221
  | Marketing Funnel Plan | `pm-growth` | `pm-growth/marketing-funnel-plan/marketing-funnel-plan.md` |
222
+ | Marketing Psychology | `pm-growth` | `pm-growth/marketing-psychology/marketing-psychology.md` |
205
223
  | Marketplace Listing Optimizer | `pm-ecommerce` | `pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md` |
206
224
  | Media Pitch | `pm-gtm` | `pm-gtm/media-pitch/media-pitch.md` |
207
225
  | Meeting Notes | `pm-essentials` | `pm-essentials/meeting-notes/meeting-notes.md` |
@@ -218,6 +236,7 @@
218
236
  | Morning Intelligence | `pm-operations` | `pm-operations/morning-intelligence/morning-intelligence.md` |
219
237
  | Multi-Source Signal Synthesiser | `pm-advanced` | `pm-advanced/multi-source-signal-synthesiser/multi-source-signal-synthesiser.md` |
220
238
  | NDA Analyser | `pm-legal` | `pm-legal/nda-analyser/nda-analyser.md` |
239
+ | Net Worth Statement | `pm-money` | `pm-money/net-worth-statement/net-worth-statement.md` |
221
240
  | Newsletter Writer | `pm-creator` | `pm-creator/newsletter-writer/newsletter-writer.md` |
222
241
  | NotebookLM Connector | `pm-cross` | `pm-cross/notebooklm-connector/notebooklm-connector.md` |
223
242
  | Notes Humanizer | `pm-writers` | `pm-writers/notes-humanizer/notes-humanizer.md` |
@@ -228,12 +247,14 @@
228
247
  | On-Call Runbook | `pm-engineering` | `pm-engineering/oncall-runbook/oncall-runbook.md` |
229
248
  | One-on-One Prep | `pm-career` | `pm-career/one-on-one-prep/one-on-one-prep.md` |
230
249
  | One-Pager | `pm-personal` | `pm-personal/one-pager/one-pager.md` |
250
+ | Open House Plan | `pm-realestate` | `pm-realestate/open-house-plan/open-house-plan.md` |
231
251
  | Org Chart | `pm-visuals` | `pm-visuals/org-chart/org-chart.md` |
232
252
  | Outreach Message | `pm-jobsearch` | `pm-jobsearch/outreach-message/outreach-message.md` |
233
253
  | Paid Acquisition Plan | `pm-growth` | `pm-growth/paid-acquisition-plan/paid-acquisition-plan.md` |
234
254
  | Parent Communication | `pm-education` | `pm-education/parent-communication/parent-communication.md` |
235
255
  | Partnership Proposal | `pm-sales` | `pm-sales/partnership-proposal/partnership-proposal.md` |
236
256
  | Patient Communication | `pm-research` | `pm-research/patient-communication/patient-communication.md` |
257
+ | Paywall Optimization | `pm-growth` | `pm-growth/paywall-optimization/paywall-optimization.md` |
237
258
  | Performance Budget | `pm-engineering` | `pm-engineering/performance-budget/performance-budget.md` |
238
259
  | Performance Review | `pm-people` | `pm-people/performance-review/performance-review.md` |
239
260
  | Personal Bio | `pm-personal` | `pm-personal/personal-bio/personal-bio.md` |
@@ -242,6 +263,7 @@
242
263
  | Portfolio Page | `pm-personal` | `pm-personal/portfolio-page/portfolio-page.md` |
243
264
  | PPTX Slide Auditor | `pm-delivery` | `pm-delivery/pptx-slide-auditor/pptx-slide-auditor.md` |
244
265
  | PR Crisis Response | `pm-crisis` | `pm-crisis/pr-crisis-response/pr-crisis-response.md` |
266
+ | PR Description | `pm-craft` | `pm-craft/pr-description/pr-description.md` |
245
267
  | PR Description Writer | `pm-engineering` | `pm-engineering/pr-description-writer/pr-description-writer.md` |
246
268
  | PRD Template | `pm-essentials` | `pm-essentials/prd-template/prd-template.md` |
247
269
  | Press Release | `pm-cross` | `pm-cross/press-release/press-release.md` |
@@ -257,11 +279,16 @@
257
279
  | Product Positioning Doc | `pm-gtm` | `pm-gtm/product-positioning-doc/product-positioning-doc.md` |
258
280
  | Professional Brain | `pm-cross` | `pm-cross/professional-brain/professional-brain.md` |
259
281
  | Professional Translator | `pm-localization` | `pm-localization/professional-translator/professional-translator.md` |
282
+ | Programmatic SEO | `pm-growth` | `pm-growth/programmatic-seo/programmatic-seo.md` |
260
283
  | Project Status Report | `pm-operations` | `pm-operations/project-status-report/project-status-report.md` |
261
284
  | Promotion Packet | `pm-career` | `pm-career/promotion-packet/promotion-packet.md` |
262
285
  | Promotion Plan | `pm-ecommerce` | `pm-ecommerce/promotion-plan/promotion-plan.md` |
263
286
  | Prompt Optimizer | `pm-ai` | `pm-ai/prompt-optimizer/prompt-optimizer.md` |
287
+ | Property Investment Analysis | `pm-realestate` | `pm-realestate/property-investment-analysis/property-investment-analysis.md` |
288
+ | Property Listing | `pm-realestate` | `pm-realestate/property-listing/property-listing.md` |
289
+ | Property Offer Letter | `pm-realestate` | `pm-realestate/property-offer-letter/property-offer-letter.md` |
264
290
  | Proposal Writer | `pm-sales` | `pm-sales/proposal-writer/proposal-writer.md` |
291
+ | QA Release Sign-off | `pm-qa` | `pm-qa/qa-release-signoff/qa-release-signoff.md` |
265
292
  | QBR Deck | `pm-cs` | `pm-cs/qbr-deck/qbr-deck.md` |
266
293
  | Quiz Generator | `pm-education` | `pm-education/quiz-generator/quiz-generator.md` |
267
294
  | Quote Card | `pm-visuals` | `pm-visuals/quote-card/quote-card.md` |
@@ -269,12 +296,16 @@
269
296
  | RAG Architecture Review | `pm-ai` | `pm-ai/rag-architecture-review/rag-architecture-review.md` |
270
297
  | RAG Design Doc | `pm-ai` | `pm-ai/rag-design-doc/rag-design-doc.md` |
271
298
  | Rate Card | `pm-consulting` | `pm-consulting/rate-card/rate-card.md` |
299
+ | README Writer | `pm-devrel` | `pm-devrel/readme-writer/readme-writer.md` |
272
300
  | Recruiter Outreach | `pm-recruiting` | `pm-recruiting/recruiter-outreach/recruiter-outreach.md` |
273
301
  | Red-Team Review | `pm-cross` | `pm-cross/red-team-review/red-team-review.md` |
274
302
  | Redundancy Consultation | `pm-hr` | `pm-hr/redundancy-consultation/redundancy-consultation.md` |
303
+ | Refactoring Plan | `pm-craft` | `pm-craft/refactoring-plan/refactoring-plan.md` |
275
304
  | Reference Letter | `pm-lifeadmin` | `pm-lifeadmin/reference-letter/reference-letter.md` |
305
+ | Referral Program | `pm-growth` | `pm-growth/referral-program/referral-program.md` |
276
306
  | Referral Program Design | `pm-growth` | `pm-growth/referral-program-design/referral-program-design.md` |
277
307
  | Regex Builder & Explainer | `pm-engineering` | `pm-engineering/regex-builder/regex-builder.md` |
308
+ | Regression Test Plan | `pm-qa` | `pm-qa/regression-test-plan/regression-test-plan.md` |
278
309
  | Renewal Playbook | `pm-cs` | `pm-cs/renewal-playbook/renewal-playbook.md` |
279
310
  | Rental Application | `pm-lifeadmin` | `pm-lifeadmin/rental-application/rental-application.md` |
280
311
  | Research Protocol | `pm-research` | `pm-research/research-protocol/research-protocol.md` |
@@ -301,12 +332,15 @@
301
332
  | Sales Battlecard | `pm-sales` | `pm-sales/sales-battlecard/sales-battlecard.md` |
302
333
  | Sales Forecasting Model | `pm-sales` | `pm-sales/sales-forecasting-model/sales-forecasting-model.md` |
303
334
  | Sales Page | `pm-copy` | `pm-copy/sales-page/sales-page.md` |
335
+ | Savings Goal Plan | `pm-money` | `pm-money/savings-goal-plan/savings-goal-plan.md` |
304
336
  | Saying No | `pm-comms` | `pm-comms/saying-no/saying-no.md` |
337
+ | Schema Markup | `pm-growth` | `pm-growth/schema-markup/schema-markup.md` |
305
338
  | Security Threat Model | `pm-engineering` | `pm-engineering/security-threat-model/security-threat-model.md` |
306
339
  | Self-Review | `pm-career` | `pm-career/self-review/self-review.md` |
307
340
  | SEO Content Brief | `pm-gtm` | `pm-gtm/seo-content-brief/seo-content-brief.md` |
308
341
  | Sequence Diagram | `pm-visuals` | `pm-visuals/sequence-diagram/sequence-diagram.md` |
309
342
  | Service Catalog Entry | `pm-engineering` | `pm-engineering/service-catalog-entry/service-catalog-entry.md` |
343
+ | Session Handoff | `pm-craft` | `pm-craft/session-handoff/session-handoff.md` |
310
344
  | Short-Form Script | `pm-creator` | `pm-creator/short-form-script/short-form-script.md` |
311
345
  | Skill Security Auditor | `pm-engineering` | `pm-engineering/skill-security-auditor/skill-security-auditor.md` |
312
346
  | Slide Deck | `pm-documents` | `pm-documents/slide-deck/slide-deck.md` |
@@ -337,12 +371,15 @@
337
371
  | Sycophancy Challenger | `pm-cross` | `pm-cross/sycophancy-challenger/sycophancy-challenger.md` |
338
372
  | System Design Interview | `pm-engineering` | `pm-engineering/system-design-interview/system-design-interview.md` |
339
373
  | Tax Planning Checklist | `pm-finance` | `pm-finance/tax-planning-checklist/tax-planning-checklist.md` |
374
+ | TDD Workflow | `pm-craft` | `pm-craft/tdd-workflow/tdd-workflow.md` |
340
375
  | Teaching Lesson Plan | `pm-cross` | `pm-cross/teaching-lesson-plan/teaching-lesson-plan.md` |
341
376
  | Team Health Check | `pm-people` | `pm-people/team-health-check/team-health-check.md` |
342
377
  | Team Offsite Planner | `pm-people` | `pm-people/team-offsite-planner/team-offsite-planner.md` |
343
378
  | Tech Radar | `pm-engineering` | `pm-engineering/tech-radar/tech-radar.md` |
344
379
  | Technical Debt Register | `pm-engineering` | `pm-engineering/technical-debt-register/technical-debt-register.md` |
345
380
  | Technical Spec Template | `pm-delivery` | `pm-delivery/technical-spec-template/technical-spec-template.md` |
381
+ | Tenant Screening Guide | `pm-realestate` | `pm-realestate/tenant-screening-guide/tenant-screening-guide.md` |
382
+ | Test Case Writer | `pm-qa` | `pm-qa/test-case-writer/test-case-writer.md` |
346
383
  | Test Strategy Document | `pm-engineering` | `pm-engineering/test-strategy-doc/test-strategy-doc.md` |
347
384
  | Thumbnail Creator Skill (via Gemini) | `pm-writers` | `pm-writers/thumbnail-creator/thumbnail-creator.md` |
348
385
  | Transcreation | `pm-localization` | `pm-localization/transcreation/transcreation.md` |
@@ -0,0 +1,54 @@
1
+ # Bug Diagnosis Skill
2
+
3
+ The slowest way to fix a bug is to start changing code and hope. This skill runs a disciplined diagnostic
4
+ loop: **reproduce it reliably, isolate where it happens, hypothesize why, and test the cheapest hypothesis
5
+ first** — narrowing until the root cause is proven, not guessed. It produces a fix *and* an explanation of why
6
+ the bug existed.
7
+
8
+ ## Required Inputs
9
+
10
+ Ask for these only if they aren't already provided:
11
+
12
+ - **The symptom** — what's wrong: expected vs. actual behavior, error/stack trace, when it started.
13
+ - **Repro steps** — how to trigger it (or "can't reliably reproduce yet").
14
+ - **Context** — recent changes, environment, frequency (always / intermittent / specific inputs).
15
+ - **What's been tried** — so we don't repeat dead ends.
16
+
17
+ ## Output Format
18
+
19
+ ### Diagnosis: [bug]
20
+
21
+ **1. Reproduce** — the minimal, reliable steps to trigger it. If it's intermittent, the plan to make it deterministic (fixed input/seed, added logging, narrowed conditions). *No fixing until it reproduces.*
22
+
23
+ **2. Isolate** — narrow *where* it happens: bisect (git bisect / comment-out / binary search the input), check the boundaries (what's the last known-good point vs. first bad). State the smallest scope that still shows the bug.
24
+
25
+ **3. Hypotheses (ranked)** — likely causes, most-probable-and-cheapest-to-test first:
26
+
27
+ | Hypothesis | Why plausible | How to test it (the cheap check) | Verdict |
28
+ |---|---|---|---|
29
+
30
+ Test them in order; record what each rules in or out.
31
+
32
+ **4. Root cause** — the proven cause (not a symptom), with the evidence that confirms it.
33
+
34
+ **5. Fix & guard** — the fix, **a test that fails before it and passes after** (lock the bug out), and any nearby instances of the same mistake.
35
+
36
+ ## Quality Checks
37
+
38
+ - [ ] A reliable reproduction exists before any fix is attempted
39
+ - [ ] The location is isolated by bisection/narrowing, not guessed
40
+ - [ ] Hypotheses are ranked by likelihood × cheapness and tested in order
41
+ - [ ] The stated cause is the *root* cause with evidence — not just the surface symptom
42
+ - [ ] A regression test is added that fails before the fix and passes after
43
+
44
+ ## Anti-Patterns
45
+
46
+ - [ ] Do not start changing code before the bug reliably reproduces
47
+ - [ ] Do not fix the symptom and stop — trace to the underlying cause
48
+ - [ ] Do not change several things at once — you won't know what fixed it (or hid it)
49
+ - [ ] Do not skip the regression test — an unguarded bug comes back
50
+ - [ ] Do not ignore "what's been tried" — re-running dead ends wastes the loop
51
+
52
+ ## Based On
53
+
54
+ Systematic debugging method (reproduce → isolate → hypothesize → verify) — Zeller's *Why Programs Fail* / scientific-method debugging.
@@ -0,0 +1,59 @@
1
+ # Code Review Guide Skill
2
+
3
+ Bad code review nitpicks style while missing the design flaw, or dumps 40 ungraded comments. Good review is
4
+ *prioritized* and *kind*: it catches what actually matters (correctness, security, design), separates blocking
5
+ issues from nits, explains the *why*, and leaves the author better. This skill runs that review.
6
+
7
+ ## Required Inputs
8
+
9
+ Ask for these only if they aren't already provided:
10
+
11
+ - **The change** — the diff/PR, and ideally its description/intent (what it's trying to do).
12
+ - **Context** — language/stack, conventions, the part of the system it touches, risk level.
13
+ - **Focus** (optional) — anything specific to scrutinize (security, performance, a tricky area).
14
+
15
+ ## Output Format
16
+
17
+ ### Review: [PR / change]
18
+
19
+ **Summary** — in 1–2 lines: what the change does and your overall read (solid / needs work / risky).
20
+
21
+ **Review passes** — scan in priority order and note findings:
22
+ 1. **Correctness** — does it do what it claims? Edge cases, error handling, off-by-ones, concurrency.
23
+ 2. **Security & data** — input validation, authz, secrets, injection, PII handling.
24
+ 3. **Design** — is this the right approach? Coupling, the seam, simpler alternative, future pain.
25
+ 4. **Tests** — do they cover the behavior and the edges? Would they catch a regression?
26
+ 5. **Readability** — names, clarity, dead code, docs where non-obvious.
27
+
28
+ **Comments (ranked by severity)** — each with file/line, the issue, *why* it matters, and a concrete suggestion:
29
+
30
+ | Severity | Where | Comment & why | Suggested change |
31
+ |---|---|---|---|
32
+ | 🔴 Blocking | | | |
33
+ | 🟡 Should-fix | | | |
34
+ | 🔵 Nit / optional | | | |
35
+
36
+ **What's done well** — genuinely (specific, not flattery). Reviews are also for morale and learning.
37
+
38
+ **Verdict** — ✅ Approve / 🔁 Request changes / 💬 Comment — with the one or two things that gate it.
39
+
40
+ ## Quality Checks
41
+
42
+ - [ ] Correctness, security, and design are reviewed before style — priority order
43
+ - [ ] Comments are ranked by severity (blocking vs. should-fix vs. nit), not a flat list
44
+ - [ ] Each comment explains *why* and offers a concrete suggestion, not just "this is wrong"
45
+ - [ ] At least one specific thing done well is noted
46
+ - [ ] A clear verdict (approve / request changes) with the gating issues named
47
+ - [ ] Tone is direct but kind — critiques the code, not the author
48
+
49
+ ## Anti-Patterns
50
+
51
+ - [ ] Do not nitpick style while missing a correctness or security problem — priority first
52
+ - [ ] Do not dump ungraded comments — rank them so the author knows what's blocking
53
+ - [ ] Do not say "this is wrong" without why and a suggested fix
54
+ - [ ] Do not rewrite it your way for taste — respect working approaches; flag real issues
55
+ - [ ] Do not be a jerk — review the code, acknowledge good work, keep the author motivated
56
+
57
+ ## Based On
58
+
59
+ Senior code-review practice (Google's engineering review guidelines): prioritize correctness/design, severity-tag feedback, be kind.