pm-claude-skills 41.0.0 → 43.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 (794) hide show
  1. package/README.md +68 -32
  2. package/bin/cli.mjs +6 -0
  3. package/bin/doctor.mjs +151 -0
  4. package/commands/adopt-ai-properly.md +17 -0
  5. package/commands/ship-an-mcp-server.md +17 -0
  6. package/exports/README.md +1 -1
  7. package/exports/aider/README.md +11 -1
  8. package/exports/aider/pm-analytics/data-analysis-standard/data-analysis-standard.md +7 -0
  9. package/exports/aider/pm-analytics/product-health-analysis/product-health-analysis.md +7 -0
  10. package/exports/aider/pm-analytics/retention-analysis/retention-analysis.md +7 -0
  11. package/exports/aider/pm-creator/content-repurposer/content-repurposer.md +7 -0
  12. package/exports/aider/pm-creator/creator-brand-kit/creator-brand-kit.md +7 -0
  13. package/exports/aider/pm-cross/executive-summary/executive-summary.md +7 -0
  14. package/exports/aider/pm-cross/press-release/press-release.md +7 -0
  15. package/exports/aider/pm-cs/churn-analysis/churn-analysis.md +7 -0
  16. package/exports/aider/pm-cs/cs-escalation-brief/cs-escalation-brief.md +7 -0
  17. package/exports/aider/pm-cs/cs-health-scorecard/cs-health-scorecard.md +7 -0
  18. package/exports/aider/pm-cs/customer-success-plan/customer-success-plan.md +7 -0
  19. package/exports/aider/pm-cs/qbr-deck/qbr-deck.md +7 -0
  20. package/exports/aider/pm-cs/renewal-playbook/renewal-playbook.md +7 -0
  21. package/exports/aider/pm-data/cohort-analysis/cohort-analysis.md +7 -0
  22. package/exports/aider/pm-data/metrics-framework/metrics-framework.md +7 -0
  23. package/exports/aider/pm-delivery/ab-test-planner/ab-test-planner.md +7 -0
  24. package/exports/aider/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  25. package/exports/aider/pm-delivery/retro-analysis/retro-analysis.md +7 -0
  26. package/exports/aider/pm-delivery/sprint-brief/sprint-brief.md +7 -0
  27. package/exports/aider/pm-delivery/sprint-planning/sprint-planning.md +7 -0
  28. package/exports/aider/pm-delivery/technical-spec-template/technical-spec-template.md +7 -0
  29. package/exports/aider/pm-delivery/user-story-writer/user-story-writer.md +7 -0
  30. package/exports/aider/pm-design/brand-guidelines/brand-guidelines.md +59 -0
  31. package/exports/aider/pm-design/frontend-design/frontend-design.md +54 -0
  32. package/exports/aider/pm-discovery/assumption-mapper/assumption-mapper.md +7 -0
  33. package/exports/aider/pm-discovery/customer-journey-map/customer-journey-map.md +7 -0
  34. package/exports/aider/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +7 -0
  35. package/exports/aider/pm-discovery/job-story-mapper/job-story-mapper.md +7 -0
  36. package/exports/aider/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +7 -0
  37. package/exports/aider/pm-documents/excel-model/excel-model.md +14 -0
  38. package/exports/aider/pm-documents/slide-deck/slide-deck.md +10 -0
  39. package/exports/aider/pm-documents/word-document/word-document.md +18 -0
  40. package/exports/aider/pm-engineering/api-docs-writer/api-docs-writer.md +7 -0
  41. package/exports/aider/pm-engineering/architecture-decision-record/architecture-decision-record.md +7 -0
  42. package/exports/aider/pm-engineering/changelog-generator/changelog-generator.md +7 -0
  43. package/exports/aider/pm-engineering/code-review-checklist/code-review-checklist.md +7 -0
  44. package/exports/aider/pm-engineering/pr-description-writer/pr-description-writer.md +7 -0
  45. package/exports/aider/pm-engineering/runbook-writer/runbook-writer.md +7 -0
  46. package/exports/aider/pm-engineering/skill-security-auditor/skill-security-auditor.md +7 -0
  47. package/exports/aider/pm-engineering/technical-debt-register/technical-debt-register.md +7 -0
  48. package/exports/aider/pm-engineering/writing-great-skills/writing-great-skills.md +7 -0
  49. package/exports/aider/pm-essentials/competitive-analysis/competitive-analysis.md +7 -0
  50. package/exports/aider/pm-essentials/meeting-notes/meeting-notes.md +7 -0
  51. package/exports/aider/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  52. package/exports/aider/pm-gtm/go-to-market/go-to-market.md +7 -0
  53. package/exports/aider/pm-gtm/product-positioning-doc/product-positioning-doc.md +7 -0
  54. package/exports/aider/pm-method/brainstorming/brainstorming.md +66 -0
  55. package/exports/aider/pm-method/code-simplification/code-simplification.md +53 -0
  56. package/exports/aider/pm-method/executing-plans/executing-plans.md +50 -0
  57. package/exports/aider/pm-method/incremental-implementation/incremental-implementation.md +47 -0
  58. package/exports/aider/pm-method/interview-me/interview-me.md +53 -0
  59. package/exports/aider/pm-method/subagent-orchestration/subagent-orchestration.md +48 -0
  60. package/exports/aider/pm-method/verification-before-completion/verification-before-completion.md +42 -0
  61. package/exports/aider/pm-method/writing-plans/writing-plans.md +51 -0
  62. package/exports/aider/pm-planning/feature-prioritisation/feature-prioritisation.md +7 -0
  63. package/exports/aider/pm-planning/rice-impact-matrix/rice-impact-matrix.md +7 -0
  64. package/exports/aider/pm-planning/roadmap-narrative/roadmap-narrative.md +7 -0
  65. package/exports/chatgpt/README.md +11 -1
  66. package/exports/chatgpt/pm-analytics/data-analysis-standard/SYSTEM_PROMPT.md +7 -0
  67. package/exports/chatgpt/pm-analytics/product-health-analysis/SYSTEM_PROMPT.md +7 -0
  68. package/exports/chatgpt/pm-analytics/retention-analysis/SYSTEM_PROMPT.md +7 -0
  69. package/exports/chatgpt/pm-creator/content-repurposer/SYSTEM_PROMPT.md +7 -0
  70. package/exports/chatgpt/pm-creator/creator-brand-kit/SYSTEM_PROMPT.md +7 -0
  71. package/exports/chatgpt/pm-cross/executive-summary/SYSTEM_PROMPT.md +7 -0
  72. package/exports/chatgpt/pm-cross/press-release/SYSTEM_PROMPT.md +7 -0
  73. package/exports/chatgpt/pm-cs/churn-analysis/SYSTEM_PROMPT.md +7 -0
  74. package/exports/chatgpt/pm-cs/cs-escalation-brief/SYSTEM_PROMPT.md +7 -0
  75. package/exports/chatgpt/pm-cs/cs-health-scorecard/SYSTEM_PROMPT.md +7 -0
  76. package/exports/chatgpt/pm-cs/customer-success-plan/SYSTEM_PROMPT.md +7 -0
  77. package/exports/chatgpt/pm-cs/qbr-deck/SYSTEM_PROMPT.md +7 -0
  78. package/exports/chatgpt/pm-cs/renewal-playbook/SYSTEM_PROMPT.md +7 -0
  79. package/exports/chatgpt/pm-data/cohort-analysis/SYSTEM_PROMPT.md +7 -0
  80. package/exports/chatgpt/pm-data/metrics-framework/SYSTEM_PROMPT.md +7 -0
  81. package/exports/chatgpt/pm-delivery/ab-test-planner/SYSTEM_PROMPT.md +7 -0
  82. package/exports/chatgpt/pm-delivery/product-launch-checklist/SYSTEM_PROMPT.md +7 -0
  83. package/exports/chatgpt/pm-delivery/retro-analysis/SYSTEM_PROMPT.md +7 -0
  84. package/exports/chatgpt/pm-delivery/sprint-brief/SYSTEM_PROMPT.md +7 -0
  85. package/exports/chatgpt/pm-delivery/sprint-planning/SYSTEM_PROMPT.md +7 -0
  86. package/exports/chatgpt/pm-delivery/technical-spec-template/SYSTEM_PROMPT.md +7 -0
  87. package/exports/chatgpt/pm-delivery/user-story-writer/SYSTEM_PROMPT.md +7 -0
  88. package/exports/chatgpt/pm-design/brand-guidelines/SYSTEM_PROMPT.md +59 -0
  89. package/exports/chatgpt/pm-design/frontend-design/SYSTEM_PROMPT.md +54 -0
  90. package/exports/chatgpt/pm-discovery/assumption-mapper/SYSTEM_PROMPT.md +7 -0
  91. package/exports/chatgpt/pm-discovery/customer-journey-map/SYSTEM_PROMPT.md +7 -0
  92. package/exports/chatgpt/pm-discovery/discovery-interview-guide/SYSTEM_PROMPT.md +7 -0
  93. package/exports/chatgpt/pm-discovery/job-story-mapper/SYSTEM_PROMPT.md +7 -0
  94. package/exports/chatgpt/pm-discovery/user-interview-synthesis/SYSTEM_PROMPT.md +7 -0
  95. package/exports/chatgpt/pm-documents/excel-model/SYSTEM_PROMPT.md +14 -0
  96. package/exports/chatgpt/pm-documents/slide-deck/SYSTEM_PROMPT.md +10 -0
  97. package/exports/chatgpt/pm-documents/word-document/SYSTEM_PROMPT.md +18 -0
  98. package/exports/chatgpt/pm-engineering/api-docs-writer/SYSTEM_PROMPT.md +7 -0
  99. package/exports/chatgpt/pm-engineering/architecture-decision-record/SYSTEM_PROMPT.md +7 -0
  100. package/exports/chatgpt/pm-engineering/changelog-generator/SYSTEM_PROMPT.md +7 -0
  101. package/exports/chatgpt/pm-engineering/code-review-checklist/SYSTEM_PROMPT.md +7 -0
  102. package/exports/chatgpt/pm-engineering/pr-description-writer/SYSTEM_PROMPT.md +7 -0
  103. package/exports/chatgpt/pm-engineering/runbook-writer/SYSTEM_PROMPT.md +7 -0
  104. package/exports/chatgpt/pm-engineering/skill-security-auditor/SYSTEM_PROMPT.md +7 -0
  105. package/exports/chatgpt/pm-engineering/technical-debt-register/SYSTEM_PROMPT.md +7 -0
  106. package/exports/chatgpt/pm-engineering/writing-great-skills/SYSTEM_PROMPT.md +7 -0
  107. package/exports/chatgpt/pm-essentials/competitive-analysis/SYSTEM_PROMPT.md +7 -0
  108. package/exports/chatgpt/pm-essentials/meeting-notes/SYSTEM_PROMPT.md +7 -0
  109. package/exports/chatgpt/pm-essentials/user-research-synthesis/SYSTEM_PROMPT.md +7 -0
  110. package/exports/chatgpt/pm-gtm/go-to-market/SYSTEM_PROMPT.md +7 -0
  111. package/exports/chatgpt/pm-gtm/product-positioning-doc/SYSTEM_PROMPT.md +7 -0
  112. package/exports/chatgpt/pm-method/brainstorming/SYSTEM_PROMPT.md +66 -0
  113. package/exports/chatgpt/pm-method/code-simplification/SYSTEM_PROMPT.md +53 -0
  114. package/exports/chatgpt/pm-method/executing-plans/SYSTEM_PROMPT.md +50 -0
  115. package/exports/chatgpt/pm-method/incremental-implementation/SYSTEM_PROMPT.md +47 -0
  116. package/exports/chatgpt/pm-method/interview-me/SYSTEM_PROMPT.md +53 -0
  117. package/exports/chatgpt/pm-method/subagent-orchestration/SYSTEM_PROMPT.md +48 -0
  118. package/exports/chatgpt/pm-method/verification-before-completion/SYSTEM_PROMPT.md +42 -0
  119. package/exports/chatgpt/pm-method/writing-plans/SYSTEM_PROMPT.md +51 -0
  120. package/exports/chatgpt/pm-planning/feature-prioritisation/SYSTEM_PROMPT.md +7 -0
  121. package/exports/chatgpt/pm-planning/rice-impact-matrix/SYSTEM_PROMPT.md +7 -0
  122. package/exports/chatgpt/pm-planning/roadmap-narrative/SYSTEM_PROMPT.md +7 -0
  123. package/exports/cline/README.md +11 -1
  124. package/exports/cline/pm-analytics/data-analysis-standard/data-analysis-standard.md +7 -0
  125. package/exports/cline/pm-analytics/product-health-analysis/product-health-analysis.md +7 -0
  126. package/exports/cline/pm-analytics/retention-analysis/retention-analysis.md +7 -0
  127. package/exports/cline/pm-creator/content-repurposer/content-repurposer.md +7 -0
  128. package/exports/cline/pm-creator/creator-brand-kit/creator-brand-kit.md +7 -0
  129. package/exports/cline/pm-cross/executive-summary/executive-summary.md +7 -0
  130. package/exports/cline/pm-cross/press-release/press-release.md +7 -0
  131. package/exports/cline/pm-cs/churn-analysis/churn-analysis.md +7 -0
  132. package/exports/cline/pm-cs/cs-escalation-brief/cs-escalation-brief.md +7 -0
  133. package/exports/cline/pm-cs/cs-health-scorecard/cs-health-scorecard.md +7 -0
  134. package/exports/cline/pm-cs/customer-success-plan/customer-success-plan.md +7 -0
  135. package/exports/cline/pm-cs/qbr-deck/qbr-deck.md +7 -0
  136. package/exports/cline/pm-cs/renewal-playbook/renewal-playbook.md +7 -0
  137. package/exports/cline/pm-data/cohort-analysis/cohort-analysis.md +7 -0
  138. package/exports/cline/pm-data/metrics-framework/metrics-framework.md +7 -0
  139. package/exports/cline/pm-delivery/ab-test-planner/ab-test-planner.md +7 -0
  140. package/exports/cline/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  141. package/exports/cline/pm-delivery/retro-analysis/retro-analysis.md +7 -0
  142. package/exports/cline/pm-delivery/sprint-brief/sprint-brief.md +7 -0
  143. package/exports/cline/pm-delivery/sprint-planning/sprint-planning.md +7 -0
  144. package/exports/cline/pm-delivery/technical-spec-template/technical-spec-template.md +7 -0
  145. package/exports/cline/pm-delivery/user-story-writer/user-story-writer.md +7 -0
  146. package/exports/cline/pm-design/brand-guidelines/brand-guidelines.md +59 -0
  147. package/exports/cline/pm-design/frontend-design/frontend-design.md +54 -0
  148. package/exports/cline/pm-discovery/assumption-mapper/assumption-mapper.md +7 -0
  149. package/exports/cline/pm-discovery/customer-journey-map/customer-journey-map.md +7 -0
  150. package/exports/cline/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +7 -0
  151. package/exports/cline/pm-discovery/job-story-mapper/job-story-mapper.md +7 -0
  152. package/exports/cline/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +7 -0
  153. package/exports/cline/pm-documents/excel-model/excel-model.md +14 -0
  154. package/exports/cline/pm-documents/slide-deck/slide-deck.md +10 -0
  155. package/exports/cline/pm-documents/word-document/word-document.md +18 -0
  156. package/exports/cline/pm-engineering/api-docs-writer/api-docs-writer.md +7 -0
  157. package/exports/cline/pm-engineering/architecture-decision-record/architecture-decision-record.md +7 -0
  158. package/exports/cline/pm-engineering/changelog-generator/changelog-generator.md +7 -0
  159. package/exports/cline/pm-engineering/code-review-checklist/code-review-checklist.md +7 -0
  160. package/exports/cline/pm-engineering/pr-description-writer/pr-description-writer.md +7 -0
  161. package/exports/cline/pm-engineering/runbook-writer/runbook-writer.md +7 -0
  162. package/exports/cline/pm-engineering/skill-security-auditor/skill-security-auditor.md +7 -0
  163. package/exports/cline/pm-engineering/technical-debt-register/technical-debt-register.md +7 -0
  164. package/exports/cline/pm-engineering/writing-great-skills/writing-great-skills.md +7 -0
  165. package/exports/cline/pm-essentials/competitive-analysis/competitive-analysis.md +7 -0
  166. package/exports/cline/pm-essentials/meeting-notes/meeting-notes.md +7 -0
  167. package/exports/cline/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  168. package/exports/cline/pm-gtm/go-to-market/go-to-market.md +7 -0
  169. package/exports/cline/pm-gtm/product-positioning-doc/product-positioning-doc.md +7 -0
  170. package/exports/cline/pm-method/brainstorming/brainstorming.md +66 -0
  171. package/exports/cline/pm-method/code-simplification/code-simplification.md +53 -0
  172. package/exports/cline/pm-method/executing-plans/executing-plans.md +50 -0
  173. package/exports/cline/pm-method/incremental-implementation/incremental-implementation.md +47 -0
  174. package/exports/cline/pm-method/interview-me/interview-me.md +53 -0
  175. package/exports/cline/pm-method/subagent-orchestration/subagent-orchestration.md +48 -0
  176. package/exports/cline/pm-method/verification-before-completion/verification-before-completion.md +42 -0
  177. package/exports/cline/pm-method/writing-plans/writing-plans.md +51 -0
  178. package/exports/cline/pm-planning/feature-prioritisation/feature-prioritisation.md +7 -0
  179. package/exports/cline/pm-planning/rice-impact-matrix/rice-impact-matrix.md +7 -0
  180. package/exports/cline/pm-planning/roadmap-narrative/roadmap-narrative.md +7 -0
  181. package/exports/continue/README.md +11 -1
  182. package/exports/continue/pm-analytics/data-analysis-standard/data-analysis-standard.md +7 -0
  183. package/exports/continue/pm-analytics/product-health-analysis/product-health-analysis.md +7 -0
  184. package/exports/continue/pm-analytics/retention-analysis/retention-analysis.md +7 -0
  185. package/exports/continue/pm-creator/content-repurposer/content-repurposer.md +7 -0
  186. package/exports/continue/pm-creator/creator-brand-kit/creator-brand-kit.md +7 -0
  187. package/exports/continue/pm-cross/executive-summary/executive-summary.md +7 -0
  188. package/exports/continue/pm-cross/press-release/press-release.md +7 -0
  189. package/exports/continue/pm-cs/churn-analysis/churn-analysis.md +7 -0
  190. package/exports/continue/pm-cs/cs-escalation-brief/cs-escalation-brief.md +7 -0
  191. package/exports/continue/pm-cs/cs-health-scorecard/cs-health-scorecard.md +7 -0
  192. package/exports/continue/pm-cs/customer-success-plan/customer-success-plan.md +7 -0
  193. package/exports/continue/pm-cs/qbr-deck/qbr-deck.md +7 -0
  194. package/exports/continue/pm-cs/renewal-playbook/renewal-playbook.md +7 -0
  195. package/exports/continue/pm-data/cohort-analysis/cohort-analysis.md +7 -0
  196. package/exports/continue/pm-data/metrics-framework/metrics-framework.md +7 -0
  197. package/exports/continue/pm-delivery/ab-test-planner/ab-test-planner.md +7 -0
  198. package/exports/continue/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  199. package/exports/continue/pm-delivery/retro-analysis/retro-analysis.md +7 -0
  200. package/exports/continue/pm-delivery/sprint-brief/sprint-brief.md +7 -0
  201. package/exports/continue/pm-delivery/sprint-planning/sprint-planning.md +7 -0
  202. package/exports/continue/pm-delivery/technical-spec-template/technical-spec-template.md +7 -0
  203. package/exports/continue/pm-delivery/user-story-writer/user-story-writer.md +7 -0
  204. package/exports/continue/pm-design/brand-guidelines/brand-guidelines.md +64 -0
  205. package/exports/continue/pm-design/frontend-design/frontend-design.md +59 -0
  206. package/exports/continue/pm-discovery/assumption-mapper/assumption-mapper.md +7 -0
  207. package/exports/continue/pm-discovery/customer-journey-map/customer-journey-map.md +7 -0
  208. package/exports/continue/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +7 -0
  209. package/exports/continue/pm-discovery/job-story-mapper/job-story-mapper.md +7 -0
  210. package/exports/continue/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +7 -0
  211. package/exports/continue/pm-documents/excel-model/excel-model.md +14 -0
  212. package/exports/continue/pm-documents/slide-deck/slide-deck.md +10 -0
  213. package/exports/continue/pm-documents/word-document/word-document.md +18 -0
  214. package/exports/continue/pm-engineering/api-docs-writer/api-docs-writer.md +7 -0
  215. package/exports/continue/pm-engineering/architecture-decision-record/architecture-decision-record.md +7 -0
  216. package/exports/continue/pm-engineering/changelog-generator/changelog-generator.md +7 -0
  217. package/exports/continue/pm-engineering/code-review-checklist/code-review-checklist.md +7 -0
  218. package/exports/continue/pm-engineering/pr-description-writer/pr-description-writer.md +7 -0
  219. package/exports/continue/pm-engineering/runbook-writer/runbook-writer.md +7 -0
  220. package/exports/continue/pm-engineering/skill-security-auditor/skill-security-auditor.md +7 -0
  221. package/exports/continue/pm-engineering/technical-debt-register/technical-debt-register.md +7 -0
  222. package/exports/continue/pm-engineering/writing-great-skills/writing-great-skills.md +7 -0
  223. package/exports/continue/pm-essentials/competitive-analysis/competitive-analysis.md +7 -0
  224. package/exports/continue/pm-essentials/meeting-notes/meeting-notes.md +7 -0
  225. package/exports/continue/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  226. package/exports/continue/pm-gtm/go-to-market/go-to-market.md +7 -0
  227. package/exports/continue/pm-gtm/product-positioning-doc/product-positioning-doc.md +7 -0
  228. package/exports/continue/pm-method/brainstorming/brainstorming.md +71 -0
  229. package/exports/continue/pm-method/code-simplification/code-simplification.md +58 -0
  230. package/exports/continue/pm-method/executing-plans/executing-plans.md +55 -0
  231. package/exports/continue/pm-method/incremental-implementation/incremental-implementation.md +52 -0
  232. package/exports/continue/pm-method/interview-me/interview-me.md +58 -0
  233. package/exports/continue/pm-method/subagent-orchestration/subagent-orchestration.md +53 -0
  234. package/exports/continue/pm-method/verification-before-completion/verification-before-completion.md +47 -0
  235. package/exports/continue/pm-method/writing-plans/writing-plans.md +56 -0
  236. package/exports/continue/pm-planning/feature-prioritisation/feature-prioritisation.md +7 -0
  237. package/exports/continue/pm-planning/rice-impact-matrix/rice-impact-matrix.md +7 -0
  238. package/exports/continue/pm-planning/roadmap-narrative/roadmap-narrative.md +7 -0
  239. package/exports/cursor/README.md +11 -1
  240. package/exports/cursor/pm-analytics/data-analysis-standard/data-analysis-standard.mdc +7 -0
  241. package/exports/cursor/pm-analytics/product-health-analysis/product-health-analysis.mdc +7 -0
  242. package/exports/cursor/pm-analytics/retention-analysis/retention-analysis.mdc +7 -0
  243. package/exports/cursor/pm-creator/content-repurposer/content-repurposer.mdc +7 -0
  244. package/exports/cursor/pm-creator/creator-brand-kit/creator-brand-kit.mdc +7 -0
  245. package/exports/cursor/pm-cross/executive-summary/executive-summary.mdc +7 -0
  246. package/exports/cursor/pm-cross/press-release/press-release.mdc +7 -0
  247. package/exports/cursor/pm-cs/churn-analysis/churn-analysis.mdc +7 -0
  248. package/exports/cursor/pm-cs/cs-escalation-brief/cs-escalation-brief.mdc +7 -0
  249. package/exports/cursor/pm-cs/cs-health-scorecard/cs-health-scorecard.mdc +7 -0
  250. package/exports/cursor/pm-cs/customer-success-plan/customer-success-plan.mdc +7 -0
  251. package/exports/cursor/pm-cs/qbr-deck/qbr-deck.mdc +7 -0
  252. package/exports/cursor/pm-cs/renewal-playbook/renewal-playbook.mdc +7 -0
  253. package/exports/cursor/pm-data/cohort-analysis/cohort-analysis.mdc +7 -0
  254. package/exports/cursor/pm-data/metrics-framework/metrics-framework.mdc +7 -0
  255. package/exports/cursor/pm-delivery/ab-test-planner/ab-test-planner.mdc +7 -0
  256. package/exports/cursor/pm-delivery/product-launch-checklist/product-launch-checklist.mdc +7 -0
  257. package/exports/cursor/pm-delivery/retro-analysis/retro-analysis.mdc +7 -0
  258. package/exports/cursor/pm-delivery/sprint-brief/sprint-brief.mdc +7 -0
  259. package/exports/cursor/pm-delivery/sprint-planning/sprint-planning.mdc +7 -0
  260. package/exports/cursor/pm-delivery/technical-spec-template/technical-spec-template.mdc +7 -0
  261. package/exports/cursor/pm-delivery/user-story-writer/user-story-writer.mdc +7 -0
  262. package/exports/cursor/pm-design/brand-guidelines/brand-guidelines.mdc +65 -0
  263. package/exports/cursor/pm-design/frontend-design/frontend-design.mdc +60 -0
  264. package/exports/cursor/pm-discovery/assumption-mapper/assumption-mapper.mdc +7 -0
  265. package/exports/cursor/pm-discovery/customer-journey-map/customer-journey-map.mdc +7 -0
  266. package/exports/cursor/pm-discovery/discovery-interview-guide/discovery-interview-guide.mdc +7 -0
  267. package/exports/cursor/pm-discovery/job-story-mapper/job-story-mapper.mdc +7 -0
  268. package/exports/cursor/pm-discovery/user-interview-synthesis/user-interview-synthesis.mdc +7 -0
  269. package/exports/cursor/pm-documents/excel-model/excel-model.mdc +14 -0
  270. package/exports/cursor/pm-documents/slide-deck/slide-deck.mdc +10 -0
  271. package/exports/cursor/pm-documents/word-document/word-document.mdc +18 -0
  272. package/exports/cursor/pm-engineering/api-docs-writer/api-docs-writer.mdc +7 -0
  273. package/exports/cursor/pm-engineering/architecture-decision-record/architecture-decision-record.mdc +7 -0
  274. package/exports/cursor/pm-engineering/changelog-generator/changelog-generator.mdc +7 -0
  275. package/exports/cursor/pm-engineering/code-review-checklist/code-review-checklist.mdc +7 -0
  276. package/exports/cursor/pm-engineering/pr-description-writer/pr-description-writer.mdc +7 -0
  277. package/exports/cursor/pm-engineering/runbook-writer/runbook-writer.mdc +7 -0
  278. package/exports/cursor/pm-engineering/skill-security-auditor/skill-security-auditor.mdc +7 -0
  279. package/exports/cursor/pm-engineering/technical-debt-register/technical-debt-register.mdc +7 -0
  280. package/exports/cursor/pm-engineering/writing-great-skills/writing-great-skills.mdc +7 -0
  281. package/exports/cursor/pm-essentials/competitive-analysis/competitive-analysis.mdc +7 -0
  282. package/exports/cursor/pm-essentials/meeting-notes/meeting-notes.mdc +7 -0
  283. package/exports/cursor/pm-essentials/user-research-synthesis/user-research-synthesis.mdc +7 -0
  284. package/exports/cursor/pm-gtm/go-to-market/go-to-market.mdc +7 -0
  285. package/exports/cursor/pm-gtm/product-positioning-doc/product-positioning-doc.mdc +7 -0
  286. package/exports/cursor/pm-method/brainstorming/brainstorming.mdc +72 -0
  287. package/exports/cursor/pm-method/code-simplification/code-simplification.mdc +59 -0
  288. package/exports/cursor/pm-method/executing-plans/executing-plans.mdc +56 -0
  289. package/exports/cursor/pm-method/incremental-implementation/incremental-implementation.mdc +53 -0
  290. package/exports/cursor/pm-method/interview-me/interview-me.mdc +59 -0
  291. package/exports/cursor/pm-method/subagent-orchestration/subagent-orchestration.mdc +54 -0
  292. package/exports/cursor/pm-method/verification-before-completion/verification-before-completion.mdc +48 -0
  293. package/exports/cursor/pm-method/writing-plans/writing-plans.mdc +57 -0
  294. package/exports/cursor/pm-planning/feature-prioritisation/feature-prioritisation.mdc +7 -0
  295. package/exports/cursor/pm-planning/rice-impact-matrix/rice-impact-matrix.mdc +7 -0
  296. package/exports/cursor/pm-planning/roadmap-narrative/roadmap-narrative.mdc +7 -0
  297. package/exports/gemini/README.md +11 -1
  298. package/exports/gemini/pm-analytics/data-analysis-standard/GEM_INSTRUCTIONS.md +7 -0
  299. package/exports/gemini/pm-analytics/product-health-analysis/GEM_INSTRUCTIONS.md +7 -0
  300. package/exports/gemini/pm-analytics/retention-analysis/GEM_INSTRUCTIONS.md +7 -0
  301. package/exports/gemini/pm-creator/content-repurposer/GEM_INSTRUCTIONS.md +7 -0
  302. package/exports/gemini/pm-creator/creator-brand-kit/GEM_INSTRUCTIONS.md +7 -0
  303. package/exports/gemini/pm-cross/executive-summary/GEM_INSTRUCTIONS.md +7 -0
  304. package/exports/gemini/pm-cross/press-release/GEM_INSTRUCTIONS.md +7 -0
  305. package/exports/gemini/pm-cs/churn-analysis/GEM_INSTRUCTIONS.md +7 -0
  306. package/exports/gemini/pm-cs/cs-escalation-brief/GEM_INSTRUCTIONS.md +7 -0
  307. package/exports/gemini/pm-cs/cs-health-scorecard/GEM_INSTRUCTIONS.md +7 -0
  308. package/exports/gemini/pm-cs/customer-success-plan/GEM_INSTRUCTIONS.md +7 -0
  309. package/exports/gemini/pm-cs/qbr-deck/GEM_INSTRUCTIONS.md +7 -0
  310. package/exports/gemini/pm-cs/renewal-playbook/GEM_INSTRUCTIONS.md +7 -0
  311. package/exports/gemini/pm-data/cohort-analysis/GEM_INSTRUCTIONS.md +7 -0
  312. package/exports/gemini/pm-data/metrics-framework/GEM_INSTRUCTIONS.md +7 -0
  313. package/exports/gemini/pm-delivery/ab-test-planner/GEM_INSTRUCTIONS.md +7 -0
  314. package/exports/gemini/pm-delivery/product-launch-checklist/GEM_INSTRUCTIONS.md +7 -0
  315. package/exports/gemini/pm-delivery/retro-analysis/GEM_INSTRUCTIONS.md +7 -0
  316. package/exports/gemini/pm-delivery/sprint-brief/GEM_INSTRUCTIONS.md +7 -0
  317. package/exports/gemini/pm-delivery/sprint-planning/GEM_INSTRUCTIONS.md +7 -0
  318. package/exports/gemini/pm-delivery/technical-spec-template/GEM_INSTRUCTIONS.md +7 -0
  319. package/exports/gemini/pm-delivery/user-story-writer/GEM_INSTRUCTIONS.md +7 -0
  320. package/exports/gemini/pm-design/brand-guidelines/GEM_INSTRUCTIONS.md +63 -0
  321. package/exports/gemini/pm-design/frontend-design/GEM_INSTRUCTIONS.md +58 -0
  322. package/exports/gemini/pm-discovery/assumption-mapper/GEM_INSTRUCTIONS.md +7 -0
  323. package/exports/gemini/pm-discovery/customer-journey-map/GEM_INSTRUCTIONS.md +7 -0
  324. package/exports/gemini/pm-discovery/discovery-interview-guide/GEM_INSTRUCTIONS.md +7 -0
  325. package/exports/gemini/pm-discovery/job-story-mapper/GEM_INSTRUCTIONS.md +7 -0
  326. package/exports/gemini/pm-discovery/user-interview-synthesis/GEM_INSTRUCTIONS.md +7 -0
  327. package/exports/gemini/pm-documents/excel-model/GEM_INSTRUCTIONS.md +14 -0
  328. package/exports/gemini/pm-documents/slide-deck/GEM_INSTRUCTIONS.md +10 -0
  329. package/exports/gemini/pm-documents/word-document/GEM_INSTRUCTIONS.md +18 -0
  330. package/exports/gemini/pm-engineering/api-docs-writer/GEM_INSTRUCTIONS.md +7 -0
  331. package/exports/gemini/pm-engineering/architecture-decision-record/GEM_INSTRUCTIONS.md +7 -0
  332. package/exports/gemini/pm-engineering/changelog-generator/GEM_INSTRUCTIONS.md +7 -0
  333. package/exports/gemini/pm-engineering/code-review-checklist/GEM_INSTRUCTIONS.md +7 -0
  334. package/exports/gemini/pm-engineering/pr-description-writer/GEM_INSTRUCTIONS.md +7 -0
  335. package/exports/gemini/pm-engineering/runbook-writer/GEM_INSTRUCTIONS.md +7 -0
  336. package/exports/gemini/pm-engineering/skill-security-auditor/GEM_INSTRUCTIONS.md +7 -0
  337. package/exports/gemini/pm-engineering/technical-debt-register/GEM_INSTRUCTIONS.md +7 -0
  338. package/exports/gemini/pm-engineering/writing-great-skills/GEM_INSTRUCTIONS.md +7 -0
  339. package/exports/gemini/pm-essentials/competitive-analysis/GEM_INSTRUCTIONS.md +7 -0
  340. package/exports/gemini/pm-essentials/meeting-notes/GEM_INSTRUCTIONS.md +7 -0
  341. package/exports/gemini/pm-essentials/user-research-synthesis/GEM_INSTRUCTIONS.md +7 -0
  342. package/exports/gemini/pm-gtm/go-to-market/GEM_INSTRUCTIONS.md +7 -0
  343. package/exports/gemini/pm-gtm/product-positioning-doc/GEM_INSTRUCTIONS.md +7 -0
  344. package/exports/gemini/pm-method/brainstorming/GEM_INSTRUCTIONS.md +70 -0
  345. package/exports/gemini/pm-method/code-simplification/GEM_INSTRUCTIONS.md +57 -0
  346. package/exports/gemini/pm-method/executing-plans/GEM_INSTRUCTIONS.md +54 -0
  347. package/exports/gemini/pm-method/incremental-implementation/GEM_INSTRUCTIONS.md +51 -0
  348. package/exports/gemini/pm-method/interview-me/GEM_INSTRUCTIONS.md +57 -0
  349. package/exports/gemini/pm-method/subagent-orchestration/GEM_INSTRUCTIONS.md +52 -0
  350. package/exports/gemini/pm-method/verification-before-completion/GEM_INSTRUCTIONS.md +46 -0
  351. package/exports/gemini/pm-method/writing-plans/GEM_INSTRUCTIONS.md +55 -0
  352. package/exports/gemini/pm-planning/feature-prioritisation/GEM_INSTRUCTIONS.md +7 -0
  353. package/exports/gemini/pm-planning/rice-impact-matrix/GEM_INSTRUCTIONS.md +7 -0
  354. package/exports/gemini/pm-planning/roadmap-narrative/GEM_INSTRUCTIONS.md +7 -0
  355. package/exports/kilocode/README.md +11 -1
  356. package/exports/kilocode/pm-analytics/data-analysis-standard/data-analysis-standard.md +7 -0
  357. package/exports/kilocode/pm-analytics/product-health-analysis/product-health-analysis.md +7 -0
  358. package/exports/kilocode/pm-analytics/retention-analysis/retention-analysis.md +7 -0
  359. package/exports/kilocode/pm-creator/content-repurposer/content-repurposer.md +7 -0
  360. package/exports/kilocode/pm-creator/creator-brand-kit/creator-brand-kit.md +7 -0
  361. package/exports/kilocode/pm-cross/executive-summary/executive-summary.md +7 -0
  362. package/exports/kilocode/pm-cross/press-release/press-release.md +7 -0
  363. package/exports/kilocode/pm-cs/churn-analysis/churn-analysis.md +7 -0
  364. package/exports/kilocode/pm-cs/cs-escalation-brief/cs-escalation-brief.md +7 -0
  365. package/exports/kilocode/pm-cs/cs-health-scorecard/cs-health-scorecard.md +7 -0
  366. package/exports/kilocode/pm-cs/customer-success-plan/customer-success-plan.md +7 -0
  367. package/exports/kilocode/pm-cs/qbr-deck/qbr-deck.md +7 -0
  368. package/exports/kilocode/pm-cs/renewal-playbook/renewal-playbook.md +7 -0
  369. package/exports/kilocode/pm-data/cohort-analysis/cohort-analysis.md +7 -0
  370. package/exports/kilocode/pm-data/metrics-framework/metrics-framework.md +7 -0
  371. package/exports/kilocode/pm-delivery/ab-test-planner/ab-test-planner.md +7 -0
  372. package/exports/kilocode/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  373. package/exports/kilocode/pm-delivery/retro-analysis/retro-analysis.md +7 -0
  374. package/exports/kilocode/pm-delivery/sprint-brief/sprint-brief.md +7 -0
  375. package/exports/kilocode/pm-delivery/sprint-planning/sprint-planning.md +7 -0
  376. package/exports/kilocode/pm-delivery/technical-spec-template/technical-spec-template.md +7 -0
  377. package/exports/kilocode/pm-delivery/user-story-writer/user-story-writer.md +7 -0
  378. package/exports/kilocode/pm-design/brand-guidelines/brand-guidelines.md +59 -0
  379. package/exports/kilocode/pm-design/frontend-design/frontend-design.md +54 -0
  380. package/exports/kilocode/pm-discovery/assumption-mapper/assumption-mapper.md +7 -0
  381. package/exports/kilocode/pm-discovery/customer-journey-map/customer-journey-map.md +7 -0
  382. package/exports/kilocode/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +7 -0
  383. package/exports/kilocode/pm-discovery/job-story-mapper/job-story-mapper.md +7 -0
  384. package/exports/kilocode/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +7 -0
  385. package/exports/kilocode/pm-documents/excel-model/excel-model.md +14 -0
  386. package/exports/kilocode/pm-documents/slide-deck/slide-deck.md +10 -0
  387. package/exports/kilocode/pm-documents/word-document/word-document.md +18 -0
  388. package/exports/kilocode/pm-engineering/api-docs-writer/api-docs-writer.md +7 -0
  389. package/exports/kilocode/pm-engineering/architecture-decision-record/architecture-decision-record.md +7 -0
  390. package/exports/kilocode/pm-engineering/changelog-generator/changelog-generator.md +7 -0
  391. package/exports/kilocode/pm-engineering/code-review-checklist/code-review-checklist.md +7 -0
  392. package/exports/kilocode/pm-engineering/pr-description-writer/pr-description-writer.md +7 -0
  393. package/exports/kilocode/pm-engineering/runbook-writer/runbook-writer.md +7 -0
  394. package/exports/kilocode/pm-engineering/skill-security-auditor/skill-security-auditor.md +7 -0
  395. package/exports/kilocode/pm-engineering/technical-debt-register/technical-debt-register.md +7 -0
  396. package/exports/kilocode/pm-engineering/writing-great-skills/writing-great-skills.md +7 -0
  397. package/exports/kilocode/pm-essentials/competitive-analysis/competitive-analysis.md +7 -0
  398. package/exports/kilocode/pm-essentials/meeting-notes/meeting-notes.md +7 -0
  399. package/exports/kilocode/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  400. package/exports/kilocode/pm-gtm/go-to-market/go-to-market.md +7 -0
  401. package/exports/kilocode/pm-gtm/product-positioning-doc/product-positioning-doc.md +7 -0
  402. package/exports/kilocode/pm-method/brainstorming/brainstorming.md +66 -0
  403. package/exports/kilocode/pm-method/code-simplification/code-simplification.md +53 -0
  404. package/exports/kilocode/pm-method/executing-plans/executing-plans.md +50 -0
  405. package/exports/kilocode/pm-method/incremental-implementation/incremental-implementation.md +47 -0
  406. package/exports/kilocode/pm-method/interview-me/interview-me.md +53 -0
  407. package/exports/kilocode/pm-method/subagent-orchestration/subagent-orchestration.md +48 -0
  408. package/exports/kilocode/pm-method/verification-before-completion/verification-before-completion.md +42 -0
  409. package/exports/kilocode/pm-method/writing-plans/writing-plans.md +51 -0
  410. package/exports/kilocode/pm-planning/feature-prioritisation/feature-prioritisation.md +7 -0
  411. package/exports/kilocode/pm-planning/rice-impact-matrix/rice-impact-matrix.md +7 -0
  412. package/exports/kilocode/pm-planning/roadmap-narrative/roadmap-narrative.md +7 -0
  413. package/exports/obsidian/README.md +11 -1
  414. package/exports/obsidian/pm-analytics/data-analysis-standard/data-analysis-standard.md +7 -0
  415. package/exports/obsidian/pm-analytics/product-health-analysis/product-health-analysis.md +7 -0
  416. package/exports/obsidian/pm-analytics/retention-analysis/retention-analysis.md +7 -0
  417. package/exports/obsidian/pm-creator/content-repurposer/content-repurposer.md +7 -0
  418. package/exports/obsidian/pm-creator/creator-brand-kit/creator-brand-kit.md +7 -0
  419. package/exports/obsidian/pm-cross/executive-summary/executive-summary.md +7 -0
  420. package/exports/obsidian/pm-cross/press-release/press-release.md +7 -0
  421. package/exports/obsidian/pm-cs/churn-analysis/churn-analysis.md +7 -0
  422. package/exports/obsidian/pm-cs/cs-escalation-brief/cs-escalation-brief.md +7 -0
  423. package/exports/obsidian/pm-cs/cs-health-scorecard/cs-health-scorecard.md +7 -0
  424. package/exports/obsidian/pm-cs/customer-success-plan/customer-success-plan.md +7 -0
  425. package/exports/obsidian/pm-cs/qbr-deck/qbr-deck.md +7 -0
  426. package/exports/obsidian/pm-cs/renewal-playbook/renewal-playbook.md +7 -0
  427. package/exports/obsidian/pm-data/cohort-analysis/cohort-analysis.md +7 -0
  428. package/exports/obsidian/pm-data/metrics-framework/metrics-framework.md +7 -0
  429. package/exports/obsidian/pm-delivery/ab-test-planner/ab-test-planner.md +7 -0
  430. package/exports/obsidian/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  431. package/exports/obsidian/pm-delivery/retro-analysis/retro-analysis.md +7 -0
  432. package/exports/obsidian/pm-delivery/sprint-brief/sprint-brief.md +7 -0
  433. package/exports/obsidian/pm-delivery/sprint-planning/sprint-planning.md +7 -0
  434. package/exports/obsidian/pm-delivery/technical-spec-template/technical-spec-template.md +7 -0
  435. package/exports/obsidian/pm-delivery/user-story-writer/user-story-writer.md +7 -0
  436. package/exports/obsidian/pm-design/brand-guidelines/brand-guidelines.md +74 -0
  437. package/exports/obsidian/pm-design/frontend-design/frontend-design.md +69 -0
  438. package/exports/obsidian/pm-discovery/assumption-mapper/assumption-mapper.md +7 -0
  439. package/exports/obsidian/pm-discovery/customer-journey-map/customer-journey-map.md +7 -0
  440. package/exports/obsidian/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +7 -0
  441. package/exports/obsidian/pm-discovery/job-story-mapper/job-story-mapper.md +7 -0
  442. package/exports/obsidian/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +7 -0
  443. package/exports/obsidian/pm-documents/excel-model/excel-model.md +14 -0
  444. package/exports/obsidian/pm-documents/slide-deck/slide-deck.md +10 -0
  445. package/exports/obsidian/pm-documents/word-document/word-document.md +18 -0
  446. package/exports/obsidian/pm-engineering/api-docs-writer/api-docs-writer.md +7 -0
  447. package/exports/obsidian/pm-engineering/architecture-decision-record/architecture-decision-record.md +7 -0
  448. package/exports/obsidian/pm-engineering/changelog-generator/changelog-generator.md +7 -0
  449. package/exports/obsidian/pm-engineering/code-review-checklist/code-review-checklist.md +7 -0
  450. package/exports/obsidian/pm-engineering/pr-description-writer/pr-description-writer.md +7 -0
  451. package/exports/obsidian/pm-engineering/runbook-writer/runbook-writer.md +7 -0
  452. package/exports/obsidian/pm-engineering/skill-security-auditor/skill-security-auditor.md +7 -0
  453. package/exports/obsidian/pm-engineering/technical-debt-register/technical-debt-register.md +7 -0
  454. package/exports/obsidian/pm-engineering/writing-great-skills/writing-great-skills.md +7 -0
  455. package/exports/obsidian/pm-essentials/competitive-analysis/competitive-analysis.md +7 -0
  456. package/exports/obsidian/pm-essentials/meeting-notes/meeting-notes.md +7 -0
  457. package/exports/obsidian/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  458. package/exports/obsidian/pm-gtm/go-to-market/go-to-market.md +7 -0
  459. package/exports/obsidian/pm-gtm/product-positioning-doc/product-positioning-doc.md +7 -0
  460. package/exports/obsidian/pm-method/brainstorming/brainstorming.md +81 -0
  461. package/exports/obsidian/pm-method/code-simplification/code-simplification.md +68 -0
  462. package/exports/obsidian/pm-method/executing-plans/executing-plans.md +65 -0
  463. package/exports/obsidian/pm-method/incremental-implementation/incremental-implementation.md +62 -0
  464. package/exports/obsidian/pm-method/interview-me/interview-me.md +68 -0
  465. package/exports/obsidian/pm-method/subagent-orchestration/subagent-orchestration.md +63 -0
  466. package/exports/obsidian/pm-method/verification-before-completion/verification-before-completion.md +57 -0
  467. package/exports/obsidian/pm-method/writing-plans/writing-plans.md +66 -0
  468. package/exports/obsidian/pm-planning/feature-prioritisation/feature-prioritisation.md +7 -0
  469. package/exports/obsidian/pm-planning/rice-impact-matrix/rice-impact-matrix.md +7 -0
  470. package/exports/obsidian/pm-planning/roadmap-narrative/roadmap-narrative.md +7 -0
  471. package/exports/roo/README.md +11 -1
  472. package/exports/roo/pm-analytics/data-analysis-standard/data-analysis-standard.md +7 -0
  473. package/exports/roo/pm-analytics/product-health-analysis/product-health-analysis.md +7 -0
  474. package/exports/roo/pm-analytics/retention-analysis/retention-analysis.md +7 -0
  475. package/exports/roo/pm-creator/content-repurposer/content-repurposer.md +7 -0
  476. package/exports/roo/pm-creator/creator-brand-kit/creator-brand-kit.md +7 -0
  477. package/exports/roo/pm-cross/executive-summary/executive-summary.md +7 -0
  478. package/exports/roo/pm-cross/press-release/press-release.md +7 -0
  479. package/exports/roo/pm-cs/churn-analysis/churn-analysis.md +7 -0
  480. package/exports/roo/pm-cs/cs-escalation-brief/cs-escalation-brief.md +7 -0
  481. package/exports/roo/pm-cs/cs-health-scorecard/cs-health-scorecard.md +7 -0
  482. package/exports/roo/pm-cs/customer-success-plan/customer-success-plan.md +7 -0
  483. package/exports/roo/pm-cs/qbr-deck/qbr-deck.md +7 -0
  484. package/exports/roo/pm-cs/renewal-playbook/renewal-playbook.md +7 -0
  485. package/exports/roo/pm-data/cohort-analysis/cohort-analysis.md +7 -0
  486. package/exports/roo/pm-data/metrics-framework/metrics-framework.md +7 -0
  487. package/exports/roo/pm-delivery/ab-test-planner/ab-test-planner.md +7 -0
  488. package/exports/roo/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  489. package/exports/roo/pm-delivery/retro-analysis/retro-analysis.md +7 -0
  490. package/exports/roo/pm-delivery/sprint-brief/sprint-brief.md +7 -0
  491. package/exports/roo/pm-delivery/sprint-planning/sprint-planning.md +7 -0
  492. package/exports/roo/pm-delivery/technical-spec-template/technical-spec-template.md +7 -0
  493. package/exports/roo/pm-delivery/user-story-writer/user-story-writer.md +7 -0
  494. package/exports/roo/pm-design/brand-guidelines/brand-guidelines.md +59 -0
  495. package/exports/roo/pm-design/frontend-design/frontend-design.md +54 -0
  496. package/exports/roo/pm-discovery/assumption-mapper/assumption-mapper.md +7 -0
  497. package/exports/roo/pm-discovery/customer-journey-map/customer-journey-map.md +7 -0
  498. package/exports/roo/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +7 -0
  499. package/exports/roo/pm-discovery/job-story-mapper/job-story-mapper.md +7 -0
  500. package/exports/roo/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +7 -0
  501. package/exports/roo/pm-documents/excel-model/excel-model.md +14 -0
  502. package/exports/roo/pm-documents/slide-deck/slide-deck.md +10 -0
  503. package/exports/roo/pm-documents/word-document/word-document.md +18 -0
  504. package/exports/roo/pm-engineering/api-docs-writer/api-docs-writer.md +7 -0
  505. package/exports/roo/pm-engineering/architecture-decision-record/architecture-decision-record.md +7 -0
  506. package/exports/roo/pm-engineering/changelog-generator/changelog-generator.md +7 -0
  507. package/exports/roo/pm-engineering/code-review-checklist/code-review-checklist.md +7 -0
  508. package/exports/roo/pm-engineering/pr-description-writer/pr-description-writer.md +7 -0
  509. package/exports/roo/pm-engineering/runbook-writer/runbook-writer.md +7 -0
  510. package/exports/roo/pm-engineering/skill-security-auditor/skill-security-auditor.md +7 -0
  511. package/exports/roo/pm-engineering/technical-debt-register/technical-debt-register.md +7 -0
  512. package/exports/roo/pm-engineering/writing-great-skills/writing-great-skills.md +7 -0
  513. package/exports/roo/pm-essentials/competitive-analysis/competitive-analysis.md +7 -0
  514. package/exports/roo/pm-essentials/meeting-notes/meeting-notes.md +7 -0
  515. package/exports/roo/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  516. package/exports/roo/pm-gtm/go-to-market/go-to-market.md +7 -0
  517. package/exports/roo/pm-gtm/product-positioning-doc/product-positioning-doc.md +7 -0
  518. package/exports/roo/pm-method/brainstorming/brainstorming.md +66 -0
  519. package/exports/roo/pm-method/code-simplification/code-simplification.md +53 -0
  520. package/exports/roo/pm-method/executing-plans/executing-plans.md +50 -0
  521. package/exports/roo/pm-method/incremental-implementation/incremental-implementation.md +47 -0
  522. package/exports/roo/pm-method/interview-me/interview-me.md +53 -0
  523. package/exports/roo/pm-method/subagent-orchestration/subagent-orchestration.md +48 -0
  524. package/exports/roo/pm-method/verification-before-completion/verification-before-completion.md +42 -0
  525. package/exports/roo/pm-method/writing-plans/writing-plans.md +51 -0
  526. package/exports/roo/pm-planning/feature-prioritisation/feature-prioritisation.md +7 -0
  527. package/exports/roo/pm-planning/rice-impact-matrix/rice-impact-matrix.md +7 -0
  528. package/exports/roo/pm-planning/roadmap-narrative/roadmap-narrative.md +7 -0
  529. package/exports/windsurf/README.md +11 -1
  530. package/exports/windsurf/pm-analytics/data-analysis-standard/data-analysis-standard.md +7 -0
  531. package/exports/windsurf/pm-analytics/product-health-analysis/product-health-analysis.md +7 -0
  532. package/exports/windsurf/pm-analytics/retention-analysis/retention-analysis.md +7 -0
  533. package/exports/windsurf/pm-creator/content-repurposer/content-repurposer.md +7 -0
  534. package/exports/windsurf/pm-creator/creator-brand-kit/creator-brand-kit.md +7 -0
  535. package/exports/windsurf/pm-cross/executive-summary/executive-summary.md +7 -0
  536. package/exports/windsurf/pm-cross/press-release/press-release.md +7 -0
  537. package/exports/windsurf/pm-cs/churn-analysis/churn-analysis.md +7 -0
  538. package/exports/windsurf/pm-cs/cs-escalation-brief/cs-escalation-brief.md +7 -0
  539. package/exports/windsurf/pm-cs/cs-health-scorecard/cs-health-scorecard.md +7 -0
  540. package/exports/windsurf/pm-cs/customer-success-plan/customer-success-plan.md +7 -0
  541. package/exports/windsurf/pm-cs/qbr-deck/qbr-deck.md +7 -0
  542. package/exports/windsurf/pm-cs/renewal-playbook/renewal-playbook.md +7 -0
  543. package/exports/windsurf/pm-data/cohort-analysis/cohort-analysis.md +7 -0
  544. package/exports/windsurf/pm-data/metrics-framework/metrics-framework.md +7 -0
  545. package/exports/windsurf/pm-delivery/ab-test-planner/ab-test-planner.md +7 -0
  546. package/exports/windsurf/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  547. package/exports/windsurf/pm-delivery/retro-analysis/retro-analysis.md +7 -0
  548. package/exports/windsurf/pm-delivery/sprint-brief/sprint-brief.md +7 -0
  549. package/exports/windsurf/pm-delivery/sprint-planning/sprint-planning.md +7 -0
  550. package/exports/windsurf/pm-delivery/technical-spec-template/technical-spec-template.md +7 -0
  551. package/exports/windsurf/pm-delivery/user-story-writer/user-story-writer.md +7 -0
  552. package/exports/windsurf/pm-design/brand-guidelines/brand-guidelines.md +64 -0
  553. package/exports/windsurf/pm-design/frontend-design/frontend-design.md +59 -0
  554. package/exports/windsurf/pm-discovery/assumption-mapper/assumption-mapper.md +7 -0
  555. package/exports/windsurf/pm-discovery/customer-journey-map/customer-journey-map.md +7 -0
  556. package/exports/windsurf/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +7 -0
  557. package/exports/windsurf/pm-discovery/job-story-mapper/job-story-mapper.md +7 -0
  558. package/exports/windsurf/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +7 -0
  559. package/exports/windsurf/pm-documents/excel-model/excel-model.md +14 -0
  560. package/exports/windsurf/pm-documents/slide-deck/slide-deck.md +10 -0
  561. package/exports/windsurf/pm-documents/word-document/word-document.md +18 -0
  562. package/exports/windsurf/pm-engineering/api-docs-writer/api-docs-writer.md +7 -0
  563. package/exports/windsurf/pm-engineering/architecture-decision-record/architecture-decision-record.md +7 -0
  564. package/exports/windsurf/pm-engineering/changelog-generator/changelog-generator.md +7 -0
  565. package/exports/windsurf/pm-engineering/code-review-checklist/code-review-checklist.md +7 -0
  566. package/exports/windsurf/pm-engineering/pr-description-writer/pr-description-writer.md +7 -0
  567. package/exports/windsurf/pm-engineering/runbook-writer/runbook-writer.md +7 -0
  568. package/exports/windsurf/pm-engineering/skill-security-auditor/skill-security-auditor.md +7 -0
  569. package/exports/windsurf/pm-engineering/technical-debt-register/technical-debt-register.md +7 -0
  570. package/exports/windsurf/pm-engineering/writing-great-skills/writing-great-skills.md +7 -0
  571. package/exports/windsurf/pm-essentials/competitive-analysis/competitive-analysis.md +7 -0
  572. package/exports/windsurf/pm-essentials/meeting-notes/meeting-notes.md +7 -0
  573. package/exports/windsurf/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  574. package/exports/windsurf/pm-gtm/go-to-market/go-to-market.md +7 -0
  575. package/exports/windsurf/pm-gtm/product-positioning-doc/product-positioning-doc.md +7 -0
  576. package/exports/windsurf/pm-method/brainstorming/brainstorming.md +71 -0
  577. package/exports/windsurf/pm-method/code-simplification/code-simplification.md +58 -0
  578. package/exports/windsurf/pm-method/executing-plans/executing-plans.md +55 -0
  579. package/exports/windsurf/pm-method/incremental-implementation/incremental-implementation.md +52 -0
  580. package/exports/windsurf/pm-method/interview-me/interview-me.md +58 -0
  581. package/exports/windsurf/pm-method/subagent-orchestration/subagent-orchestration.md +53 -0
  582. package/exports/windsurf/pm-method/verification-before-completion/verification-before-completion.md +47 -0
  583. package/exports/windsurf/pm-method/writing-plans/writing-plans.md +56 -0
  584. package/exports/windsurf/pm-planning/feature-prioritisation/feature-prioritisation.md +7 -0
  585. package/exports/windsurf/pm-planning/rice-impact-matrix/rice-impact-matrix.md +7 -0
  586. package/exports/windsurf/pm-planning/roadmap-narrative/roadmap-narrative.md +7 -0
  587. package/exports/zed/README.md +11 -1
  588. package/exports/zed/pm-analytics/data-analysis-standard/data-analysis-standard.md +7 -0
  589. package/exports/zed/pm-analytics/product-health-analysis/product-health-analysis.md +7 -0
  590. package/exports/zed/pm-analytics/retention-analysis/retention-analysis.md +7 -0
  591. package/exports/zed/pm-creator/content-repurposer/content-repurposer.md +7 -0
  592. package/exports/zed/pm-creator/creator-brand-kit/creator-brand-kit.md +7 -0
  593. package/exports/zed/pm-cross/executive-summary/executive-summary.md +7 -0
  594. package/exports/zed/pm-cross/press-release/press-release.md +7 -0
  595. package/exports/zed/pm-cs/churn-analysis/churn-analysis.md +7 -0
  596. package/exports/zed/pm-cs/cs-escalation-brief/cs-escalation-brief.md +7 -0
  597. package/exports/zed/pm-cs/cs-health-scorecard/cs-health-scorecard.md +7 -0
  598. package/exports/zed/pm-cs/customer-success-plan/customer-success-plan.md +7 -0
  599. package/exports/zed/pm-cs/qbr-deck/qbr-deck.md +7 -0
  600. package/exports/zed/pm-cs/renewal-playbook/renewal-playbook.md +7 -0
  601. package/exports/zed/pm-data/cohort-analysis/cohort-analysis.md +7 -0
  602. package/exports/zed/pm-data/metrics-framework/metrics-framework.md +7 -0
  603. package/exports/zed/pm-delivery/ab-test-planner/ab-test-planner.md +7 -0
  604. package/exports/zed/pm-delivery/product-launch-checklist/product-launch-checklist.md +7 -0
  605. package/exports/zed/pm-delivery/retro-analysis/retro-analysis.md +7 -0
  606. package/exports/zed/pm-delivery/sprint-brief/sprint-brief.md +7 -0
  607. package/exports/zed/pm-delivery/sprint-planning/sprint-planning.md +7 -0
  608. package/exports/zed/pm-delivery/technical-spec-template/technical-spec-template.md +7 -0
  609. package/exports/zed/pm-delivery/user-story-writer/user-story-writer.md +7 -0
  610. package/exports/zed/pm-design/brand-guidelines/brand-guidelines.md +59 -0
  611. package/exports/zed/pm-design/frontend-design/frontend-design.md +54 -0
  612. package/exports/zed/pm-discovery/assumption-mapper/assumption-mapper.md +7 -0
  613. package/exports/zed/pm-discovery/customer-journey-map/customer-journey-map.md +7 -0
  614. package/exports/zed/pm-discovery/discovery-interview-guide/discovery-interview-guide.md +7 -0
  615. package/exports/zed/pm-discovery/job-story-mapper/job-story-mapper.md +7 -0
  616. package/exports/zed/pm-discovery/user-interview-synthesis/user-interview-synthesis.md +7 -0
  617. package/exports/zed/pm-documents/excel-model/excel-model.md +14 -0
  618. package/exports/zed/pm-documents/slide-deck/slide-deck.md +10 -0
  619. package/exports/zed/pm-documents/word-document/word-document.md +18 -0
  620. package/exports/zed/pm-engineering/api-docs-writer/api-docs-writer.md +7 -0
  621. package/exports/zed/pm-engineering/architecture-decision-record/architecture-decision-record.md +7 -0
  622. package/exports/zed/pm-engineering/changelog-generator/changelog-generator.md +7 -0
  623. package/exports/zed/pm-engineering/code-review-checklist/code-review-checklist.md +7 -0
  624. package/exports/zed/pm-engineering/pr-description-writer/pr-description-writer.md +7 -0
  625. package/exports/zed/pm-engineering/runbook-writer/runbook-writer.md +7 -0
  626. package/exports/zed/pm-engineering/skill-security-auditor/skill-security-auditor.md +7 -0
  627. package/exports/zed/pm-engineering/technical-debt-register/technical-debt-register.md +7 -0
  628. package/exports/zed/pm-engineering/writing-great-skills/writing-great-skills.md +7 -0
  629. package/exports/zed/pm-essentials/competitive-analysis/competitive-analysis.md +7 -0
  630. package/exports/zed/pm-essentials/meeting-notes/meeting-notes.md +7 -0
  631. package/exports/zed/pm-essentials/user-research-synthesis/user-research-synthesis.md +7 -0
  632. package/exports/zed/pm-gtm/go-to-market/go-to-market.md +7 -0
  633. package/exports/zed/pm-gtm/product-positioning-doc/product-positioning-doc.md +7 -0
  634. package/exports/zed/pm-method/brainstorming/brainstorming.md +66 -0
  635. package/exports/zed/pm-method/code-simplification/code-simplification.md +53 -0
  636. package/exports/zed/pm-method/executing-plans/executing-plans.md +50 -0
  637. package/exports/zed/pm-method/incremental-implementation/incremental-implementation.md +47 -0
  638. package/exports/zed/pm-method/interview-me/interview-me.md +53 -0
  639. package/exports/zed/pm-method/subagent-orchestration/subagent-orchestration.md +48 -0
  640. package/exports/zed/pm-method/verification-before-completion/verification-before-completion.md +42 -0
  641. package/exports/zed/pm-method/writing-plans/writing-plans.md +51 -0
  642. package/exports/zed/pm-planning/feature-prioritisation/feature-prioritisation.md +7 -0
  643. package/exports/zed/pm-planning/rice-impact-matrix/rice-impact-matrix.md +7 -0
  644. package/exports/zed/pm-planning/roadmap-narrative/roadmap-narrative.md +7 -0
  645. package/package.json +1 -1
  646. package/skills/ab-test-planner/SKILL.md +7 -0
  647. package/skills/ab-test-planner/references/test-validity-traps.md +21 -0
  648. package/skills/ab-test-planner/templates/test-plan.md +26 -0
  649. package/skills/api-docs-writer/SKILL.md +7 -0
  650. package/skills/api-docs-writer/references/example-first-docs.md +25 -0
  651. package/skills/api-docs-writer/templates/endpoint-entry.md +32 -0
  652. package/skills/architecture-decision-record/SKILL.md +7 -0
  653. package/skills/architecture-decision-record/references/decision-scoping.md +33 -0
  654. package/skills/architecture-decision-record/templates/adr.md +25 -0
  655. package/skills/assumption-mapper/SKILL.md +7 -0
  656. package/skills/assumption-mapper/references/cheap-tests.md +31 -0
  657. package/skills/assumption-mapper/templates/assumption-board.md +20 -0
  658. package/skills/brainstorming/SKILL.md +71 -0
  659. package/skills/brand-guidelines/SKILL.md +64 -0
  660. package/skills/changelog-generator/SKILL.md +7 -0
  661. package/skills/changelog-generator/references/user-translation.md +29 -0
  662. package/skills/changelog-generator/templates/release-entry.md +24 -0
  663. package/skills/churn-analysis/SKILL.md +7 -0
  664. package/skills/churn-analysis/references/avoidability-calls.md +26 -0
  665. package/skills/churn-analysis/templates/churn-report.md +27 -0
  666. package/skills/code-review-checklist/SKILL.md +7 -0
  667. package/skills/code-review-checklist/references/review-depth-calibration.md +28 -0
  668. package/skills/code-review-checklist/templates/review-record.md +20 -0
  669. package/skills/code-simplification/SKILL.md +58 -0
  670. package/skills/cohort-analysis/SKILL.md +7 -0
  671. package/skills/cohort-analysis/references/cohort-design.md +33 -0
  672. package/skills/cohort-analysis/templates/cohort-readout.md +24 -0
  673. package/skills/competitive-analysis/SKILL.md +7 -0
  674. package/skills/competitive-analysis/references/feature-matrix-honesty.md +23 -0
  675. package/skills/competitive-analysis/templates/landscape-doc.md +29 -0
  676. package/skills/content-repurposer/SKILL.md +7 -0
  677. package/skills/content-repurposer/references/platform-native-translation.md +25 -0
  678. package/skills/content-repurposer/templates/repurpose-plan.md +23 -0
  679. package/skills/creator-brand-kit/SKILL.md +7 -0
  680. package/skills/creator-brand-kit/references/voice-consistency.md +24 -0
  681. package/skills/creator-brand-kit/templates/brand-kit.md +29 -0
  682. package/skills/cs-escalation-brief/SKILL.md +7 -0
  683. package/skills/cs-escalation-brief/references/deescalation-sequencing.md +16 -0
  684. package/skills/cs-escalation-brief/templates/escalation-brief.md +27 -0
  685. package/skills/cs-health-scorecard/SKILL.md +7 -0
  686. package/skills/cs-health-scorecard/references/leading-signals.md +28 -0
  687. package/skills/cs-health-scorecard/templates/account-scorecard.md +26 -0
  688. package/skills/customer-journey-map/SKILL.md +7 -0
  689. package/skills/customer-journey-map/references/evidence-based-mapping.md +27 -0
  690. package/skills/customer-journey-map/templates/journey-canvas.md +24 -0
  691. package/skills/customer-success-plan/SKILL.md +7 -0
  692. package/skills/customer-success-plan/references/outcome-contracting.md +24 -0
  693. package/skills/customer-success-plan/templates/success-plan.md +25 -0
  694. package/skills/data-analysis-standard/SKILL.md +7 -0
  695. package/skills/data-analysis-standard/references/analysis-integrity.md +24 -0
  696. package/skills/data-analysis-standard/templates/analysis-writeup.md +26 -0
  697. package/skills/discovery-interview-guide/SKILL.md +7 -0
  698. package/skills/discovery-interview-guide/references/question-craft.md +29 -0
  699. package/skills/discovery-interview-guide/templates/guide-skeleton.md +26 -0
  700. package/skills/excel-model/SKILL.md +14 -0
  701. package/skills/excel-model/scripts/xlsx_tool.py +130 -0
  702. package/skills/executing-plans/SKILL.md +55 -0
  703. package/skills/executive-summary/SKILL.md +7 -0
  704. package/skills/executive-summary/references/compression-craft.md +33 -0
  705. package/skills/executive-summary/templates/summary-frame.md +18 -0
  706. package/skills/feature-prioritisation/SKILL.md +7 -0
  707. package/skills/feature-prioritisation/references/framework-selection.md +26 -0
  708. package/skills/feature-prioritisation/templates/prioritisation-session.md +23 -0
  709. package/skills/frontend-design/SKILL.md +59 -0
  710. package/skills/go-to-market/SKILL.md +7 -0
  711. package/skills/go-to-market/references/messaging-hierarchy.md +21 -0
  712. package/skills/go-to-market/templates/gtm-pack.md +29 -0
  713. package/skills/incremental-implementation/SKILL.md +52 -0
  714. package/skills/interview-me/SKILL.md +58 -0
  715. package/skills/job-story-mapper/SKILL.md +7 -0
  716. package/skills/job-story-mapper/references/situation-mining.md +30 -0
  717. package/skills/job-story-mapper/templates/job-story-canvas.md +27 -0
  718. package/skills/meeting-notes/SKILL.md +7 -0
  719. package/skills/meeting-notes/references/decisions-vs-discussion.md +34 -0
  720. package/skills/meeting-notes/templates/notes-skeleton.md +25 -0
  721. package/skills/metrics-framework/SKILL.md +7 -0
  722. package/skills/metrics-framework/references/metric-tree-craft.md +21 -0
  723. package/skills/metrics-framework/templates/metric-tree.md +23 -0
  724. package/skills/pr-description-writer/SKILL.md +7 -0
  725. package/skills/pr-description-writer/references/reviewer-empathy.md +21 -0
  726. package/skills/pr-description-writer/templates/pr-template.md +21 -0
  727. package/skills/press-release/SKILL.md +7 -0
  728. package/skills/press-release/references/newsworthiness.md +33 -0
  729. package/skills/press-release/templates/release-skeleton.md +22 -0
  730. package/skills/product-health-analysis/SKILL.md +7 -0
  731. package/skills/product-health-analysis/references/signal-vs-noise.md +25 -0
  732. package/skills/product-health-analysis/templates/health-review.md +26 -0
  733. package/skills/product-launch-checklist/SKILL.md +7 -0
  734. package/skills/product-launch-checklist/references/launch-tiering.md +25 -0
  735. package/skills/product-launch-checklist/templates/launch-plan.md +32 -0
  736. package/skills/product-positioning-doc/SKILL.md +7 -0
  737. package/skills/product-positioning-doc/references/category-choice.md +23 -0
  738. package/skills/product-positioning-doc/templates/positioning-canvas.md +28 -0
  739. package/skills/qbr-deck/SKILL.md +7 -0
  740. package/skills/qbr-deck/references/value-narrative.md +22 -0
  741. package/skills/qbr-deck/templates/qbr-outline.md +25 -0
  742. package/skills/renewal-playbook/SKILL.md +7 -0
  743. package/skills/renewal-playbook/references/risk-timeline.md +23 -0
  744. package/skills/renewal-playbook/templates/renewal-plan.md +27 -0
  745. package/skills/retention-analysis/SKILL.md +7 -0
  746. package/skills/retention-analysis/references/curve-reading.md +24 -0
  747. package/skills/retention-analysis/templates/retention-readout.md +27 -0
  748. package/skills/retro-analysis/SKILL.md +7 -0
  749. package/skills/retro-analysis/references/root-cause-vs-symptom.md +34 -0
  750. package/skills/retro-analysis/templates/retro-board.md +30 -0
  751. package/skills/rice-impact-matrix/SKILL.md +7 -0
  752. package/skills/rice-impact-matrix/references/strategic-weighting.md +27 -0
  753. package/skills/rice-impact-matrix/templates/matrix-worksheet.md +26 -0
  754. package/skills/roadmap-narrative/SKILL.md +7 -0
  755. package/skills/roadmap-narrative/references/now-next-later.md +27 -0
  756. package/skills/roadmap-narrative/templates/roadmap-onepager.md +26 -0
  757. package/skills/runbook-writer/SKILL.md +7 -0
  758. package/skills/runbook-writer/references/3am-usability.md +16 -0
  759. package/skills/runbook-writer/templates/runbook.md +32 -0
  760. package/skills/skill-security-auditor/SKILL.md +7 -0
  761. package/skills/skill-security-auditor/references/injection-patterns.md +24 -0
  762. package/skills/skill-security-auditor/templates/audit-report.md +24 -0
  763. package/skills/slide-deck/SKILL.md +10 -0
  764. package/skills/slide-deck/scripts/pptx_tool.py +181 -0
  765. package/skills/sprint-brief/SKILL.md +7 -0
  766. package/skills/sprint-brief/references/goal-writing.md +24 -0
  767. package/skills/sprint-brief/templates/brief-one-pager.md +22 -0
  768. package/skills/sprint-planning/SKILL.md +7 -0
  769. package/skills/sprint-planning/references/capacity-honesty.md +28 -0
  770. package/skills/sprint-planning/templates/planning-worksheet.md +30 -0
  771. package/skills/subagent-orchestration/SKILL.md +53 -0
  772. package/skills/technical-debt-register/SKILL.md +7 -0
  773. package/skills/technical-debt-register/references/debt-pricing.md +28 -0
  774. package/skills/technical-debt-register/templates/debt-entry.md +19 -0
  775. package/skills/technical-spec-template/SKILL.md +7 -0
  776. package/skills/technical-spec-template/references/spec-decisions.md +21 -0
  777. package/skills/technical-spec-template/templates/spec-skeleton.md +34 -0
  778. package/skills/user-interview-synthesis/SKILL.md +7 -0
  779. package/skills/user-interview-synthesis/references/coding-transcripts.md +31 -0
  780. package/skills/user-interview-synthesis/templates/per-session-capture.md +29 -0
  781. package/skills/user-research-synthesis/SKILL.md +7 -0
  782. package/skills/user-research-synthesis/references/theme-validity.md +28 -0
  783. package/skills/user-research-synthesis/templates/synthesis-report.md +29 -0
  784. package/skills/user-story-writer/SKILL.md +7 -0
  785. package/skills/user-story-writer/references/acceptance-criteria-craft.md +28 -0
  786. package/skills/user-story-writer/templates/story-card.md +22 -0
  787. package/skills/verification-before-completion/SKILL.md +47 -0
  788. package/skills/word-document/SKILL.md +18 -0
  789. package/skills/word-document/scripts/docx_tool.py +153 -0
  790. package/skills/writing-great-skills/SKILL.md +7 -0
  791. package/skills/writing-great-skills/references/description-engineering.md +28 -0
  792. package/skills/writing-great-skills/templates/skill-scaffold.md +21 -0
  793. package/skills/writing-plans/SKILL.md +56 -0
  794. package/workflows.json +248 -38
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🧠 PM Skills — 441 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
1
+ # 🧠 PM Skills — 451 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-441-blue)](https://github.com/mohitagw15856/pm-claude-skills)
12
+ [![Skills](https://img.shields.io/badge/skills-451-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-21-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=441+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=451+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
 
@@ -55,12 +55,30 @@
55
55
 
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
+ <details>
59
+ <summary>📚 <b>Documentation map</b> — this README is the trailer; the details live in focused docs</summary>
60
+
61
+ | Topic | Doc |
62
+ |---|---|
63
+ | Install on any tool | [docs/installation.md](docs/installation.md) · [QUICKSTART.md](QUICKSTART.md) · [CHEATSHEET.md](CHEATSHEET.md) |
64
+ | Write / contribute a skill | [SKILL-AUTHORING-STANDARD.md](SKILL-AUTHORING-STANDARD.md) · [CONTRIBUTING.md](CONTRIBUTING.md) · the [`SKILLSPEC`](SKILLSPEC.md) |
65
+ | The full skill listing | [SKILLS.md](SKILLS.md) (auto-generated) · [TIERS.md](TIERS.md) |
66
+ | Chained recipes & orchestration | [WORKFLOWS.md](WORKFLOWS.md) · [ORCHESTRATION.md](ORCHESTRATION.md) |
67
+ | Memory & actions (the Brain) | [BRAIN.md](BRAIN.md) · [BRAIN_QUICKSTART.md](BRAIN_QUICKSTART.md) |
68
+ | Benchmark & evals | [skillbench/](skillbench/) · [evals/](evals/) · [live leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html) |
69
+ | Publish your own skill | [community/](community/) |
70
+ | MCP / REST / A2A / connectors | [mcp-remote/](mcp-remote/) · [connectors/](connectors/) (incl. [MCP pairings](connectors/mcp-pairings.md)) |
71
+ | CI recipes & hooks | [action/](action/) · [hooks/](hooks/) |
72
+ | Ops, URLs & standing decisions | [OPERATIONS.md](OPERATIONS.md) · [ROADMAP.md](ROADMAP.md) |
73
+
74
+ </details>
75
+
58
76
  > **PM stands for Professional, not just Product Management.**
59
- > 441 professional skills + 4 agent templates across 64 bundles covering 25 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
77
+ > 451 professional skills + 4 agent templates across 65 bundles covering 25 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
60
78
 
61
79
  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
80
 
63
- **🆕 v41.0.0 — the modern skills wave:** two new domains — **🤖 [`pm-agentnative`](plugins/pm-agentnative)** (build for non-human users: [`mcp-server-spec`](skills/mcp-server-spec/SKILL.md), [`agent-readiness-audit`](skills/agent-readiness-audit/SKILL.md), [`agent-era-pricing`](skills/agent-era-pricing/SKILL.md), [`human-in-the-loop-design`](skills/human-in-the-loop-design/SKILL.md), [`voice-agent-design`](skills/voice-agent-design/SKILL.md)) and **🧑‍💼 [`pm-aiwork`](plugins/pm-aiwork)** (the questions every manager has this year: [`ai-roi-audit`](skills/ai-roi-audit/SKILL.md), [`role-redesign-for-ai`](skills/role-redesign-for-ai/SKILL.md), [`ai-usage-policy`](skills/ai-usage-policy/SKILL.md), [`ai-assisted-performance-review`](skills/ai-assisted-performance-review/SKILL.md), [`ai-content-audit`](skills/ai-content-audit/SKILL.md)) — plus 5 singles ([`ai-code-review`](skills/ai-code-review/SKILL.md), [`synthetic-user-research`](skills/synthetic-user-research/SKILL.md), [`async-decision-memo`](skills/async-decision-memo/SKILL.md), [`brand-impersonation-response`](skills/brand-impersonation-response/SKILL.md), [`feature-sunset-plan`](skills/feature-sunset-plan/SKILL.md)). Also: 🌠 Galaxy shooting stars + a 🎲 Warp button, 🎓 frameable [certificates](web/export-doc.js) from the arena pages, and 🔌 [MCP pairings](connectors/mcp-pairings.md) — skills that act through your connected servers. *Earlier — v40: [The Firm](https://mohitagw15856.github.io/pm-claude-skills/firm.html). v39 (three waves):* ⚡ *Superpowers:* [SkillBench](skillbench/) (the professional-work benchmark for models) · the [community registry](community/) (npm-for-skills) · the [Interview Gauntlet](https://mohitagw15856.github.io/pm-claude-skills/gauntlet.html) · [CI recipes](action/examples/) + [ambient hooks](hooks/) · Hugging Face [dataset publishing](dataset/) · [localization to 8 languages](i18n/). 🤯 *Breathtaking:* [living artifacts](https://mohitagw15856.github.io/pm-claude-skills/), [Document X-ray](https://mohitagw15856.github.io/pm-claude-skills/xray.html), [The Gym](https://mohitagw15856.github.io/pm-claude-skills/gym.html), [`pm-vision`](plugins/pm-vision), [`style-fingerprint`](skills/style-fingerprint/SKILL.md), [`evidence-lock`](skills/evidence-lock/SKILL.md). ✨ *Revamped:* the playground command bar + Galaxy 2.0 with a guided Sky tour. **441 skills · 64 bundles · 25 professions.** → [CHANGELOG](CHANGELOG.md) · [all releases](https://github.com/mohitagw15856/pm-claude-skills/releases).
81
+ **🆕 v43.0.0 — the local-first & learning wave:** 🗂 connect the [Firm](https://mohitagw15856.github.io/pm-claude-skills/firm.html) & [Boardroom](https://mohitagw15856.github.io/pm-claude-skills/boardroom.html) to a **real folder on disk** (minutes, verdicts & predictions land as markdown Claude Code can read), 🔗 share a whole Boardroom session as a **replay link** (the URL *is* the data — no server), 🪑 swappable **bench presets** (🦈 fundraising / 🏥 healthcare / 🚀 seed-stage) + build-your-own executives + [bench packs in the registry](community/), 🎤 **[The Panel](https://mohitagw15856.github.io/pm-claude-skills/hiring.html)** — YOU interview an AI candidate with a hidden archetype and a coach scores your questioning, 🎓 **[The Academy](https://mohitagw15856.github.io/pm-claude-skills/academy.html)** — 18 anti-pattern drills across 3 tracks with live arena exams (no key needed), 🎁 **[Wrapped](https://mohitagw15856.github.io/pm-claude-skills/wrapped.html)** — your practice as an animated story + share card, 🩺 `npx pm-claude-skills doctor`, 🧬 a blind-judged [evolution loop](scripts/evolve-skills.mjs), and [Teams as a folder convention](docs/TEAMS-DECISION.md). Plus the gap-closing skills wave: **🧭 [`pm-method`](plugins/pm-method)** (8 process-discipline skills: `interview-me`, `brainstorming`, `writing-plans`/`executing-plans`, `verification-before-completion`…), real **Office file production** (stdlib `xlsx`/`docx`/`pptx` tools — no pip installs), and design craft (`frontend-design`, `brand-guidelines`). *Earlier — v42:* depth (`references/` + `templates/`) on all Production-Ready skills, 🔊 Theatre voices, Firm calibration & the CI smoke suite. *Earlier — v41, the modern skills wave:* two new domains — **🤖 [`pm-agentnative`](plugins/pm-agentnative)** (build for non-human users: [`mcp-server-spec`](skills/mcp-server-spec/SKILL.md), [`agent-readiness-audit`](skills/agent-readiness-audit/SKILL.md), [`agent-era-pricing`](skills/agent-era-pricing/SKILL.md), [`human-in-the-loop-design`](skills/human-in-the-loop-design/SKILL.md), [`voice-agent-design`](skills/voice-agent-design/SKILL.md)) and **🧑‍💼 [`pm-aiwork`](plugins/pm-aiwork)** (the questions every manager has this year: [`ai-roi-audit`](skills/ai-roi-audit/SKILL.md), [`role-redesign-for-ai`](skills/role-redesign-for-ai/SKILL.md), [`ai-usage-policy`](skills/ai-usage-policy/SKILL.md), [`ai-assisted-performance-review`](skills/ai-assisted-performance-review/SKILL.md), [`ai-content-audit`](skills/ai-content-audit/SKILL.md)) — plus 5 singles ([`ai-code-review`](skills/ai-code-review/SKILL.md), [`synthetic-user-research`](skills/synthetic-user-research/SKILL.md), [`async-decision-memo`](skills/async-decision-memo/SKILL.md), [`brand-impersonation-response`](skills/brand-impersonation-response/SKILL.md), [`feature-sunset-plan`](skills/feature-sunset-plan/SKILL.md)). Also: 🌠 Galaxy shooting stars + a 🎲 Warp button, 🎓 frameable [certificates](web/export-doc.js) from the arena pages, and 🔌 [MCP pairings](connectors/mcp-pairings.md) — skills that act through your connected servers. *Earlier — v40: [The Firm](https://mohitagw15856.github.io/pm-claude-skills/firm.html). v39 (three waves):* ⚡ *Superpowers:* [SkillBench](skillbench/) (the professional-work benchmark for models) · the [community registry](community/) (npm-for-skills) · the [Interview Gauntlet](https://mohitagw15856.github.io/pm-claude-skills/gauntlet.html) · [CI recipes](action/examples/) + [ambient hooks](hooks/) · Hugging Face [dataset publishing](dataset/) · [localization to 8 languages](i18n/). 🤯 *Breathtaking:* [living artifacts](https://mohitagw15856.github.io/pm-claude-skills/), [Document X-ray](https://mohitagw15856.github.io/pm-claude-skills/xray.html), [The Gym](https://mohitagw15856.github.io/pm-claude-skills/gym.html), [`pm-vision`](plugins/pm-vision), [`style-fingerprint`](skills/style-fingerprint/SKILL.md), [`evidence-lock`](skills/evidence-lock/SKILL.md). ✨ *Revamped:* the playground command bar + Galaxy 2.0 with a guided Sky tour. **451 skills · 65 bundles · 25 professions.** → [CHANGELOG](CHANGELOG.md) · [all releases](https://github.com/mohitagw15856/pm-claude-skills/releases).
64
82
 
65
83
  ### ▶ See it in action — [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
66
84
 
@@ -75,6 +93,8 @@ A community-built library of professional skills for every field — product man
75
93
 
76
94
  ## 🏢 The Firm — don't run tools, employ a staff
77
95
 
96
+ [![The Firm — a live session: staff memos streaming in, the board meeting without you, minutes with dissent preserved](web/docs-assets/firm-demo.gif)](https://mohitagw15856.github.io/pm-claude-skills/firm.html)
97
+
78
98
  Everything below is *pull*: you show up and run something. **[The Firm](https://mohitagw15856.github.io/pm-claude-skills/firm.html)** is *push* — the endgame the whole library was building toward. Charter a standing team once, then convene: your **💰 CFO**, **❤️ Chief Customer Officer**, **🛠️ CTO**, and **🦈 Head of Strategy** (hire 📣 Growth and ⚖️ Counsel too, or excuse anyone) each file a **delta-aware memo** on their beat — what *changed*, never a restatement — ending in a **falsifiable prediction** with a check-by date. Then the staff **hold a boardroom session without you** and send you the minutes: decisions, asks, **dissent preserved**. As reality lands, score the predictions — and each staff member's card shows a live **calibration record**. You can performance-review your AI staff.
79
99
 
80
100
  In Claude Code, [`/firm`](commands/firm.md) runs the same session natively — grounded in your `FIRM.md`, [Brain](BRAIN.md), and git log, minutes saved to `firm-minutes/`, predictions to the Brain's ledger. **[Convene the Firm →](https://mohitagw15856.github.io/pm-claude-skills/firm.html)**
@@ -114,7 +134,7 @@ In Claude Code, [`/firm`](commands/firm.md) runs the same session natively — g
114
134
  <tr>
115
135
  <td width="50%">
116
136
  <a href="https://mohitagw15856.github.io/pm-claude-skills/"><img src="web/docs-assets/showcase/cmdbar.png" alt="The command bar — describe your task in plain words and get matched to the right skill instantly" /></a>
117
- <b>🪄 <a href="https://mohitagw15856.github.io/pm-claude-skills/">The command bar</a></b> — don't browse 441 cards; just say it: <i>"a blameless postmortem for Friday's outage"</i> → the top three skills, instantly, locally, before you've even entered a key. Enter opens the best match.
137
+ <b>🪄 <a href="https://mohitagw15856.github.io/pm-claude-skills/">The command bar</a></b> — don't browse 451 cards; just say it: <i>"a blameless postmortem for Friday's outage"</i> → the top three skills, instantly, locally, before you've even entered a key. Enter opens the best match.
118
138
  </td>
119
139
  <td width="50%">
120
140
  <a href="https://mohitagw15856.github.io/pm-claude-skills/galaxy.html"><img src="web/docs-assets/showcase/galaxy.png" alt="Skill Galaxy — the library as a living star map with a guided sky tour" /></a>
@@ -141,7 +161,7 @@ In Claude Code, [`/firm`](commands/firm.md) runs the same session natively — g
141
161
  | 🔭 [Competitor Teardown](skills/competitor-teardown) | "what are rivals up to?" | a positioning map, feature gaps & strategy |
142
162
  | 📝 [Meeting Notes](skills/meeting-notes) | a raw transcript | decisions, owners & next steps |
143
163
 
144
- → 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 441 skills](#️-all-441-skills) · [**⭐ star the repo**](https://github.com/mohitagw15856/pm-claude-skills/stargazers) so others find it.
164
+ → 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 451 skills](#️-all-451-skills) · [**⭐ star the repo**](https://github.com/mohitagw15856/pm-claude-skills/stargazers) so others find it.
145
165
 
146
166
  ---
147
167
 
@@ -164,24 +184,24 @@ It's not just text — the playground exports every result as a **professionally
164
184
  </tr>
165
185
  </table>
166
186
 
167
- > 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-441-skills) bundle (résumé, cover letter, bio, LinkedIn, portfolio, one-pager).
187
+ > 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-451-skills) bundle (résumé, cover letter, bio, LinkedIn, portfolio, one-pager).
168
188
 
169
189
  ---
170
190
 
171
- ## 📄 One-page cheatsheet
191
+ ## 📄 The shareable cheatsheet
172
192
 
173
193
  <details>
174
194
  <summary>Read more ↓</summary>
175
195
 
176
- The whole library on one pageinstall, all 441 skills by profession, the Professional Brain, the REST API, integrations, and quality tooling. Great to **print, share, or drop into a slide**.
196
+ The whole repo on one posterthe 60-second start path, the six things no other skills library does (Boardroom, Firm, Gauntlet, X-ray, living artifacts, the Gym), install one-liners for every tool, and the infrastructure story. Built to **print, share, or drop into a slide** — with one link to start.
177
197
 
178
198
  <p align="center">
179
- <a href="CHEATSHEET.md">
180
- <img src="web/docs-assets/cheatsheet.png" width="80%" alt="PM Skills one-page cheatsheet — 441 skills, the Professional Brain, REST API, integrations, and tooling at a glance." />
199
+ <a href="https://mohitagw15856.github.io/pm-claude-skills/cheatsheet.html">
200
+ <img src="web/docs-assets/cheatsheet.png" width="80%" alt="PM Skills cheatsheet — one link to start, the six standout features, install paths for every tool, and the infrastructure story on one poster." />
181
201
  </a>
182
202
  </p>
183
203
 
184
- **[📥 Markdown](CHEATSHEET.md)** · **[🖼️ PNG](web/docs-assets/cheatsheet.png)** · **[📄 PDF](web/docs-assets/cheatsheet.pdf)** regenerate the image/PDF with `node web/docs-assets/shoot.mjs` (`PAGES=cheatsheet`).
204
+ **[📥 Markdown](CHEATSHEET.md)** · **[🖼️ Download PNG](https://mohitagw15856.github.io/pm-claude-skills/docs-assets/cheatsheet.png)** · **[📄 Download PDF](https://mohitagw15856.github.io/pm-claude-skills/docs-assets/cheatsheet.pdf)** · **[🌐 Live poster](https://mohitagw15856.github.io/pm-claude-skills/cheatsheet.html)** — regenerate with `PAGES=cheatsheet node web/docs-assets/shoot.mjs`.
185
205
 
186
206
  > 📖 **Want the full walkthrough?** The **[Practical Guide](web/guide.html)** is a 15-page,
187
207
  > example-driven manual — install → your first skill → worked examples (PRD, exec update, RICE,
@@ -208,7 +228,7 @@ Generic AI forgets everything between sessions, so you re-paste context forever
208
228
  <details>
209
229
  <summary>Read more ↓</summary>
210
230
 
211
- These 441 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:
231
+ These 451 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:
212
232
 
213
233
  ```mermaid
214
234
  flowchart LR
@@ -227,7 +247,7 @@ flowchart LR
227
247
  | **📊 Measure** | Track outcomes & analyse | `metrics-framework` · `cohort-analysis` · `ab-test-planner` · `churn-analysis` |
228
248
  | **📣 Communicate** | Report up and out | `executive-update` · `board-deck-narrative` · `stakeholder-update` · `qbr-deck` |
229
249
 
230
- > New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 441 skills**](#️-all-441-skills) grouped by profession.
250
+ > New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 451 skills**](#️-all-451-skills) grouped by profession.
231
251
 
232
252
  </details>
233
253
 
@@ -280,7 +300,9 @@ Paste a PRD, launch plan, investor pitch, or strategy memo. A bench of five AI e
280
300
 
281
301
  Seat or excuse executives, set the grill level (🤝 constructive → 🔥 brutal), and download the decision memo. Runs entirely in your browser with your own key — same as the playground. **[Convene the board →](https://mohitagw15856.github.io/pm-claude-skills/boardroom.html)**
282
302
 
283
- It anchors a whole **pressure-test suite**:
303
+ [![The Boardroom a live session: severity-tagged openings streaming, cross-examination, the Chair's verdict](web/docs-assets/boardroom-demo.gif)](https://mohitagw15856.github.io/pm-claude-skills/boardroom.html)
304
+
305
+ It anchors a whole **pressure-test suite** — and with 🔊 **Theatre mode** the executives now *speak their turns aloud* in distinct voices, while 🎙 lets you answer the Defense and the Gauntlet's interviewer out loud (browser speech, zero API):
284
306
 
285
307
  - **🔏 Attestations** — every verdict exports as a tamper-evident record (SHA-256 of the exact text + session facts + verdict). Anyone can check it at **[verify.html](https://mohitagw15856.github.io/pm-claude-skills/verify.html)**: paste the document and the attestation, and a single changed character fails the match. As AI-drafted documents flood teams, *"was this ever pressure-tested?"* becomes checkable.
286
308
  - **🛡️ [The Defense](https://mohitagw15856.github.io/pm-claude-skills/defend.html)** — the Boardroom reviews the *document*; this reviews **you**. The executives cross-examine you live, one question at a time; you answer; a neutral Chair scores your defense (command of the facts, evidence over assertion, honesty about unknowns, composure) and tells you exactly what to prepare before the real meeting. Saying "I don't know" honestly scores better than bluffing.
@@ -313,6 +335,20 @@ The most requested arc, as one experience: **[the Gauntlet](https://mohitagw1585
313
335
 
314
336
  ---
315
337
 
338
+ ### 🎤 The Panel — you're the interviewer now
339
+
340
+ The Gauntlet trains you to *be* interviewed; **[the Panel](https://mohitagw15856.github.io/pm-claude-skills/hiring.html)** trains the harder, rarer skill: telling a great candidate from a great talker. The AI plays a candidate with a **hidden archetype** — genuinely strong, polished-but-evasive, or a confident bluffer whose stories wobble under a second follow-up. You ask the questions, you write the hire/no-hire recommendation *before* the reveal, and a hiring coach scores **your** technique: evidence-pinning, follow-up discipline, and the tells you caught or missed.
341
+
342
+ ### 🎓 The Academy & 🎁 Wrapped — learn it, then see your story
343
+
344
+ **[The Academy](https://mohitagw15856.github.io/pm-claude-skills/academy.html)** turns the library's own Anti-Patterns into three learning tracks (🎯 executive communication, 🔬 discovery & evidence, ⚙️ work discipline) — 18 spot-the-flaw drills with explanations that quote the exact skill rule, **no API key needed**, each track examined live in an arena, certificate on graduation. And **[Wrapped](https://mohitagw15856.github.io/pm-claude-skills/wrapped.html)** plays your practice back as an animated story from purely local data — personal bests, imposters caught, prediction calibration, your earned persona title — with a canvas share card. Nothing leaves the machine.
345
+
346
+ ### 🗂 Local-first, all the way down
347
+
348
+ Connect the Firm or the Boardroom to a **real folder on disk** (the 🗂 chip, Chromium): minutes, verdicts, transcripts, and predictions land as markdown files — point Claude Code at the same folder and the web arenas and the CLI become one product. Share a whole Boardroom session as a **replay link** where the URL fragment *is* the data (gzip, no server). Swap the Boardroom's bench for the 🦈 fundraising, 🏥 healthcare, or 🚀 seed-stage preset — or build your own executive, or publish a [bench pack](community/) for others. Teams? **[A folder convention, not a backend](docs/TEAMS-DECISION.md)** — a shared git repo of `brain/` + `firm-minutes/` + `boardroom/` is auth, audit, review, and sync we never have to build. Run `npx pm-claude-skills doctor` for a read-only checkup of your whole setup, ℞ included.
349
+
350
+ ---
351
+
316
352
  ## 🧠 Skill Memory — set your context once, every skill uses it
317
353
 
318
354
  <details>
@@ -393,7 +429,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
393
429
 
394
430
  | | **PM Skills** | Typical skill repo |
395
431
  |---|:---:|:---:|
396
- | Skills | **441**, across 25 professions | a handful → dozens, usually one domain |
432
+ | Skills | **451**, across 25 professions | a handful → dozens, usually one domain |
397
433
  | Quality | **eval-scored** on a rubric + a public [benchmark](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html) | trust the README |
398
434
  | Improves itself | ✅ eval → critique → rewrite (kept only if it scores higher) | ✗ |
399
435
  | Grounded in frameworks | ✅ each cites its source (RICE, JTBD, Pyramid Principle…) | rarely |
@@ -418,13 +454,13 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
418
454
  >
419
455
  > ⚠️ **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.
420
456
 
421
- **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 441 interactively:
457
+ **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 451 interactively:
422
458
 
423
459
  ```bash
424
460
  npx skills add mohitagw15856/pm-claude-skills # browse & pick (auto-detects your agent)
425
461
  npx skills add mohitagw15856/pm-claude-skills --list # just preview the catalog
426
462
  npx skills add mohitagw15856/pm-claude-skills --skill prd-template # grab one
427
- npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 441
463
+ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 451
428
464
  ```
429
465
 
430
466
  **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:
@@ -433,7 +469,7 @@ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install a
433
469
  npx pm-claude-skills add --agent claude # or: codex · cursor · hermes · openclaw
434
470
  ```
435
471
 
436
- **Or one-line MCP** — make all 441 skills + 5 workflow recipes available in *every* session of any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf), no per-file install:
472
+ **Or one-line MCP** — make all 451 skills + 5 workflow recipes available in *every* session of any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf), no per-file install:
437
473
 
438
474
  ```bash
439
475
  claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
@@ -494,7 +530,7 @@ ln -s ~/pm-claude-skills/skills/* ~/.claude/skills/
494
530
  <details>
495
531
  <summary>Read more ↓</summary>
496
532
 
497
- The same 441 skills reach you through every channel — pick whatever fits your stack:
533
+ The same 451 skills reach you through every channel — pick whatever fits your stack:
498
534
 
499
535
  | Channel | Get it |
500
536
  |---|---|
@@ -511,7 +547,7 @@ The same 441 skills reach you through every channel — pick whatever fits your
511
547
  | 🖥️ **IDE rules** | Generated exports for **Cursor, Windsurf, Aider, Cline, Continue, Zed, Roo, Kilo Code** — [`exports/`](exports/) |
512
548
  | 🤖 **Agents & answer engines** | [`llms.txt`](https://mohitagw15856.github.io/pm-claude-skills/llms.txt) makes the whole library discoverable & citable |
513
549
 
514
- > **208 of 441 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
550
+ > **208 of 451 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
515
551
 
516
552
  > 🧠 **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)**.
517
553
 
@@ -533,7 +569,7 @@ There are two kinds of support. **Native `SKILL.md` agents** read the file as-is
533
569
  auto-discover skills from the `description` frontmatter. **Other tools** take the markdown
534
570
  body as a system prompt — for those we ship ready-made [exports](#ready-to-use-exports).
535
571
 
536
- **In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 441 skills into the Command Palette — search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
572
+ **In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 451 skills into the Command Palette — search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
537
573
 
538
574
  | Platform | How it works | Auto-trigger? |
539
575
  |---|---|---|
@@ -695,7 +731,7 @@ ANTHROPIC_API_KEY=sk-ant-… npx pm-claude-skills generate --from ./team-process
695
731
 
696
732
  **🏆 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)**
697
733
 
698
- > **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 441 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.
734
+ > **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 451 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.
699
735
 
700
736
  </details>
701
737
 
@@ -791,7 +827,7 @@ Not sure which plugin to install? Here's what each one covers:
791
827
 
792
828
  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.
793
829
 
794
- This library is the largest open-source collection of professional skills available — covering 20 professions beyond financial services. **The 441 skills here are the building blocks for agent templates outside of finance.**
830
+ This library is the largest open-source collection of professional skills available — covering 20 professions beyond financial services. **The 451 skills here are the building blocks for agent templates outside of finance.**
795
831
 
796
832
  ### What is an agent template?
797
833
 
@@ -871,7 +907,7 @@ More templates will follow. If you want to contribute one, see the [template con
871
907
  <details>
872
908
  <summary>Read more ↓</summary>
873
909
 
874
- **Latest: v41.0.0 — the modern skills wave:** [`pm-agentnative`](plugins/pm-agentnative) + [`pm-aiwork`](plugins/pm-aiwork) (15 skills for the agent era), Galaxy cosmic events, 🎓 certificates & [MCP pairings](connectors/mcp-pairings.md) · *v40: [The Firm](https://mohitagw15856.github.io/pm-claude-skills/firm.html) · v39, three waves:* [SkillBench](skillbench/), the [community registry](community/), the [Interview Gauntlet](https://mohitagw15856.github.io/pm-claude-skills/gauntlet.html), [living artifacts](https://mohitagw15856.github.io/pm-claude-skills/), [Document X-ray](https://mohitagw15856.github.io/pm-claude-skills/xray.html), [The Gym](https://mohitagw15856.github.io/pm-claude-skills/gym.html), pm-vision, i18n, HF publishing, CI recipes & the Galaxy Sky tour. 441 skills across 64 bundles, 25 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
910
+ **Latest: v43.0.0 — the local-first & learning wave: the workspace bridge to a real folder, Boardroom replay links & bench packs, The Panel (you're the interviewer), The Academy, Wrapped, `doctor`, the evolution loop, plus `pm-method` + real Office-file production (451 skills, 65 bundles)** · *v42:* depth on all Production-Ready skills, arena voices, Firm calibration & the web-tests safety net · *v41, modern skills:* [`pm-agentnative`](plugins/pm-agentnative) + [`pm-aiwork`](plugins/pm-aiwork) (15 skills for the agent era), Galaxy cosmic events, 🎓 certificates & [MCP pairings](connectors/mcp-pairings.md) · *v40: [The Firm](https://mohitagw15856.github.io/pm-claude-skills/firm.html) · v39, three waves:* [SkillBench](skillbench/), the [community registry](community/), the [Interview Gauntlet](https://mohitagw15856.github.io/pm-claude-skills/gauntlet.html), [living artifacts](https://mohitagw15856.github.io/pm-claude-skills/), [Document X-ray](https://mohitagw15856.github.io/pm-claude-skills/xray.html), [The Gym](https://mohitagw15856.github.io/pm-claude-skills/gym.html), pm-vision, i18n, HF publishing, CI recipes & the Galaxy Sky tour. 451 skills across 65 bundles, 25 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
875
911
 
876
912
  Full [Keep a Changelog](https://keepachangelog.com/)-format history — every release back to the start — is in **[CHANGELOG.md](CHANGELOG.md)**.
877
913
 
@@ -901,7 +937,7 @@ This repo was built alongside a published 16-part article series on Medium.
901
937
  | Part 8 | I Added 20 New Claude Skills Beyond Product Management | [Read →](https://medium.com/product-powerhouse/i-built-20-new-claude-skills-for-every-profession-heres-the-full-library-50278e00bf72) |
902
938
  | Part 9 | 80 Claude Skills for Every Profession — Lawyers, Doctors, Finance, HR, Sales and More | [Read →](https://medium.com/@mohit15856/80-claude-skills-for-every-profession-lawyers-doctors-finance-hr-sales-and-more-3dfde9ec0033) |
903
939
  | Part 10 | A Day in the Life With 80 Claude Skills | [Read →](https://medium.com/@mohit15856/a-day-in-the-life-with-80-claude-skills-what-actually-gets-triggered-7caf9f5c159e) |
904
- | Part 11 | 10 Figma Claude Skills for PMs and Designers | [Read →](https://medium.com/@mohit15856/10-figma-claude-skills-for-pms-and-designers-the-complete-figma-toolkit-784441d07a78)|
940
+ | Part 11 | 10 Figma Claude Skills for PMs and Designers | [Read →](https://medium.com/@mohit15856/10-figma-claude-skills-for-pms-and-designers-the-complete-figma-toolkit-784451d07a78)|
905
941
  | Part 12 | I Built the Same Skills Library for ChatGPT — Here's What's Different | [Read →](https://medium.com/product-powerhouse/i-built-the-same-skills-library-for-chatgpt-heres-what-s-different-a9305f9c20b9) |
906
942
  | Part 13 | I Re-Tested My 90 Claude Skills on Opus 4.7 — Here's What Got Better | [Read →](https://medium.com/all-about-claude/i-re-tested-my-90-claude-skills-on-opus-4-7-heres-what-actually-got-better-dd4b9369329e)|
907
943
  | Part 14 | I Rebuilt All 93 Skills and Added 7 More: What 100 Skills Taught Me About What Makes a Great Skill | [Read →](https://medium.com/product-powerhouse/a-pull-request-made-me-rebuild-all-93-of-my-claude-skills-then-i-added-7-more-16d5fe3e7f85) |
@@ -919,7 +955,7 @@ This repo was built alongside a published 16-part article series on Medium.
919
955
  <details>
920
956
  <summary>Read more ↓</summary>
921
957
 
922
- A 441-skill library doesn't have 441 equally-mature skills, and pretending otherwise
958
+ A 451-skill library doesn't have 451 equally-mature skills, and pretending otherwise
923
959
  wastes your time. Skills are tiered honestly so you can start with the best work:
924
960
 
925
961
  - 🟢 **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.**
@@ -934,7 +970,7 @@ If you're new, install `pm-essentials` and try a couple of Production-Ready skil
934
970
 
935
971
  ---
936
972
 
937
- ## 🗂️ All 441 Skills
973
+ ## 🗂️ All 451 Skills
938
974
 
939
975
  <details>
940
976
  <summary>Read more ↓</summary>
@@ -982,7 +1018,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
982
1018
  <details>
983
1019
  <summary>Read more ↓</summary>
984
1020
 
985
- Building and maintaining 441 skills across 64 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
1021
+ Building and maintaining 451 skills across 65 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
986
1022
 
987
1023
  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)).
988
1024
 
@@ -1014,7 +1050,7 @@ pull request**, and once it's merged you earn a badge to show off in your own re
1014
1050
  ```
1015
1051
 
1016
1052
  Community listings live in their authors' own repos and are **community-maintained — not
1017
- eval-scored or security-audited** (that's the [curated library](#️-all-441-skills) above). Want
1053
+ eval-scored or security-audited** (that's the [curated library](#️-all-451-skills) above). Want
1018
1054
  your skill *in* the curated library instead? See **Contributing** below.
1019
1055
 
1020
1056
  ---
@@ -1244,7 +1280,7 @@ Stars unlock the next wave of skills and features. We've hit every milestone so
1244
1280
  | 1,000 ⭐ | Startup Founder kit — *delivered, and then some: the Founders **and** Educators bundles + a browser extension for ChatGPT/Claude.ai/Gemini* | ✅ Shipped (v24.0.0) |
1245
1281
  | **2,000 ⭐** | 2 community-voted profession bundles + the browser & VS Code extensions published to their stores | 🔓 **Current goal** |
1246
1282
  | 3,500 ⭐ | Community **skill packs** (curated role/industry bundles) + internationalised skill descriptions | 🔒 Locked |
1247
- | 5,000 ⭐ | Public **contributor leaderboard** + the push to 441 skills | 🔒 Locked |
1283
+ | 5,000 ⭐ | Public **contributor leaderboard** + the push to 451 skills | 🔒 Locked |
1248
1284
 
1249
1285
  **[⭐ Star this repo to unlock the next milestone →](https://github.com/mohitagw15856/pm-claude-skills)** — we're at **2,000⭐** next.
1250
1286
 
package/bin/cli.mjs CHANGED
@@ -246,6 +246,7 @@ Usage:
246
246
  npx pm-claude-skills add --agent <claude|hermes|codex|openclaw|cursor|windsurf|aider> [--target <path>] [--link] [--dry-run]
247
247
  npx pm-claude-skills run <skill> [--text "…" | --input <file>] [--model <m>] [--out <file>]
248
248
  npx pm-claude-skills search [query…] [--json] [--limit <n>]
249
+ npx pm-claude-skills doctor # checkup: what's installed, what's stale, what to fix (read-only)
249
250
  npx pm-claude-skills list
250
251
  npx pm-claude-skills --version
251
252
 
@@ -272,6 +273,11 @@ else if (!cmd || cmd === 'help' || (opts.help && cmd !== 'run' && cmd !== 'gener
272
273
  else if (cmd === 'list') list();
273
274
  else if (cmd === 'search') search(opts);
274
275
  else if (cmd === 'add') add(opts);
276
+ else if (cmd === 'doctor') {
277
+ const { run } = await import('./doctor.mjs');
278
+ try { process.exit(await run()); }
279
+ catch (e) { console.error(`Error: ${e.message}`); process.exit(1); }
280
+ }
275
281
  else if (cmd === 'run') {
276
282
  const { run } = await import('./run.mjs');
277
283
  try { process.exit(await run(process.argv.slice(3))); }
package/bin/doctor.mjs ADDED
@@ -0,0 +1,151 @@
1
+ // pm-claude-skills doctor — a read-only checkup of your local setup.
2
+ // Audits what's installed (skills per agent, Claude extras, hooks, MCP, brain),
3
+ // compares installed skills against the bundled versions, and prescribes the
4
+ // top 3 fixes. Touches nothing; needs no network and no API key.
5
+ import { readdirSync, existsSync, readFileSync, statSync } from 'node:fs';
6
+ import { join, dirname } from 'node:path';
7
+ import { fileURLToPath } from 'node:url';
8
+ import { homedir } from 'node:os';
9
+
10
+ const PKG_ROOT = dirname(dirname(fileURLToPath(import.meta.url)));
11
+ const HOME = homedir();
12
+ const ok = (s) => ` \x1b[32m✔\x1b[0m ${s}`;
13
+ const warn = (s) => ` \x1b[33m▲\x1b[0m ${s}`;
14
+ const bad = (s) => ` \x1b[31m✘\x1b[0m ${s}`;
15
+ const dim = (s) => `\x1b[2m${s}\x1b[0m`;
16
+
17
+ const AGENT_DIRS = {
18
+ claude: join(HOME, '.claude', 'skills'),
19
+ hermes: join(HOME, '.hermes', 'skills'),
20
+ codex: join(HOME, '.codex', 'skills'),
21
+ openclaw: join(HOME, '.openclaw', 'skills'),
22
+ };
23
+
24
+ function bundledSkills() {
25
+ const dir = join(PKG_ROOT, 'skills');
26
+ if (!existsSync(dir)) return new Map();
27
+ const out = new Map();
28
+ for (const e of readdirSync(dir)) {
29
+ const p = join(dir, e, 'SKILL.md');
30
+ if (existsSync(p)) out.set(e, readFileSync(p, 'utf8'));
31
+ }
32
+ return out;
33
+ }
34
+
35
+ function auditAgent(name, dir, bundled) {
36
+ if (!existsSync(dir)) return null;
37
+ let installed = 0, ours = 0, stale = 0;
38
+ for (const e of readdirSync(dir)) {
39
+ const p = join(dir, e, 'SKILL.md');
40
+ try { if (!statSync(join(dir, e)).isDirectory() || !existsSync(p)) continue; } catch { continue; }
41
+ installed++;
42
+ if (!bundled.has(e)) continue;
43
+ ours++;
44
+ if (readFileSync(p, 'utf8') !== bundled.get(e)) stale++;
45
+ }
46
+ return { installed, ours, stale };
47
+ }
48
+
49
+ function readJson(p) { try { return JSON.parse(readFileSync(p, 'utf8')); } catch { return null; } }
50
+
51
+ export async function run() {
52
+ const bundled = bundledSkills();
53
+ const lines = [];
54
+ const rx = []; // prescriptions: [severity 0=critical 1=important 2=nice, text]
55
+
56
+ lines.push(`\x1b[1m🩺 pm-skills doctor\x1b[0m ${dim(`— read-only checkup · library has ${bundled.size} skills`)}\n`);
57
+
58
+ // ── 1. Skills installed per agent ─────────────────────────────────────────
59
+ lines.push('\x1b[1mSkills\x1b[0m');
60
+ let anyAgent = false;
61
+ for (const [agent, dir] of Object.entries(AGENT_DIRS)) {
62
+ const a = auditAgent(agent, dir, bundled);
63
+ if (!a || !a.ours) continue;
64
+ anyAgent = true;
65
+ if (a.stale) {
66
+ lines.push(warn(`${agent}: ${a.ours} library skills in ${dir} — ${a.stale} differ from this version (stale or locally edited)`));
67
+ rx.push([1, `Refresh stale skills: \x1b[1mnpx pm-claude-skills add --agent ${agent}\x1b[0m (${a.stale} installed skills differ from the current library)`]);
68
+ } else {
69
+ lines.push(ok(`${agent}: ${a.ours} library skills installed, all current ${dim(`(${dir})`)}`));
70
+ }
71
+ if (a.ours < bundled.size) {
72
+ lines.push(warn(`${agent}: ${bundled.size - a.ours} library skills not installed`));
73
+ }
74
+ }
75
+ if (!anyAgent) {
76
+ lines.push(bad('No skills installed for any supported agent (claude, hermes, codex, openclaw)'));
77
+ rx.push([0, 'Install the library: \x1b[1mnpx pm-claude-skills add --agent claude\x1b[0m — skills, subagents, and slash commands in one command']);
78
+ }
79
+
80
+ // ── 2. Claude Code extras: subagents, commands, output-styles ─────────────
81
+ lines.push('\n\x1b[1mClaude Code extras\x1b[0m');
82
+ const claudeRoot = join(HOME, '.claude');
83
+ if (!existsSync(claudeRoot)) {
84
+ lines.push(warn('~/.claude not found — Claude Code not set up on this machine (skip if you use another agent)'));
85
+ } else {
86
+ for (const [kind, label] of [['agents', 'subagents'], ['commands', 'slash commands'], ['output-styles', 'output styles']]) {
87
+ const srcDir = join(PKG_ROOT, kind);
88
+ if (!existsSync(srcDir)) continue;
89
+ const want = readdirSync(srcDir).filter((f) => f.endsWith('.md') && f !== 'README.md');
90
+ const destDir = join(claudeRoot, kind);
91
+ const have = want.filter((f) => existsSync(join(destDir, f)));
92
+ if (have.length === want.length) lines.push(ok(`${label}: ${have.length}/${want.length} installed`));
93
+ else {
94
+ lines.push(warn(`${label}: ${have.length}/${want.length} installed`));
95
+ if (kind === 'agents') rx.push([2, 'Missing subagents (pm-partner, sprint-master…): \x1b[1mnpx pm-claude-skills add --agent claude\x1b[0m installs them alongside the skills']);
96
+ }
97
+ }
98
+ // Hooks — look for our hook scripts referenced anywhere in settings.json.
99
+ const settings = readJson(join(claudeRoot, 'settings.json'));
100
+ const hookNames = existsSync(join(PKG_ROOT, 'hooks')) ? readdirSync(join(PKG_ROOT, 'hooks')).filter((f) => f.endsWith('.sh')) : [];
101
+ const settingsTxt = settings ? JSON.stringify(settings) : '';
102
+ const wired = hookNames.filter((h) => settingsTxt.includes(h));
103
+ if (wired.length) lines.push(ok(`hooks: ${wired.length} pm-skills hooks wired in settings.json (${wired.join(', ')})`));
104
+ else if (hookNames.length) {
105
+ lines.push(warn(`hooks: none of the ${hookNames.length} pm-skills hooks are wired (session-brief, suggest-skill, doc-quality-gate…)`));
106
+ rx.push([2, 'Wire a hook: copy from hooks/settings.example.json in the repo — session-brief.sh alone makes every session open with your brain\'s context']);
107
+ }
108
+ }
109
+
110
+ // ── 3. MCP ─────────────────────────────────────────────────────────────────
111
+ lines.push('\n\x1b[1mMCP\x1b[0m');
112
+ const claudeJson = readJson(join(HOME, '.claude.json'));
113
+ const mcpTxt = JSON.stringify(claudeJson?.mcpServers || {}) + JSON.stringify(
114
+ Object.fromEntries(Object.entries(claudeJson?.projects || {}).map(([k, v]) => [k, v?.mcpServers || {}])));
115
+ if (/pm-skills|pm-claude-skills/.test(mcpTxt)) lines.push(ok('pm-skills MCP server registered with Claude Code'));
116
+ else {
117
+ lines.push(warn('pm-skills MCP server not registered — agents can\'t search/fetch skills on demand'));
118
+ rx.push([1, 'Register the MCP server: \x1b[1mclaude mcp add pm-skills -- npx -y pm-claude-skills-mcp\x1b[0m (or use the hosted URL from the README in any MCP client)']);
119
+ }
120
+
121
+ // ── 4. The brain & workspace (current directory) ──────────────────────────
122
+ lines.push(`\n\x1b[1mThis directory\x1b[0m ${dim(process.cwd())}`);
123
+ const brainDir = join(process.cwd(), 'brain');
124
+ if (existsSync(brainDir)) {
125
+ const files = readdirSync(brainDir).filter((f) => f.endsWith('.md'));
126
+ const preds = existsSync(join(brainDir, 'predictions')) ? readdirSync(join(brainDir, 'predictions')).length : 0;
127
+ lines.push(ok(`brain/: ${files.length} memory file(s)${preds ? `, ${preds} prediction(s)` : ''}`));
128
+ } else {
129
+ lines.push(dim(' · no brain/ here — skills run without durable memory in this project (fine for one-offs)'));
130
+ }
131
+ for (const d of ['firm-minutes', 'boardroom']) {
132
+ if (existsSync(join(process.cwd(), d))) lines.push(ok(`${d}/: web-arena artifacts land here (workspace bridge connected at some point)`));
133
+ }
134
+
135
+ // ── 5. Environment ─────────────────────────────────────────────────────────
136
+ lines.push('\n\x1b[1mEnvironment\x1b[0m');
137
+ const major = parseInt(process.versions.node, 10);
138
+ if (major >= 18) lines.push(ok(`node ${process.versions.node}`));
139
+ else { lines.push(bad(`node ${process.versions.node} — the CLI needs ≥18 (built-in fetch)`)); rx.push([0, 'Upgrade Node to ≥18 — `run`, `generate`, and the MCP server all need built-in fetch']); }
140
+ if (process.env.ANTHROPIC_API_KEY) lines.push(ok('ANTHROPIC_API_KEY set — `run` and `generate` will work'));
141
+ else lines.push(dim(' · ANTHROPIC_API_KEY not set — install/search/doctor work; `run` and `generate` won\'t (only needed for those)'));
142
+
143
+ // ── Prescription ───────────────────────────────────────────────────────────
144
+ rx.sort((a, b) => a[0] - b[0]);
145
+ lines.push('\n\x1b[1m℞ Prescription\x1b[0m');
146
+ if (!rx.length) lines.push(ok('Nothing to fix — this setup is in fighting shape. Go use it: https://mohitagw15856.github.io/pm-claude-skills/'));
147
+ else rx.slice(0, 3).forEach(([sev, t], i) => lines.push(` ${i + 1}. ${sev === 0 ? '\x1b[31m' : sev === 1 ? '\x1b[33m' : ''}${t}\x1b[0m`));
148
+
149
+ console.log(lines.join('\n'));
150
+ return rx.some(([s]) => s === 0) ? 1 : 0;
151
+ }
@@ -0,0 +1,17 @@
1
+ ---
2
+ description: Workflow recipe — the org-side AI adoption arc, policy to proof, by chaining 4 skills.
3
+ argument-hint: [the org: size, industry, what AI tools are in use (officially and not), what's worrying leadership]
4
+ ---
5
+
6
+ Run the **Adopt AI Properly** workflow recipe for: $ARGUMENTS
7
+
8
+ This is a *chain* of skills. Run each stage in order and **carry every stage's output forward as context** for the next. Open with a one-line plan of the 4 stages, then ask once for essential missing inputs (regulatory exposure, current tool spend, which roles AI has changed most, the review framework in use). Don't re-ask between stages.
9
+
10
+ Run each stage under a clear `## Stage N — <name>` heading:
11
+
12
+ 1. **Set the rules** — apply the `ai-usage-policy` skill: the one-page policy with the data traffic-light (grounded in this org's real data classes), approved tools, disclosure lines, and the decision log for counsel.
13
+ 2. **Redesign the roles** — apply the `role-redesign-for-ai` skill to the role(s) AI changed most: the before/after task inventory with verification counted as work, capacity deliberately reallocated, and the junior-ladder answer — consistent with the policy from stage 1.
14
+ 3. **Fix the reviews** — apply the `ai-assisted-performance-review` skill: criteria that measure judgment, verification, outcomes, and leverage; calibration rules for uneven adoption; the three hard-case scripts — aligned to the charters from stage 2.
15
+ 4. **Prove what paid** — apply the `ai-roi-audit` skill across the tool spend: per-tool verdicts with the measurement method behind each number, the hidden-cost ledger, and baseline plans for the unknowns.
16
+
17
+ Close with a **leadership one-pager**: the policy headline, the role changes, the new review frame, and the renewal decisions — the packet that turns "we should figure out AI" into four signed-off documents.
@@ -0,0 +1,17 @@
1
+ ---
2
+ description: Workflow recipe — make your product agent-usable by chaining 4 skills, spec to pricing.
3
+ argument-hint: [the product and its API/capabilities, plus what agents will be asked to do]
4
+ ---
5
+
6
+ Run the **Ship an MCP Server** workflow recipe for: $ARGUMENTS
7
+
8
+ This is a *chain* of skills. Run each stage in order and **carry every stage's output forward as context** for the next. Open with a one-line plan of the 4 stages, then ask once for any essential missing inputs (the product's top user jobs, the existing API surface, the riskiest actions, current pricing model). Don't re-ask between stages.
9
+
10
+ Run each stage under a clear `## Stage N — <name>` heading:
11
+
12
+ 1. **Spec the server** — apply the `mcp-server-spec` skill: a task-shaped toolset (3-10 tools, never an API mirror), auth model, gated actions, the never-exposed list, and the agent test plan.
13
+ 2. **Audit readiness** — apply the `agent-readiness-audit` skill across all six surfaces (discovery, docs, API/auth, errors, onboarding, guardrails), quoting the failing artifacts; feed the spec from stage 1 so the audit checks against what will actually ship.
14
+ 3. **Fix the pricing** — apply the `agent-era-pricing` skill: the value metric that survives non-human users, tier fences with named gaming vectors, and cannibalisation math on representative cohorts — informed by which tools stage 1 exposed and what usage they'll drive.
15
+ 4. **Design the oversight** — apply the `human-in-the-loop-design` skill to every gated action from stage 1: action tiers, the approval budget, escalation rules, and the audit trail.
16
+
17
+ Close with a **one-page rollout summary**: the toolset, the top 3 readiness fixes, the pricing decision, and the approval policy — the packet an eng lead and a pricing owner could execute from.
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 **441 skills** to:
11
+ Currently exporting **451 skills** to:
12
12
 
13
13
  - **ChatGPT — Custom GPT instructions** → `exports/chatgpt/`
14
14
  - **Google Gemini — Gem instructions** → `exports/gemini/`