pm-claude-skills 31.0.0 → 32.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 (314) hide show
  1. package/README.md +26 -26
  2. package/exports/README.md +1 -1
  3. package/exports/aider/README.md +26 -1
  4. package/exports/aider/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md +63 -0
  5. package/exports/aider/pm-accounting/cash-flow-forecast/cash-flow-forecast.md +63 -0
  6. package/exports/aider/pm-accounting/collections-email/collections-email.md +61 -0
  7. package/exports/aider/pm-accounting/expense-policy/expense-policy.md +68 -0
  8. package/exports/aider/pm-accounting/financial-statement-explainer/financial-statement-explainer.md +58 -0
  9. package/exports/aider/pm-accounting/invoice-generator/invoice-generator.md +62 -0
  10. package/exports/aider/pm-ecommerce/category-page-brief/category-page-brief.md +57 -0
  11. package/exports/aider/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md +64 -0
  12. package/exports/aider/pm-ecommerce/product-description/product-description.md +57 -0
  13. package/exports/aider/pm-ecommerce/promotion-plan/promotion-plan.md +71 -0
  14. package/exports/aider/pm-ecommerce/return-refund-policy/return-refund-policy.md +64 -0
  15. package/exports/aider/pm-ecommerce/review-response/review-response.md +57 -0
  16. package/exports/aider/pm-recruiting/boolean-search-builder/boolean-search-builder.md +59 -0
  17. package/exports/aider/pm-recruiting/candidate-scorecard/candidate-scorecard.md +58 -0
  18. package/exports/aider/pm-recruiting/interview-question-bank/interview-question-bank.md +59 -0
  19. package/exports/aider/pm-recruiting/offer-letter/offer-letter.md +63 -0
  20. package/exports/aider/pm-recruiting/recruiter-outreach/recruiter-outreach.md +59 -0
  21. package/exports/aider/pm-recruiting/sourcing-strategy/sourcing-strategy.md +65 -0
  22. package/exports/aider/pm-uxwriting/content-style-guide/content-style-guide.md +60 -0
  23. package/exports/aider/pm-uxwriting/empty-state-writer/empty-state-writer.md +54 -0
  24. package/exports/aider/pm-uxwriting/error-message-writer/error-message-writer.md +53 -0
  25. package/exports/aider/pm-uxwriting/microcopy-writer/microcopy-writer.md +57 -0
  26. package/exports/aider/pm-uxwriting/onboarding-copy/onboarding-copy.md +54 -0
  27. package/exports/aider/pm-uxwriting/product-naming/product-naming.md +63 -0
  28. package/exports/aider/pm-visuals/chart/chart.md +65 -0
  29. package/exports/chatgpt/README.md +26 -1
  30. package/exports/chatgpt/pm-accounting/bookkeeping-categorization/SYSTEM_PROMPT.md +63 -0
  31. package/exports/chatgpt/pm-accounting/cash-flow-forecast/SYSTEM_PROMPT.md +63 -0
  32. package/exports/chatgpt/pm-accounting/collections-email/SYSTEM_PROMPT.md +61 -0
  33. package/exports/chatgpt/pm-accounting/expense-policy/SYSTEM_PROMPT.md +68 -0
  34. package/exports/chatgpt/pm-accounting/financial-statement-explainer/SYSTEM_PROMPT.md +58 -0
  35. package/exports/chatgpt/pm-accounting/invoice-generator/SYSTEM_PROMPT.md +62 -0
  36. package/exports/chatgpt/pm-ecommerce/category-page-brief/SYSTEM_PROMPT.md +57 -0
  37. package/exports/chatgpt/pm-ecommerce/marketplace-listing-optimizer/SYSTEM_PROMPT.md +64 -0
  38. package/exports/chatgpt/pm-ecommerce/product-description/SYSTEM_PROMPT.md +57 -0
  39. package/exports/chatgpt/pm-ecommerce/promotion-plan/SYSTEM_PROMPT.md +71 -0
  40. package/exports/chatgpt/pm-ecommerce/return-refund-policy/SYSTEM_PROMPT.md +64 -0
  41. package/exports/chatgpt/pm-ecommerce/review-response/SYSTEM_PROMPT.md +57 -0
  42. package/exports/chatgpt/pm-recruiting/boolean-search-builder/SYSTEM_PROMPT.md +59 -0
  43. package/exports/chatgpt/pm-recruiting/candidate-scorecard/SYSTEM_PROMPT.md +58 -0
  44. package/exports/chatgpt/pm-recruiting/interview-question-bank/SYSTEM_PROMPT.md +59 -0
  45. package/exports/chatgpt/pm-recruiting/offer-letter/SYSTEM_PROMPT.md +63 -0
  46. package/exports/chatgpt/pm-recruiting/recruiter-outreach/SYSTEM_PROMPT.md +59 -0
  47. package/exports/chatgpt/pm-recruiting/sourcing-strategy/SYSTEM_PROMPT.md +65 -0
  48. package/exports/chatgpt/pm-uxwriting/content-style-guide/SYSTEM_PROMPT.md +60 -0
  49. package/exports/chatgpt/pm-uxwriting/empty-state-writer/SYSTEM_PROMPT.md +54 -0
  50. package/exports/chatgpt/pm-uxwriting/error-message-writer/SYSTEM_PROMPT.md +53 -0
  51. package/exports/chatgpt/pm-uxwriting/microcopy-writer/SYSTEM_PROMPT.md +57 -0
  52. package/exports/chatgpt/pm-uxwriting/onboarding-copy/SYSTEM_PROMPT.md +54 -0
  53. package/exports/chatgpt/pm-uxwriting/product-naming/SYSTEM_PROMPT.md +63 -0
  54. package/exports/chatgpt/pm-visuals/chart/SYSTEM_PROMPT.md +65 -0
  55. package/exports/cline/README.md +26 -1
  56. package/exports/cline/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md +63 -0
  57. package/exports/cline/pm-accounting/cash-flow-forecast/cash-flow-forecast.md +63 -0
  58. package/exports/cline/pm-accounting/collections-email/collections-email.md +61 -0
  59. package/exports/cline/pm-accounting/expense-policy/expense-policy.md +68 -0
  60. package/exports/cline/pm-accounting/financial-statement-explainer/financial-statement-explainer.md +58 -0
  61. package/exports/cline/pm-accounting/invoice-generator/invoice-generator.md +62 -0
  62. package/exports/cline/pm-ecommerce/category-page-brief/category-page-brief.md +57 -0
  63. package/exports/cline/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md +64 -0
  64. package/exports/cline/pm-ecommerce/product-description/product-description.md +57 -0
  65. package/exports/cline/pm-ecommerce/promotion-plan/promotion-plan.md +71 -0
  66. package/exports/cline/pm-ecommerce/return-refund-policy/return-refund-policy.md +64 -0
  67. package/exports/cline/pm-ecommerce/review-response/review-response.md +57 -0
  68. package/exports/cline/pm-recruiting/boolean-search-builder/boolean-search-builder.md +59 -0
  69. package/exports/cline/pm-recruiting/candidate-scorecard/candidate-scorecard.md +58 -0
  70. package/exports/cline/pm-recruiting/interview-question-bank/interview-question-bank.md +59 -0
  71. package/exports/cline/pm-recruiting/offer-letter/offer-letter.md +63 -0
  72. package/exports/cline/pm-recruiting/recruiter-outreach/recruiter-outreach.md +59 -0
  73. package/exports/cline/pm-recruiting/sourcing-strategy/sourcing-strategy.md +65 -0
  74. package/exports/cline/pm-uxwriting/content-style-guide/content-style-guide.md +60 -0
  75. package/exports/cline/pm-uxwriting/empty-state-writer/empty-state-writer.md +54 -0
  76. package/exports/cline/pm-uxwriting/error-message-writer/error-message-writer.md +53 -0
  77. package/exports/cline/pm-uxwriting/microcopy-writer/microcopy-writer.md +57 -0
  78. package/exports/cline/pm-uxwriting/onboarding-copy/onboarding-copy.md +54 -0
  79. package/exports/cline/pm-uxwriting/product-naming/product-naming.md +63 -0
  80. package/exports/cline/pm-visuals/chart/chart.md +65 -0
  81. package/exports/continue/README.md +26 -1
  82. package/exports/continue/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md +68 -0
  83. package/exports/continue/pm-accounting/cash-flow-forecast/cash-flow-forecast.md +68 -0
  84. package/exports/continue/pm-accounting/collections-email/collections-email.md +66 -0
  85. package/exports/continue/pm-accounting/expense-policy/expense-policy.md +73 -0
  86. package/exports/continue/pm-accounting/financial-statement-explainer/financial-statement-explainer.md +63 -0
  87. package/exports/continue/pm-accounting/invoice-generator/invoice-generator.md +67 -0
  88. package/exports/continue/pm-ecommerce/category-page-brief/category-page-brief.md +62 -0
  89. package/exports/continue/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md +69 -0
  90. package/exports/continue/pm-ecommerce/product-description/product-description.md +62 -0
  91. package/exports/continue/pm-ecommerce/promotion-plan/promotion-plan.md +76 -0
  92. package/exports/continue/pm-ecommerce/return-refund-policy/return-refund-policy.md +69 -0
  93. package/exports/continue/pm-ecommerce/review-response/review-response.md +62 -0
  94. package/exports/continue/pm-recruiting/boolean-search-builder/boolean-search-builder.md +64 -0
  95. package/exports/continue/pm-recruiting/candidate-scorecard/candidate-scorecard.md +63 -0
  96. package/exports/continue/pm-recruiting/interview-question-bank/interview-question-bank.md +64 -0
  97. package/exports/continue/pm-recruiting/offer-letter/offer-letter.md +68 -0
  98. package/exports/continue/pm-recruiting/recruiter-outreach/recruiter-outreach.md +64 -0
  99. package/exports/continue/pm-recruiting/sourcing-strategy/sourcing-strategy.md +70 -0
  100. package/exports/continue/pm-uxwriting/content-style-guide/content-style-guide.md +65 -0
  101. package/exports/continue/pm-uxwriting/empty-state-writer/empty-state-writer.md +59 -0
  102. package/exports/continue/pm-uxwriting/error-message-writer/error-message-writer.md +58 -0
  103. package/exports/continue/pm-uxwriting/microcopy-writer/microcopy-writer.md +62 -0
  104. package/exports/continue/pm-uxwriting/onboarding-copy/onboarding-copy.md +59 -0
  105. package/exports/continue/pm-uxwriting/product-naming/product-naming.md +68 -0
  106. package/exports/continue/pm-visuals/chart/chart.md +70 -0
  107. package/exports/cursor/README.md +26 -1
  108. package/exports/cursor/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.mdc +69 -0
  109. package/exports/cursor/pm-accounting/cash-flow-forecast/cash-flow-forecast.mdc +69 -0
  110. package/exports/cursor/pm-accounting/collections-email/collections-email.mdc +67 -0
  111. package/exports/cursor/pm-accounting/expense-policy/expense-policy.mdc +74 -0
  112. package/exports/cursor/pm-accounting/financial-statement-explainer/financial-statement-explainer.mdc +64 -0
  113. package/exports/cursor/pm-accounting/invoice-generator/invoice-generator.mdc +68 -0
  114. package/exports/cursor/pm-ecommerce/category-page-brief/category-page-brief.mdc +63 -0
  115. package/exports/cursor/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.mdc +70 -0
  116. package/exports/cursor/pm-ecommerce/product-description/product-description.mdc +63 -0
  117. package/exports/cursor/pm-ecommerce/promotion-plan/promotion-plan.mdc +77 -0
  118. package/exports/cursor/pm-ecommerce/return-refund-policy/return-refund-policy.mdc +70 -0
  119. package/exports/cursor/pm-ecommerce/review-response/review-response.mdc +63 -0
  120. package/exports/cursor/pm-recruiting/boolean-search-builder/boolean-search-builder.mdc +65 -0
  121. package/exports/cursor/pm-recruiting/candidate-scorecard/candidate-scorecard.mdc +64 -0
  122. package/exports/cursor/pm-recruiting/interview-question-bank/interview-question-bank.mdc +65 -0
  123. package/exports/cursor/pm-recruiting/offer-letter/offer-letter.mdc +69 -0
  124. package/exports/cursor/pm-recruiting/recruiter-outreach/recruiter-outreach.mdc +65 -0
  125. package/exports/cursor/pm-recruiting/sourcing-strategy/sourcing-strategy.mdc +71 -0
  126. package/exports/cursor/pm-uxwriting/content-style-guide/content-style-guide.mdc +66 -0
  127. package/exports/cursor/pm-uxwriting/empty-state-writer/empty-state-writer.mdc +60 -0
  128. package/exports/cursor/pm-uxwriting/error-message-writer/error-message-writer.mdc +59 -0
  129. package/exports/cursor/pm-uxwriting/microcopy-writer/microcopy-writer.mdc +63 -0
  130. package/exports/cursor/pm-uxwriting/onboarding-copy/onboarding-copy.mdc +60 -0
  131. package/exports/cursor/pm-uxwriting/product-naming/product-naming.mdc +69 -0
  132. package/exports/cursor/pm-visuals/chart/chart.mdc +71 -0
  133. package/exports/gemini/README.md +26 -1
  134. package/exports/gemini/pm-accounting/bookkeeping-categorization/GEM_INSTRUCTIONS.md +67 -0
  135. package/exports/gemini/pm-accounting/cash-flow-forecast/GEM_INSTRUCTIONS.md +67 -0
  136. package/exports/gemini/pm-accounting/collections-email/GEM_INSTRUCTIONS.md +65 -0
  137. package/exports/gemini/pm-accounting/expense-policy/GEM_INSTRUCTIONS.md +72 -0
  138. package/exports/gemini/pm-accounting/financial-statement-explainer/GEM_INSTRUCTIONS.md +62 -0
  139. package/exports/gemini/pm-accounting/invoice-generator/GEM_INSTRUCTIONS.md +66 -0
  140. package/exports/gemini/pm-ecommerce/category-page-brief/GEM_INSTRUCTIONS.md +61 -0
  141. package/exports/gemini/pm-ecommerce/marketplace-listing-optimizer/GEM_INSTRUCTIONS.md +68 -0
  142. package/exports/gemini/pm-ecommerce/product-description/GEM_INSTRUCTIONS.md +61 -0
  143. package/exports/gemini/pm-ecommerce/promotion-plan/GEM_INSTRUCTIONS.md +75 -0
  144. package/exports/gemini/pm-ecommerce/return-refund-policy/GEM_INSTRUCTIONS.md +68 -0
  145. package/exports/gemini/pm-ecommerce/review-response/GEM_INSTRUCTIONS.md +61 -0
  146. package/exports/gemini/pm-recruiting/boolean-search-builder/GEM_INSTRUCTIONS.md +63 -0
  147. package/exports/gemini/pm-recruiting/candidate-scorecard/GEM_INSTRUCTIONS.md +62 -0
  148. package/exports/gemini/pm-recruiting/interview-question-bank/GEM_INSTRUCTIONS.md +63 -0
  149. package/exports/gemini/pm-recruiting/offer-letter/GEM_INSTRUCTIONS.md +67 -0
  150. package/exports/gemini/pm-recruiting/recruiter-outreach/GEM_INSTRUCTIONS.md +63 -0
  151. package/exports/gemini/pm-recruiting/sourcing-strategy/GEM_INSTRUCTIONS.md +69 -0
  152. package/exports/gemini/pm-uxwriting/content-style-guide/GEM_INSTRUCTIONS.md +64 -0
  153. package/exports/gemini/pm-uxwriting/empty-state-writer/GEM_INSTRUCTIONS.md +58 -0
  154. package/exports/gemini/pm-uxwriting/error-message-writer/GEM_INSTRUCTIONS.md +57 -0
  155. package/exports/gemini/pm-uxwriting/microcopy-writer/GEM_INSTRUCTIONS.md +61 -0
  156. package/exports/gemini/pm-uxwriting/onboarding-copy/GEM_INSTRUCTIONS.md +58 -0
  157. package/exports/gemini/pm-uxwriting/product-naming/GEM_INSTRUCTIONS.md +67 -0
  158. package/exports/gemini/pm-visuals/chart/GEM_INSTRUCTIONS.md +69 -0
  159. package/exports/kilocode/README.md +26 -1
  160. package/exports/kilocode/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md +63 -0
  161. package/exports/kilocode/pm-accounting/cash-flow-forecast/cash-flow-forecast.md +63 -0
  162. package/exports/kilocode/pm-accounting/collections-email/collections-email.md +61 -0
  163. package/exports/kilocode/pm-accounting/expense-policy/expense-policy.md +68 -0
  164. package/exports/kilocode/pm-accounting/financial-statement-explainer/financial-statement-explainer.md +58 -0
  165. package/exports/kilocode/pm-accounting/invoice-generator/invoice-generator.md +62 -0
  166. package/exports/kilocode/pm-ecommerce/category-page-brief/category-page-brief.md +57 -0
  167. package/exports/kilocode/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md +64 -0
  168. package/exports/kilocode/pm-ecommerce/product-description/product-description.md +57 -0
  169. package/exports/kilocode/pm-ecommerce/promotion-plan/promotion-plan.md +71 -0
  170. package/exports/kilocode/pm-ecommerce/return-refund-policy/return-refund-policy.md +64 -0
  171. package/exports/kilocode/pm-ecommerce/review-response/review-response.md +57 -0
  172. package/exports/kilocode/pm-recruiting/boolean-search-builder/boolean-search-builder.md +59 -0
  173. package/exports/kilocode/pm-recruiting/candidate-scorecard/candidate-scorecard.md +58 -0
  174. package/exports/kilocode/pm-recruiting/interview-question-bank/interview-question-bank.md +59 -0
  175. package/exports/kilocode/pm-recruiting/offer-letter/offer-letter.md +63 -0
  176. package/exports/kilocode/pm-recruiting/recruiter-outreach/recruiter-outreach.md +59 -0
  177. package/exports/kilocode/pm-recruiting/sourcing-strategy/sourcing-strategy.md +65 -0
  178. package/exports/kilocode/pm-uxwriting/content-style-guide/content-style-guide.md +60 -0
  179. package/exports/kilocode/pm-uxwriting/empty-state-writer/empty-state-writer.md +54 -0
  180. package/exports/kilocode/pm-uxwriting/error-message-writer/error-message-writer.md +53 -0
  181. package/exports/kilocode/pm-uxwriting/microcopy-writer/microcopy-writer.md +57 -0
  182. package/exports/kilocode/pm-uxwriting/onboarding-copy/onboarding-copy.md +54 -0
  183. package/exports/kilocode/pm-uxwriting/product-naming/product-naming.md +63 -0
  184. package/exports/kilocode/pm-visuals/chart/chart.md +65 -0
  185. package/exports/obsidian/README.md +26 -1
  186. package/exports/obsidian/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md +78 -0
  187. package/exports/obsidian/pm-accounting/cash-flow-forecast/cash-flow-forecast.md +78 -0
  188. package/exports/obsidian/pm-accounting/collections-email/collections-email.md +76 -0
  189. package/exports/obsidian/pm-accounting/expense-policy/expense-policy.md +83 -0
  190. package/exports/obsidian/pm-accounting/financial-statement-explainer/financial-statement-explainer.md +73 -0
  191. package/exports/obsidian/pm-accounting/invoice-generator/invoice-generator.md +77 -0
  192. package/exports/obsidian/pm-ecommerce/category-page-brief/category-page-brief.md +72 -0
  193. package/exports/obsidian/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md +79 -0
  194. package/exports/obsidian/pm-ecommerce/product-description/product-description.md +72 -0
  195. package/exports/obsidian/pm-ecommerce/promotion-plan/promotion-plan.md +86 -0
  196. package/exports/obsidian/pm-ecommerce/return-refund-policy/return-refund-policy.md +79 -0
  197. package/exports/obsidian/pm-ecommerce/review-response/review-response.md +72 -0
  198. package/exports/obsidian/pm-recruiting/boolean-search-builder/boolean-search-builder.md +74 -0
  199. package/exports/obsidian/pm-recruiting/candidate-scorecard/candidate-scorecard.md +73 -0
  200. package/exports/obsidian/pm-recruiting/interview-question-bank/interview-question-bank.md +74 -0
  201. package/exports/obsidian/pm-recruiting/offer-letter/offer-letter.md +78 -0
  202. package/exports/obsidian/pm-recruiting/recruiter-outreach/recruiter-outreach.md +74 -0
  203. package/exports/obsidian/pm-recruiting/sourcing-strategy/sourcing-strategy.md +80 -0
  204. package/exports/obsidian/pm-uxwriting/content-style-guide/content-style-guide.md +75 -0
  205. package/exports/obsidian/pm-uxwriting/empty-state-writer/empty-state-writer.md +69 -0
  206. package/exports/obsidian/pm-uxwriting/error-message-writer/error-message-writer.md +68 -0
  207. package/exports/obsidian/pm-uxwriting/microcopy-writer/microcopy-writer.md +72 -0
  208. package/exports/obsidian/pm-uxwriting/onboarding-copy/onboarding-copy.md +69 -0
  209. package/exports/obsidian/pm-uxwriting/product-naming/product-naming.md +78 -0
  210. package/exports/obsidian/pm-visuals/chart/chart.md +80 -0
  211. package/exports/roo/README.md +26 -1
  212. package/exports/roo/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md +63 -0
  213. package/exports/roo/pm-accounting/cash-flow-forecast/cash-flow-forecast.md +63 -0
  214. package/exports/roo/pm-accounting/collections-email/collections-email.md +61 -0
  215. package/exports/roo/pm-accounting/expense-policy/expense-policy.md +68 -0
  216. package/exports/roo/pm-accounting/financial-statement-explainer/financial-statement-explainer.md +58 -0
  217. package/exports/roo/pm-accounting/invoice-generator/invoice-generator.md +62 -0
  218. package/exports/roo/pm-ecommerce/category-page-brief/category-page-brief.md +57 -0
  219. package/exports/roo/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md +64 -0
  220. package/exports/roo/pm-ecommerce/product-description/product-description.md +57 -0
  221. package/exports/roo/pm-ecommerce/promotion-plan/promotion-plan.md +71 -0
  222. package/exports/roo/pm-ecommerce/return-refund-policy/return-refund-policy.md +64 -0
  223. package/exports/roo/pm-ecommerce/review-response/review-response.md +57 -0
  224. package/exports/roo/pm-recruiting/boolean-search-builder/boolean-search-builder.md +59 -0
  225. package/exports/roo/pm-recruiting/candidate-scorecard/candidate-scorecard.md +58 -0
  226. package/exports/roo/pm-recruiting/interview-question-bank/interview-question-bank.md +59 -0
  227. package/exports/roo/pm-recruiting/offer-letter/offer-letter.md +63 -0
  228. package/exports/roo/pm-recruiting/recruiter-outreach/recruiter-outreach.md +59 -0
  229. package/exports/roo/pm-recruiting/sourcing-strategy/sourcing-strategy.md +65 -0
  230. package/exports/roo/pm-uxwriting/content-style-guide/content-style-guide.md +60 -0
  231. package/exports/roo/pm-uxwriting/empty-state-writer/empty-state-writer.md +54 -0
  232. package/exports/roo/pm-uxwriting/error-message-writer/error-message-writer.md +53 -0
  233. package/exports/roo/pm-uxwriting/microcopy-writer/microcopy-writer.md +57 -0
  234. package/exports/roo/pm-uxwriting/onboarding-copy/onboarding-copy.md +54 -0
  235. package/exports/roo/pm-uxwriting/product-naming/product-naming.md +63 -0
  236. package/exports/roo/pm-visuals/chart/chart.md +65 -0
  237. package/exports/windsurf/README.md +26 -1
  238. package/exports/windsurf/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md +68 -0
  239. package/exports/windsurf/pm-accounting/cash-flow-forecast/cash-flow-forecast.md +68 -0
  240. package/exports/windsurf/pm-accounting/collections-email/collections-email.md +66 -0
  241. package/exports/windsurf/pm-accounting/expense-policy/expense-policy.md +73 -0
  242. package/exports/windsurf/pm-accounting/financial-statement-explainer/financial-statement-explainer.md +63 -0
  243. package/exports/windsurf/pm-accounting/invoice-generator/invoice-generator.md +67 -0
  244. package/exports/windsurf/pm-ecommerce/category-page-brief/category-page-brief.md +62 -0
  245. package/exports/windsurf/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md +69 -0
  246. package/exports/windsurf/pm-ecommerce/product-description/product-description.md +62 -0
  247. package/exports/windsurf/pm-ecommerce/promotion-plan/promotion-plan.md +76 -0
  248. package/exports/windsurf/pm-ecommerce/return-refund-policy/return-refund-policy.md +69 -0
  249. package/exports/windsurf/pm-ecommerce/review-response/review-response.md +62 -0
  250. package/exports/windsurf/pm-recruiting/boolean-search-builder/boolean-search-builder.md +64 -0
  251. package/exports/windsurf/pm-recruiting/candidate-scorecard/candidate-scorecard.md +63 -0
  252. package/exports/windsurf/pm-recruiting/interview-question-bank/interview-question-bank.md +64 -0
  253. package/exports/windsurf/pm-recruiting/offer-letter/offer-letter.md +68 -0
  254. package/exports/windsurf/pm-recruiting/recruiter-outreach/recruiter-outreach.md +64 -0
  255. package/exports/windsurf/pm-recruiting/sourcing-strategy/sourcing-strategy.md +70 -0
  256. package/exports/windsurf/pm-uxwriting/content-style-guide/content-style-guide.md +65 -0
  257. package/exports/windsurf/pm-uxwriting/empty-state-writer/empty-state-writer.md +59 -0
  258. package/exports/windsurf/pm-uxwriting/error-message-writer/error-message-writer.md +58 -0
  259. package/exports/windsurf/pm-uxwriting/microcopy-writer/microcopy-writer.md +62 -0
  260. package/exports/windsurf/pm-uxwriting/onboarding-copy/onboarding-copy.md +59 -0
  261. package/exports/windsurf/pm-uxwriting/product-naming/product-naming.md +68 -0
  262. package/exports/windsurf/pm-visuals/chart/chart.md +70 -0
  263. package/exports/zed/README.md +26 -1
  264. package/exports/zed/pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md +63 -0
  265. package/exports/zed/pm-accounting/cash-flow-forecast/cash-flow-forecast.md +63 -0
  266. package/exports/zed/pm-accounting/collections-email/collections-email.md +61 -0
  267. package/exports/zed/pm-accounting/expense-policy/expense-policy.md +68 -0
  268. package/exports/zed/pm-accounting/financial-statement-explainer/financial-statement-explainer.md +58 -0
  269. package/exports/zed/pm-accounting/invoice-generator/invoice-generator.md +62 -0
  270. package/exports/zed/pm-ecommerce/category-page-brief/category-page-brief.md +57 -0
  271. package/exports/zed/pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md +64 -0
  272. package/exports/zed/pm-ecommerce/product-description/product-description.md +57 -0
  273. package/exports/zed/pm-ecommerce/promotion-plan/promotion-plan.md +71 -0
  274. package/exports/zed/pm-ecommerce/return-refund-policy/return-refund-policy.md +64 -0
  275. package/exports/zed/pm-ecommerce/review-response/review-response.md +57 -0
  276. package/exports/zed/pm-recruiting/boolean-search-builder/boolean-search-builder.md +59 -0
  277. package/exports/zed/pm-recruiting/candidate-scorecard/candidate-scorecard.md +58 -0
  278. package/exports/zed/pm-recruiting/interview-question-bank/interview-question-bank.md +59 -0
  279. package/exports/zed/pm-recruiting/offer-letter/offer-letter.md +63 -0
  280. package/exports/zed/pm-recruiting/recruiter-outreach/recruiter-outreach.md +59 -0
  281. package/exports/zed/pm-recruiting/sourcing-strategy/sourcing-strategy.md +65 -0
  282. package/exports/zed/pm-uxwriting/content-style-guide/content-style-guide.md +60 -0
  283. package/exports/zed/pm-uxwriting/empty-state-writer/empty-state-writer.md +54 -0
  284. package/exports/zed/pm-uxwriting/error-message-writer/error-message-writer.md +53 -0
  285. package/exports/zed/pm-uxwriting/microcopy-writer/microcopy-writer.md +57 -0
  286. package/exports/zed/pm-uxwriting/onboarding-copy/onboarding-copy.md +54 -0
  287. package/exports/zed/pm-uxwriting/product-naming/product-naming.md +63 -0
  288. package/exports/zed/pm-visuals/chart/chart.md +65 -0
  289. package/package.json +2 -2
  290. package/skills/bookkeeping-categorization/SKILL.md +68 -0
  291. package/skills/boolean-search-builder/SKILL.md +64 -0
  292. package/skills/candidate-scorecard/SKILL.md +63 -0
  293. package/skills/cash-flow-forecast/SKILL.md +68 -0
  294. package/skills/category-page-brief/SKILL.md +62 -0
  295. package/skills/chart/SKILL.md +70 -0
  296. package/skills/collections-email/SKILL.md +66 -0
  297. package/skills/content-style-guide/SKILL.md +65 -0
  298. package/skills/empty-state-writer/SKILL.md +59 -0
  299. package/skills/error-message-writer/SKILL.md +58 -0
  300. package/skills/expense-policy/SKILL.md +73 -0
  301. package/skills/financial-statement-explainer/SKILL.md +63 -0
  302. package/skills/interview-question-bank/SKILL.md +64 -0
  303. package/skills/invoice-generator/SKILL.md +67 -0
  304. package/skills/marketplace-listing-optimizer/SKILL.md +69 -0
  305. package/skills/microcopy-writer/SKILL.md +62 -0
  306. package/skills/offer-letter/SKILL.md +68 -0
  307. package/skills/onboarding-copy/SKILL.md +59 -0
  308. package/skills/product-description/SKILL.md +62 -0
  309. package/skills/product-naming/SKILL.md +68 -0
  310. package/skills/promotion-plan/SKILL.md +76 -0
  311. package/skills/recruiter-outreach/SKILL.md +64 -0
  312. package/skills/return-refund-policy/SKILL.md +69 -0
  313. package/skills/review-response/SKILL.md +62 -0
  314. package/skills/sourcing-strategy/SKILL.md +70 -0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🧠 PM Skills — 329 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
1
+ # 🧠 PM Skills — 354 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-329-blue)](https://github.com/mohitagw15856/pm-claude-skills)
12
+ [![Skills](https://img.shields.io/badge/skills-354-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=329+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=354+pro+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
29
29
  </a>
30
30
  </p>
31
31
 
@@ -56,11 +56,11 @@
56
56
  *Not sure? Start with the Playground.* This is a **CLI, not a library** — you don't need `npm install`; `npx pm-claude-skills …` always runs the latest. Browse everything first with `npx pm-claude-skills list`.
57
57
 
58
58
  > **PM stands for Professional, not just Product Management.**
59
- > 329 professional skills + 4 agent templates across 47 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
+ > 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.
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 — v31.0.0 (Artifacts & Visuals your output isn't just text):** a new **🎨 `pm-visuals` bundle** whose diagram skills emit **Mermaid that renders live in the playground** and exports to **PNG/SVG** `flowchart`, `architecture-diagram`, `user-journey-map`, `org-chart`, `sequence-diagram`, `mind-map`, `gantt-roadmap`, `entity-relationship-diagram` plus `announcement-card` & `quote-card` built to export as shareable images. Diagrams render in **any** skill's output now, not just these. Also new: **📅 Calendar (.ics) export** a roadmap or launch plan with dates drops straight into Google/Apple/Outlook calendar. This joins the existing PDF / Word / PowerPoint / Excel / image exports. *Earlier (v30.2):* a bilingual **English / 中文** playground UI. **329 skills across 47 bundles.** → **[Full release history & notes](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
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)**.
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 329 skills](#️-all-329-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 354 skills](#️-all-354-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-329-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-354-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 329 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 354 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 — 329 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 — 354 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 329 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 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:
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 329 skills**](#️-all-329-skills) grouped by profession.
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.
179
179
 
180
180
  </details>
181
181
 
@@ -298,7 +298,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
298
298
 
299
299
  | | **PM Skills** | Typical skill repo |
300
300
  |---|:---:|:---:|
301
- | Skills | **329**, across 23 professions | a handful → dozens, usually one domain |
301
+ | Skills | **354**, across 23 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 329 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 354 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 329
332
+ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 354
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 329 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 354 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 329 skills reach you through every channel — pick whatever fits your stack:
402
+ The same 354 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 329 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 329 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
416
+ > **208 of 354 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 329 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 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.
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 329 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 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.
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 329 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 354 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: v30.0.0 — 25 new skills, 4 new bundles (AI-builder, crisis comms, healthcare, life-admin, nonprofit) & an eval-coverage page.** 329 skills across 47 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).** 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)**.
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 329-skill library doesn't have 329 equally-mature skills, and pretending otherwise
822
+ A 354-skill library doesn't have 354 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 329 Skills
837
+ ## 🗂️ All 354 Skills
838
838
 
839
839
  <details>
840
840
  <summary>Read more ↓</summary>
@@ -864,7 +864,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
864
864
  | 🖼️ Figma | `pm-figma` | 10 | `figma-design-review` |
865
865
  | 📱 Social Media | `pm-social` | 5 | `social-media-strategy` |
866
866
  | ✍️ Writers & Content | `pm-writers` | 6 | `aeo-optimizer` |
867
- | 🎨 Visuals & Diagrams | `pm-visuals` 🆕 | 10 | `flowchart` · `architecture-diagram` · `gantt-roadmap` |
867
+ | 🎨 Visuals & Diagrams | `pm-visuals` 🆕 | 11 | `flowchart` · `architecture-diagram` · `gantt-roadmap` · `chart` |
868
868
 
869
869
  > Full per-skill detail (folder paths, descriptions, "🆕" markers) lives in **[SKILLS.md](SKILLS.md)**.
870
870
 
@@ -877,7 +877,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
877
877
  <details>
878
878
  <summary>Read more ↓</summary>
879
879
 
880
- Building and maintaining 329 skills across 47 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
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.
881
881
 
882
882
  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
883
 
@@ -909,7 +909,7 @@ pull request**, and once it's merged you earn a badge to show off in your own re
909
909
  ```
910
910
 
911
911
  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-329-skills) above). Want
912
+ eval-scored or security-audited** (that's the [curated library](#️-all-354-skills) above). Want
913
913
  your skill *in* the curated library instead? See **Contributing** below.
914
914
 
915
915
  ---
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 **329 skills** to:
11
+ Currently exporting **354 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
- 329 skills exported. Copy a `.mdc rule` into the tool to use it.
6
+ 354 skills exported. Copy a `.mdc rule` into the tool to use it.
7
7
 
8
8
  | Skill | Bundle | Path |
9
9
  |---|---|---|
@@ -31,16 +31,22 @@
31
31
  | Assumption Mapper | `pm-discovery` | `pm-discovery/assumption-mapper/assumption-mapper.md` |
32
32
  | Board Deck Narrative | `pm-business` | `pm-business/board-deck-narrative/board-deck-narrative.md` |
33
33
  | Board Pre-Read | `pm-business` | `pm-business/board-pre-read/board-pre-read.md` |
34
+ | Bookkeeping Categorization | `pm-accounting` | `pm-accounting/bookkeeping-categorization/bookkeeping-categorization.md` |
35
+ | Boolean Search Builder | `pm-recruiting` | `pm-recruiting/boolean-search-builder/boolean-search-builder.md` |
34
36
  | Brag Doc | `pm-career` | `pm-career/brag-doc/brag-doc.md` |
35
37
  | Budget Variance Analysis | `pm-finance` | `pm-finance/budget-variance-analysis/budget-variance-analysis.md` |
38
+ | Candidate Scorecard | `pm-recruiting` | `pm-recruiting/candidate-scorecard/candidate-scorecard.md` |
36
39
  | Cap Table Explainer | `pm-founders` | `pm-founders/cap-table-explainer/cap-table-explainer.md` |
37
40
  | Capacity Planning | `pm-engineering` | `pm-engineering/capacity-planning/capacity-planning.md` |
38
41
  | Capital Allocation | `pm-business` | `pm-business/capital-allocation/capital-allocation.md` |
39
42
  | Career Ladder Map | `pm-career` | `pm-career/career-ladder-map/career-ladder-map.md` |
40
43
  | Case for Support | `pm-nonprofit` | `pm-nonprofit/case-for-support/case-for-support.md` |
41
44
  | Case Study Write-up | `pm-consulting` | `pm-consulting/case-study-writeup/case-study-writeup.md` |
45
+ | Cash Flow Forecast | `pm-accounting` | `pm-accounting/cash-flow-forecast/cash-flow-forecast.md` |
46
+ | Category Page Brief | `pm-ecommerce` | `pm-ecommerce/category-page-brief/category-page-brief.md` |
42
47
  | Change Management Plan | `pm-hr` | `pm-hr/change-management-plan/change-management-plan.md` |
43
48
  | Changelog Generator | `pm-engineering` | `pm-engineering/changelog-generator/changelog-generator.md` |
49
+ | Chart | `pm-visuals` | `pm-visuals/chart/chart.md` |
44
50
  | Chart Data Extractor | `pm-data` | `pm-data/chart-data-extractor/chart-data-extractor.md` |
45
51
  | Churn Analysis | `pm-cs` | `pm-cs/churn-analysis/churn-analysis.md` |
46
52
  | CI/CD Playbook | `pm-engineering` | `pm-engineering/cicd-playbook/cicd-playbook.md` |
@@ -53,6 +59,7 @@
53
59
  | Code Review Checklist | `pm-engineering` | `pm-engineering/code-review-checklist/code-review-checklist.md` |
54
60
  | Cohort Analysis | `pm-data` | `pm-data/cohort-analysis/cohort-analysis.md` |
55
61
  | Cold Email | `pm-copy` | `pm-copy/cold-email/cold-email.md` |
62
+ | Collections Email | `pm-accounting` | `pm-accounting/collections-email/collections-email.md` |
56
63
  | Community Management Playbook | `pm-social` | `pm-social/community-management-playbook/community-management-playbook.md` |
57
64
  | Company Brief | `pm-jobsearch` | `pm-jobsearch/company-brief/company-brief.md` |
58
65
  | Competitive Analysis | `pm-essentials` | `pm-essentials/competitive-analysis/competitive-analysis.md` |
@@ -64,6 +71,7 @@
64
71
  | Consulting Proposal | `pm-consulting` | `pm-consulting/consulting-proposal/consulting-proposal.md` |
65
72
  | Content Calendar | `pm-gtm` | `pm-gtm/content-calendar/content-calendar.md` |
66
73
  | Content Repurposer | `pm-creator` | `pm-creator/content-repurposer/content-repurposer.md` |
74
+ | Content Style Guide | `pm-uxwriting` | `pm-uxwriting/content-style-guide/content-style-guide.md` |
67
75
  | Context Mode | `pm-engineering` | `pm-engineering/context-mode/context-mode.md` |
68
76
  | Contract Review | `pm-legal` | `pm-legal/contract-review/contract-review.md` |
69
77
  | Conversion Rate Optimization | `pm-growth` | `pm-growth/conversion-rate-optimization/conversion-rate-optimization.md` |
@@ -108,17 +116,20 @@
108
116
  | Email Sequence | `pm-copy` | `pm-copy/email-sequence/email-sequence.md` |
109
117
  | Email Triage | `pm-operations` | `pm-operations/email-triage/email-triage.md` |
110
118
  | Employee Engagement Survey | `pm-hr` | `pm-hr/employee-engagement-survey/employee-engagement-survey.md` |
119
+ | Empty State Writer | `pm-uxwriting` | `pm-uxwriting/empty-state-writer/empty-state-writer.md` |
111
120
  | Engagement Retro | `pm-consulting` | `pm-consulting/engagement-retro/engagement-retro.md` |
112
121
  | Engineering Hiring Rubric | `pm-engineering` | `pm-engineering/engineering-hiring-rubric/engineering-hiring-rubric.md` |
113
122
  | Engineering Weekly Report | `pm-engineering` | `pm-engineering/engineering-weekly-report/engineering-weekly-report.md` |
114
123
  | Entity-Relationship Diagram | `pm-visuals` | `pm-visuals/entity-relationship-diagram/entity-relationship-diagram.md` |
115
124
  | Error Decoder | `pm-engineering` | `pm-engineering/error-decoder/error-decoder.md` |
125
+ | Error Message Writer | `pm-uxwriting` | `pm-uxwriting/error-message-writer/error-message-writer.md` |
116
126
  | Escalation Tree | `pm-support` | `pm-support/escalation-tree/escalation-tree.md` |
117
127
  | Eval Rubric Designer | `pm-ai` | `pm-ai/eval-rubric-designer/eval-rubric-designer.md` |
118
128
  | Excel Model | `pm-documents` | `pm-documents/excel-model/excel-model.md` |
119
129
  | Executive Presence | `pm-comms` | `pm-comms/executive-presence/executive-presence.md` |
120
130
  | Executive Summary | `pm-cross` | `pm-cross/executive-summary/executive-summary.md` |
121
131
  | Executive Update | `pm-strategy` | `pm-strategy/executive-update/executive-update.md` |
132
+ | Expense Policy | `pm-accounting` | `pm-accounting/expense-policy/expense-policy.md` |
122
133
  | Experiment Designer | `pm-advanced` | `pm-advanced/experiment-designer/experiment-designer.md` |
123
134
  | Experiment Readout | `pm-dataeng` | `pm-dataeng/experiment-readout/experiment-readout.md` |
124
135
  | Feature Flag Guide | `pm-engineering` | `pm-engineering/feature-flag-guide/feature-flag-guide.md` |
@@ -135,6 +146,7 @@
135
146
  | Figma Variant Matrix | `pm-figma` | `pm-figma/figma-variant-matrix/figma-variant-matrix.md` |
136
147
  | Financial Due Diligence | `pm-finance` | `pm-finance/financial-due-diligence/financial-due-diligence.md` |
137
148
  | Financial Model Narrative | `pm-finance` | `pm-finance/financial-model-narrative/financial-model-narrative.md` |
149
+ | Financial Statement Explainer | `pm-accounting` | `pm-accounting/financial-statement-explainer/financial-statement-explainer.md` |
138
150
  | Flowchart | `pm-visuals` | `pm-visuals/flowchart/flowchart.md` |
139
151
  | Follow-Up Sequence | `pm-jobsearch` | `pm-jobsearch/follow-up-sequence/follow-up-sequence.md` |
140
152
  | Founder-Market Fit | `pm-founders` | `pm-founders/founder-market-fit/founder-market-fit.md` |
@@ -163,9 +175,11 @@
163
175
  | Instagram Post Downloader | `pm-writers` | `pm-writers/instagram-post-downloader/instagram-post-downloader.md` |
164
176
  | Insurance Claim | `pm-lifeadmin` | `pm-lifeadmin/insurance-claim/insurance-claim.md` |
165
177
  | Interview Prep | `pm-jobsearch` | `pm-jobsearch/interview-prep/interview-prep.md` |
178
+ | Interview Question Bank | `pm-recruiting` | `pm-recruiting/interview-question-bank/interview-question-bank.md` |
166
179
  | Investor Cold Email | `pm-founders` | `pm-founders/investor-cold-email/investor-cold-email.md` |
167
180
  | Investor Pitch Deck | `pm-finance` | `pm-finance/investor-pitch-deck/investor-pitch-deck.md` |
168
181
  | Investor Update | `pm-business` | `pm-business/investor-update/investor-update.md` |
182
+ | Invoice Generator | `pm-accounting` | `pm-accounting/invoice-generator/invoice-generator.md` |
169
183
  | ISO 27001 ISMS | `pm-compliance` | `pm-compliance/iso-27001-isms/iso-27001-isms.md` |
170
184
  | JD Decoder | `pm-jobsearch` | `pm-jobsearch/jd-decoder/jd-decoder.md` |
171
185
  | Job Application | `pm-business` | `pm-business/job-application/job-application.md` |
@@ -188,12 +202,14 @@
188
202
  | Localization Brief | `pm-localization` | `pm-localization/localization-brief/localization-brief.md` |
189
203
  | Managing Up | `pm-comms` | `pm-comms/managing-up/managing-up.md` |
190
204
  | Marketing Funnel Plan | `pm-growth` | `pm-growth/marketing-funnel-plan/marketing-funnel-plan.md` |
205
+ | Marketplace Listing Optimizer | `pm-ecommerce` | `pm-ecommerce/marketplace-listing-optimizer/marketplace-listing-optimizer.md` |
191
206
  | Media Pitch | `pm-gtm` | `pm-gtm/media-pitch/media-pitch.md` |
192
207
  | Meeting Notes | `pm-essentials` | `pm-essentials/meeting-notes/meeting-notes.md` |
193
208
  | Messaging Framework | `pm-growth` | `pm-growth/messaging-framework/messaging-framework.md` |
194
209
  | Metric Semantic Layer | `pm-dataeng` | `pm-dataeng/metric-semantic-layer/metric-semantic-layer.md` |
195
210
  | Metric Tree Builder | `pm-data` | `pm-data/metric-tree-builder/metric-tree-builder.md` |
196
211
  | Metrics Framework | `pm-data` | `pm-data/metrics-framework/metrics-framework.md` |
212
+ | Microcopy Writer | `pm-uxwriting` | `pm-uxwriting/microcopy-writer/microcopy-writer.md` |
197
213
  | Microservices Decomposition | `pm-engineering` | `pm-engineering/microservices-decomposition/microservices-decomposition.md` |
198
214
  | Mind Map | `pm-visuals` | `pm-visuals/mind-map/mind-map.md` |
199
215
  | Model Card | `pm-ai` | `pm-ai/model-card/model-card.md` |
@@ -205,7 +221,9 @@
205
221
  | Newsletter Writer | `pm-creator` | `pm-creator/newsletter-writer/newsletter-writer.md` |
206
222
  | NotebookLM Connector | `pm-cross` | `pm-cross/notebooklm-connector/notebooklm-connector.md` |
207
223
  | Notes Humanizer | `pm-writers` | `pm-writers/notes-humanizer/notes-humanizer.md` |
224
+ | Offer Letter | `pm-recruiting` | `pm-recruiting/offer-letter/offer-letter.md` |
208
225
  | OKR Builder | `pm-planning` | `pm-planning/okr-builder/okr-builder.md` |
226
+ | Onboarding Copy | `pm-uxwriting` | `pm-uxwriting/onboarding-copy/onboarding-copy.md` |
209
227
  | Onboarding Plan | `pm-hr` | `pm-hr/onboarding-plan/onboarding-plan.md` |
210
228
  | On-Call Runbook | `pm-engineering` | `pm-engineering/oncall-runbook/oncall-runbook.md` |
211
229
  | One-on-One Prep | `pm-career` | `pm-career/one-on-one-prep/one-on-one-prep.md` |
@@ -232,13 +250,16 @@
232
250
  | Prior Authorization Letter | `pm-health` | `pm-health/prior-authorization-letter/prior-authorization-letter.md` |
233
251
  | Privacy Policy Drafter | `pm-legal` | `pm-legal/privacy-policy-drafter/privacy-policy-drafter.md` |
234
252
  | Process Documentation | `pm-operations` | `pm-operations/process-documentation/process-documentation.md` |
253
+ | Product Description | `pm-ecommerce` | `pm-ecommerce/product-description/product-description.md` |
235
254
  | Product Health Analysis | `pm-analytics` | `pm-analytics/product-health-analysis/product-health-analysis.md` |
236
255
  | Product Launch Checklist | `pm-delivery` | `pm-delivery/product-launch-checklist/product-launch-checklist.md` |
256
+ | Product Naming | `pm-uxwriting` | `pm-uxwriting/product-naming/product-naming.md` |
237
257
  | Product Positioning Doc | `pm-gtm` | `pm-gtm/product-positioning-doc/product-positioning-doc.md` |
238
258
  | Professional Brain | `pm-cross` | `pm-cross/professional-brain/professional-brain.md` |
239
259
  | Professional Translator | `pm-localization` | `pm-localization/professional-translator/professional-translator.md` |
240
260
  | Project Status Report | `pm-operations` | `pm-operations/project-status-report/project-status-report.md` |
241
261
  | Promotion Packet | `pm-career` | `pm-career/promotion-packet/promotion-packet.md` |
262
+ | Promotion Plan | `pm-ecommerce` | `pm-ecommerce/promotion-plan/promotion-plan.md` |
242
263
  | Prompt Optimizer | `pm-ai` | `pm-ai/prompt-optimizer/prompt-optimizer.md` |
243
264
  | Proposal Writer | `pm-sales` | `pm-sales/proposal-writer/proposal-writer.md` |
244
265
  | QBR Deck | `pm-cs` | `pm-cs/qbr-deck/qbr-deck.md` |
@@ -248,6 +269,7 @@
248
269
  | RAG Architecture Review | `pm-ai` | `pm-ai/rag-architecture-review/rag-architecture-review.md` |
249
270
  | RAG Design Doc | `pm-ai` | `pm-ai/rag-design-doc/rag-design-doc.md` |
250
271
  | Rate Card | `pm-consulting` | `pm-consulting/rate-card/rate-card.md` |
272
+ | Recruiter Outreach | `pm-recruiting` | `pm-recruiting/recruiter-outreach/recruiter-outreach.md` |
251
273
  | Red-Team Review | `pm-cross` | `pm-cross/red-team-review/red-team-review.md` |
252
274
  | Redundancy Consultation | `pm-hr` | `pm-hr/redundancy-consultation/redundancy-consultation.md` |
253
275
  | Reference Letter | `pm-lifeadmin` | `pm-lifeadmin/reference-letter/reference-letter.md` |
@@ -260,6 +282,8 @@
260
282
  | Retention Analysis | `pm-analytics` | `pm-analytics/retention-analysis/retention-analysis.md` |
261
283
  | Retention Loop Design | `pm-growth` | `pm-growth/retention-loop-design/retention-loop-design.md` |
262
284
  | Retrospective Analysis | `pm-delivery` | `pm-delivery/retro-analysis/retro-analysis.md` |
285
+ | Return & Refund Policy | `pm-ecommerce` | `pm-ecommerce/return-refund-policy/return-refund-policy.md` |
286
+ | Review Response | `pm-ecommerce` | `pm-ecommerce/review-response/review-response.md` |
263
287
  | RFC Writer | `pm-engineering` | `pm-engineering/rfc-writer/rfc-writer.md` |
264
288
  | RFP Writer | `pm-operations` | `pm-operations/rfp-writer/rfp-writer.md` |
265
289
  | RICE + Strategic Alignment | `pm-planning` | `pm-planning/rice-impact-matrix/rice-impact-matrix.md` |
@@ -293,6 +317,7 @@
293
317
  | Social Media Audit | `pm-social` | `pm-social/social-media-audit/social-media-audit.md` |
294
318
  | Social Media Strategy | `pm-gtm` | `pm-gtm/social-media-strategy/social-media-strategy.md` |
295
319
  | SOP Writer | `pm-operations` | `pm-operations/sop-writer/sop-writer.md` |
320
+ | Sourcing Strategy | `pm-recruiting` | `pm-recruiting/sourcing-strategy/sourcing-strategy.md` |
296
321
  | Sprint Brief | `pm-delivery` | `pm-delivery/sprint-brief/sprint-brief.md` |
297
322
  | Sprint Planning | `pm-delivery` | `pm-delivery/sprint-planning/sprint-planning.md` |
298
323
  | Sprint Velocity Analysis | `pm-engineering` | `pm-engineering/sprint-velocity-analysis/sprint-velocity-analysis.md` |
@@ -0,0 +1,63 @@
1
+ # Bookkeeping Categorization Skill
2
+
3
+ Messy books come from inconsistent categorization — the same expense landing in three different buckets. This
4
+ skill sets up a sensible **chart of accounts** for the business and clear **rules** for where each kind of
5
+ transaction goes (with the tricky cases called out), so the books stay clean, comparable month to month, and
6
+ easy for an accountant to work from.
7
+
8
+ > **Note:** this is an organizational aid, **not tax or accounting advice**. The correct treatment of specific
9
+ > expenses (deductibility, capitalization vs. expense, tax categories) depends on jurisdiction and your
10
+ > situation — confirm categories and tax handling with a qualified accountant. Never assert tax deductibility.
11
+
12
+ ## Working from a brief
13
+
14
+ Given "help me categorize my freelance business expenses", **produce a usable chart of accounts and rules
15
+ anyway** — infer the relevant categories for that business type and give examples, marking anything
16
+ tax-sensitive *(confirm with your accountant)*. Never state what's tax-deductible as fact.
17
+
18
+ ## Required Inputs
19
+
20
+ Ask for these only if they aren't already provided (else infer and label):
21
+
22
+ - **The business** — type (freelance, agency, SaaS, retail…), size, and accounting basis (cash/accrual) if known.
23
+ - **The tool** — QuickBooks, Xero, a spreadsheet, etc. (so categories map to it).
24
+ - **Typical transactions** — the kinds of income and expenses that recur, and any that are confusing.
25
+ - **Goal** — clean monthly books, tax prep readiness, or clearer reporting.
26
+
27
+ ## Output Format
28
+
29
+ ### Bookkeeping Setup: [business]
30
+
31
+ **1. Chart of accounts** — a practical category list grouped by type:
32
+ - **Income** (sales/services, other income), **COGS / direct costs**, **Operating expenses** (the recurring categories for this business — software, contractors, marketing, rent, travel, etc.), **Owner/Equity**, and **Other** (taxes, fees).
33
+
34
+ | Category | Type | What goes here | Examples |
35
+ |---|---|---|---|
36
+
37
+ **2. Categorization rules** — clear "if it's X, it goes in Y" rules, including the **edge cases** that cause inconsistency:
38
+ - mixed personal/business, software vs. equipment, contractor vs. payroll, meals vs. entertainment, a refund, a transfer (not income), owner's draw (not an expense), etc. — each flagged *(confirm tax treatment with your accountant)* where relevant.
39
+
40
+ **3. Clean-books routine** — a simple monthly cadence: reconcile to the bank, review uncategorized, fix miscategorized, and what to hand your accountant.
41
+
42
+ **4. Watch-outs** — the common mistakes (treating transfers as income, mixing personal, capitalizing vs. expensing) and a reminder to confirm tax categories professionally.
43
+
44
+ ## Quality Checks
45
+
46
+ - [ ] The chart of accounts fits the specific business type and isn't bloated with irrelevant categories
47
+ - [ ] Rules cover the edge cases that actually cause inconsistency (transfers, owner's draw, refunds, mixed use)
48
+ - [ ] Examples make each category unambiguous
49
+ - [ ] Categories map to the tool the user uses
50
+ - [ ] A repeatable monthly clean-books routine is included
51
+ - [ ] Tax-sensitive treatments are flagged to confirm — deductibility is never asserted
52
+
53
+ ## Anti-Patterns
54
+
55
+ - [ ] Do not assert what's tax-deductible — flag tax treatment for a qualified accountant
56
+ - [ ] Do not create an over-complex chart of accounts — more buckets means more miscategorization
57
+ - [ ] Do not treat transfers, owner's draws, or refunds as income/expenses — call these out explicitly
58
+ - [ ] Do not leave the edge cases unaddressed — that's where books get messy
59
+ - [ ] Do not present this as accounting advice — it organizes; the accountant certifies
60
+
61
+ ## Based On
62
+
63
+ Bookkeeping practice — fit-for-purpose charts of accounts, consistent categorization rules with edge cases, and a monthly reconciliation routine.
@@ -0,0 +1,63 @@
1
+ # Cash Flow Forecast Skill
2
+
3
+ Profit is an opinion; cash is a fact — and businesses fail by running out of it even while "profitable". A
4
+ short-term (commonly **13-week**) cash flow forecast shows, week by week, whether money coming in covers money
5
+ going out, and *when* the tightest point hits. This skill builds that forecast's structure and math so you can
6
+ see trouble early and act.
7
+
8
+ > **Note:** this is a planning aid, **not financial, investment, or accounting advice**. It structures a forecast
9
+ > from figures you provide and projects from your assumptions; it does not guarantee outcomes. Confirm material
10
+ > decisions with a qualified accountant/advisor. Never invent actual balances or amounts.
11
+
12
+ ## Working from a brief
13
+
14
+ Given "build me a 13-week cash flow", **produce the full structure anyway** — lay out the model with the
15
+ formulas and a **worked example using placeholder figures** *(replace with your numbers)*. Use the real numbers
16
+ where the user gave them; never fabricate a starting balance or a result.
17
+
18
+ ## Required Inputs
19
+
20
+ Ask for these only if they aren't already provided (else use labelled placeholders):
21
+
22
+ - **Starting cash** — current bank balance (the opening position).
23
+ - **Inflows** — expected receipts and their timing (customer payments, with realistic collection timing, not invoice date).
24
+ - **Outflows** — scheduled payments and timing (payroll, rent, suppliers, loan repayments, tax, subscriptions).
25
+ - **Horizon & purpose** — 13 weeks (default) or other, and what decision it informs (a crunch, a hire, a raise).
26
+
27
+ ## Output Format
28
+
29
+ ### 13-Week Cash Flow Forecast: [business]
30
+
31
+ - **How it works** — the model in one line: `Closing cash = Opening cash + Inflows − Outflows`, run week over week (each week's closing is the next week's opening).
32
+ - **Forecast table** — a week-by-week layout (template + a worked example with placeholder figures):
33
+
34
+ | Week | Opening cash | Inflows | Outflows | Net | Closing cash |
35
+ |---|---|---|---|---|---|
36
+
37
+ Break inflows/outflows into their main lines (receipts; payroll, rent, suppliers, tax…) so it's actionable.
38
+ - **Key read-outs** — the **lowest cash point** and which week it hits, weeks that go negative (the warning), and total net movement over the horizon.
39
+ - **Assumptions** — collection timing, what's committed vs. expected, and anything to confirm — stated explicitly (the forecast is only as good as these).
40
+ - **If cash goes tight — levers** — accelerate receivables, delay/stagger payables, cut/defer discretionary spend, draw on credit, or raise — with the trade-offs.
41
+
42
+ Mark all placeholder figures *(replace with your numbers)*.
43
+
44
+ ## Quality Checks
45
+
46
+ - [ ] Built on cash *timing* (when money actually moves), not invoice/accrual dates
47
+ - [ ] The week-over-week roll-forward is correct (closing → next opening) and the math is shown
48
+ - [ ] The lowest cash point and any negative weeks are surfaced clearly
49
+ - [ ] Assumptions (collection timing, committed vs. expected) are explicit
50
+ - [ ] Numbers are real where provided and placeholders elsewhere — nothing invented
51
+ - [ ] Practical levers are offered for a tight-cash scenario with trade-offs
52
+
53
+ ## Anti-Patterns
54
+
55
+ - [ ] Do not use invoice dates for inflows — model when cash is actually expected to land
56
+ - [ ] Do not invent a starting balance or amounts — use the user's figures or labelled placeholders
57
+ - [ ] Do not hide the assumptions — a forecast without them is false precision
58
+ - [ ] Do not bury the low point — the whole purpose is to see the crunch coming
59
+ - [ ] Do not present projections as guarantees or as financial advice
60
+
61
+ ## Based On
62
+
63
+ Cash management practice — short-horizon (13-week) cash flow forecasting on payment timing, low-point analysis, explicit assumptions, and liquidity levers.
@@ -0,0 +1,61 @@
1
+ # Collections Email Skill
2
+
3
+ Chasing payment is uncomfortable, so it's often done too late or too harshly. The effective approach is a
4
+ **staged sequence** that starts friendly and firms up on a schedule — always professional, always making it
5
+ trivially easy to pay. This skill writes that sequence so you get paid without burning the relationship.
6
+
7
+ > **Note:** this is a communication aid, **not legal or debt-collection advice**. Late-payment interest,
8
+ > statutory rights, and regulated debt-collection rules vary by jurisdiction — confirm any interest/late fees
9
+ > and escalation (collections agency, legal) with an accountant/lawyer before acting on them.
10
+
11
+ ## Working from a brief
12
+
13
+ Given "chase a client whose $5,000 invoice is 2 weeks overdue", **write the full sequence anyway** — infer a
14
+ sensible cadence and tone progression, marking specifics *(insert invoice #, amount, dates, payment link)*.
15
+ Don't state late-fee/interest amounts as enforceable — flag them to confirm. Never threaten beyond what's lawful/intended.
16
+
17
+ ## Required Inputs
18
+
19
+ Ask for these only if they aren't already provided (else mark to insert):
20
+
21
+ - **The invoice** — number, amount, original due date, and how overdue it is.
22
+ - **The relationship** — client name, contact, and whether they're a valued ongoing client or a one-off.
23
+ - **Terms** — your payment terms and any agreed late-fee/interest (flag to confirm enforceability).
24
+ - **Payment method** — exactly how they can pay (link, bank details), to remove friction.
25
+
26
+ ## Output Format
27
+
28
+ ### Collections Sequence: [invoice]
29
+
30
+ A staged set of emails, each short, professional, and with a clear pay-now path:
31
+
32
+ 1. **Pre-due reminder (optional, ~3–5 days before)** — friendly heads-up the invoice is due soon.
33
+ 2. **Due-date / just-overdue (day 0–3)** — assume an oversight; warm nudge, restate amount + due date + how to pay.
34
+ 3. **Overdue reminder (~7–14 days)** — firmer, still polite; note it's now overdue, ask for a payment date or to flag an issue.
35
+ 4. **Second overdue (~21–30 days)** — clear and direct; reference the terms, request immediate payment or a call, mention any agreed late fee *(confirm)*.
36
+ 5. **Final notice (~30–45 days)** — formal; state the next step if unpaid (pause work, escalate per terms) — factual, not threatening.
37
+
38
+ For each: a subject line, a short body, and the **payment details/link** repeated. Tone firms up across the sequence but never becomes abusive.
39
+
40
+ Add **notes**: insert real invoice details; confirm any interest/late fee and escalation are lawful and intended.
41
+
42
+ ## Quality Checks
43
+
44
+ - [ ] The sequence escalates in firmness over a sensible cadence (gentle → formal final notice)
45
+ - [ ] Every email restates the amount, invoice number, and an easy way to pay
46
+ - [ ] Early emails assume good faith (oversight), not bad intent
47
+ - [ ] The final notice states a concrete, factual next step — not an empty or unlawful threat
48
+ - [ ] Tone stays professional throughout — firm, never abusive
49
+ - [ ] Late-fee/interest and escalation are flagged to confirm, not asserted as enforceable
50
+
51
+ ## Anti-Patterns
52
+
53
+ - [ ] Do not open with hostility — most late payments are oversight; start friendly
54
+ - [ ] Do not make it hard to pay — repeat the payment link/details in every message
55
+ - [ ] Do not threaten legal action or fees you can't or won't enforce — keep it factual and lawful
56
+ - [ ] Do not wait until 60 days to send the first chase — a pre-due/just-due nudge gets paid fastest
57
+ - [ ] Do not present this as legal advice — flag interest/escalation for professional confirmation
58
+
59
+ ## Based On
60
+
61
+ Accounts-receivable practice — staged dunning sequences that escalate professionally, remove payment friction, and preserve the client relationship.