pm-claude-skills 30.0.0 → 30.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (400) hide show
  1. package/README.md +48 -28
  2. package/bin/cli.mjs +4 -2
  3. package/exports/README.md +2 -1
  4. package/exports/aider/README.md +7 -1
  5. package/exports/aider/pm-localization/glossary-builder/glossary-builder.md +56 -0
  6. package/exports/aider/pm-localization/i18n-readiness-review/i18n-readiness-review.md +56 -0
  7. package/exports/aider/pm-localization/localization-brief/localization-brief.md +60 -0
  8. package/exports/aider/pm-localization/professional-translator/professional-translator.md +50 -0
  9. package/exports/aider/pm-localization/subtitle-caption/subtitle-caption.md +48 -0
  10. package/exports/aider/pm-localization/transcreation/transcreation.md +53 -0
  11. package/exports/chatgpt/README.md +7 -1
  12. package/exports/chatgpt/pm-localization/glossary-builder/SYSTEM_PROMPT.md +56 -0
  13. package/exports/chatgpt/pm-localization/i18n-readiness-review/SYSTEM_PROMPT.md +56 -0
  14. package/exports/chatgpt/pm-localization/localization-brief/SYSTEM_PROMPT.md +60 -0
  15. package/exports/chatgpt/pm-localization/professional-translator/SYSTEM_PROMPT.md +50 -0
  16. package/exports/chatgpt/pm-localization/subtitle-caption/SYSTEM_PROMPT.md +48 -0
  17. package/exports/chatgpt/pm-localization/transcreation/SYSTEM_PROMPT.md +53 -0
  18. package/exports/cline/README.md +7 -1
  19. package/exports/cline/pm-localization/glossary-builder/glossary-builder.md +56 -0
  20. package/exports/cline/pm-localization/i18n-readiness-review/i18n-readiness-review.md +56 -0
  21. package/exports/cline/pm-localization/localization-brief/localization-brief.md +60 -0
  22. package/exports/cline/pm-localization/professional-translator/professional-translator.md +50 -0
  23. package/exports/cline/pm-localization/subtitle-caption/subtitle-caption.md +48 -0
  24. package/exports/cline/pm-localization/transcreation/transcreation.md +53 -0
  25. package/exports/continue/README.md +7 -1
  26. package/exports/continue/pm-localization/glossary-builder/glossary-builder.md +61 -0
  27. package/exports/continue/pm-localization/i18n-readiness-review/i18n-readiness-review.md +61 -0
  28. package/exports/continue/pm-localization/localization-brief/localization-brief.md +65 -0
  29. package/exports/continue/pm-localization/professional-translator/professional-translator.md +55 -0
  30. package/exports/continue/pm-localization/subtitle-caption/subtitle-caption.md +53 -0
  31. package/exports/continue/pm-localization/transcreation/transcreation.md +58 -0
  32. package/exports/cursor/README.md +7 -1
  33. package/exports/cursor/pm-localization/glossary-builder/glossary-builder.mdc +62 -0
  34. package/exports/cursor/pm-localization/i18n-readiness-review/i18n-readiness-review.mdc +62 -0
  35. package/exports/cursor/pm-localization/localization-brief/localization-brief.mdc +66 -0
  36. package/exports/cursor/pm-localization/professional-translator/professional-translator.mdc +56 -0
  37. package/exports/cursor/pm-localization/subtitle-caption/subtitle-caption.mdc +54 -0
  38. package/exports/cursor/pm-localization/transcreation/transcreation.mdc +59 -0
  39. package/exports/gemini/README.md +7 -1
  40. package/exports/gemini/pm-localization/glossary-builder/GEM_INSTRUCTIONS.md +60 -0
  41. package/exports/gemini/pm-localization/i18n-readiness-review/GEM_INSTRUCTIONS.md +60 -0
  42. package/exports/gemini/pm-localization/localization-brief/GEM_INSTRUCTIONS.md +64 -0
  43. package/exports/gemini/pm-localization/professional-translator/GEM_INSTRUCTIONS.md +54 -0
  44. package/exports/gemini/pm-localization/subtitle-caption/GEM_INSTRUCTIONS.md +52 -0
  45. package/exports/gemini/pm-localization/transcreation/GEM_INSTRUCTIONS.md +57 -0
  46. package/exports/kilocode/README.md +328 -0
  47. package/exports/kilocode/pm-advanced/ai-ethics-review/ai-ethics-review.md +210 -0
  48. package/exports/kilocode/pm-advanced/ai-product-canvas/ai-product-canvas.md +164 -0
  49. package/exports/kilocode/pm-advanced/design-handoff-brief/design-handoff-brief.md +78 -0
  50. package/exports/kilocode/pm-advanced/experiment-designer/experiment-designer.md +72 -0
  51. package/exports/kilocode/pm-advanced/multi-source-signal-synthesiser/multi-source-signal-synthesiser.md +65 -0
  52. package/exports/kilocode/pm-ai/agent-design-review/agent-design-review.md +70 -0
  53. package/exports/kilocode/pm-ai/agent-spec/agent-spec.md +61 -0
  54. package/exports/kilocode/pm-ai/ai-eval-plan/ai-eval-plan.md +59 -0
  55. package/exports/kilocode/pm-ai/ai-feature-prd/ai-feature-prd.md +64 -0
  56. package/exports/kilocode/pm-ai/dataset-datasheet/dataset-datasheet.md +61 -0
  57. package/exports/kilocode/pm-ai/eval-rubric-designer/eval-rubric-designer.md +66 -0
  58. package/exports/kilocode/pm-ai/llm-cost-latency-budget/llm-cost-latency-budget.md +59 -0
  59. package/exports/kilocode/pm-ai/llm-guardrails-spec/llm-guardrails-spec.md +68 -0
  60. package/exports/kilocode/pm-ai/model-card/model-card.md +64 -0
  61. package/exports/kilocode/pm-ai/model-selection-advisor/model-selection-advisor.md +67 -0
  62. package/exports/kilocode/pm-ai/prompt-optimizer/prompt-optimizer.md +65 -0
  63. package/exports/kilocode/pm-ai/rag-architecture-review/rag-architecture-review.md +65 -0
  64. package/exports/kilocode/pm-ai/rag-design-doc/rag-design-doc.md +65 -0
  65. package/exports/kilocode/pm-analytics/data-analysis-standard/data-analysis-standard.md +129 -0
  66. package/exports/kilocode/pm-analytics/product-health-analysis/product-health-analysis.md +62 -0
  67. package/exports/kilocode/pm-analytics/retention-analysis/retention-analysis.md +137 -0
  68. package/exports/kilocode/pm-business/board-deck-narrative/board-deck-narrative.md +160 -0
  69. package/exports/kilocode/pm-business/board-pre-read/board-pre-read.md +57 -0
  70. package/exports/kilocode/pm-business/capital-allocation/capital-allocation.md +65 -0
  71. package/exports/kilocode/pm-business/decision-memo/decision-memo.md +58 -0
  72. package/exports/kilocode/pm-business/investor-update/investor-update.md +130 -0
  73. package/exports/kilocode/pm-business/job-application/job-application.md +131 -0
  74. package/exports/kilocode/pm-business/strategy-memo/strategy-memo.md +56 -0
  75. package/exports/kilocode/pm-calculators/pricing-calculator/pricing-calculator.md +65 -0
  76. package/exports/kilocode/pm-calculators/roi-estimator/roi-estimator.md +66 -0
  77. package/exports/kilocode/pm-calculators/runway-calculator/runway-calculator.md +65 -0
  78. package/exports/kilocode/pm-calculators/saas-metrics/saas-metrics.md +65 -0
  79. package/exports/kilocode/pm-calculators/unit-economics/unit-economics.md +66 -0
  80. package/exports/kilocode/pm-career/brag-doc/brag-doc.md +59 -0
  81. package/exports/kilocode/pm-career/career-ladder-map/career-ladder-map.md +57 -0
  82. package/exports/kilocode/pm-career/one-on-one-prep/one-on-one-prep.md +57 -0
  83. package/exports/kilocode/pm-career/promotion-packet/promotion-packet.md +55 -0
  84. package/exports/kilocode/pm-career/salary-negotiation/salary-negotiation.md +61 -0
  85. package/exports/kilocode/pm-career/self-review/self-review.md +52 -0
  86. package/exports/kilocode/pm-comms/difficult-conversation/difficult-conversation.md +58 -0
  87. package/exports/kilocode/pm-comms/executive-presence/executive-presence.md +52 -0
  88. package/exports/kilocode/pm-comms/giving-feedback/giving-feedback.md +53 -0
  89. package/exports/kilocode/pm-comms/managing-up/managing-up.md +51 -0
  90. package/exports/kilocode/pm-comms/persuasion-brief/persuasion-brief.md +54 -0
  91. package/exports/kilocode/pm-comms/saying-no/saying-no.md +54 -0
  92. package/exports/kilocode/pm-compliance/data-retention-policy/data-retention-policy.md +63 -0
  93. package/exports/kilocode/pm-compliance/gdpr-compliance/gdpr-compliance.md +66 -0
  94. package/exports/kilocode/pm-compliance/hipaa-safeguards/hipaa-safeguards.md +66 -0
  95. package/exports/kilocode/pm-compliance/iso-27001-isms/iso-27001-isms.md +67 -0
  96. package/exports/kilocode/pm-compliance/soc2-readiness/soc2-readiness.md +66 -0
  97. package/exports/kilocode/pm-compliance/vendor-security-review/vendor-security-review.md +64 -0
  98. package/exports/kilocode/pm-consulting/case-study-writeup/case-study-writeup.md +57 -0
  99. package/exports/kilocode/pm-consulting/client-discovery/client-discovery.md +56 -0
  100. package/exports/kilocode/pm-consulting/consulting-proposal/consulting-proposal.md +54 -0
  101. package/exports/kilocode/pm-consulting/engagement-retro/engagement-retro.md +51 -0
  102. package/exports/kilocode/pm-consulting/rate-card/rate-card.md +54 -0
  103. package/exports/kilocode/pm-consulting/statement-of-work/statement-of-work.md +58 -0
  104. package/exports/kilocode/pm-copy/ad-copy/ad-copy.md +54 -0
  105. package/exports/kilocode/pm-copy/cold-email/cold-email.md +53 -0
  106. package/exports/kilocode/pm-copy/email-sequence/email-sequence.md +54 -0
  107. package/exports/kilocode/pm-copy/headline-options/headline-options.md +57 -0
  108. package/exports/kilocode/pm-copy/landing-page-copy/landing-page-copy.md +59 -0
  109. package/exports/kilocode/pm-copy/sales-page/sales-page.md +54 -0
  110. package/exports/kilocode/pm-copy/value-proposition/value-proposition.md +56 -0
  111. package/exports/kilocode/pm-creator/content-repurposer/content-repurposer.md +52 -0
  112. package/exports/kilocode/pm-creator/creator-brand-kit/creator-brand-kit.md +57 -0
  113. package/exports/kilocode/pm-creator/creator-media-kit/creator-media-kit.md +48 -0
  114. package/exports/kilocode/pm-creator/hook-writer/hook-writer.md +47 -0
  115. package/exports/kilocode/pm-creator/newsletter-writer/newsletter-writer.md +48 -0
  116. package/exports/kilocode/pm-creator/short-form-script/short-form-script.md +54 -0
  117. package/exports/kilocode/pm-crisis/apology-letter/apology-letter.md +57 -0
  118. package/exports/kilocode/pm-crisis/customer-outage-notice/customer-outage-notice.md +66 -0
  119. package/exports/kilocode/pm-crisis/incident-public-statement/incident-public-statement.md +59 -0
  120. package/exports/kilocode/pm-crisis/layoff-communication/layoff-communication.md +70 -0
  121. package/exports/kilocode/pm-crisis/pr-crisis-response/pr-crisis-response.md +73 -0
  122. package/exports/kilocode/pm-cross/action-runner/action-runner.md +99 -0
  123. package/exports/kilocode/pm-cross/executive-summary/executive-summary.md +102 -0
  124. package/exports/kilocode/pm-cross/grant-proposal/grant-proposal.md +105 -0
  125. package/exports/kilocode/pm-cross/last-30-days-research/last-30-days-research.md +153 -0
  126. package/exports/kilocode/pm-cross/notebooklm-connector/notebooklm-connector.md +178 -0
  127. package/exports/kilocode/pm-cross/press-release/press-release.md +82 -0
  128. package/exports/kilocode/pm-cross/professional-brain/professional-brain.md +164 -0
  129. package/exports/kilocode/pm-cross/red-team-review/red-team-review.md +58 -0
  130. package/exports/kilocode/pm-cross/sycophancy-challenger/sycophancy-challenger.md +159 -0
  131. package/exports/kilocode/pm-cross/teaching-lesson-plan/teaching-lesson-plan.md +121 -0
  132. package/exports/kilocode/pm-cs/churn-analysis/churn-analysis.md +189 -0
  133. package/exports/kilocode/pm-cs/cs-escalation-brief/cs-escalation-brief.md +179 -0
  134. package/exports/kilocode/pm-cs/cs-health-scorecard/cs-health-scorecard.md +165 -0
  135. package/exports/kilocode/pm-cs/customer-success-plan/customer-success-plan.md +195 -0
  136. package/exports/kilocode/pm-cs/qbr-deck/qbr-deck.md +221 -0
  137. package/exports/kilocode/pm-cs/renewal-playbook/renewal-playbook.md +193 -0
  138. package/exports/kilocode/pm-data/ab-test-readout/ab-test-readout.md +57 -0
  139. package/exports/kilocode/pm-data/chart-data-extractor/chart-data-extractor.md +97 -0
  140. package/exports/kilocode/pm-data/cohort-analysis/cohort-analysis.md +190 -0
  141. package/exports/kilocode/pm-data/dashboard-brief/dashboard-brief.md +125 -0
  142. package/exports/kilocode/pm-data/data-pipeline-spec/data-pipeline-spec.md +224 -0
  143. package/exports/kilocode/pm-data/data-quality-audit/data-quality-audit.md +55 -0
  144. package/exports/kilocode/pm-data/metric-tree-builder/metric-tree-builder.md +54 -0
  145. package/exports/kilocode/pm-data/metrics-framework/metrics-framework.md +113 -0
  146. package/exports/kilocode/pm-data/sql-query-explainer/sql-query-explainer.md +146 -0
  147. package/exports/kilocode/pm-dataeng/data-contract/data-contract.md +55 -0
  148. package/exports/kilocode/pm-dataeng/data-quality-checks/data-quality-checks.md +55 -0
  149. package/exports/kilocode/pm-dataeng/dbt-model-spec/dbt-model-spec.md +57 -0
  150. package/exports/kilocode/pm-dataeng/experiment-readout/experiment-readout.md +67 -0
  151. package/exports/kilocode/pm-dataeng/metric-semantic-layer/metric-semantic-layer.md +55 -0
  152. package/exports/kilocode/pm-dataeng/sql-optimizer/sql-optimizer.md +51 -0
  153. package/exports/kilocode/pm-delivery/ab-test-planner/ab-test-planner.md +116 -0
  154. package/exports/kilocode/pm-delivery/go-to-market-planner/go-to-market-planner.md +136 -0
  155. package/exports/kilocode/pm-delivery/launch-readiness/launch-readiness.md +85 -0
  156. package/exports/kilocode/pm-delivery/pptx-slide-auditor/pptx-slide-auditor.md +96 -0
  157. package/exports/kilocode/pm-delivery/product-launch-checklist/product-launch-checklist.md +148 -0
  158. package/exports/kilocode/pm-delivery/retro-analysis/retro-analysis.md +56 -0
  159. package/exports/kilocode/pm-delivery/sprint-brief/sprint-brief.md +56 -0
  160. package/exports/kilocode/pm-delivery/sprint-planning/sprint-planning.md +127 -0
  161. package/exports/kilocode/pm-delivery/technical-spec-template/technical-spec-template.md +152 -0
  162. package/exports/kilocode/pm-delivery/user-story-writer/user-story-writer.md +221 -0
  163. package/exports/kilocode/pm-design/accessibility-audit/accessibility-audit.md +178 -0
  164. package/exports/kilocode/pm-design/design-critique/design-critique.md +133 -0
  165. package/exports/kilocode/pm-design/design-system-audit/design-system-audit.md +218 -0
  166. package/exports/kilocode/pm-design/ux-research-plan/ux-research-plan.md +163 -0
  167. package/exports/kilocode/pm-discovery/assumption-mapper/assumption-mapper.md +61 -0
  168. package/exports/kilocode/pm-discovery/customer-journey-map/customer-journey-map.md +218 -0
  169. package/exports/kilocode/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +110 -0
  170. package/exports/kilocode/pm-discovery/job-story-mapper/job-story-mapper.md +133 -0
  171. package/exports/kilocode/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +55 -0
  172. package/exports/kilocode/pm-documents/excel-model/excel-model.md +55 -0
  173. package/exports/kilocode/pm-documents/slide-deck/slide-deck.md +54 -0
  174. package/exports/kilocode/pm-documents/word-document/word-document.md +54 -0
  175. package/exports/kilocode/pm-education/iep-goal-support/iep-goal-support.md +49 -0
  176. package/exports/kilocode/pm-education/lesson-plan/lesson-plan.md +67 -0
  177. package/exports/kilocode/pm-education/parent-communication/parent-communication.md +43 -0
  178. package/exports/kilocode/pm-education/quiz-generator/quiz-generator.md +51 -0
  179. package/exports/kilocode/pm-education/rubric-builder/rubric-builder.md +54 -0
  180. package/exports/kilocode/pm-education/student-feedback/student-feedback.md +46 -0
  181. package/exports/kilocode/pm-engineering/api-docs-writer/api-docs-writer.md +151 -0
  182. package/exports/kilocode/pm-engineering/api-versioning-strategy/api-versioning-strategy.md +315 -0
  183. package/exports/kilocode/pm-engineering/architecture-decision-record/architecture-decision-record.md +122 -0
  184. package/exports/kilocode/pm-engineering/capacity-planning/capacity-planning.md +361 -0
  185. package/exports/kilocode/pm-engineering/changelog-generator/changelog-generator.md +92 -0
  186. package/exports/kilocode/pm-engineering/cicd-playbook/cicd-playbook.md +304 -0
  187. package/exports/kilocode/pm-engineering/claude-superpowers/claude-superpowers.md +285 -0
  188. package/exports/kilocode/pm-engineering/code-explainer/code-explainer.md +39 -0
  189. package/exports/kilocode/pm-engineering/code-review-checklist/code-review-checklist.md +117 -0
  190. package/exports/kilocode/pm-engineering/context-mode/context-mode.md +251 -0
  191. package/exports/kilocode/pm-engineering/database-migration-plan/database-migration-plan.md +457 -0
  192. package/exports/kilocode/pm-engineering/database-schema-design/database-schema-design.md +359 -0
  193. package/exports/kilocode/pm-engineering/debugging-log-analyser/debugging-log-analyser.md +90 -0
  194. package/exports/kilocode/pm-engineering/dependency-audit/dependency-audit.md +335 -0
  195. package/exports/kilocode/pm-engineering/dependency-conflict-resolver/dependency-conflict-resolver.md +40 -0
  196. package/exports/kilocode/pm-engineering/developer-onboarding-doc/developer-onboarding-doc.md +335 -0
  197. package/exports/kilocode/pm-engineering/disaster-recovery-plan/disaster-recovery-plan.md +563 -0
  198. package/exports/kilocode/pm-engineering/engineering-hiring-rubric/engineering-hiring-rubric.md +341 -0
  199. package/exports/kilocode/pm-engineering/engineering-weekly-report/engineering-weekly-report.md +167 -0
  200. package/exports/kilocode/pm-engineering/error-decoder/error-decoder.md +39 -0
  201. package/exports/kilocode/pm-engineering/feature-flag-guide/feature-flag-guide.md +372 -0
  202. package/exports/kilocode/pm-engineering/git-troubleshooter/git-troubleshooter.md +41 -0
  203. package/exports/kilocode/pm-engineering/incident-postmortem/incident-postmortem.md +161 -0
  204. package/exports/kilocode/pm-engineering/infra-as-code-review/infra-as-code-review.md +295 -0
  205. package/exports/kilocode/pm-engineering/load-testing-plan/load-testing-plan.md +435 -0
  206. package/exports/kilocode/pm-engineering/local-dev-setup/local-dev-setup.md +487 -0
  207. package/exports/kilocode/pm-engineering/microservices-decomposition/microservices-decomposition.md +293 -0
  208. package/exports/kilocode/pm-engineering/monitoring-setup-guide/monitoring-setup-guide.md +439 -0
  209. package/exports/kilocode/pm-engineering/oncall-runbook/oncall-runbook.md +367 -0
  210. package/exports/kilocode/pm-engineering/performance-budget/performance-budget.md +280 -0
  211. package/exports/kilocode/pm-engineering/pr-description-writer/pr-description-writer.md +93 -0
  212. package/exports/kilocode/pm-engineering/regex-builder/regex-builder.md +46 -0
  213. package/exports/kilocode/pm-engineering/rfc-writer/rfc-writer.md +402 -0
  214. package/exports/kilocode/pm-engineering/runbook-writer/runbook-writer.md +150 -0
  215. package/exports/kilocode/pm-engineering/security-threat-model/security-threat-model.md +256 -0
  216. package/exports/kilocode/pm-engineering/service-catalog-entry/service-catalog-entry.md +295 -0
  217. package/exports/kilocode/pm-engineering/skill-security-auditor/skill-security-auditor.md +73 -0
  218. package/exports/kilocode/pm-engineering/slo-error-budget/slo-error-budget.md +234 -0
  219. package/exports/kilocode/pm-engineering/sprint-velocity-analysis/sprint-velocity-analysis.md +266 -0
  220. package/exports/kilocode/pm-engineering/system-design-interview/system-design-interview.md +136 -0
  221. package/exports/kilocode/pm-engineering/tech-radar/tech-radar.md +293 -0
  222. package/exports/kilocode/pm-engineering/technical-debt-register/technical-debt-register.md +263 -0
  223. package/exports/kilocode/pm-engineering/test-strategy-doc/test-strategy-doc.md +133 -0
  224. package/exports/kilocode/pm-engineering/writing-great-skills/writing-great-skills.md +80 -0
  225. package/exports/kilocode/pm-essentials/competitive-analysis/competitive-analysis.md +102 -0
  226. package/exports/kilocode/pm-essentials/docx-tracked-changes/docx-tracked-changes.md +124 -0
  227. package/exports/kilocode/pm-essentials/meeting-notes/meeting-notes.md +290 -0
  228. package/exports/kilocode/pm-essentials/prd-template/prd-template.md +178 -0
  229. package/exports/kilocode/pm-essentials/stakeholder-update/stakeholder-update.md +246 -0
  230. package/exports/kilocode/pm-essentials/user-research-synthesis/user-research-synthesis.md +239 -0
  231. package/exports/kilocode/pm-figma/figma-annotation-guide/figma-annotation-guide.md +67 -0
  232. package/exports/kilocode/pm-figma/figma-component-audit/figma-component-audit.md +77 -0
  233. package/exports/kilocode/pm-figma/figma-design-brief/figma-design-brief.md +71 -0
  234. package/exports/kilocode/pm-figma/figma-design-critique-pm/figma-design-critique-pm.md +79 -0
  235. package/exports/kilocode/pm-figma/figma-design-qa/figma-design-qa.md +92 -0
  236. package/exports/kilocode/pm-figma/figma-design-review/figma-design-review.md +71 -0
  237. package/exports/kilocode/pm-figma/figma-prototype-plan/figma-prototype-plan.md +87 -0
  238. package/exports/kilocode/pm-figma/figma-spacing-system/figma-spacing-system.md +80 -0
  239. package/exports/kilocode/pm-figma/figma-user-flow-planner/figma-user-flow-planner.md +79 -0
  240. package/exports/kilocode/pm-figma/figma-variant-matrix/figma-variant-matrix.md +81 -0
  241. package/exports/kilocode/pm-finance/budget-variance-analysis/budget-variance-analysis.md +62 -0
  242. package/exports/kilocode/pm-finance/financial-due-diligence/financial-due-diligence.md +87 -0
  243. package/exports/kilocode/pm-finance/financial-model-narrative/financial-model-narrative.md +73 -0
  244. package/exports/kilocode/pm-finance/investor-pitch-deck/investor-pitch-deck.md +60 -0
  245. package/exports/kilocode/pm-finance/tax-planning-checklist/tax-planning-checklist.md +131 -0
  246. package/exports/kilocode/pm-founders/cap-table-explainer/cap-table-explainer.md +58 -0
  247. package/exports/kilocode/pm-founders/founder-market-fit/founder-market-fit.md +48 -0
  248. package/exports/kilocode/pm-founders/fundraising-faq/fundraising-faq.md +54 -0
  249. package/exports/kilocode/pm-founders/investor-cold-email/investor-cold-email.md +47 -0
  250. package/exports/kilocode/pm-founders/runway-planner/runway-planner.md +55 -0
  251. package/exports/kilocode/pm-founders/startup-idea-validator/startup-idea-validator.md +57 -0
  252. package/exports/kilocode/pm-growth/conversion-rate-optimization/conversion-rate-optimization.md +58 -0
  253. package/exports/kilocode/pm-growth/growth-experiment-backlog/growth-experiment-backlog.md +51 -0
  254. package/exports/kilocode/pm-growth/lifecycle-crm-plan/lifecycle-crm-plan.md +53 -0
  255. package/exports/kilocode/pm-growth/marketing-funnel-plan/marketing-funnel-plan.md +57 -0
  256. package/exports/kilocode/pm-growth/messaging-framework/messaging-framework.md +57 -0
  257. package/exports/kilocode/pm-growth/paid-acquisition-plan/paid-acquisition-plan.md +53 -0
  258. package/exports/kilocode/pm-growth/referral-program-design/referral-program-design.md +50 -0
  259. package/exports/kilocode/pm-growth/retention-loop-design/retention-loop-design.md +55 -0
  260. package/exports/kilocode/pm-gtm/competitor-teardown/competitor-teardown.md +80 -0
  261. package/exports/kilocode/pm-gtm/content-calendar/content-calendar.md +61 -0
  262. package/exports/kilocode/pm-gtm/email-campaign/email-campaign.md +81 -0
  263. package/exports/kilocode/pm-gtm/go-to-market/go-to-market.md +111 -0
  264. package/exports/kilocode/pm-gtm/media-pitch/media-pitch.md +87 -0
  265. package/exports/kilocode/pm-gtm/product-positioning-doc/product-positioning-doc.md +224 -0
  266. package/exports/kilocode/pm-gtm/seo-content-brief/seo-content-brief.md +129 -0
  267. package/exports/kilocode/pm-gtm/social-media-strategy/social-media-strategy.md +240 -0
  268. package/exports/kilocode/pm-health/clinical-trial-protocol/clinical-trial-protocol.md +66 -0
  269. package/exports/kilocode/pm-health/discharge-summary/discharge-summary.md +63 -0
  270. package/exports/kilocode/pm-health/prior-authorization-letter/prior-authorization-letter.md +66 -0
  271. package/exports/kilocode/pm-health/soap-note/soap-note.md +63 -0
  272. package/exports/kilocode/pm-hr/change-management-plan/change-management-plan.md +142 -0
  273. package/exports/kilocode/pm-hr/employee-engagement-survey/employee-engagement-survey.md +109 -0
  274. package/exports/kilocode/pm-hr/job-description-writer/job-description-writer.md +77 -0
  275. package/exports/kilocode/pm-hr/onboarding-plan/onboarding-plan.md +100 -0
  276. package/exports/kilocode/pm-hr/redundancy-consultation/redundancy-consultation.md +80 -0
  277. package/exports/kilocode/pm-jobsearch/company-brief/company-brief.md +54 -0
  278. package/exports/kilocode/pm-jobsearch/follow-up-sequence/follow-up-sequence.md +53 -0
  279. package/exports/kilocode/pm-jobsearch/interview-prep/interview-prep.md +51 -0
  280. package/exports/kilocode/pm-jobsearch/jd-decoder/jd-decoder.md +55 -0
  281. package/exports/kilocode/pm-jobsearch/outreach-message/outreach-message.md +53 -0
  282. package/exports/kilocode/pm-legal/clause-explainer/clause-explainer.md +50 -0
  283. package/exports/kilocode/pm-legal/compliance-checklist/compliance-checklist.md +110 -0
  284. package/exports/kilocode/pm-legal/contract-review/contract-review.md +75 -0
  285. package/exports/kilocode/pm-legal/demand-letter/demand-letter.md +46 -0
  286. package/exports/kilocode/pm-legal/legal-brief/legal-brief.md +75 -0
  287. package/exports/kilocode/pm-legal/nda-analyser/nda-analyser.md +71 -0
  288. package/exports/kilocode/pm-legal/privacy-policy-drafter/privacy-policy-drafter.md +47 -0
  289. package/exports/kilocode/pm-lifeadmin/complaint-letter/complaint-letter.md +57 -0
  290. package/exports/kilocode/pm-lifeadmin/dispute-letter/dispute-letter.md +60 -0
  291. package/exports/kilocode/pm-lifeadmin/insurance-claim/insurance-claim.md +63 -0
  292. package/exports/kilocode/pm-lifeadmin/reference-letter/reference-letter.md +56 -0
  293. package/exports/kilocode/pm-lifeadmin/rental-application/rental-application.md +54 -0
  294. package/exports/kilocode/pm-localization/glossary-builder/glossary-builder.md +56 -0
  295. package/exports/kilocode/pm-localization/i18n-readiness-review/i18n-readiness-review.md +56 -0
  296. package/exports/kilocode/pm-localization/localization-brief/localization-brief.md +60 -0
  297. package/exports/kilocode/pm-localization/professional-translator/professional-translator.md +50 -0
  298. package/exports/kilocode/pm-localization/subtitle-caption/subtitle-caption.md +48 -0
  299. package/exports/kilocode/pm-localization/transcreation/transcreation.md +53 -0
  300. package/exports/kilocode/pm-nonprofit/case-for-support/case-for-support.md +63 -0
  301. package/exports/kilocode/pm-nonprofit/donor-update/donor-update.md +55 -0
  302. package/exports/kilocode/pm-nonprofit/impact-report/impact-report.md +56 -0
  303. package/exports/kilocode/pm-operations/email-triage/email-triage.md +189 -0
  304. package/exports/kilocode/pm-operations/morning-intelligence/morning-intelligence.md +201 -0
  305. package/exports/kilocode/pm-operations/process-documentation/process-documentation.md +92 -0
  306. package/exports/kilocode/pm-operations/project-status-report/project-status-report.md +120 -0
  307. package/exports/kilocode/pm-operations/raci-matrix/raci-matrix.md +163 -0
  308. package/exports/kilocode/pm-operations/rfp-writer/rfp-writer.md +65 -0
  309. package/exports/kilocode/pm-operations/risk-register/risk-register.md +214 -0
  310. package/exports/kilocode/pm-operations/sop-writer/sop-writer.md +97 -0
  311. package/exports/kilocode/pm-operations/vendor-contract-checklist/vendor-contract-checklist.md +67 -0
  312. package/exports/kilocode/pm-operations/vendor-evaluation/vendor-evaluation.md +82 -0
  313. package/exports/kilocode/pm-operations/workshop-facilitation-guide/workshop-facilitation-guide.md +151 -0
  314. package/exports/kilocode/pm-people/360-feedback-template/360-feedback-template.md +259 -0
  315. package/exports/kilocode/pm-people/hiring-rubric/hiring-rubric.md +130 -0
  316. package/exports/kilocode/pm-people/performance-review/performance-review.md +119 -0
  317. package/exports/kilocode/pm-people/team-health-check/team-health-check.md +265 -0
  318. package/exports/kilocode/pm-people/team-offsite-planner/team-offsite-planner.md +147 -0
  319. package/exports/kilocode/pm-personal/cover-letter/cover-letter.md +52 -0
  320. package/exports/kilocode/pm-personal/linkedin-profile/linkedin-profile.md +49 -0
  321. package/exports/kilocode/pm-personal/one-pager/one-pager.md +55 -0
  322. package/exports/kilocode/pm-personal/personal-bio/personal-bio.md +50 -0
  323. package/exports/kilocode/pm-personal/portfolio-page/portfolio-page.md +53 -0
  324. package/exports/kilocode/pm-personal/resume/resume.md +71 -0
  325. package/exports/kilocode/pm-planning/feature-prioritisation/feature-prioritisation.md +146 -0
  326. package/exports/kilocode/pm-planning/okr-builder/okr-builder.md +99 -0
  327. package/exports/kilocode/pm-planning/pricing-strategy/pricing-strategy.md +140 -0
  328. package/exports/kilocode/pm-planning/rice-impact-matrix/rice-impact-matrix.md +65 -0
  329. package/exports/kilocode/pm-planning/rice-prioritisation/rice-prioritisation.md +87 -0
  330. package/exports/kilocode/pm-planning/roadmap-narrative/roadmap-narrative.md +69 -0
  331. package/exports/kilocode/pm-planning/roadmap-presentation/roadmap-presentation.md +133 -0
  332. package/exports/kilocode/pm-research/clinical-case-summary/clinical-case-summary.md +85 -0
  333. package/exports/kilocode/pm-research/literature-review/literature-review.md +74 -0
  334. package/exports/kilocode/pm-research/patient-communication/patient-communication.md +101 -0
  335. package/exports/kilocode/pm-research/research-protocol/research-protocol.md +101 -0
  336. package/exports/kilocode/pm-rituals/pm-weekly-review/pm-weekly-review.md +127 -0
  337. package/exports/kilocode/pm-sales/account-plan/account-plan.md +99 -0
  338. package/exports/kilocode/pm-sales/discovery-call-prep/discovery-call-prep.md +108 -0
  339. package/exports/kilocode/pm-sales/partnership-proposal/partnership-proposal.md +231 -0
  340. package/exports/kilocode/pm-sales/proposal-writer/proposal-writer.md +103 -0
  341. package/exports/kilocode/pm-sales/sales-battlecard/sales-battlecard.md +91 -0
  342. package/exports/kilocode/pm-sales/sales-forecasting-model/sales-forecasting-model.md +133 -0
  343. package/exports/kilocode/pm-social/community-management-playbook/community-management-playbook.md +312 -0
  344. package/exports/kilocode/pm-social/influencer-brief/influencer-brief.md +245 -0
  345. package/exports/kilocode/pm-social/social-ad-campaign/social-ad-campaign.md +331 -0
  346. package/exports/kilocode/pm-social/social-media-audit/social-media-audit.md +230 -0
  347. package/exports/kilocode/pm-social/viral-content-framework/viral-content-framework.md +400 -0
  348. package/exports/kilocode/pm-strategy/ambiguity-resolver/ambiguity-resolver.md +82 -0
  349. package/exports/kilocode/pm-strategy/competitive-intelligence-monitor/competitive-intelligence-monitor.md +67 -0
  350. package/exports/kilocode/pm-strategy/competitor-signal-tracker/competitor-signal-tracker.md +55 -0
  351. package/exports/kilocode/pm-strategy/executive-update/executive-update.md +70 -0
  352. package/exports/kilocode/pm-strategy/stakeholder-influence-mapper/stakeholder-influence-mapper.md +63 -0
  353. package/exports/kilocode/pm-strategy/strategic-narrative-generator/strategic-narrative-generator.md +72 -0
  354. package/exports/kilocode/pm-support/csat-nps-analysis/csat-nps-analysis.md +62 -0
  355. package/exports/kilocode/pm-support/escalation-tree/escalation-tree.md +62 -0
  356. package/exports/kilocode/pm-support/help-center-article/help-center-article.md +53 -0
  357. package/exports/kilocode/pm-support/kb-audit/kb-audit.md +55 -0
  358. package/exports/kilocode/pm-support/support-macro/support-macro.md +52 -0
  359. package/exports/kilocode/pm-support/support-runbook/support-runbook.md +56 -0
  360. package/exports/kilocode/pm-writers/aeo-optimizer/aeo-optimizer.md +534 -0
  361. package/exports/kilocode/pm-writers/instagram-post-downloader/instagram-post-downloader.md +668 -0
  362. package/exports/kilocode/pm-writers/notes-humanizer/notes-humanizer.md +169 -0
  363. package/exports/kilocode/pm-writers/substack-notes-scraper/substack-notes-scraper.md +179 -0
  364. package/exports/kilocode/pm-writers/thumbnail-creator/thumbnail-creator.md +628 -0
  365. package/exports/kilocode/pm-writers/youtube-script-writer/youtube-script-writer.md +110 -0
  366. package/exports/obsidian/README.md +7 -1
  367. package/exports/obsidian/pm-localization/glossary-builder/glossary-builder.md +71 -0
  368. package/exports/obsidian/pm-localization/i18n-readiness-review/i18n-readiness-review.md +71 -0
  369. package/exports/obsidian/pm-localization/localization-brief/localization-brief.md +75 -0
  370. package/exports/obsidian/pm-localization/professional-translator/professional-translator.md +65 -0
  371. package/exports/obsidian/pm-localization/subtitle-caption/subtitle-caption.md +63 -0
  372. package/exports/obsidian/pm-localization/transcreation/transcreation.md +68 -0
  373. package/exports/roo/README.md +7 -1
  374. package/exports/roo/pm-localization/glossary-builder/glossary-builder.md +56 -0
  375. package/exports/roo/pm-localization/i18n-readiness-review/i18n-readiness-review.md +56 -0
  376. package/exports/roo/pm-localization/localization-brief/localization-brief.md +60 -0
  377. package/exports/roo/pm-localization/professional-translator/professional-translator.md +50 -0
  378. package/exports/roo/pm-localization/subtitle-caption/subtitle-caption.md +48 -0
  379. package/exports/roo/pm-localization/transcreation/transcreation.md +53 -0
  380. package/exports/windsurf/README.md +7 -1
  381. package/exports/windsurf/pm-localization/glossary-builder/glossary-builder.md +61 -0
  382. package/exports/windsurf/pm-localization/i18n-readiness-review/i18n-readiness-review.md +61 -0
  383. package/exports/windsurf/pm-localization/localization-brief/localization-brief.md +65 -0
  384. package/exports/windsurf/pm-localization/professional-translator/professional-translator.md +55 -0
  385. package/exports/windsurf/pm-localization/subtitle-caption/subtitle-caption.md +53 -0
  386. package/exports/windsurf/pm-localization/transcreation/transcreation.md +58 -0
  387. package/exports/zed/README.md +7 -1
  388. package/exports/zed/pm-localization/glossary-builder/glossary-builder.md +56 -0
  389. package/exports/zed/pm-localization/i18n-readiness-review/i18n-readiness-review.md +56 -0
  390. package/exports/zed/pm-localization/localization-brief/localization-brief.md +60 -0
  391. package/exports/zed/pm-localization/professional-translator/professional-translator.md +50 -0
  392. package/exports/zed/pm-localization/subtitle-caption/subtitle-caption.md +48 -0
  393. package/exports/zed/pm-localization/transcreation/transcreation.md +53 -0
  394. package/package.json +2 -2
  395. package/skills/glossary-builder/SKILL.md +61 -0
  396. package/skills/i18n-readiness-review/SKILL.md +61 -0
  397. package/skills/localization-brief/SKILL.md +65 -0
  398. package/skills/professional-translator/SKILL.md +55 -0
  399. package/skills/subtitle-caption/SKILL.md +53 -0
  400. package/skills/transcreation/SKILL.md +58 -0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🧠 PM Skills — 313 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
1
+ # 🧠 PM Skills — 319 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,10 +9,10 @@
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-313-blue)](https://github.com/mohitagw15856/pm-claude-skills)
13
- [![eval](https://img.shields.io/badge/eval--scored-196%20%C2%B7%20avg%204.8%2F5-brightgreen)](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html)
12
+ [![Skills](https://img.shields.io/badge/skills-319-blue)](https://github.com/mohitagw15856/pm-claude-skills)
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
- [![Commands](https://img.shields.io/badge/slash%20commands-6-blueviolet)](commands/)
15
+ [![Commands](https://img.shields.io/badge/slash%20commands-19-blueviolet)](commands/)
16
16
  [![Personas](https://img.shields.io/badge/personas-4-blueviolet)](output-styles/)
17
17
  [![Platforms](https://img.shields.io/badge/works%20with-Claude%20%7C%20ChatGPT%20%7C%20Gemini%20%7C%20Cursor%20%7C%20Codex%20%7C%20Hermes-8A2BE2)](#-works-with--cross-tool-compatibility)
18
18
  [![Integrations](https://img.shields.io/badge/integrates%20with-n8n%20%C2%B7%20Lovable%20%C2%B7%20Obsidian-0E9F6E)](connectors/)
@@ -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=313+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=319+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
- > 313 professional skills + 4 agent templates across 45 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
+ > 319 professional skills + 4 agent templates across 46 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 — v30.0.0 (25 new skills, 4 new bundles + eval coverage):** **🤖 AI-builder pack** (prompt-optimizer, eval-rubric-designer, RAG architecture review, LLM guardrails spec, agent-design review, model-selection advisor), **🚨 Crisis & sensitive comms** (PR crisis response, incident public statement, customer outage notice, layoff communication, apology letter), **🩺 Healthcare documentation** (SOAP note, discharge summary, prior-authorization letter, clinical-trial protocol), **📮 Life-admin letters** (complaint, dispute, reference, rental application, insurance claim), **🎗️ Nonprofit** (impact report, case for support, donor update) and **procurement** (RFP writer, vendor-contract checklist). Plus a new **[📈 Eval-coverage page](https://mohitagw15856.github.io/pm-claude-skills/coverage.html)** showing which bundles are scored. *Earlier (v29.7):* Data-Eng, Consulting & Support packs + Guided Journeys. **313 skills across 45 bundles.** → **[Full release history & notes](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
63
+ **🆕 Latest — v30.2.0 (中文 interface a bilingual playground):** the whole playground UI now switches between **English and Simplified Chinese** every page carries a **🌐 中文 / 🌐 English** toggle in the nav (nav, hero, Job Search, Guided Journeys, Catalog, and more are hand-translated, not machine output). Your choice is remembered across visits. This is on top of the **🌐 Translate** button that localizes any *generated result* into 11 languages. *Earlier (v30.1):* a **🌐 Localization bundle** `professional-translator`, `transcreation`, `localization-brief`, `subtitle-caption`, `glossary-builder`, `i18n-readiness-review`. **319 skills across 46 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 313 skills](#️-all-313-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 319 skills](#️-all-319-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-313-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-319-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 313 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 319 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 — 313 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 — 319 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 313 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 319 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 313 skills**](#️-all-313-skills) grouped by profession.
178
+ > New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 319 skills**](#️-all-319-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. **15 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). 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.
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
 
@@ -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 | **313**, across 23 professions | a handful → dozens, usually one domain |
301
+ | Skills | **319**, 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 313 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 319 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 313
332
+ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 319
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 313 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 319 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 313 skills reach you through every channel — pick whatever fits your stack:
402
+ The same 319 skills reach you through every channel — pick whatever fits your stack:
403
403
 
404
404
  | Channel | Get it |
405
405
  |---|---|
@@ -410,10 +410,10 @@ The same 313 skills reach you through every channel — pick whatever fits your
410
410
  | 🧠 **MCP (local)** | `npx -y pm-claude-skills-mcp` — tools, **prompts & resources**. Listed in the [official MCP registry](https://github.com/mohitagw15856/pm-claude-skills/blob/main/server.json). |
411
411
  | ⚡ **MCP (hosted)** | Add **`https://pm-skills-mcp.pm-claude-skills.workers.dev/`** as a connector URL in **ChatGPT, Claude.ai, or Cursor** — no install. Also on **[Smithery](https://smithery.ai/servers/mohit15856/pm-skills)**. ([build your own](mcp-remote/)) |
412
412
  | 🧩 **Browser extension** | A skill picker inside ChatGPT, Claude.ai & Gemini — [`extension/`](extension/) |
413
- | 🖥️ **IDE rules** | Generated exports for **Cursor, Windsurf, Aider, Cline, Continue, Zed, Roo** — [`exports/`](exports/) |
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
- > **196 of 313 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
416
+ > **208 of 319 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 313 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 319 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 313 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 319 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 313 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 319 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.** 313 skills across 45 bundles, 23 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
774
+ **Latest: v30.0.0 — 25 new skills, 4 new bundles (AI-builder, crisis comms, healthcare, life-admin, nonprofit) & an eval-coverage page.** 319 skills across 46 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 313-skill library doesn't have 313 equally-mature skills, and pretending otherwise
822
+ A 319-skill library doesn't have 319 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 313 Skills
837
+ ## 🗂️ All 319 Skills
838
838
 
839
839
  <details>
840
840
  <summary>Read more ↓</summary>
@@ -876,7 +876,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
876
876
  <details>
877
877
  <summary>Read more ↓</summary>
878
878
 
879
- Building and maintaining 313 skills across 45 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
879
+ Building and maintaining 319 skills across 46 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
880
 
881
881
  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)).
882
882
 
@@ -895,6 +895,24 @@ Full details and where the money goes: **[SPONSORS.md](SPONSORS.md)**.
895
895
 
896
896
  ---
897
897
 
898
+ ## 🌐 Community Skills — get listed, earn the badge
899
+
900
+ Built your own skills? **[List them in the Community Skills directory](COMMUNITY-SKILLS.md)** —
901
+ a place to showcase skill repos and packs that follow the `SKILL.md` standard. It's a **one-row
902
+ pull request**, and once it's merged you earn a badge to show off in your own repo:
903
+
904
+ [![Featured in PM Skills Community](https://mohitagw15856.github.io/pm-claude-skills/assets/community-badge.svg)](COMMUNITY-SKILLS.md)
905
+
906
+ ```markdown
907
+ [![Featured in PM Skills Community](https://mohitagw15856.github.io/pm-claude-skills/assets/community-badge.svg)](https://github.com/mohitagw15856/pm-claude-skills/blob/main/COMMUNITY-SKILLS.md)
908
+ ```
909
+
910
+ Community listings live in their authors' own repos and are **community-maintained — not
911
+ eval-scored or security-audited** (that's the [curated library](#️-all-319-skills) above). Want
912
+ your skill *in* the curated library instead? See **Contributing** below.
913
+
914
+ ---
915
+
898
916
  ## 🤝 Contributing — Add Your Skill
899
917
 
900
918
  <details>
@@ -902,6 +920,8 @@ Full details and where the money goes: **[SPONSORS.md](SPONSORS.md)**.
902
920
 
903
921
  This is an open-source community library. If you've built a skill that saves you time, share it here.
904
922
 
923
+ **Two ways to share:** contribute a skill into the **curated library** (eval-scored, in the playground/MCP/exports) via the quality-gated flow below — or, if you'd rather keep it in your own repo, **list it in [Community Skills](COMMUNITY-SKILLS.md)** with a one-row PR and earn a **"Featured in PM Skills Community" badge** for your repo (community-maintained, not eval-scored).
924
+
905
925
  **New here?** See the [Roadmap & good first issues](ROADMAP.md#-good-first-issues) for starter tasks. **Found a bug?** [Open a bug report →](../../issues/new?template=bug-report.md).
906
926
 
907
927
  **How to contribute:**
package/bin/cli.mjs CHANGED
@@ -26,7 +26,7 @@ const VERSION = (() => {
26
26
 
27
27
  const NATIVE = new Set(['claude', 'hermes', 'codex', 'openclaw']);
28
28
  // Rule-file agents install generated files from exports/<agent> (ext per agent).
29
- const RULEFILE = { cursor: '.mdc', windsurf: '.md', aider: '.md' };
29
+ const RULEFILE = { cursor: '.mdc', windsurf: '.md', aider: '.md', kilocode: '.md' };
30
30
  const defaultTarget = (agent) => ({
31
31
  claude: join(homedir(), '.claude', 'skills'),
32
32
  hermes: join(homedir(), '.hermes', 'skills'),
@@ -35,6 +35,7 @@ const defaultTarget = (agent) => ({
35
35
  cursor: join(process.cwd(), '.cursor', 'rules'),
36
36
  windsurf: join(process.cwd(), '.windsurf', 'rules'),
37
37
  aider: join(process.cwd(), '.aider', 'skills'),
38
+ kilocode: join(process.cwd(), '.kilocode', 'rules'),
38
39
  }[agent]);
39
40
 
40
41
  function parse(argv) {
@@ -74,7 +75,7 @@ function placeDir(src, dest, { link, dryRun }) {
74
75
  function add(opts) {
75
76
  const agent = opts.agent;
76
77
  if (!agent || !(NATIVE.has(agent) || agent in RULEFILE)) {
77
- console.error(`Error: --agent must be one of: claude, hermes, codex, openclaw, cursor, windsurf, aider.`);
78
+ console.error(`Error: --agent must be one of: claude, hermes, codex, openclaw, cursor, windsurf, aider, kilocode.`);
78
79
  process.exit(2);
79
80
  }
80
81
  const skillsDir = join(PKG_ROOT, 'skills');
@@ -135,6 +136,7 @@ function add(opts) {
135
136
  cursor: `Cursor will pick up the rules in ${target} on its next session.`,
136
137
  windsurf: `Windsurf will pick up the rules in ${target} on its next session.`,
137
138
  aider: `Load any of them with: aider --read ${join(target, '<skill>.md')}`,
139
+ kilocode: `Kilo Code will pick up the rules in ${target} on its next session.`,
138
140
  }[agent] || `Restart ${agent} — it auto-discovers SKILL.md skills in ${target} by their description.`;
139
141
  console.log(note);
140
142
  console.log(`\n${STAR}`);
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 **313 skills** to:
11
+ Currently exporting **319 skills** to:
12
12
 
13
13
  - **ChatGPT — Custom GPT instructions** → `exports/chatgpt/`
14
14
  - **Google Gemini — Gem instructions** → `exports/gemini/`
@@ -19,6 +19,7 @@ Currently exporting **313 skills** to:
19
19
  - **Continue.dev — rule (.md)** → `exports/continue/`
20
20
  - **Zed — .rules file (.md)** → `exports/zed/`
21
21
  - **Roo Code — .roo/rules/ rule (.md)** → `exports/roo/`
22
+ - **Kilo Code — .kilocode/rules/ rule (.md)** → `exports/kilocode/`
22
23
  - **Obsidian — vault skill note (AI-plugin prompt)** → `exports/obsidian/`
23
24
 
24
25
  Adding a new platform is a few lines in the `PLATFORMS` registry of
@@ -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
- 313 skills exported. Copy a `.mdc rule` into the tool to use it.
6
+ 319 skills exported. Copy a `.mdc rule` into the tool to use it.
7
7
 
8
8
  | Skill | Bundle | Path |
9
9
  |---|---|---|
@@ -138,6 +138,7 @@
138
138
  | GDPR Compliance | `pm-compliance` | `pm-compliance/gdpr-compliance/gdpr-compliance.md` |
139
139
  | Git Troubleshooter | `pm-engineering` | `pm-engineering/git-troubleshooter/git-troubleshooter.md` |
140
140
  | Giving Feedback | `pm-comms` | `pm-comms/giving-feedback/giving-feedback.md` |
141
+ | Glossary Builder | `pm-localization` | `pm-localization/glossary-builder/glossary-builder.md` |
141
142
  | Go-To-Market | `pm-gtm` | `pm-gtm/go-to-market/go-to-market.md` |
142
143
  | Go-to-Market Planner | `pm-delivery` | `pm-delivery/go-to-market-planner/go-to-market-planner.md` |
143
144
  | Grant Proposal | `pm-cross` | `pm-cross/grant-proposal/grant-proposal.md` |
@@ -147,6 +148,7 @@
147
148
  | HIPAA Safeguards | `pm-compliance` | `pm-compliance/hipaa-safeguards/hipaa-safeguards.md` |
148
149
  | Hiring Rubric | `pm-people` | `pm-people/hiring-rubric/hiring-rubric.md` |
149
150
  | Hook Writer | `pm-creator` | `pm-creator/hook-writer/hook-writer.md` |
151
+ | i18n Readiness Review | `pm-localization` | `pm-localization/i18n-readiness-review/i18n-readiness-review.md` |
150
152
  | IEP Goal Support | `pm-education` | `pm-education/iep-goal-support/iep-goal-support.md` |
151
153
  | Impact Report | `pm-nonprofit` | `pm-nonprofit/impact-report/impact-report.md` |
152
154
  | Incident Postmortem | `pm-engineering` | `pm-engineering/incident-postmortem/incident-postmortem.md` |
@@ -178,6 +180,7 @@
178
180
  | LLM Guardrails Spec | `pm-ai` | `pm-ai/llm-guardrails-spec/llm-guardrails-spec.md` |
179
181
  | Load Testing Plan | `pm-engineering` | `pm-engineering/load-testing-plan/load-testing-plan.md` |
180
182
  | Local Dev Setup | `pm-engineering` | `pm-engineering/local-dev-setup/local-dev-setup.md` |
183
+ | Localization Brief | `pm-localization` | `pm-localization/localization-brief/localization-brief.md` |
181
184
  | Managing Up | `pm-comms` | `pm-comms/managing-up/managing-up.md` |
182
185
  | Marketing Funnel Plan | `pm-growth` | `pm-growth/marketing-funnel-plan/marketing-funnel-plan.md` |
183
186
  | Media Pitch | `pm-gtm` | `pm-gtm/media-pitch/media-pitch.md` |
@@ -226,6 +229,7 @@
226
229
  | Product Launch Checklist | `pm-delivery` | `pm-delivery/product-launch-checklist/product-launch-checklist.md` |
227
230
  | Product Positioning Doc | `pm-gtm` | `pm-gtm/product-positioning-doc/product-positioning-doc.md` |
228
231
  | Professional Brain | `pm-cross` | `pm-cross/professional-brain/professional-brain.md` |
232
+ | Professional Translator | `pm-localization` | `pm-localization/professional-translator/professional-translator.md` |
229
233
  | Project Status Report | `pm-operations` | `pm-operations/project-status-report/project-status-report.md` |
230
234
  | Promotion Packet | `pm-career` | `pm-career/promotion-packet/promotion-packet.md` |
231
235
  | Prompt Optimizer | `pm-ai` | `pm-ai/prompt-optimizer/prompt-optimizer.md` |
@@ -293,6 +297,7 @@
293
297
  | Strategy Memo | `pm-business` | `pm-business/strategy-memo/strategy-memo.md` |
294
298
  | Student Feedback | `pm-education` | `pm-education/student-feedback/student-feedback.md` |
295
299
  | Substack Notes Scraper | `pm-writers` | `pm-writers/substack-notes-scraper/substack-notes-scraper.md` |
300
+ | Subtitle & Caption | `pm-localization` | `pm-localization/subtitle-caption/subtitle-caption.md` |
296
301
  | Support Macro | `pm-support` | `pm-support/support-macro/support-macro.md` |
297
302
  | Support Runbook | `pm-support` | `pm-support/support-runbook/support-runbook.md` |
298
303
  | Sycophancy Challenger | `pm-cross` | `pm-cross/sycophancy-challenger/sycophancy-challenger.md` |
@@ -306,6 +311,7 @@
306
311
  | Technical Spec Template | `pm-delivery` | `pm-delivery/technical-spec-template/technical-spec-template.md` |
307
312
  | Test Strategy Document | `pm-engineering` | `pm-engineering/test-strategy-doc/test-strategy-doc.md` |
308
313
  | Thumbnail Creator Skill (via Gemini) | `pm-writers` | `pm-writers/thumbnail-creator/thumbnail-creator.md` |
314
+ | Transcreation | `pm-localization` | `pm-localization/transcreation/transcreation.md` |
309
315
  | Unit Economics | `pm-calculators` | `pm-calculators/unit-economics/unit-economics.md` |
310
316
  | User Interview Synthesis | `pm-discovery` | `pm-discovery/user-interview-synthesis/user-interview-synthesis.md` |
311
317
  | User Research Synthesis | `pm-essentials` | `pm-essentials/user-research-synthesis/user-research-synthesis.md` |
@@ -0,0 +1,56 @@
1
+ # Glossary Builder Skill
2
+
3
+ Inconsistent terminology is the most visible localization failure — when "dashboard" is translated three
4
+ ways across one product, it looks amateur and confuses users. A glossary (termbase) fixes the key terms
5
+ *once*, so every translator and every locale uses the approved rendering. This skill builds it: extract
6
+ the terms that matter, define them in context, and set the approved translation (or do-not-translate flag).
7
+
8
+ ## Required Inputs
9
+
10
+ Ask for these only if they aren't already provided:
11
+
12
+ - **The source material / domain** — product UI, docs, or a term list; and the field (so definitions are right).
13
+ - **Target locale(s)** — which languages need approved translations.
14
+ - **Existing decisions** — any brand terms, product names, or prior translations to lock in.
15
+ - **Do-not-translate candidates** — brand/product names, trademarks, code/API terms.
16
+
17
+ ## Output Format
18
+
19
+ ### Glossary: [product/domain]
20
+
21
+ A termbase table — one row per term:
22
+
23
+ | Source term | Part of speech | Definition / context | Do-not-translate? | [Locale 1] | [Locale 2] |
24
+ |---|---|---|---|---|---|
25
+ | Dashboard | noun | the main metrics screen | no | 仪表板 | Tableau de bord |
26
+ | Acme Cloud | proper noun | product name | **yes (keep verbatim)** | Acme Cloud | Acme Cloud |
27
+ | sync (verb) | verb | to reconcile data both ways | no | 同步 | synchroniser |
28
+
29
+ **Guidance included:**
30
+ - **Definitions/context** — so a translator knows *which* meaning (e.g. "ticket" = support case, not event admission), preventing the classic wrong-sense error.
31
+ - **Do-not-translate list** — brand/product names, trademarks, code identifiers, UI elements that must stay in English.
32
+ - **Part of speech / forms** — flag terms where the form matters (verb vs. noun "filter").
33
+ - **Consistency notes** — preferred vs. avoided synonyms in the source itself ("use 'sign in', not 'log in'").
34
+
35
+ **Output note:** structured for import into a CAT tool (Trados/memoQ/Crowdin) or to sit in the localization style guide. Mark any translation that needs native review as *(draft — confirm)*.
36
+
37
+ ## Quality Checks
38
+
39
+ - [ ] Each term has a definition/context so translators pick the right sense
40
+ - [ ] Do-not-translate terms (brand, product, code) are clearly flagged
41
+ - [ ] An approved translation is given per target locale (or marked draft for review)
42
+ - [ ] Part of speech / ambiguous forms are disambiguated
43
+ - [ ] Source-side consistency (preferred synonyms) is noted
44
+ - [ ] Structured for a CAT tool / style-guide import
45
+
46
+ ## Anti-Patterns
47
+
48
+ - [ ] Do not list terms without context — "ticket" or "filter" with no definition guarantees wrong-sense translations
49
+ - [ ] Do not omit the do-not-translate flags — that's how brand/product names get mangled across locales
50
+ - [ ] Do not present machine translations as approved — mark them draft for native review
51
+ - [ ] Do not ignore source consistency — if the source mixes "sign in/log in," the glossary should pick one
52
+ - [ ] Do not forget part of speech — a term that's both noun and verb often needs two entries
53
+
54
+ ## Based On
55
+
56
+ Terminology-management practice — termbases, do-not-translate lists, context definitions, CAT-tool glossary structure.
@@ -0,0 +1,56 @@
1
+ # i18n Readiness Review Skill
2
+
3
+ Localizing a product that isn't *internationalized* fails expensively — translators hit hard-coded
4
+ strings, layouts break on longer languages, dates show in the wrong format, and RTL shatters the UI.
5
+ i18n is the engineering groundwork; localization is the content. This skill audits whether the product
6
+ is ready, so you fix the foundations *before* paying to translate into the cracks.
7
+
8
+ ## Required Inputs
9
+
10
+ Ask for these only if they aren't already provided:
11
+
12
+ - **The product** — web/app/codebase, stack/framework (i18n tooling differs).
13
+ - **Target languages** — especially if any need RTL (Arabic/Hebrew), CJK (Chinese/Japanese/Korean), or are long (German/Finnish).
14
+ - **What you can share** — code snippets, UI screenshots, or a description of how strings/formatting are handled today.
15
+
16
+ ## Output Format
17
+
18
+ ### i18n Readiness: [product]
19
+
20
+ A readiness audit across the dimensions that break localization, each with status (🟢 ready / 🟡 partial / 🔴 blocker) and the fix:
21
+
22
+ | Dimension | Check | Status | Fix |
23
+ |---|---|---|---|
24
+ | **String externalization** | no user-facing text hard-coded; all in resource files / i18n keys | | move strings to a catalog; no concatenated sentences |
25
+ | **Formatting** | dates, numbers, currency, plurals via locale-aware libs (Intl/ICU) | | use Intl/ICU; never string-format dates |
26
+ | **Pluralization** | plural rules handled (not `count + " items"`) | | ICU plural categories (some langs have 4–6) |
27
+ | **Layout/expansion** | UI tolerates ~+30–40% text length; no fixed-width truncation | | flexible layouts, no text baked into images |
28
+ | **Encoding** | UTF-8 throughout; CJK renders | | UTF-8 end to end |
29
+ | **RTL** | layout mirrors for right-to-left scripts | | logical CSS properties, dir attribute |
30
+ | **Locale plumbing** | locale selection, fallback, and persistence exist | | a locale resolver + fallback chain |
31
+ | **Assets/content** | images with text, examples, names are swappable | | externalize locale-specific assets |
32
+
33
+ **Prioritised fixes** — the blockers (🔴) first (hard-coded strings, no Intl formatting, broken RTL), then 🟡s. These must land **before** translation begins, or you translate into a broken foundation.
34
+
35
+ **Verdict** — ready to localize / fix-blockers-first / not yet, in one line.
36
+
37
+ ## Quality Checks
38
+
39
+ - [ ] Checks string externalization (the #1 blocker) — no hard-coded or concatenated UI text
40
+ - [ ] Verifies locale-aware formatting (Intl/ICU) for dates, numbers, currency, plurals
41
+ - [ ] Assesses layout expansion (+30–40%) and RTL if a target needs it
42
+ - [ ] Confirms UTF-8 / CJK encoding end to end
43
+ - [ ] Prioritises blockers to fix *before* translation starts
44
+ - [ ] Ends with a clear ready / not-ready verdict
45
+
46
+ ## Anti-Patterns
47
+
48
+ - [ ] Do not start translating before i18n is ready — you'll translate into hard-coded strings and broken layouts
49
+ - [ ] Do not concatenate sentence fragments — word order differs by language; translate whole strings with placeholders
50
+ - [ ] Do not string-format dates/numbers — use Intl/ICU, or every locale shows them wrong
51
+ - [ ] Do not assume text length — German/Finnish expand; fixed-width UI truncates and clips
52
+ - [ ] Do not ignore RTL until late — retrofitting right-to-left into a left-to-right layout is a rebuild, not a tweak
53
+
54
+ ## Based On
55
+
56
+ Internationalization engineering practice — string externalization, ICU/Intl formatting & plurals, text expansion, RTL, UTF-8.
@@ -0,0 +1,60 @@
1
+ # Localization Brief Skill
2
+
3
+ Localization is not translation — it's making a product *feel native* in a market, which touches formats,
4
+ imagery, payment methods, legal norms, and cultural expectations far beyond the strings. This skill plans
5
+ it: what to translate, what to adapt, what to rebuild for the locale, in priority order, with the cultural
6
+ and regulatory pitfalls that sink naïve "just translate the UI" launches.
7
+
8
+ ## Required Inputs
9
+
10
+ Ask for these only if they aren't already provided:
11
+
12
+ - **The product/content** and the **target locale(s)** (language + region — fr-FR vs fr-CA matters).
13
+ - **What it is** — SaaS UI, marketing site, app, docs, campaign — sets what needs adapting.
14
+ - **Goal & depth** — testing a market (light) vs. full local presence (deep).
15
+ - **Known constraints** — budget, what's already internationalized (i18n-ready or not).
16
+
17
+ ## Output Format
18
+
19
+ ### Localization Brief: [product] → [locale(s)]
20
+
21
+ **1. Scope per locale** — language + region, and the depth (translate-only vs. full localization).
22
+
23
+ **2. Translate / Adapt / Rebuild** — the core matrix; what each element needs:
24
+
25
+ | Area | Action | Notes |
26
+ |---|---|---|
27
+ | UI strings | translate | register, length expansion (DE ~+30%) |
28
+ | Dates/numbers/currency | adapt | formats, separators, currency + display |
29
+ | Imagery / examples | adapt | culturally appropriate people, scenarios, names |
30
+ | Payments | rebuild | local methods (e.g. Alipay/WeChat in CN, iDEAL in NL) |
31
+ | Legal / privacy | adapt | local consent, terms, data residency |
32
+ | Content / SEO | adapt | local keywords, not translated ones |
33
+ | Tone / formality | adapt | formality norms, humour that travels |
34
+
35
+ **3. Priorities** — what to do first for the goal (often: UI + payments + legal for a real launch; UI + a landing page for a market test). Sequence by impact.
36
+
37
+ **4. Cultural & regulatory pitfalls** — the specific traps for this market: colour/symbol connotations, name/address/phone formats, RTL if relevant, regulated claims, censorship/hosting requirements. The stuff that embarrasses or blocks a launch.
38
+
39
+ **5. Process & QA** — who translates (native + in-market review), how strings are managed (don't hard-code), and pseudo-localization / in-context QA before launch.
40
+
41
+ ## Quality Checks
42
+
43
+ - [ ] Distinguishes translate vs. adapt vs. rebuild per element — not "translate everything"
44
+ - [ ] Covers formats, imagery, payments, legal, and SEO — not just UI strings
45
+ - [ ] Region (not just language) is specified where it changes things
46
+ - [ ] Priorities are sequenced to the goal (market test vs. full launch)
47
+ - [ ] Names the specific cultural/regulatory pitfalls for this market
48
+ - [ ] Includes native + in-market review in the QA plan
49
+
50
+ ## Anti-Patterns
51
+
52
+ - [ ] Do not equate localization with translation — payments, legal, formats, and imagery decide whether it feels native
53
+ - [ ] Do not ignore region — fr-FR ≠ fr-CA, es-ES ≠ es-MX; the variant changes copy, formats, and norms
54
+ - [ ] Do not localize SEO by translating keywords — research how locals actually search
55
+ - [ ] Do not skip local payment methods — the best-localized UI converts nothing if they can't pay how they pay
56
+ - [ ] Do not launch without in-market native review — machine/relay translation misses the embarrassing stuff
57
+
58
+ ## Based On
59
+
60
+ Localization / internationalization practice — the translate/adapt/rebuild model, locale formats, market-specific payments & legal, in-country QA.
@@ -0,0 +1,50 @@
1
+ # Professional Translator Skill
2
+
3
+ Machine translation is literal; professional translation conveys *meaning, tone, and intent* the way a
4
+ native speaker would say it. This skill translates with attention to register (formal vs. casual), the
5
+ audience, and idiom — and flags the places where a straight translation would mislead and a *localization*
6
+ choice is needed instead. (For marketing copy that must land emotionally in-culture, use
7
+ [`transcreation`](../transcreation/SKILL.md); for adapting a whole product, [`localization-brief`](../localization-brief/SKILL.md).)
8
+
9
+ ## Required Inputs
10
+
11
+ Ask for these only if they aren't already provided:
12
+
13
+ - **The text** and the **source → target language** (incl. regional variant where it matters — e.g. Simplified vs. Traditional Chinese, LATAM vs. European Spanish).
14
+ - **Register / audience** — formal (legal, business), neutral, or casual; who reads it.
15
+ - **Context** — what it is (email, contract, UI string, marketing, instructions) — it changes the choices.
16
+ - **Glossary / do-not-translate terms** — brand names, product terms, anything fixed.
17
+
18
+ ## Output Format
19
+
20
+ ### Translation: [source] → [target]
21
+
22
+ **Translation** — the natural, register-appropriate target text. Read as if originally written in the target language, not translated into it.
23
+
24
+ **Translator's notes** — the choices a careful translator would flag:
25
+ - **Register/tone** — how formality was handled (e.g. 您 vs. 你 in Chinese, tu vs. usted, keigo in Japanese).
26
+ - **Untranslatable / adapted terms** — what had no direct equivalent and how it was rendered.
27
+ - **Localization flags** — where a literal translation would be wrong or odd: idioms, dates/units/currency, examples, cultural references — and the adaptation made (or a 🔴 flag if the user must decide).
28
+ - **Kept verbatim** — brand names, code, identifiers, URLs, proper nouns (unchanged).
29
+ - **Ambiguities** — anything in the source open to interpretation, with the assumption made.
30
+
31
+ ## Quality Checks
32
+
33
+ - [ ] Reads natural and idiomatic in the target language — not a literal word map
34
+ - [ ] Register/formality matches the audience and is noted (esp. you/formality distinctions)
35
+ - [ ] Brand names, code, identifiers, and URLs are kept unchanged
36
+ - [ ] Idioms, units, dates, and cultural references are adapted (or flagged), not translated literally
37
+ - [ ] Regional variant is respected where it matters
38
+ - [ ] Genuine ambiguities are surfaced, not silently guessed
39
+
40
+ ## Anti-Patterns
41
+
42
+ - [ ] Do not translate word-for-word — convey meaning and tone the way a native would phrase it
43
+ - [ ] Do not ignore register — the wrong formality (over-familiar or stiff) can offend or undermine
44
+ - [ ] Do not translate idioms literally — render the equivalent expression or the plain meaning
45
+ - [ ] Do not translate brand/product/proper names or code — keep them verbatim
46
+ - [ ] Do not silently resolve ambiguity — flag it; the author may mean something specific
47
+
48
+ ## Based On
49
+
50
+ Professional translation practice — meaning-based (not literal) translation, register matching, and the translation-vs-localization distinction.