pm-claude-skills 22.3.0 → 24.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.
- package/README.md +31 -23
- package/connectors/README.md +68 -0
- package/connectors/mcp.example.json +18 -0
- package/exports/README.md +1 -1
- package/exports/aider/README.md +25 -1
- package/exports/aider/pm-cross/red-team-review/red-team-review.md +58 -0
- package/exports/aider/pm-data/ab-test-readout/ab-test-readout.md +57 -0
- package/exports/aider/pm-data/data-quality-audit/data-quality-audit.md +55 -0
- package/exports/aider/pm-data/metric-tree-builder/metric-tree-builder.md +54 -0
- package/exports/aider/pm-education/iep-goal-support/iep-goal-support.md +49 -0
- package/exports/aider/pm-education/lesson-plan/lesson-plan.md +67 -0
- package/exports/aider/pm-education/parent-communication/parent-communication.md +43 -0
- package/exports/aider/pm-education/quiz-generator/quiz-generator.md +51 -0
- package/exports/aider/pm-education/rubric-builder/rubric-builder.md +54 -0
- package/exports/aider/pm-education/student-feedback/student-feedback.md +46 -0
- package/exports/aider/pm-engineering/code-explainer/code-explainer.md +39 -0
- package/exports/aider/pm-engineering/dependency-conflict-resolver/dependency-conflict-resolver.md +40 -0
- package/exports/aider/pm-engineering/error-decoder/error-decoder.md +39 -0
- package/exports/aider/pm-engineering/git-troubleshooter/git-troubleshooter.md +41 -0
- package/exports/aider/pm-engineering/regex-builder/regex-builder.md +46 -0
- package/exports/aider/pm-founders/cap-table-explainer/cap-table-explainer.md +58 -0
- package/exports/aider/pm-founders/founder-market-fit/founder-market-fit.md +48 -0
- package/exports/aider/pm-founders/fundraising-faq/fundraising-faq.md +54 -0
- package/exports/aider/pm-founders/investor-cold-email/investor-cold-email.md +47 -0
- package/exports/aider/pm-founders/runway-planner/runway-planner.md +55 -0
- package/exports/aider/pm-founders/startup-idea-validator/startup-idea-validator.md +57 -0
- package/exports/aider/pm-gtm/go-to-market/go-to-market.md +7 -4
- package/exports/aider/pm-legal/clause-explainer/clause-explainer.md +50 -0
- package/exports/aider/pm-legal/demand-letter/demand-letter.md +46 -0
- package/exports/aider/pm-legal/privacy-policy-drafter/privacy-policy-drafter.md +47 -0
- package/exports/aider/pm-planning/okr-builder/okr-builder.md +7 -4
- package/exports/aider/pm-planning/roadmap-narrative/roadmap-narrative.md +5 -2
- package/exports/chatgpt/README.md +25 -1
- package/exports/chatgpt/pm-cross/red-team-review/SYSTEM_PROMPT.md +58 -0
- package/exports/chatgpt/pm-data/ab-test-readout/SYSTEM_PROMPT.md +57 -0
- package/exports/chatgpt/pm-data/data-quality-audit/SYSTEM_PROMPT.md +55 -0
- package/exports/chatgpt/pm-data/metric-tree-builder/SYSTEM_PROMPT.md +54 -0
- package/exports/chatgpt/pm-education/iep-goal-support/SYSTEM_PROMPT.md +49 -0
- package/exports/chatgpt/pm-education/lesson-plan/SYSTEM_PROMPT.md +67 -0
- package/exports/chatgpt/pm-education/parent-communication/SYSTEM_PROMPT.md +43 -0
- package/exports/chatgpt/pm-education/quiz-generator/SYSTEM_PROMPT.md +51 -0
- package/exports/chatgpt/pm-education/rubric-builder/SYSTEM_PROMPT.md +54 -0
- package/exports/chatgpt/pm-education/student-feedback/SYSTEM_PROMPT.md +46 -0
- package/exports/chatgpt/pm-engineering/code-explainer/SYSTEM_PROMPT.md +39 -0
- package/exports/chatgpt/pm-engineering/dependency-conflict-resolver/SYSTEM_PROMPT.md +40 -0
- package/exports/chatgpt/pm-engineering/error-decoder/SYSTEM_PROMPT.md +39 -0
- package/exports/chatgpt/pm-engineering/git-troubleshooter/SYSTEM_PROMPT.md +41 -0
- package/exports/chatgpt/pm-engineering/regex-builder/SYSTEM_PROMPT.md +46 -0
- package/exports/chatgpt/pm-founders/cap-table-explainer/SYSTEM_PROMPT.md +58 -0
- package/exports/chatgpt/pm-founders/founder-market-fit/SYSTEM_PROMPT.md +48 -0
- package/exports/chatgpt/pm-founders/fundraising-faq/SYSTEM_PROMPT.md +54 -0
- package/exports/chatgpt/pm-founders/investor-cold-email/SYSTEM_PROMPT.md +47 -0
- package/exports/chatgpt/pm-founders/runway-planner/SYSTEM_PROMPT.md +55 -0
- package/exports/chatgpt/pm-founders/startup-idea-validator/SYSTEM_PROMPT.md +57 -0
- package/exports/chatgpt/pm-gtm/go-to-market/SYSTEM_PROMPT.md +7 -4
- package/exports/chatgpt/pm-legal/clause-explainer/SYSTEM_PROMPT.md +50 -0
- package/exports/chatgpt/pm-legal/demand-letter/SYSTEM_PROMPT.md +46 -0
- package/exports/chatgpt/pm-legal/privacy-policy-drafter/SYSTEM_PROMPT.md +47 -0
- package/exports/chatgpt/pm-planning/okr-builder/SYSTEM_PROMPT.md +7 -4
- package/exports/chatgpt/pm-planning/roadmap-narrative/SYSTEM_PROMPT.md +5 -2
- package/exports/cursor/README.md +25 -1
- package/exports/cursor/pm-cross/red-team-review/red-team-review.mdc +64 -0
- package/exports/cursor/pm-data/ab-test-readout/ab-test-readout.mdc +63 -0
- package/exports/cursor/pm-data/data-quality-audit/data-quality-audit.mdc +61 -0
- package/exports/cursor/pm-data/metric-tree-builder/metric-tree-builder.mdc +60 -0
- package/exports/cursor/pm-education/iep-goal-support/iep-goal-support.mdc +55 -0
- package/exports/cursor/pm-education/lesson-plan/lesson-plan.mdc +73 -0
- package/exports/cursor/pm-education/parent-communication/parent-communication.mdc +49 -0
- package/exports/cursor/pm-education/quiz-generator/quiz-generator.mdc +57 -0
- package/exports/cursor/pm-education/rubric-builder/rubric-builder.mdc +60 -0
- package/exports/cursor/pm-education/student-feedback/student-feedback.mdc +52 -0
- package/exports/cursor/pm-engineering/code-explainer/code-explainer.mdc +45 -0
- package/exports/cursor/pm-engineering/dependency-conflict-resolver/dependency-conflict-resolver.mdc +46 -0
- package/exports/cursor/pm-engineering/error-decoder/error-decoder.mdc +45 -0
- package/exports/cursor/pm-engineering/git-troubleshooter/git-troubleshooter.mdc +47 -0
- package/exports/cursor/pm-engineering/regex-builder/regex-builder.mdc +52 -0
- package/exports/cursor/pm-founders/cap-table-explainer/cap-table-explainer.mdc +64 -0
- package/exports/cursor/pm-founders/founder-market-fit/founder-market-fit.mdc +54 -0
- package/exports/cursor/pm-founders/fundraising-faq/fundraising-faq.mdc +60 -0
- package/exports/cursor/pm-founders/investor-cold-email/investor-cold-email.mdc +53 -0
- package/exports/cursor/pm-founders/runway-planner/runway-planner.mdc +61 -0
- package/exports/cursor/pm-founders/startup-idea-validator/startup-idea-validator.mdc +63 -0
- package/exports/cursor/pm-gtm/go-to-market/go-to-market.mdc +7 -4
- package/exports/cursor/pm-legal/clause-explainer/clause-explainer.mdc +56 -0
- package/exports/cursor/pm-legal/demand-letter/demand-letter.mdc +52 -0
- package/exports/cursor/pm-legal/privacy-policy-drafter/privacy-policy-drafter.mdc +53 -0
- package/exports/cursor/pm-planning/okr-builder/okr-builder.mdc +7 -4
- package/exports/cursor/pm-planning/roadmap-narrative/roadmap-narrative.mdc +5 -2
- package/exports/gemini/README.md +25 -1
- package/exports/gemini/pm-cross/red-team-review/GEM_INSTRUCTIONS.md +62 -0
- package/exports/gemini/pm-data/ab-test-readout/GEM_INSTRUCTIONS.md +61 -0
- package/exports/gemini/pm-data/data-quality-audit/GEM_INSTRUCTIONS.md +59 -0
- package/exports/gemini/pm-data/metric-tree-builder/GEM_INSTRUCTIONS.md +58 -0
- package/exports/gemini/pm-education/iep-goal-support/GEM_INSTRUCTIONS.md +53 -0
- package/exports/gemini/pm-education/lesson-plan/GEM_INSTRUCTIONS.md +71 -0
- package/exports/gemini/pm-education/parent-communication/GEM_INSTRUCTIONS.md +47 -0
- package/exports/gemini/pm-education/quiz-generator/GEM_INSTRUCTIONS.md +55 -0
- package/exports/gemini/pm-education/rubric-builder/GEM_INSTRUCTIONS.md +58 -0
- package/exports/gemini/pm-education/student-feedback/GEM_INSTRUCTIONS.md +50 -0
- package/exports/gemini/pm-engineering/code-explainer/GEM_INSTRUCTIONS.md +43 -0
- package/exports/gemini/pm-engineering/dependency-conflict-resolver/GEM_INSTRUCTIONS.md +44 -0
- package/exports/gemini/pm-engineering/error-decoder/GEM_INSTRUCTIONS.md +43 -0
- package/exports/gemini/pm-engineering/git-troubleshooter/GEM_INSTRUCTIONS.md +45 -0
- package/exports/gemini/pm-engineering/regex-builder/GEM_INSTRUCTIONS.md +50 -0
- package/exports/gemini/pm-founders/cap-table-explainer/GEM_INSTRUCTIONS.md +62 -0
- package/exports/gemini/pm-founders/founder-market-fit/GEM_INSTRUCTIONS.md +52 -0
- package/exports/gemini/pm-founders/fundraising-faq/GEM_INSTRUCTIONS.md +58 -0
- package/exports/gemini/pm-founders/investor-cold-email/GEM_INSTRUCTIONS.md +51 -0
- package/exports/gemini/pm-founders/runway-planner/GEM_INSTRUCTIONS.md +59 -0
- package/exports/gemini/pm-founders/startup-idea-validator/GEM_INSTRUCTIONS.md +61 -0
- package/exports/gemini/pm-gtm/go-to-market/GEM_INSTRUCTIONS.md +7 -4
- package/exports/gemini/pm-legal/clause-explainer/GEM_INSTRUCTIONS.md +54 -0
- package/exports/gemini/pm-legal/demand-letter/GEM_INSTRUCTIONS.md +50 -0
- package/exports/gemini/pm-legal/privacy-policy-drafter/GEM_INSTRUCTIONS.md +51 -0
- package/exports/gemini/pm-planning/okr-builder/GEM_INSTRUCTIONS.md +7 -4
- package/exports/gemini/pm-planning/roadmap-narrative/GEM_INSTRUCTIONS.md +5 -2
- package/exports/windsurf/README.md +25 -1
- package/exports/windsurf/pm-cross/red-team-review/red-team-review.md +63 -0
- package/exports/windsurf/pm-data/ab-test-readout/ab-test-readout.md +62 -0
- package/exports/windsurf/pm-data/data-quality-audit/data-quality-audit.md +60 -0
- package/exports/windsurf/pm-data/metric-tree-builder/metric-tree-builder.md +59 -0
- package/exports/windsurf/pm-education/iep-goal-support/iep-goal-support.md +54 -0
- package/exports/windsurf/pm-education/lesson-plan/lesson-plan.md +72 -0
- package/exports/windsurf/pm-education/parent-communication/parent-communication.md +48 -0
- package/exports/windsurf/pm-education/quiz-generator/quiz-generator.md +56 -0
- package/exports/windsurf/pm-education/rubric-builder/rubric-builder.md +59 -0
- package/exports/windsurf/pm-education/student-feedback/student-feedback.md +51 -0
- package/exports/windsurf/pm-engineering/code-explainer/code-explainer.md +44 -0
- package/exports/windsurf/pm-engineering/dependency-conflict-resolver/dependency-conflict-resolver.md +45 -0
- package/exports/windsurf/pm-engineering/error-decoder/error-decoder.md +44 -0
- package/exports/windsurf/pm-engineering/git-troubleshooter/git-troubleshooter.md +46 -0
- package/exports/windsurf/pm-engineering/regex-builder/regex-builder.md +51 -0
- package/exports/windsurf/pm-founders/cap-table-explainer/cap-table-explainer.md +63 -0
- package/exports/windsurf/pm-founders/founder-market-fit/founder-market-fit.md +53 -0
- package/exports/windsurf/pm-founders/fundraising-faq/fundraising-faq.md +59 -0
- package/exports/windsurf/pm-founders/investor-cold-email/investor-cold-email.md +52 -0
- package/exports/windsurf/pm-founders/runway-planner/runway-planner.md +60 -0
- package/exports/windsurf/pm-founders/startup-idea-validator/startup-idea-validator.md +62 -0
- package/exports/windsurf/pm-gtm/go-to-market/go-to-market.md +7 -4
- package/exports/windsurf/pm-legal/clause-explainer/clause-explainer.md +55 -0
- package/exports/windsurf/pm-legal/demand-letter/demand-letter.md +51 -0
- package/exports/windsurf/pm-legal/privacy-policy-drafter/privacy-policy-drafter.md +52 -0
- package/exports/windsurf/pm-planning/okr-builder/okr-builder.md +7 -4
- package/exports/windsurf/pm-planning/roadmap-narrative/roadmap-narrative.md +5 -2
- package/mcp/README.md +2 -0
- package/package.json +3 -2
- package/skill-sources.json +9 -0
- package/skills/ab-test-readout/SKILL.md +62 -0
- package/skills/cap-table-explainer/SKILL.md +63 -0
- package/skills/clause-explainer/SKILL.md +55 -0
- package/skills/code-explainer/SKILL.md +44 -0
- package/skills/data-quality-audit/SKILL.md +60 -0
- package/skills/demand-letter/SKILL.md +51 -0
- package/skills/dependency-conflict-resolver/SKILL.md +45 -0
- package/skills/error-decoder/SKILL.md +44 -0
- package/skills/founder-market-fit/SKILL.md +53 -0
- package/skills/fundraising-faq/SKILL.md +59 -0
- package/skills/git-troubleshooter/SKILL.md +46 -0
- package/skills/iep-goal-support/SKILL.md +54 -0
- package/skills/investor-cold-email/SKILL.md +52 -0
- package/skills/lesson-plan/SKILL.md +72 -0
- package/skills/metric-tree-builder/SKILL.md +59 -0
- package/skills/parent-communication/SKILL.md +48 -0
- package/skills/privacy-policy-drafter/SKILL.md +52 -0
- package/skills/quiz-generator/SKILL.md +56 -0
- package/skills/regex-builder/SKILL.md +51 -0
- package/skills/rubric-builder/SKILL.md +59 -0
- package/skills/runway-planner/SKILL.md +60 -0
- package/skills/startup-idea-validator/SKILL.md +62 -0
- package/skills/student-feedback/SKILL.md +51 -0
package/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# 🧠 PM Skills —
|
|
1
|
+
# 🧠 PM Skills — 198 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<a href="https://mohitagw15856.github.io/pm-claude-skills/">
|
|
5
|
-
<img src="https://readme-typing-svg.demolab.com?font=Inter&weight=600&size=24&pause=900&color=D97757¢er=true&vCenter=true&width=720&lines=
|
|
5
|
+
<img src="https://readme-typing-svg.demolab.com?font=Inter&weight=600&size=24&pause=900&color=D97757¢er=true&vCenter=true&width=720&lines=198+eval-scored+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
|
|
6
6
|
</a>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
|
-
> **Generic AI gives you filler. These give you the structure a senior pro actually uses** — PRDs, exec updates, launch plans, postmortems — as open-source `SKILL.md` files. Across **
|
|
9
|
+
> **Generic AI gives you filler. These give you the structure a senior pro actually uses** — PRDs, exec updates, launch plans, postmortems — as open-source `SKILL.md` files. Across **20 professions**, not just product management. One source, every AI tool.
|
|
10
10
|
|
|
11
11
|
[](https://github.com/mohitagw15856/pm-claude-skills/stargazers)
|
|
12
12
|
[](https://www.npmjs.com/package/pm-claude-skills)
|
|
13
13
|
[](https://www.npmjs.com/package/pm-claude-skills)
|
|
14
|
-
[](https://github.com/mohitagw15856/pm-claude-skills)
|
|
15
15
|
[](agents/)
|
|
16
16
|
[](commands/)
|
|
17
17
|
[](output-styles/)
|
|
18
18
|
[](#-works-with--cross-tool-compatibility)
|
|
19
19
|
[](.github/workflows/skillcheck.yml)
|
|
20
20
|
[](.github/workflows/skill-audit.yml)
|
|
21
|
-
[](https://github.com/mohitagw15856/pm-claude-skills/releases)
|
|
22
22
|
[](https://github.com/mohitagw15856/pm-claude-skills#-quick-install-2-minutes)
|
|
23
23
|
[](LICENSE)
|
|
24
24
|
[](https://github.com/sponsors/mohitagw15856)
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
### ⭐ If this saves you time, [star the repo](https://github.com/mohitagw15856/pm-claude-skills) — it's the #1 way to help others find it.
|
|
27
27
|
|
|
28
28
|
> **PM stands for Professional, not just Product Management.**
|
|
29
|
-
>
|
|
29
|
+
> 198 professional skills + 4 agent templates across 27 bundles covering 20 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
|
|
30
30
|
|
|
31
31
|
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).
|
|
32
32
|
|
|
33
|
-
**🆕 Latest release (
|
|
33
|
+
**🆕 Latest release (v24.0.0 — 198 skills + two new professions + a browser extension):** two brand-new bundles — **🚀 Founders & Startups** (idea validator, fundraising FAQ, cap-table explainer, founder-market fit, investor cold email, runway planner) and **🎓 Educators** (lesson plan, rubric builder, quiz generator, parent communication, IEP goals, student feedback) — plus expanded **Legal** (privacy policy, demand letter, clause explainer) and **Data** (A/B test readout, metric-tree builder, data-quality audit). And a new **[🧩 browser extension](extension/)** that injects a skill picker straight into ChatGPT, Claude.ai & Gemini. Builds on v23 (the Ask experience). **198 skills**, 20 eval-scored. See the [changelog](#-changelog).
|
|
34
34
|
|
|
35
35
|
### ▶ See it in action — [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
|
|
36
36
|
|
|
@@ -59,13 +59,13 @@ A community-built library of professional skills for every field — product man
|
|
|
59
59
|
| 🔭 [Competitor Teardown](skills/competitor-teardown) | "what are rivals up to?" | a positioning map, feature gaps & strategy |
|
|
60
60
|
| 📝 [Meeting Notes](skills/meeting-notes) | a raw transcript | decisions, owners & next steps |
|
|
61
61
|
|
|
62
|
-
→ 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
|
|
62
|
+
→ 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 198 skills](#️-all-198-skills) · [**⭐ star the repo**](https://github.com/mohitagw15856/pm-claude-skills/stargazers) so others find it.
|
|
63
63
|
|
|
64
64
|
---
|
|
65
65
|
|
|
66
66
|
## 🔄 One library, the whole professional workflow
|
|
67
67
|
|
|
68
|
-
These
|
|
68
|
+
These 198 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:
|
|
69
69
|
|
|
70
70
|
```mermaid
|
|
71
71
|
flowchart LR
|
|
@@ -84,7 +84,7 @@ flowchart LR
|
|
|
84
84
|
| **📊 Measure** | Track outcomes & analyse | `metrics-framework` · `cohort-analysis` · `ab-test-planner` · `churn-analysis` |
|
|
85
85
|
| **📣 Communicate** | Report up and out | `executive-update` · `board-deck-narrative` · `stakeholder-update` · `qbr-deck` |
|
|
86
86
|
|
|
87
|
-
> New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all
|
|
87
|
+
> New here? Start with the [**top-tier skills**](#️-skill-tiers--start-with-the-strongest), or jump straight to [**all 198 skills**](#️-all-198-skills) grouped by profession.
|
|
88
88
|
|
|
89
89
|
---
|
|
90
90
|
|
|
@@ -110,6 +110,8 @@ Individual skills are great. **Chaining** them is the superpower. A *recipe* run
|
|
|
110
110
|
|
|
111
111
|
→ Full detail and how to add your own in [**WORKFLOWS.md**](WORKFLOWS.md). Recipes run as slash commands in Claude Code, or over MCP via the `get_workflow` tool.
|
|
112
112
|
|
|
113
|
+
**Got a coding question?** Just [**❓ Ask**](https://mohitagw15856.github.io/pm-claude-skills/ask.html) — an error, a regex, a git mess, a dependency conflict, *"what does this code do?"* — and the right developer skill answers instantly (like StackOverflow, but the answer's already written), with a one-click path to the community [Q&A](https://github.com/mohitagw15856/pm-claude-skills/discussions) for a human follow-up.
|
|
114
|
+
|
|
113
115
|
**Or build your own visually.** The [**Workflow Canvas**](https://mohitagw15856.github.io/pm-claude-skills/canvas.html) lets you drag any skills into a custom chain and run it in the browser — each step's output feeds the next. Like n8n, but for professional thinking. Don't know which skills to use? The [**✨ Auto-Agent**](https://mohitagw15856.github.io/pm-claude-skills/agent.html) takes a plain-English goal, **plans which skills to chain**, and runs them for you — each step feeding the next:
|
|
114
116
|
|
|
115
117
|
[](https://mohitagw15856.github.io/pm-claude-skills/agent.html)
|
|
@@ -178,7 +180,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
|
|
|
178
180
|
|
|
179
181
|
| | **PM Skills** | Typical skill repo |
|
|
180
182
|
|---|:---:|:---:|
|
|
181
|
-
| Skills | **
|
|
183
|
+
| Skills | **198**, across 20 professions | a handful → dozens, usually one domain |
|
|
182
184
|
| Quality | **eval-scored** on a rubric + a public [benchmark](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html) | trust the README |
|
|
183
185
|
| Improves itself | ✅ eval → critique → rewrite (kept only if it scores higher) | ✗ |
|
|
184
186
|
| Grounded in frameworks | ✅ each cites its source (RICE, JTBD, Pyramid Principle…) | rarely |
|
|
@@ -203,7 +205,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
|
|
|
203
205
|
- [📦 Plugin Directory](#-plugin-directory)
|
|
204
206
|
- [🤖 Building Blocks for Agent Templates](#-building-blocks-for-agent-templates)
|
|
205
207
|
- [🏷️ Skill Tiers — start with the strongest](#️-skill-tiers--start-with-the-strongest)
|
|
206
|
-
- [🗂️ All
|
|
208
|
+
- [🗂️ All 198 Skills](#️-all-198-skills)
|
|
207
209
|
- [📋 Changelog](#-changelog)
|
|
208
210
|
- [🤝 Contributing](#-contributing--add-your-skill)
|
|
209
211
|
- [🔗 Related Projects](#-related-projects)
|
|
@@ -218,7 +220,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
|
|
|
218
220
|
npx pm-claude-skills add --agent claude # or: codex · cursor · hermes · openclaw
|
|
219
221
|
```
|
|
220
222
|
|
|
221
|
-
**Or one-line MCP** — make all
|
|
223
|
+
**Or one-line MCP** — make all 198 skills + 5 workflow recipes available in *every* session of any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf), no per-file install:
|
|
222
224
|
|
|
223
225
|
```bash
|
|
224
226
|
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
|
|
@@ -284,7 +286,7 @@ There are two kinds of support. **Native `SKILL.md` agents** read the file as-is
|
|
|
284
286
|
auto-discover skills from the `description` frontmatter. **Other tools** take the markdown
|
|
285
287
|
body as a system prompt — for those we ship ready-made [exports](#ready-to-use-exports).
|
|
286
288
|
|
|
287
|
-
**In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all
|
|
289
|
+
**In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 198 skills into the Command Palette — search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
|
|
288
290
|
|
|
289
291
|
| Platform | How it works | Auto-trigger? |
|
|
290
292
|
|---|---|---|
|
|
@@ -398,6 +400,10 @@ For MCP clients (Claude Desktop, Cline, …), there's a zero-dependency [**MCP s
|
|
|
398
400
|
|
|
399
401
|
Then ask: *"search the skills for customer churn, then apply the best one to my account."* Full setup in [`mcp/README.md`](mcp/).
|
|
400
402
|
|
|
403
|
+
**🔌 Skills that *act* on your data.** Run `pm-skills` alongside a data server (filesystem, GitHub, Postgres, Drive…) and a skill works on your *real* sources: *"draft the PRD **from** GitHub issue #123,"* *"run `churn-analysis` on `exports/q2.csv`,"* *"open an issue per `product-launch-checklist` item."* Copy-paste configs + worked recipes in [**`connectors/`**](connectors/).
|
|
404
|
+
|
|
405
|
+
> `pm-skills` needs **no auth**. To connect GitHub, Slack, Notion, etc., you add *that* provider's MCP server with its own token/OAuth **once** in your client — then every skill can use it. (filesystem = a folder you grant; GitHub = a PAT; Slack/Notion = OAuth.)
|
|
406
|
+
|
|
401
407
|
---
|
|
402
408
|
|
|
403
409
|
## ⚙️ AI-Powered Tooling
|
|
@@ -496,7 +502,7 @@ Not sure which plugin to install? Here's what each one covers:
|
|
|
496
502
|
|
|
497
503
|
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.
|
|
498
504
|
|
|
499
|
-
This library is the largest open-source collection of professional skills available — covering
|
|
505
|
+
This library is the largest open-source collection of professional skills available — covering 19 professions beyond financial services. **The 198 skills here are the building blocks for agent templates outside of finance.**
|
|
500
506
|
|
|
501
507
|
### What is an agent template?
|
|
502
508
|
|
|
@@ -575,11 +581,11 @@ More templates will follow. If you want to contribute one, see the [template con
|
|
|
575
581
|
|
|
576
582
|
## 📋 Changelog
|
|
577
583
|
|
|
578
|
-
**Latest:
|
|
584
|
+
**Latest: v24.0.0 — 198 skills + two new professions + a browser extension.** Two new bundles — **🚀 Founders & Startups** and **🎓 Educators** (6 skills each) — plus expanded **Legal** (privacy policy, demand letter, clause explainer) and **Data** (A/B test readout, metric-tree builder, data-quality audit), and a **[browser extension](extension/)** that injects skills into ChatGPT, Claude.ai & Gemini. Builds on **v23.0.0** (five developer skills + the Ask experience). Now **198 skills** across **27 bundles** and **20 professions**, 20 eval-scored.
|
|
579
585
|
|
|
580
586
|
Full [Keep a Changelog](https://keepachangelog.com/)-format history — every release back to the start — is in **[CHANGELOG.md](CHANGELOG.md)**.
|
|
581
587
|
|
|
582
|
-
→ Earlier releases (v20 and before — the road from 6 to
|
|
588
|
+
→ Earlier releases (v20 and before — the road from 6 to 198 skills) are in **[CHANGELOG.md](CHANGELOG.md)**.
|
|
583
589
|
|
|
584
590
|
---
|
|
585
591
|
|
|
@@ -615,7 +621,7 @@ This repo was built alongside a published 16-part article series on Medium.
|
|
|
615
621
|
|
|
616
622
|
## 🏷️ Skill Tiers — Start With the Strongest
|
|
617
623
|
|
|
618
|
-
A
|
|
624
|
+
A 198-skill library doesn't have 198 equally-mature skills, and pretending otherwise
|
|
619
625
|
wastes your time. Skills are tiered honestly so you can start with the best work:
|
|
620
626
|
|
|
621
627
|
- 🟢 **Production-Ready (47)** — battle-tested, stable output, used in real work. Includes the three skills with computed Python helpers (sprint planning, RICE, customer health). **Start here.**
|
|
@@ -628,7 +634,7 @@ If you're new, install `pm-essentials` and try a couple of Production-Ready skil
|
|
|
628
634
|
|
|
629
635
|
---
|
|
630
636
|
|
|
631
|
-
## 🗂️ All
|
|
637
|
+
## 🗂️ All 198 Skills
|
|
632
638
|
|
|
633
639
|
Every skill, grouped by profession. **[Browse the full per-skill catalog → SKILLS.md](SKILLS.md)** · **[searchable live catalog](https://mohitagw15856.github.io/pm-claude-skills/catalog.html)** · **[run any skill in the browser](https://mohitagw15856.github.io/pm-claude-skills/)**
|
|
634
640
|
|
|
@@ -636,14 +642,16 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
|
|
|
636
642
|
|---|---|---|---|
|
|
637
643
|
| 🛠️ Product Management | `pm-essentials` · `pm-discovery` · `pm-planning` · `pm-delivery` · `pm-strategy` · `pm-advanced` · `pm-rituals` | 37 | `/prd` · `/rice` |
|
|
638
644
|
| 📣 Marketing & GTM | `pm-gtm` | 8 | `go-to-market` |
|
|
639
|
-
| 👩💻 Engineering & Tech | `pm-engineering` |
|
|
645
|
+
| 👩💻 Engineering & Tech | `pm-engineering` | 43 | `incident-postmortem` |
|
|
640
646
|
| 🤝 Customer Success | `pm-cs` | 6 | `cs-health-scorecard` |
|
|
641
|
-
| 📊 Data & Analytics | `pm-data` · `pm-analytics` |
|
|
647
|
+
| 📊 Data & Analytics | `pm-data` · `pm-analytics` | 12 | `metric-tree-builder` · `ab-test-readout` |
|
|
642
648
|
| 🧑💼 Leadership & People | `pm-people` | 5 | `executive-update` |
|
|
643
649
|
| 🎨 Design & UX | `pm-design` | 4 | `design-critique` |
|
|
644
650
|
| 🏢 Business & Strategy | `pm-business` | 3 | `competitor-teardown` |
|
|
645
|
-
| ⚖️ Legal | `pm-legal` |
|
|
651
|
+
| ⚖️ Legal | `pm-legal` | 7 | `contract-review` · `clause-explainer` |
|
|
646
652
|
| 💰 Finance | `pm-finance` | 5 | `investor-pitch-deck` |
|
|
653
|
+
| 🚀 Founders & Startups | `pm-founders` | 6 | `startup-idea-validator` · `cap-table-explainer` |
|
|
654
|
+
| 🎓 Educators | `pm-education` | 6 | `lesson-plan` · `rubric-builder` |
|
|
647
655
|
| 👥 HR | `pm-hr` | 5 | `job-description-writer` |
|
|
648
656
|
| 🤝 Sales | `pm-sales` | 6 | `sales-battlecard` |
|
|
649
657
|
| ⚙️ Operations | `pm-operations` | 10 | `sop-writer` |
|
|
@@ -659,7 +667,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
|
|
|
659
667
|
|
|
660
668
|
## ❤️ Sponsor This Work
|
|
661
669
|
|
|
662
|
-
Building and maintaining
|
|
670
|
+
Building and maintaining 198 skills across 27 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
|
|
663
671
|
|
|
664
672
|
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)).
|
|
665
673
|
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# 🔌 Connectors — skills that act on your real data
|
|
2
|
+
|
|
3
|
+
A skill gives you **structure**. A connector gives it **facts to work with**. Run the
|
|
4
|
+
`pm-skills` MCP server *alongside* a data server (filesystem, GitHub, a database, Drive,
|
|
5
|
+
Linear…) in the same client, and a skill can act on what that server exposes — instead of
|
|
6
|
+
you copy-pasting context.
|
|
7
|
+
|
|
8
|
+
> The skill supplies the *how-good-looks*. The other MCP server supplies the *your-actual-data*. Together: "draft the PRD **from** the real tickets," not "draft a PRD about… let me paste everything."
|
|
9
|
+
|
|
10
|
+
## Setup (2 minutes)
|
|
11
|
+
|
|
12
|
+
**Claude Code** — one line each:
|
|
13
|
+
```bash
|
|
14
|
+
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
|
|
15
|
+
claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem /path/to/your/project
|
|
16
|
+
claude mcp add github -- npx -y @modelcontextprotocol/server-github # set GITHUB_PERSONAL_ACCESS_TOKEN
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
**Claude Desktop / Cursor / Windsurf** — paste the servers you want from
|
|
20
|
+
[`mcp.example.json`](mcp.example.json) into the client's MCP config, then restart.
|
|
21
|
+
|
|
22
|
+
Any [MCP server](https://github.com/modelcontextprotocol/servers) works — Postgres, Slack,
|
|
23
|
+
Notion, Google Drive, Sentry, etc. `pm-skills` is the structure layer; they're the data layer.
|
|
24
|
+
|
|
25
|
+
## 🔑 What you connect / authorize
|
|
26
|
+
|
|
27
|
+
`pm-skills` itself needs **no auth** — it only serves skill instructions. Each **data** server
|
|
28
|
+
you add authorizes on its own, once, in your MCP config:
|
|
29
|
+
|
|
30
|
+
| Data server | What it needs |
|
|
31
|
+
|---|---|
|
|
32
|
+
| **filesystem** | a folder path you grant it (no token) |
|
|
33
|
+
| **GitHub** | a Personal Access Token (`GITHUB_PERSONAL_ACCESS_TOKEN`) — use a fine-grained, read-mostly one |
|
|
34
|
+
| **Slack** | a Slack bot/app token (OAuth) |
|
|
35
|
+
| **Notion / Google Drive** | the provider's API token / OAuth connection |
|
|
36
|
+
| **Postgres & co.** | a connection string |
|
|
37
|
+
|
|
38
|
+
So "connect your GitHub/Slack" = add that provider's MCP server with its token to your client
|
|
39
|
+
**once** — then every skill can use it. Nothing is sent anywhere except your own model + the
|
|
40
|
+
servers you configured.
|
|
41
|
+
|
|
42
|
+
## Worked recipes (copy the prompt)
|
|
43
|
+
|
|
44
|
+
**📋 PRD from a real ticket** *(pm-skills + github)*
|
|
45
|
+
> Get the `prd-template` skill, read GitHub issue `owner/repo#123` for the context, and write the PRD from it.
|
|
46
|
+
|
|
47
|
+
**📉 Churn analysis on your export** *(pm-skills + filesystem)*
|
|
48
|
+
> Get the `churn-analysis` skill and run it on `exports/q2-churn.csv` in my project.
|
|
49
|
+
|
|
50
|
+
**🐞 Debug from the actual logs** *(pm-skills + filesystem)*
|
|
51
|
+
> Get `error-decoder`, read `logs/app.log`, and diagnose the most recent error.
|
|
52
|
+
|
|
53
|
+
**🚀 Launch checklist → real issues** *(pm-skills + github)*
|
|
54
|
+
> Get `product-launch-checklist`, generate it for the v2 launch, then open a GitHub issue per checklist item in `owner/repo`.
|
|
55
|
+
|
|
56
|
+
**🔁 A whole recipe, grounded** *(pm-skills + filesystem/github)*
|
|
57
|
+
> Get the `ship-a-feature` workflow, use the notes in `docs/idea.md` as the kickoff, and run the chain end to end.
|
|
58
|
+
|
|
59
|
+
## How it works
|
|
60
|
+
`pm-skills` exposes `search_skills` / `get_skill` / `get_workflow` over MCP; the assistant
|
|
61
|
+
fetches the right instructions and applies them to whatever the *data* server returns. No
|
|
62
|
+
glue code — both servers just need to be configured in the same client. See
|
|
63
|
+
[`../mcp/README.md`](../mcp/README.md).
|
|
64
|
+
|
|
65
|
+
## Safety
|
|
66
|
+
Give data servers the **narrowest** scope that works (a single project dir for filesystem;
|
|
67
|
+
a fine-grained, read-mostly PAT for GitHub). Skills are plain instructions — they don't
|
|
68
|
+
exfiltrate anything; the access lives entirely in the data server you configure.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_comment": "Copy the servers you want into your client's MCP config. Running pm-skills ALONGSIDE data servers (filesystem, github, …) is what lets a skill act on your real data: the skill supplies the structure, the other server supplies the facts. Replace <PATH> and tokens.",
|
|
3
|
+
"mcpServers": {
|
|
4
|
+
"pm-skills": {
|
|
5
|
+
"command": "npx",
|
|
6
|
+
"args": ["-y", "pm-claude-skills-mcp"]
|
|
7
|
+
},
|
|
8
|
+
"filesystem": {
|
|
9
|
+
"command": "npx",
|
|
10
|
+
"args": ["-y", "@modelcontextprotocol/server-filesystem", "<ABSOLUTE_PATH_TO_YOUR_PROJECT>"]
|
|
11
|
+
},
|
|
12
|
+
"github": {
|
|
13
|
+
"command": "npx",
|
|
14
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
15
|
+
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PAT>" }
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
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 **
|
|
11
|
+
Currently exporting **198 skills** to:
|
|
12
12
|
|
|
13
13
|
- **ChatGPT — Custom GPT instructions** → `exports/chatgpt/`
|
|
14
14
|
- **Google Gemini — Gem instructions** → `exports/gemini/`
|
package/exports/aider/README.md
CHANGED
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
> Auto-generated from `skills/*/SKILL.md` by `scripts/build-exports.mjs`.
|
|
4
4
|
> **Do not edit these files by hand** — edit the source skill and regenerate.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
198 skills exported. Copy a `.mdc rule` into the tool to use it.
|
|
7
7
|
|
|
8
8
|
| Skill | Bundle | Path |
|
|
9
9
|
|---|---|---|
|
|
10
10
|
| 360-Degree Feedback Template | `pm-people` | `pm-people/360-feedback-template/360-feedback-template.md` |
|
|
11
11
|
| A/B Test Planner | `pm-delivery` | `pm-delivery/ab-test-planner/ab-test-planner.md` |
|
|
12
|
+
| A/B Test Readout | `pm-data` | `pm-data/ab-test-readout/ab-test-readout.md` |
|
|
12
13
|
| Accessibility Audit | `pm-design` | `pm-design/accessibility-audit/accessibility-audit.md` |
|
|
13
14
|
| Account Plan | `pm-sales` | `pm-sales/account-plan/account-plan.md` |
|
|
14
15
|
| AEO Optimizer | `pm-writers` | `pm-writers/aeo-optimizer/aeo-optimizer.md` |
|
|
@@ -21,6 +22,7 @@
|
|
|
21
22
|
| Assumption Mapper | `pm-discovery` | `pm-discovery/assumption-mapper/assumption-mapper.md` |
|
|
22
23
|
| Board Deck Narrative | `pm-business` | `pm-business/board-deck-narrative/board-deck-narrative.md` |
|
|
23
24
|
| Budget Variance Analysis | `pm-finance` | `pm-finance/budget-variance-analysis/budget-variance-analysis.md` |
|
|
25
|
+
| Cap Table Explainer | `pm-founders` | `pm-founders/cap-table-explainer/cap-table-explainer.md` |
|
|
24
26
|
| Capacity Planning | `pm-engineering` | `pm-engineering/capacity-planning/capacity-planning.md` |
|
|
25
27
|
| Change Management Plan | `pm-hr` | `pm-hr/change-management-plan/change-management-plan.md` |
|
|
26
28
|
| Changelog Generator | `pm-engineering` | `pm-engineering/changelog-generator/changelog-generator.md` |
|
|
@@ -28,7 +30,9 @@
|
|
|
28
30
|
| Churn Analysis | `pm-cs` | `pm-cs/churn-analysis/churn-analysis.md` |
|
|
29
31
|
| CI/CD Playbook | `pm-engineering` | `pm-engineering/cicd-playbook/cicd-playbook.md` |
|
|
30
32
|
| Claude Superpowers | `pm-engineering` | `pm-engineering/claude-superpowers/claude-superpowers.md` |
|
|
33
|
+
| Clause Explainer | `pm-legal` | `pm-legal/clause-explainer/clause-explainer.md` |
|
|
31
34
|
| Clinical Case Summary | `pm-research` | `pm-research/clinical-case-summary/clinical-case-summary.md` |
|
|
35
|
+
| Code Explainer | `pm-engineering` | `pm-engineering/code-explainer/code-explainer.md` |
|
|
32
36
|
| Code Review Checklist | `pm-engineering` | `pm-engineering/code-review-checklist/code-review-checklist.md` |
|
|
33
37
|
| Cohort Analysis | `pm-data` | `pm-data/cohort-analysis/cohort-analysis.md` |
|
|
34
38
|
| Community Management Playbook | `pm-social` | `pm-social/community-management-playbook/community-management-playbook.md` |
|
|
@@ -47,10 +51,13 @@
|
|
|
47
51
|
| Dashboard Brief | `pm-data` | `pm-data/dashboard-brief/dashboard-brief.md` |
|
|
48
52
|
| Data Analysis Standard | `pm-analytics` | `pm-analytics/data-analysis-standard/data-analysis-standard.md` |
|
|
49
53
|
| Data Pipeline Spec | `pm-data` | `pm-data/data-pipeline-spec/data-pipeline-spec.md` |
|
|
54
|
+
| Data Quality Audit | `pm-data` | `pm-data/data-quality-audit/data-quality-audit.md` |
|
|
50
55
|
| Database Migration Plan | `pm-engineering` | `pm-engineering/database-migration-plan/database-migration-plan.md` |
|
|
51
56
|
| Database Schema Design | `pm-engineering` | `pm-engineering/database-schema-design/database-schema-design.md` |
|
|
52
57
|
| Debugging Log Analyser | `pm-engineering` | `pm-engineering/debugging-log-analyser/debugging-log-analyser.md` |
|
|
58
|
+
| Demand Letter | `pm-legal` | `pm-legal/demand-letter/demand-letter.md` |
|
|
53
59
|
| Dependency Audit | `pm-engineering` | `pm-engineering/dependency-audit/dependency-audit.md` |
|
|
60
|
+
| Dependency Conflict Resolver | `pm-engineering` | `pm-engineering/dependency-conflict-resolver/dependency-conflict-resolver.md` |
|
|
54
61
|
| Design Critique | `pm-design` | `pm-design/design-critique/design-critique.md` |
|
|
55
62
|
| Design Handoff Brief | `pm-advanced` | `pm-advanced/design-handoff-brief/design-handoff-brief.md` |
|
|
56
63
|
| Design System Audit | `pm-design` | `pm-design/design-system-audit/design-system-audit.md` |
|
|
@@ -64,6 +71,7 @@
|
|
|
64
71
|
| Employee Engagement Survey | `pm-hr` | `pm-hr/employee-engagement-survey/employee-engagement-survey.md` |
|
|
65
72
|
| Engineering Hiring Rubric | `pm-engineering` | `pm-engineering/engineering-hiring-rubric/engineering-hiring-rubric.md` |
|
|
66
73
|
| Engineering Weekly Report | `pm-engineering` | `pm-engineering/engineering-weekly-report/engineering-weekly-report.md` |
|
|
74
|
+
| Error Decoder | `pm-engineering` | `pm-engineering/error-decoder/error-decoder.md` |
|
|
67
75
|
| Executive Summary | `pm-cross` | `pm-cross/executive-summary/executive-summary.md` |
|
|
68
76
|
| Executive Update | `pm-strategy` | `pm-strategy/executive-update/executive-update.md` |
|
|
69
77
|
| Experiment Designer | `pm-advanced` | `pm-advanced/experiment-designer/experiment-designer.md` |
|
|
@@ -81,14 +89,19 @@
|
|
|
81
89
|
| Figma Variant Matrix | `pm-figma` | `pm-figma/figma-variant-matrix/figma-variant-matrix.md` |
|
|
82
90
|
| Financial Due Diligence | `pm-finance` | `pm-finance/financial-due-diligence/financial-due-diligence.md` |
|
|
83
91
|
| Financial Model Narrative | `pm-finance` | `pm-finance/financial-model-narrative/financial-model-narrative.md` |
|
|
92
|
+
| Founder-Market Fit | `pm-founders` | `pm-founders/founder-market-fit/founder-market-fit.md` |
|
|
93
|
+
| Fundraising FAQ | `pm-founders` | `pm-founders/fundraising-faq/fundraising-faq.md` |
|
|
94
|
+
| Git Troubleshooter | `pm-engineering` | `pm-engineering/git-troubleshooter/git-troubleshooter.md` |
|
|
84
95
|
| Go-To-Market | `pm-gtm` | `pm-gtm/go-to-market/go-to-market.md` |
|
|
85
96
|
| Go-to-Market Planner | `pm-delivery` | `pm-delivery/go-to-market-planner/go-to-market-planner.md` |
|
|
86
97
|
| Grant Proposal | `pm-cross` | `pm-cross/grant-proposal/grant-proposal.md` |
|
|
87
98
|
| Hiring Rubric | `pm-people` | `pm-people/hiring-rubric/hiring-rubric.md` |
|
|
99
|
+
| IEP Goal Support | `pm-education` | `pm-education/iep-goal-support/iep-goal-support.md` |
|
|
88
100
|
| Incident Postmortem | `pm-engineering` | `pm-engineering/incident-postmortem/incident-postmortem.md` |
|
|
89
101
|
| Influencer Brief | `pm-social` | `pm-social/influencer-brief/influencer-brief.md` |
|
|
90
102
|
| Infrastructure-as-Code Review | `pm-engineering` | `pm-engineering/infra-as-code-review/infra-as-code-review.md` |
|
|
91
103
|
| Instagram Post Downloader | `pm-writers` | `pm-writers/instagram-post-downloader/instagram-post-downloader.md` |
|
|
104
|
+
| Investor Cold Email | `pm-founders` | `pm-founders/investor-cold-email/investor-cold-email.md` |
|
|
92
105
|
| Investor Pitch Deck | `pm-finance` | `pm-finance/investor-pitch-deck/investor-pitch-deck.md` |
|
|
93
106
|
| Investor Update | `pm-business` | `pm-business/investor-update/investor-update.md` |
|
|
94
107
|
| Job Application | `pm-business` | `pm-business/job-application/job-application.md` |
|
|
@@ -97,11 +110,13 @@
|
|
|
97
110
|
| Last 30 Days Research | `pm-cross` | `pm-cross/last-30-days-research/last-30-days-research.md` |
|
|
98
111
|
| Launch Readiness | `pm-delivery` | `pm-delivery/launch-readiness/launch-readiness.md` |
|
|
99
112
|
| Legal Brief | `pm-legal` | `pm-legal/legal-brief/legal-brief.md` |
|
|
113
|
+
| Lesson Plan | `pm-education` | `pm-education/lesson-plan/lesson-plan.md` |
|
|
100
114
|
| Literature Review | `pm-research` | `pm-research/literature-review/literature-review.md` |
|
|
101
115
|
| Load Testing Plan | `pm-engineering` | `pm-engineering/load-testing-plan/load-testing-plan.md` |
|
|
102
116
|
| Local Dev Setup | `pm-engineering` | `pm-engineering/local-dev-setup/local-dev-setup.md` |
|
|
103
117
|
| Media Pitch | `pm-gtm` | `pm-gtm/media-pitch/media-pitch.md` |
|
|
104
118
|
| Meeting Notes | `pm-essentials` | `pm-essentials/meeting-notes/meeting-notes.md` |
|
|
119
|
+
| Metric Tree Builder | `pm-data` | `pm-data/metric-tree-builder/metric-tree-builder.md` |
|
|
105
120
|
| Metrics Framework | `pm-data` | `pm-data/metrics-framework/metrics-framework.md` |
|
|
106
121
|
| Microservices Decomposition | `pm-engineering` | `pm-engineering/microservices-decomposition/microservices-decomposition.md` |
|
|
107
122
|
| Monitoring Setup Guide | `pm-engineering` | `pm-engineering/monitoring-setup-guide/monitoring-setup-guide.md` |
|
|
@@ -113,6 +128,7 @@
|
|
|
113
128
|
| OKR Builder | `pm-planning` | `pm-planning/okr-builder/okr-builder.md` |
|
|
114
129
|
| Onboarding Plan | `pm-hr` | `pm-hr/onboarding-plan/onboarding-plan.md` |
|
|
115
130
|
| On-Call Runbook | `pm-engineering` | `pm-engineering/oncall-runbook/oncall-runbook.md` |
|
|
131
|
+
| Parent Communication | `pm-education` | `pm-education/parent-communication/parent-communication.md` |
|
|
116
132
|
| Partnership Proposal | `pm-sales` | `pm-sales/partnership-proposal/partnership-proposal.md` |
|
|
117
133
|
| Patient Communication | `pm-research` | `pm-research/patient-communication/patient-communication.md` |
|
|
118
134
|
| Performance Budget | `pm-engineering` | `pm-engineering/performance-budget/performance-budget.md` |
|
|
@@ -123,6 +139,7 @@
|
|
|
123
139
|
| PRD Template | `pm-essentials` | `pm-essentials/prd-template/prd-template.md` |
|
|
124
140
|
| Press Release | `pm-cross` | `pm-cross/press-release/press-release.md` |
|
|
125
141
|
| Pricing Strategy | `pm-planning` | `pm-planning/pricing-strategy/pricing-strategy.md` |
|
|
142
|
+
| Privacy Policy Drafter | `pm-legal` | `pm-legal/privacy-policy-drafter/privacy-policy-drafter.md` |
|
|
126
143
|
| Process Documentation | `pm-operations` | `pm-operations/process-documentation/process-documentation.md` |
|
|
127
144
|
| Product Health Analysis | `pm-analytics` | `pm-analytics/product-health-analysis/product-health-analysis.md` |
|
|
128
145
|
| Product Launch Checklist | `pm-delivery` | `pm-delivery/product-launch-checklist/product-launch-checklist.md` |
|
|
@@ -130,8 +147,11 @@
|
|
|
130
147
|
| Project Status Report | `pm-operations` | `pm-operations/project-status-report/project-status-report.md` |
|
|
131
148
|
| Proposal Writer | `pm-sales` | `pm-sales/proposal-writer/proposal-writer.md` |
|
|
132
149
|
| QBR Deck | `pm-cs` | `pm-cs/qbr-deck/qbr-deck.md` |
|
|
150
|
+
| Quiz Generator | `pm-education` | `pm-education/quiz-generator/quiz-generator.md` |
|
|
133
151
|
| RACI Matrix | `pm-operations` | `pm-operations/raci-matrix/raci-matrix.md` |
|
|
152
|
+
| Red-Team Review | `pm-cross` | `pm-cross/red-team-review/red-team-review.md` |
|
|
134
153
|
| Redundancy Consultation | `pm-hr` | `pm-hr/redundancy-consultation/redundancy-consultation.md` |
|
|
154
|
+
| Regex Builder & Explainer | `pm-engineering` | `pm-engineering/regex-builder/regex-builder.md` |
|
|
135
155
|
| Renewal Playbook | `pm-cs` | `pm-cs/renewal-playbook/renewal-playbook.md` |
|
|
136
156
|
| Research Protocol | `pm-research` | `pm-research/research-protocol/research-protocol.md` |
|
|
137
157
|
| Retention Analysis | `pm-analytics` | `pm-analytics/retention-analysis/retention-analysis.md` |
|
|
@@ -142,7 +162,9 @@
|
|
|
142
162
|
| Risk Register | `pm-operations` | `pm-operations/risk-register/risk-register.md` |
|
|
143
163
|
| Roadmap Narrative | `pm-planning` | `pm-planning/roadmap-narrative/roadmap-narrative.md` |
|
|
144
164
|
| Roadmap Presentation | `pm-planning` | `pm-planning/roadmap-presentation/roadmap-presentation.md` |
|
|
165
|
+
| Rubric Builder | `pm-education` | `pm-education/rubric-builder/rubric-builder.md` |
|
|
145
166
|
| Runbook Writer | `pm-engineering` | `pm-engineering/runbook-writer/runbook-writer.md` |
|
|
167
|
+
| Runway Planner | `pm-founders` | `pm-founders/runway-planner/runway-planner.md` |
|
|
146
168
|
| Sales Battlecard | `pm-sales` | `pm-sales/sales-battlecard/sales-battlecard.md` |
|
|
147
169
|
| Sales Forecasting Model | `pm-sales` | `pm-sales/sales-forecasting-model/sales-forecasting-model.md` |
|
|
148
170
|
| Security Threat Model | `pm-engineering` | `pm-engineering/security-threat-model/security-threat-model.md` |
|
|
@@ -160,7 +182,9 @@
|
|
|
160
182
|
| SQL Query Explainer | `pm-data` | `pm-data/sql-query-explainer/sql-query-explainer.md` |
|
|
161
183
|
| Stakeholder Influence Mapper | `pm-strategy` | `pm-strategy/stakeholder-influence-mapper/stakeholder-influence-mapper.md` |
|
|
162
184
|
| Stakeholder Update | `pm-essentials` | `pm-essentials/stakeholder-update/stakeholder-update.md` |
|
|
185
|
+
| Startup Idea Validator | `pm-founders` | `pm-founders/startup-idea-validator/startup-idea-validator.md` |
|
|
163
186
|
| Strategic Narrative Generator | `pm-strategy` | `pm-strategy/strategic-narrative-generator/strategic-narrative-generator.md` |
|
|
187
|
+
| Student Feedback | `pm-education` | `pm-education/student-feedback/student-feedback.md` |
|
|
164
188
|
| Substack Notes Scraper | `pm-writers` | `pm-writers/substack-notes-scraper/substack-notes-scraper.md` |
|
|
165
189
|
| Sycophancy Challenger | `pm-cross` | `pm-cross/sycophancy-challenger/sycophancy-challenger.md` |
|
|
166
190
|
| System Design Interview | `pm-engineering` | `pm-engineering/system-design-interview/system-design-interview.md` |
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Red-Team Review Skill
|
|
2
|
+
|
|
3
|
+
Pressure-test the user's plan the way a hostile, expert room would — *before* reality does. The goal is not to be negative; it's to surface the failure modes the author is too close to see, then convert them into concrete fixes.
|
|
4
|
+
|
|
5
|
+
## Working from a brief
|
|
6
|
+
|
|
7
|
+
Always deliver the full review even if the plan is thin. Where detail is missing, infer the most likely version from context and the domain, and mark inferred assumptions as *(assumed — confirm)*. Never refuse for lack of detail and never leave bracketed placeholders.
|
|
8
|
+
|
|
9
|
+
## Input
|
|
10
|
+
|
|
11
|
+
The plan/strategy/PRD/launch to stress-test, plus (if given) the goal, audience, timeline, and constraints. If the objective isn't stated, infer it and say so.
|
|
12
|
+
|
|
13
|
+
## Output Structure
|
|
14
|
+
|
|
15
|
+
### 1. What I'm reviewing
|
|
16
|
+
One-sentence restatement of the plan and the outcome it's betting on. (If you had to infer the objective, say so.)
|
|
17
|
+
|
|
18
|
+
### 2. The room — persona critiques
|
|
19
|
+
Channel each persona in their own voice. For each: their single sharpest challenge + the one question the plan must answer. Pick the 5–6 most relevant of:
|
|
20
|
+
|
|
21
|
+
- **🧮 The skeptical CFO** — ROI, cost, opportunity cost, "what do we stop doing?"
|
|
22
|
+
- **😤 The churned customer** — why this won't change their mind / solve their real problem.
|
|
23
|
+
- **🛠️ The staff engineer** — feasibility, hidden complexity, what breaks at scale, the unsexy work being hand-waved.
|
|
24
|
+
- **🏴 The competitor** — how a rival neutralises or out-positions this, and the response that isn't planned for.
|
|
25
|
+
- **⚖️ Legal / security / compliance** — the risk that turns this into an incident.
|
|
26
|
+
- **📉 The data realist** — which assumed number is doing all the work, and what happens if it's half as good.
|
|
27
|
+
- **🧭 The exec sponsor** — "why now, why us, and why isn't this just a feature?"
|
|
28
|
+
|
|
29
|
+
### 3. Top blind spots (ranked)
|
|
30
|
+
The 3–5 most dangerous gaps, ordered by **likelihood × impact**. For each: the risk, why it's easy to miss, and an early-warning signal that it's happening.
|
|
31
|
+
|
|
32
|
+
### 4. Pre-mortem
|
|
33
|
+
"It's 12 months later and this failed. Write the post-mortem headline." Give the 2–3 most plausible failure narratives in one or two sentences each.
|
|
34
|
+
|
|
35
|
+
### 5. Make it bulletproof
|
|
36
|
+
The specific, prioritised changes that would most reduce risk — what to add, cut, de-risk, or test first. Separate **do before committing** from **monitor after launch**.
|
|
37
|
+
|
|
38
|
+
## Tone Guidelines
|
|
39
|
+
|
|
40
|
+
- Be specific and fair, not contrarian for its own right — every critique names a concrete failure mode, not a vibe.
|
|
41
|
+
- Attack the plan, not the person. End on how to strengthen it.
|
|
42
|
+
- Prioritise ruthlessly: one fatal flaw beats ten nitpicks.
|
|
43
|
+
|
|
44
|
+
## Quality Checks
|
|
45
|
+
|
|
46
|
+
- [ ] Each persona raises a *distinct*, specific challenge (no overlap, no generic "have you considered…")
|
|
47
|
+
- [ ] The top-risks list is ranked by likelihood × impact, not listed flat
|
|
48
|
+
- [ ] The pre-mortem names plausible, concrete failure narratives
|
|
49
|
+
- [ ] Every major risk has at least one recommended fix or test
|
|
50
|
+
- [ ] The single most dangerous assumption is explicitly called out
|
|
51
|
+
|
|
52
|
+
## Anti-Patterns
|
|
53
|
+
|
|
54
|
+
- [ ] Do not produce vague, generic objections ("it might be risky") — name the specific failure mode and trigger
|
|
55
|
+
- [ ] Do not only criticise — every review must end with concrete, prioritised ways to strengthen the plan
|
|
56
|
+
- [ ] Do not give all personas the same critique reworded — each lens must find something the others miss
|
|
57
|
+
- [ ] Do not soften the most dangerous risk to be polite — surface it first and plainly
|
|
58
|
+
- [ ] Do not invent facts about the plan — infer plausibly and label assumptions as *(assumed)*
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# A/B Test Readout Skill
|
|
2
|
+
|
|
3
|
+
The hard part of an experiment is the readout: not "B won" but "is this real, is it big enough to matter, and should we ship?" This skill turns results into an honest decision — and flags the ways A/B results lie.
|
|
4
|
+
|
|
5
|
+
## Working from a brief
|
|
6
|
+
|
|
7
|
+
Given results (even partial), **write the full readout anyway**. If significance isn't provided, reason about it from the numbers and flag what's needed to confirm. Mark assumed figures. Never declare a winner without addressing significance and sample.
|
|
8
|
+
|
|
9
|
+
## Required Inputs
|
|
10
|
+
|
|
11
|
+
Ask for (if not already provided):
|
|
12
|
+
- **The hypothesis** and the **primary metric**
|
|
13
|
+
- **Results** — control vs variant: conversions/rate, sample size per arm, duration
|
|
14
|
+
- **Guardrail metrics** (revenue, retention, latency, complaints) that mustn't regress
|
|
15
|
+
- **Pre-registered decision rule** (what would count as a win) if one exists
|
|
16
|
+
|
|
17
|
+
## Output Format
|
|
18
|
+
|
|
19
|
+
### 1. Verdict (one line)
|
|
20
|
+
*Ship / Don't ship / Inconclusive — keep running* — with the headline number.
|
|
21
|
+
|
|
22
|
+
### 2. The result
|
|
23
|
+
|
|
24
|
+
| Metric | Control | Variant | Relative lift | Significant? |
|
|
25
|
+
|---|---|---|---|---|
|
|
26
|
+
| Primary | | | | p / CI |
|
|
27
|
+
| Guardrail(s) | | | | |
|
|
28
|
+
|
|
29
|
+
State **statistical** significance (p-value / confidence interval) *and* **practical** significance (is the lift big enough to matter given the cost?).
|
|
30
|
+
|
|
31
|
+
### 3. Did it really win?
|
|
32
|
+
Address the ways A/B tests mislead:
|
|
33
|
+
- **Sample / power** — was the test adequately powered, or under-sampled?
|
|
34
|
+
- **Peeking** — was the call made early, inflating false positives?
|
|
35
|
+
- **Novelty / primacy** — could the effect fade?
|
|
36
|
+
- **Segments** — does the win hold across key segments, or is it driven by one?
|
|
37
|
+
|
|
38
|
+
### 4. Segment cuts
|
|
39
|
+
Where the effect is strong vs flat vs negative (new vs returning, platform, geography).
|
|
40
|
+
|
|
41
|
+
### 5. Recommendation & next step
|
|
42
|
+
Ship / iterate / re-run, plus what to monitor post-launch or what the follow-up test should isolate.
|
|
43
|
+
|
|
44
|
+
## Quality Checks
|
|
45
|
+
|
|
46
|
+
- [ ] Distinguishes statistical from practical significance
|
|
47
|
+
- [ ] Checks guardrail metrics, not just the primary
|
|
48
|
+
- [ ] Flags peeking, power, novelty, and segment-driven wins
|
|
49
|
+
- [ ] Recommendation follows from the evidence, with a monitoring/next-test step
|
|
50
|
+
- [ ] Doesn't declare a winner on an underpowered or peeked result
|
|
51
|
+
|
|
52
|
+
## Anti-Patterns
|
|
53
|
+
|
|
54
|
+
- "B won by 8%!" with no significance or sample size
|
|
55
|
+
- Calling a result early (peeking) and shipping
|
|
56
|
+
- Ignoring a guardrail regression because the primary went up
|
|
57
|
+
- A statistically significant but practically meaningless lift treated as a win
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Data Quality Audit Skill
|
|
2
|
+
|
|
3
|
+
Bad analysis usually starts with bad data nobody checked. This skill audits a dataset across the dimensions that matter, names the specific issues (and the exact check to confirm each), and prioritises fixes by how much they distort the answer.
|
|
4
|
+
|
|
5
|
+
## Working from a brief
|
|
6
|
+
|
|
7
|
+
Given a dataset description, sample rows, or a schema, **produce the full audit anyway** — infer the likely issues for that kind of data and give the concrete check (SQL/pandas-style) to verify each. If given actual data, ground the findings in it. Never just say "check for errors"; specify them.
|
|
8
|
+
|
|
9
|
+
## Required Inputs
|
|
10
|
+
|
|
11
|
+
Ask for (if not already provided):
|
|
12
|
+
- **The dataset** — schema, a sample, or a description (what each column is, the grain)
|
|
13
|
+
- **What it'll be used for** (the analysis/decision it feeds — focuses the audit)
|
|
14
|
+
- **Source & freshness** (where it comes from, how often it updates)
|
|
15
|
+
- **Known issues** the user already suspects
|
|
16
|
+
|
|
17
|
+
## Output Format
|
|
18
|
+
|
|
19
|
+
### 1. Summary
|
|
20
|
+
Overall read (🟢 usable / 🟡 fix-first / 🔴 don't trust yet) and the one issue most likely to mislead.
|
|
21
|
+
|
|
22
|
+
### 2. Quality scorecard
|
|
23
|
+
|
|
24
|
+
| Dimension | Check | Finding | Severity |
|
|
25
|
+
|---|---|---|---|
|
|
26
|
+
| Completeness | nulls / missing per key column | | |
|
|
27
|
+
| Uniqueness | duplicate rows / keys | | |
|
|
28
|
+
| Validity | type, format, range, allowed values | | |
|
|
29
|
+
| Consistency | cross-field & cross-table agreement | | |
|
|
30
|
+
| Accuracy | sanity vs known totals / reality | | |
|
|
31
|
+
| Timeliness | freshness, gaps in the time series | | |
|
|
32
|
+
|
|
33
|
+
### 3. Specific issues
|
|
34
|
+
For each real issue: what it is, **the check to confirm it** (a concrete query/snippet), why it matters for the intended use, and severity.
|
|
35
|
+
|
|
36
|
+
### 4. Fix plan (prioritised)
|
|
37
|
+
Ordered by impact-on-the-decision: what to fix first, how (drop / impute / dedupe / cast / clamp / re-source), and what to flag rather than fix.
|
|
38
|
+
|
|
39
|
+
### 5. Guardrails
|
|
40
|
+
2–3 automated checks to add so these issues get caught next time (e.g. a not-null assertion, a row-count delta alarm, an allowed-values test).
|
|
41
|
+
|
|
42
|
+
## Quality Checks
|
|
43
|
+
|
|
44
|
+
- [ ] Covers all six dimensions, not just missing values
|
|
45
|
+
- [ ] Each issue comes with a concrete check to confirm it, not just a label
|
|
46
|
+
- [ ] Severity is judged against the intended use of the data
|
|
47
|
+
- [ ] Fix plan is prioritised by impact and says fix-vs-flag
|
|
48
|
+
- [ ] Recommends guardrails to prevent recurrence
|
|
49
|
+
|
|
50
|
+
## Anti-Patterns
|
|
51
|
+
|
|
52
|
+
- Only checking for nulls and calling it done
|
|
53
|
+
- "Clean your data" with no specific issues or checks
|
|
54
|
+
- Treating all issues as equally severe regardless of the decision
|
|
55
|
+
- Fixing data silently with no record of what was changed
|