PM Skills 团队工作流使用指南

这页说明已经把开源 pm-skills 项目装进 zhctprompt:团队成员可以复制整套产品经理工作流,用它快速出 PRD、做战略跨步、用户研究、数据分析、技术分析、增长策略和上线检查。

9 个 PM 插件68 个可安装 skill42 个上游 command 工作流Codex 自然语言触发Claude command 源文件保留

1. 这是什么

pm-skills 是一套产品管理方法论插件市场。它把产品发现、战略、执行、市场研究、数据分析、GTM、增长、PM 工具箱和 AI 应用上线检查拆成可复用的 skills 和工作流。

本次集成不是只写说明,而是把完整源包和可安装 skill 都放进了 zhctprompt。以后同事拉取本项目后,运行项目 skill 安装脚本,就能把这些能力复制到自己的本地 Codex skill 目录。

团队使用原则:PM Skills 负责给出产品经理结构化框架;真实客户证据、系统证据、上线门禁、价格承诺、安全结论和交付验收,仍然必须遵守 zhctprompt 的证据等级和人工 review 规则。

2. 已经装到哪里

资产路径用途
完整上游源包standards-stack/agent-skills/upstream/pm-skills/保留 marketplace、plugin.json、README、skills、commands,方便追溯和复制给 Claude/Cowork。
Codex 可安装 skillsstandards-stack/agent-skills/skills/pm-*从上游 68 个 skill 转成项目 skill,目录名和 frontmatter name 已加前缀,避免冲突。
团队路由 skillstandards-stack/agent-skills/skills/pm-skills-team-workflow-router/SKILL.md当同事说“快速 PRD / 战略 / 用户研究 / 增长 / 上线检查”时,先用它选择正确 PM 工作流。
导入证据work/2026-06-11-pm-skills-team-workflow/保存来源、导入清单、commands 清单和本次集成摘要。

3. 同事怎么安装

在自己的电脑拉取或更新 zhctprompt 后,进入项目根目录运行:

cd zhctprompt
bash standards-stack/agent-skills/scripts/install_project_skills_to_codex.sh --dry-run
bash standards-stack/agent-skills/scripts/install_project_skills_to_codex.sh

脚本只会复制 standards-stack/agent-skills/skills/ 到本机 ~/.codex/skills/。它不会复制个人记忆、连接器、token、cookie、浏览器 profile 或整个 ~/.codex

注意:本次导入后项目 skill 数量会增加 69 个:68 个 PM imported skills,加 1 个 PM 路由 skill。第一次安装前建议先跑 --dry-run 看复制清单。

4. 在 Codex 里怎么触发

Codex 不直接执行 Claude 的 /slash command,所以团队成员用自然语言触发。最稳的写法是明确说“用 PM Skills 的某个流程”,并给出业务上下文、来源资料、期望输出和验收标准。

请用 PM Skills 的 PRD 流程,针对下面需求快速出一版 PRD。
上下文:...
需求原文:...
目标用户:...
期望输出:PRD、用户故事、验收标准、风险和上线检查。
请区分已确认事实、推断和待补证据。
请用 PM Skills 做一次产品战略跨步。
先做 strategy canvas,再补 SWOT、PESTLE、Porter、Ansoff。
最后输出:战略判断、目标客户、差异化、30 天验证动作、证据缺口。

5. 高频场景:直接复制这些说法

场景推荐 PM route应该产出什么可以怎么说
快速出 PRDpm-execution-write-prd + pm-product-discovery-identify-assumptions-*PRD、用户故事、验收标准、风险、上线检查请用 PM Skills 的 PRD 流程,针对下面需求快速出一版 PRD;先澄清目标和非目标,再写用户、场景、范围、验收标准、风险和上线检查。
快速战略跨步pm-product-strategy-product-strategy + swot/pestle/porters/ansoff战略画布、商业模式、差异化、30 天验证动作、证据缺口请用 PM Skills 做一次产品战略跨步:strategy canvas + SWOT + PESTLE + Porter + Ansoff,最后输出证据缺口和 30 天验证计划。
用户研究pm-product-discovery-interview-script + pm-product-discovery-summarize-interview + pm-market-research-user-personas访谈脚本、访谈总结、JTBD、persona、待验证假设请用 PM Skills 做用户研究:先给访谈脚本,再告诉我怎么总结访谈和生成 persona。
竞品/市场研究pm-market-research-competitive-analysis + pm-product-strategy-porters-five-forces + pm-product-strategy-ansoff-matrix竞品地图、市场机会、竞争壁垒、下一步调研清单请用 PM Skills 做竞品和市场研究,输出竞品对比、Porter 五力、Ansoff 增长方向和证据缺口。
技术分析 / AI 上线检查pm-ai-shipping-document-vibe-coded-app + audit-security + audit-performance + map-test-coverage意图文档、测试覆盖、安全/性能缺口、ship packet、blocker请用 PM Skills 的 AI Shipping Kit 检查这个应用:文档化意图,映射测试覆盖,做安全和性能审查,输出上线检查包。
增长策略 / GTMpm-go-to-market-gtm-strategy + growth-loops + pm-marketing-growth-positioning + north-star-metricICP、beachhead、GTM motion、增长循环、北极星指标、渠道验证动作请用 PM Skills 做 GTM 和增长策略:定义 ICP、beachhead、增长循环、定位和 North Star,并给 2 周验证计划。
数据分析pm-data-analytics-sql-queries + pm-data-analytics-cohort-analysis + pm-data-analytics-ab-test-analysisSQL、cohort/retention、A/B test ship/extend/stop 建议、隐私/数据缺口请用 PM Skills 的 pm-data-analytics 做数据分析:自然语言转 SQL、留存/cohort、A/B 测试分析;/analyze-test 要判断 ship、extend 还是 stop。

6. 九个插件分别管什么

pm-ai-shipping

AI Shipping Kit — for PMs and founders accountable for AI-built code. Document a vibe-coded app, audit it for intended-vs-implemented security gaps and performance issues, and produce a reviewer-ready shipping packet.

Skills: 2 · Commands: 5

pm-data-analytics

Data analytics skills for PMs: natural-language to SQL, cohort/retention analysis, and A/B test analysis with ship/extend/stop recommendations.

Skills: 3 · Commands: 3

pm-execution

Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.

Skills: 16 · Commands: 11

pm-go-to-market

Go-to-market skills for PMs: GTM strategy, growth loops, GTM motions, beachhead segments, and ideal customer profiles.

Skills: 6 · Commands: 3

pm-market-research

Market research skills for PMs: user personas, market segmentation, sentiment analysis, and competitive analysis.

Skills: 7 · Commands: 3

pm-marketing-growth

Product marketing and growth skills: marketing ideas, value proposition statements, North Star metrics, product naming, and positioning.

Skills: 5 · Commands: 2

pm-product-discovery

Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.

Skills: 13 · Commands: 5

pm-product-strategy

Product strategy skills for PMs: vision, strategy canvas, value propositions, lean canvas, business model canvas, SWOT, PESTLE, Ansoff Matrix, Porter's Five Forces, and monetization.

Skills: 12 · Commands: 5

pm-toolkit

PM utility skills: resume review, NDA drafting, privacy policy generation, and grammar/flow checking. Essential tools for product managers beyond core product work.

Skills: 4 · Commands: 5

7. 上游 command 工作流怎么用

Claude Code / Cowork 可以使用上游 /discover/write-prd 等 command。Codex 里不要直接输入 slash command 当作系统命令,而是读取 command 文件,把它翻译成自然语言步骤。

Command插件用途源文件
/derive-testspm-ai-shippingTurn documented intent into a test-coverage map — inventory the tests that exist today, derive use-case cases from the system docs, separate existing coverage from proposed tests and unverified gaps, mark each unit / guarded-live / manual, and recommend a green-before-merge CI gatestandards-stack/agent-skills/upstream/pm-skills/pm-ai-shipping/commands/derive-tests.md
/document-apppm-ai-shippingReverse-engineer an AI-built codebase into the system documents reviewers and auditors need — a core set (architecture, flows, permissions, variables) plus conditional docs (emails, cron, SEO, automation) when they applystandards-stack/agent-skills/upstream/pm-skills/pm-ai-shipping/commands/document-app.md
/performance-audit-staticpm-ai-shippingStatic performance audit of AI-built code — find over-fetching, missing indexes, and caching opportunities, ranked by effort and impactstandards-stack/agent-skills/upstream/pm-skills/pm-ai-shipping/commands/performance-audit-static.md
/security-audit-staticpm-ai-shippingStatic security audit of AI-built code — map trust boundaries, cross-reference documented intent, self-refute every finding, and report only evidence-backed risksstandards-stack/agent-skills/upstream/pm-skills/pm-ai-shipping/commands/security-audit-static.md
/ship-checkpm-ai-shippingTurn a vibe-coded repo into a reviewer-ready shipping packet — document the app, wire agent context, run security and performance audits, map test coverage, and compile the resultsstandards-stack/agent-skills/upstream/pm-skills/pm-ai-shipping/commands/ship-check.md
/analyze-cohortspm-data-analyticsPerform cohort analysis on user data — retention curves, feature adoption, and engagement trendsstandards-stack/agent-skills/upstream/pm-skills/pm-data-analytics/commands/analyze-cohorts.md
/analyze-testpm-data-analyticsAnalyze A/B test results — statistical significance, sample size validation, and ship/extend/stop recommendationsstandards-stack/agent-skills/upstream/pm-skills/pm-data-analytics/commands/analyze-test.md
/write-querypm-data-analyticsGenerate SQL queries from natural language — supports BigQuery, PostgreSQL, MySQL, and morestandards-stack/agent-skills/upstream/pm-skills/pm-data-analytics/commands/write-query.md
/generate-datapm-executionGenerate realistic dummy datasets for testing — CSV, JSON, SQL inserts, or Python scriptsstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/generate-data.md
/meeting-notespm-executionSummarize a meeting transcript into structured notes with decisions, action items, and follow-upsstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/meeting-notes.md
/plan-okrspm-executionBrainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key resultsstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/plan-okrs.md
/pre-mortempm-executionRun a pre-mortem risk analysis on a PRD, launch plan, or feature — identify what could go wrong before it doesstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/pre-mortem.md
/red-team-prdpm-executionRed-team a PRD, roadmap, or strategy — attack its load-bearing assumptions and return the cheapest test for each before you commitstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/red-team-prd.md
/sprintpm-executionSprint lifecycle — plan a sprint, run a retrospective, or generate release notesstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/sprint.md
/stakeholder-mappm-executionMap stakeholders on a Power × Interest grid and create a tailored communication planstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/stakeholder-map.md
/test-scenariospm-executionGenerate comprehensive test scenarios from user stories or feature specs — happy paths, edge cases, and error handlingstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/test-scenarios.md
/transform-roadmappm-executionConvert a feature-based roadmap into an outcome-focused roadmap that communicates strategic intentstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/transform-roadmap.md
/write-prdpm-executionCreate a comprehensive Product Requirements Document from a feature idea or problem statementstandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/write-prd.md
/write-storiespm-executionBreak a feature into backlog items — user stories, job stories, or WWA format with acceptance criteriastandards-stack/agent-skills/upstream/pm-skills/pm-execution/commands/write-stories.md
/battlecardpm-go-to-marketCreate a sales-ready competitive battlecard — positioning, feature comparison, objection handling, and win strategiesstandards-stack/agent-skills/upstream/pm-skills/pm-go-to-market/commands/battlecard.md
/growth-strategypm-go-to-marketDesign sustainable growth mechanisms — growth loops and GTM motions for product-led and sales-led strategiesstandards-stack/agent-skills/upstream/pm-skills/pm-go-to-market/commands/growth-strategy.md
/plan-launchpm-go-to-marketCreate a full go-to-market strategy — beachhead segment, ICP, messaging, channels, and launch planstandards-stack/agent-skills/upstream/pm-skills/pm-go-to-market/commands/plan-launch.md
/analyze-feedbackpm-market-researchAnalyze user feedback at scale — sentiment analysis, theme extraction, and segment-level insightsstandards-stack/agent-skills/upstream/pm-skills/pm-market-research/commands/analyze-feedback.md
/competitive-analysispm-market-researchAnalyze the competitive landscape — identify competitors, compare strengths and weaknesses, find differentiation opportunitiesstandards-stack/agent-skills/upstream/pm-skills/pm-market-research/commands/competitive-analysis.md
/research-userspm-market-researchComprehensive user research — build personas, segment users, and map the customer journey from research datastandards-stack/agent-skills/upstream/pm-skills/pm-market-research/commands/research-users.md
/market-productpm-marketing-growthBrainstorm marketing ideas, positioning, value prop statements, and product names — creative marketing toolkitstandards-stack/agent-skills/upstream/pm-skills/pm-marketing-growth/commands/market-product.md
/north-starpm-marketing-growthDefine your North Star Metric and supporting input metrics — classify the business game and validate against best practicesstandards-stack/agent-skills/upstream/pm-skills/pm-marketing-growth/commands/north-star.md
/brainstormpm-product-discoveryBrainstorm product ideas or experiments from PM, Designer, and Engineer perspectives — for existing or new productsstandards-stack/agent-skills/upstream/pm-skills/pm-product-discovery/commands/brainstorm.md
/discoverpm-product-discoveryRun a full product discovery cycle — from ideation through assumption mapping to experiment designstandards-stack/agent-skills/upstream/pm-skills/pm-product-discovery/commands/discover.md
/interviewpm-product-discoveryPrepare a customer interview script or summarize an interview transcript into structured insightsstandards-stack/agent-skills/upstream/pm-skills/pm-product-discovery/commands/interview.md
/setup-metricspm-product-discoveryDesign a product metrics dashboard with North Star metric, input metrics, health metrics, and alert thresholdsstandards-stack/agent-skills/upstream/pm-skills/pm-product-discovery/commands/setup-metrics.md
/triage-requestspm-product-discoveryAnalyze, categorize, and prioritize a batch of feature requests from customers or stakeholdersstandards-stack/agent-skills/upstream/pm-skills/pm-product-discovery/commands/triage-requests.md
/business-modelpm-product-strategyExplore business models using Lean Canvas, Business Model Canvas, Startup Canvas, or Value Proposition frameworksstandards-stack/agent-skills/upstream/pm-skills/pm-product-strategy/commands/business-model.md
/market-scanpm-product-strategyComprehensive macro environment analysis — SWOT, PESTLE, Porter's Five Forces, and Ansoff Matrix in one scanstandards-stack/agent-skills/upstream/pm-skills/pm-product-strategy/commands/market-scan.md
/pricingpm-product-strategyDesign a pricing strategy — models, competitive analysis, willingness-to-pay estimation, and pricing experimentsstandards-stack/agent-skills/upstream/pm-skills/pm-product-strategy/commands/pricing.md
/strategypm-product-strategyCreate a comprehensive product strategy using the 9-section Strategy Canvas — from vision to defensibilitystandards-stack/agent-skills/upstream/pm-skills/pm-product-strategy/commands/strategy.md
/value-propositionpm-product-strategyDesign a value proposition using the 6-part JTBD template — Who, Why, What before, How, What after, Alternativesstandards-stack/agent-skills/upstream/pm-skills/pm-product-strategy/commands/value-proposition.md
/draft-ndapm-toolkitDraft a Non-Disclosure Agreement between two parties with jurisdiction-appropriate clausesstandards-stack/agent-skills/upstream/pm-skills/pm-toolkit/commands/draft-nda.md
/privacy-policypm-toolkitDraft a privacy policy covering data collection, usage, storage, and compliance requirementsstandards-stack/agent-skills/upstream/pm-skills/pm-toolkit/commands/privacy-policy.md
/proofreadpm-toolkitCheck grammar, logic, and flow in any text — targeted fixes without rewritingstandards-stack/agent-skills/upstream/pm-skills/pm-toolkit/commands/proofread.md
/review-resumepm-toolkitComprehensive PM resume review against 10 best practices — structure, impact metrics, keywords, and actionable feedbackstandards-stack/agent-skills/upstream/pm-skills/pm-toolkit/commands/review-resume.md
/tailor-resumepm-toolkitTailor a PM resume to a specific job description — keyword alignment, experience reframing, and strategic optimizationstandards-stack/agent-skills/upstream/pm-skills/pm-toolkit/commands/tailor-resume.md

8. 全量导入 skill 速查

所有导入 skill 都加了 pm- 前缀,防止和本项目已有 skill 冲突。日常不需要背全名,先说业务场景,让 pm-skills-team-workflow-router 选择即可。

插件导入后的 skill 名原始说明
pm-ai-shippingpm-ai-shipping-intended-vs-implementedThe method for finding the gap between what a system is supposed to do and what the code actually does — the class of bug generic scanners miss because they have no model of intent. Defines what counts as documented intent, what counts as implementation evidence, which mismatches matter, and how to avoid hand-wavy findings. Use when auditing AI-built code, reviewing access control against documented permissions, or checking whether a codebase matches its own documentation.
pm-ai-shippingpm-ai-shipping-shipping-artifactsThe durable documentation set that makes an AI-built (vibe-coded) app reviewable before shipping. A small core every app needs — architecture, user/permission flows, permissions, variables/secrets, and a test-coverage map — plus conditional docs added only when they apply: emails, scheduled work, SEO, and embedded agents/automation. Defines what each doc must capture and how a reviewer or auditor uses it. Use when documenting a codebase for handoff, mapping user journeys and trust-boundary crossings, planning test coverage, or preparing for a security or performance audit.
pm-data-analyticspm-data-analytics-ab-test-analysisAnalyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.
pm-data-analyticspm-data-analytics-cohort-analysisPerform cohort analysis on user engagement data — retention curves, feature adoption trends, and segment-level insights. Use when analyzing user retention by cohort, studying feature adoption over time, investigating churn patterns, or identifying engagement trends.
pm-data-analyticspm-data-analytics-sql-queriesGenerate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions into queries.
pm-executionpm-execution-brainstorm-okrsBrainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results. Use when setting quarterly OKRs, aligning team goals with company strategy, drafting objectives, or learning how to write effective OKRs.
pm-executionpm-execution-create-prdCreate a Product Requirements Document using a comprehensive 8-section template covering problem, objectives, segments, value propositions, solution, and release planning. Use when writing a PRD, documenting product requirements, preparing a feature spec, or reviewing an existing PRD.
pm-executionpm-execution-dummy-datasetGenerate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Use when creating test data, building mock datasets, or generating sample data for development and demos.
pm-executionpm-execution-job-storiesCreate job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format with detailed acceptance criteria. Use when writing job stories, creating JTBD-style backlog items, or expressing user situations and motivations.
pm-executionpm-execution-outcome-roadmapTransform an output-focused roadmap into an outcome-focused one that communicates strategic intent. Rewrites initiatives as outcome statements reflecting user and business impacts. Use when shifting to outcome roadmaps, making a roadmap more strategic, or rewriting feature lists as outcomes.
pm-executionpm-execution-pre-mortemRun a pre-mortem risk analysis on a PRD or launch plan. Categorizes risks as Tigers (real problems), Paper Tigers (overblown concerns), and Elephants (unspoken worries), then classifies as launch-blocking, fast-follow, or track. Use when preparing for launch, stress-testing a product plan, or identifying what could go wrong.
pm-executionpm-execution-prioritization-frameworksReference guide to 9 prioritization frameworks with formulas, when-to-use guidance, and templates — RICE, ICE, Kano, MoSCoW, Opportunity Score, and more. Use when selecting a prioritization method, comparing frameworks like RICE vs ICE, or learning how different prioritization approaches work.
pm-executionpm-execution-release-notesGenerate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.
pm-executionpm-execution-retroFacilitate a structured sprint retrospective — what went well, what didn't, and prioritized action items with owners and deadlines. Use when running a retrospective, reflecting on a sprint, creating action items from team feedback, or learning how to run effective retros.
pm-executionpm-execution-sprint-planPlan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity.
pm-executionpm-execution-stakeholder-mapBuild a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement.
pm-executionpm-execution-strategy-red-teamRed-team a PRD, roadmap, or strategy by attacking its load-bearing assumptions before reality does. Steelmans then attacks each claim, ranks failure modes by impact × likelihood × cheapness-to-test, and returns the cheapest test and kill criteria for each. Use when stress-testing a plan, pressure-testing a strategy, challenging assumptions, or preparing a doc for executive review.
pm-executionpm-execution-summarize-meetingSummarize a meeting transcript into structured notes with date, participants, topic, key decisions, summary points, and action items. Use when processing meeting recordings, creating meeting notes, writing meeting minutes, or recapping discussions.
pm-executionpm-execution-test-scenariosCreate comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes. Use when writing QA test cases, creating test plans, defining acceptance tests, or preparing for feature validation.
pm-executionpm-execution-user-storiesCreate user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria with descriptions, design links, and acceptance criteria. Use when writing user stories, breaking down features into backlog items, or defining acceptance criteria.
pm-executionpm-execution-wwasCreate product backlog items in Why-What-Acceptance format — independent, valuable, testable items with strategic context. Use when writing structured backlog items, breaking features into work items, or using the WWA format.
pm-go-to-marketpm-go-to-market-beachhead-segmentIdentify the first beachhead market segment for a product launch. Evaluates segments against burning pain, willingness to pay, winnable market share, and referral potential. Use when choosing a first market, targeting an initial customer segment, or planning market entry strategy.
pm-go-to-marketpm-go-to-market-competitive-battlecardCreate sales-ready competitive battlecards comparing your product against a specific competitor — positioning, feature comparison, objection handling, and win/loss patterns. Use when preparing sales teams, creating competitive materials, or responding to 'why not competitor X?
pm-go-to-marketpm-go-to-market-growth-loopsIdentify growth loops (flywheels) for sustainable traction. Evaluates 5 loop types: Viral, Usage, Collaboration, User-Generated, and Referral. Use when designing growth mechanisms, building product-led traction, or understanding how growth loops work.
pm-go-to-marketpm-go-to-market-gtm-motionsIdentify the best GTM motions and tools across 7 motion types: Inbound, Outbound, Paid Digital, Community, Partners, ABM, and PLG. Use when selecting marketing channels, choosing between inbound and outbound strategy, or planning cross-channel campaigns.
pm-go-to-marketpm-go-to-market-gtm-strategyCreate a go-to-market strategy covering marketing channels, messaging, success metrics, and launch timeline. Use when planning a product launch, creating a GTM plan from scratch, or defining a launch strategy for a new market.
pm-go-to-marketpm-go-to-market-ideal-customer-profileIdentify the Ideal Customer Profile (ICP) from research data with demographics, behaviors, JTBD, and needs. Use when defining your ICP, analyzing PMF survey data, or understanding who your best customers are.
pm-market-researchpm-market-research-competitor-analysisAnalyze competitors with strengths, weaknesses, and differentiation opportunities. Identifies direct competitors and maps the competitive landscape. Use when doing competitive research, preparing a competitive brief, or finding differentiation opportunities.
pm-market-researchpm-market-research-customer-journey-mapCreate an end-to-end customer journey map with stages, touchpoints, emotions, pain points, and opportunities. Use when mapping the customer experience, identifying friction points, improving onboarding, or visualizing the user journey.
pm-market-researchpm-market-research-market-segmentsIdentify 3-5 potential customer segments with demographics, JTBD, and product fit analysis. Use when exploring market segments, identifying target audiences, evaluating new markets, or learning how to segment a market.
pm-market-researchpm-market-research-market-sizingEstimate market size using TAM, SAM, and SOM with top-down and bottom-up approaches. Use when sizing a market opportunity, estimating addressable market, preparing for investor pitches, or evaluating market entry.
pm-market-researchpm-market-research-sentiment-analysisAnalyze user feedback data to identify segments with sentiment scores, JTBD, and product satisfaction insights. Use when analyzing user feedback at scale, running sentiment analysis on reviews or surveys, or identifying satisfaction patterns.
pm-market-researchpm-market-research-user-personasCreate refined user personas from research data — 3 personas with JTBD, pains, gains, and unexpected insights. Use when building personas from survey data, creating user profiles from research, or segmenting users for product decisions.
pm-market-researchpm-market-research-user-segmentationSegment users from feedback data based on behavior, JTBD, and needs. Identifies at least 3 distinct user segments. Use when segmenting a user base, analyzing diverse user feedback, or building a segmentation model.
pm-marketing-growthpm-marketing-growth-marketing-ideasGenerate 5 creative, cost-effective marketing ideas with channels, messaging, and engagement rationale. Use when brainstorming marketing campaigns, planning product promotion, or looking for creative marketing tactics.
pm-marketing-growthpm-marketing-growth-north-star-metricDefine a North Star Metric and 3-5 supporting input metrics that form a metrics constellation. Classify the business game (Attention, Transaction, Productivity) and validate against 7 criteria for an effective North Star. Use when choosing a North Star Metric, setting up a metrics framework, learning about the North Star Framework, or deciding what to measure.
pm-marketing-growthpm-marketing-growth-positioning-ideasBrainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy.
pm-marketing-growthpm-marketing-growth-product-nameBrainstorm 5 unique, memorable product names with rationale aligned to brand values and target audience. Use when naming a new product, rebranding, or exploring product name ideas.
pm-marketing-growthpm-marketing-growth-value-prop-statementsGenerate value proposition statements for marketing, sales, and onboarding from existing value propositions. Use when writing marketing copy, creating sales messaging, or crafting onboarding messages.
pm-product-discoverypm-product-discovery-analyze-feature-requestsAnalyze and prioritize a list of feature requests by theme, strategic alignment, impact, effort, and risk. Use when reviewing customer feature requests, triaging a backlog, or making prioritization decisions.
pm-product-discoverypm-product-discovery-brainstorm-experiments-existingDesign experiments to test assumptions for an existing product — prototypes, A/B tests, spikes, and other low-effort validation methods. Use when validating assumptions, testing feature ideas cheaply, or planning product experiments.
pm-product-discoverypm-product-discovery-brainstorm-experiments-newDesign lean startup experiments (pretotypes) for a new product. Creates XYZ hypotheses and suggests low-effort validation methods like landing pages, explainer videos, and pre-orders. Use when validating a new product idea, creating pretotypes, or testing market demand.
pm-product-discoverypm-product-discovery-brainstorm-ideas-existingBrainstorm product ideas for an existing product using multi-perspective ideation from PM, Designer, and Engineer viewpoints. Use when generating new feature ideas, brainstorming solutions for an identified opportunity, or ideating with a product trio.
pm-product-discoverypm-product-discovery-brainstorm-ideas-newBrainstorm feature ideas for a new product in initial discovery from PM, Designer, and Engineer perspectives. Use when starting product discovery for a new product, exploring features for a startup idea, or doing initial ideation.
pm-product-discoverypm-product-discovery-identify-assumptions-existingIdentify risky assumptions for a feature idea in an existing product across Value, Usability, Viability, and Feasibility. Uses multi-perspective devil's advocate thinking. Use when stress-testing a feature idea, doing risk assessment, or preparing for assumption mapping.
pm-product-discoverypm-product-discovery-identify-assumptions-newIdentify risky assumptions for a new product idea across 8 risk categories including Go-to-Market, Strategy, and Team. Use when evaluating startup risks, assessing a new product concept, or mapping assumptions for a new venture.
pm-product-discoverypm-product-discovery-interview-scriptCreate a structured customer interview script with JTBD probing questions, warm-up, core exploration, and wrap-up sections. Follows The Mom Test principles — no leading questions, no pitching, focus on past behavior. Use when preparing for user interviews, creating interview guides, or planning discovery research.
pm-product-discoverypm-product-discovery-metrics-dashboardDefine and design a product metrics dashboard with key metrics, data sources, visualization types, and alert thresholds. Use when creating a metrics dashboard, defining KPIs, setting up product analytics, or building a data monitoring plan.
pm-product-discoverypm-product-discovery-opportunity-solution-treeBuild an Opportunity Solution Tree (OST) to structure product discovery — map a desired outcome to opportunities, solutions, and experiments. Based on Teresa Torres' Continuous Discovery Habits. Use when structuring discovery work, mapping opportunities to solutions, or deciding what to build next.
pm-product-discoverypm-product-discovery-prioritize-assumptionsPrioritize assumptions using an Impact × Risk matrix and suggest experiments for each. Use when triaging a list of assumptions, deciding what to test first, or applying the assumption prioritization canvas.
pm-product-discoverypm-product-discovery-prioritize-featuresPrioritize a backlog of feature ideas based on impact, effort, risk, and strategic alignment with top 5 recommendations. Use when prioritizing a feature backlog, making scope decisions, or ranking product ideas.
pm-product-discoverypm-product-discovery-summarize-interviewSummarize a customer interview transcript into a structured template with JTBD, satisfaction signals, and action items. Use when processing interview recordings or transcripts, synthesizing discovery interviews, or creating interview summaries.
pm-product-strategypm-product-strategy-ansoff-matrixGenerate an Ansoff Matrix analysis mapping growth strategies across market penetration, market development, product development, and diversification. Use when considering growth options, planning market expansion, or evaluating strategic growth paths.
pm-product-strategypm-product-strategy-business-modelGenerate a Business Model Canvas with all 9 building blocks. Use when creating a business model, documenting how a business creates value, or analyzing an existing business model.
pm-product-strategypm-product-strategy-lean-canvasGenerate a Lean Canvas with problem, solution, metrics, cost structure, UVP, unfair advantage, channels, segments, and revenue. Use when exploring a lean startup canvas, testing a business hypothesis, or modeling a new venture.
pm-product-strategypm-product-strategy-monetization-strategyBrainstorm 3-5 monetization strategies with audience fit, risks, and validation experiments. Use when exploring revenue models, evaluating pricing strategies, or deciding how to monetize a product.
pm-product-strategypm-product-strategy-pestle-analysisPerform a PESTLE analysis covering Political, Economic, Social, Technological, Legal, and Environmental factors. Use when assessing the macro environment, doing strategic planning, or evaluating external factors affecting your business.
pm-product-strategypm-product-strategy-porters-five-forcesPerform Porter's Five Forces analysis — competitive rivalry, supplier power, buyer power, threat of substitutes, and threat of new entrants. Use when analyzing industry dynamics, assessing competitive forces, or evaluating market attractiveness.
pm-product-strategypm-product-strategy-pricing-strategyAnalyze and design pricing strategies including pricing models, competitive pricing analysis, willingness-to-pay estimation, and price elasticity. Use when setting prices, evaluating pricing models, preparing for a pricing change, or comparing freemium vs paid approaches.
pm-product-strategypm-product-strategy-product-strategyCreate a comprehensive product strategy using the 9-section Product Strategy Canvas — vision, segments, costs, value propositions, trade-offs, metrics, growth, capabilities, and defensibility. Use when building a product strategy, creating a strategic plan, or defining product direction.
pm-product-strategypm-product-strategy-product-visionBrainstorm an inspiring, achievable, and emotional product vision that motivates teams and aligns stakeholders. Use when defining or refining a product vision, creating a vision statement, or aligning the team around a shared direction.
pm-product-strategypm-product-strategy-startup-canvasGenerate a Startup Canvas combining Product Strategy (9 sections) and Business Model (costs + revenue) for a new product. An alternative to BMC and Lean Canvas that separates strategy from business model. Use when launching a new product or evaluating a startup concept.
pm-product-strategypm-product-strategy-swot-analysisPerform a detailed SWOT analysis — strengths, weaknesses, opportunities, and threats with actionable recommendations. Use when doing strategic assessment, competitive analysis, or evaluating a product or business position.
pm-product-strategypm-product-strategy-value-propositionDesign a detailed value proposition using a 6-part JTBD template — Who, Why, What before, How, What after, Alternatives. Use when creating a value proposition, analyzing customer value delivery, or articulating why customers should choose your product.
pm-toolkitpm-toolkit-draft-ndaDraft a detailed Non-Disclosure Agreement between two parties covering information types, jurisdiction, and clauses needing legal review. Use when creating confidentiality agreements or preparing an NDA for a partnership.
pm-toolkitpm-toolkit-grammar-checkIdentify grammar, logical, and flow errors in text and suggest targeted fixes without rewriting the entire text. Use when proofreading content, checking writing quality, or reviewing a draft.
pm-toolkitpm-toolkit-privacy-policyDraft a detailed privacy policy covering data types, jurisdiction, GDPR and compliance considerations, and clauses needing legal review. Use when creating a privacy policy, updating data protection documentation, or preparing for compliance.
pm-toolkitpm-toolkit-review-resumeComprehensive PM resume review and tailoring against 10 best practices including XYZ+S formula, keyword optimization, job-specific tailoring, and structure. Use when reviewing a PM resume, preparing for job applications, or improving resume impact.

9. 和 zhctprompt 原有规则怎么配合

10. 最终记忆点

先说场景
PRD、战略、研究、增长、上线检查
再给证据
需求原文、客户、系统、数据、资料路径
指定输出
文档、表格、HTML、检查包、路线图
保留门禁
证据等级、人工 review、上线验收
一句话:PM Skills 给团队补“产品经理结构化流程”,zhctprompt 负责“证据、目录、验收、复用和交付门禁”。