Skill 详情

product-management

PM-oriented PRD, prioritization, and user-story workflow.

匹配类型直接匹配已针对 产品经理 审核
来源jayrovacsek/nix-config外部来源
报告安装量1仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: product-management
version: "1.0.0"
description: Provides the "Best-Outcome" PRD framework and standard operating procedures for Product Managers. Includes templates for full PRDs, light specs, and user stories.
user-invocable: true
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - WebSearch
---

# Product Management Skill

This skill equips you with the standard operating procedures (SOPs) and templates required to deliver "Best-Outcome" Product Requirements Documents (PRDs).

## The "Best-Outcome" Protocol

To ensure engineering success, you must follow this 3-step protocol for every significant feature request.

### Phase 1: The Clarification Loop (Mandatory)

**Never draft a PRD from a vague prompt.** You must ask questions until you can fill out the "Strategic Context" section of the PRD.

- **Problem:** What user pain point are we solving? (vs. just building a feature)
- **Goal:** What is the specific business metric we want to move? (e.g., "Increase conversion by 5%", not "Make it better")
- **Constraint:** What are the hard technical or timeline limits?

### Phase 2: Definition & Trade-offs

Once clarified, define the solution boundaries using these frameworks:

- **MoSCoW Prioritisation:**
  - **Must Have:** Non-negotiable for launch.
  - **Should Have:** Important but can wait for a fast-follow.
  - **Could Have:** "Nice to have" if time permits.
  - **Won't Have:** Explicitly out of scope for this release.
- **RICE Scoring (for deciding between features):**
  - **(R)each x (I)mpact x (C)onfidence / (E)ffort**

### Phase 3: The Specification

Draft the PRD using the appropriate template.

- **Use `prd-full.md` for:** New products, major features, or complex architectural changes.
- **Use `prd-light.md` for:** Iterations, minor enhancements, or UI tweaks.

## Template Library

Templates are located in the `templates/` directory relative to this skill.

### 1. The Full PRD (`templates/prd-full.md`)

The "Gold Standard" for engineering specifications. It forces you to think through:

- **Happy Paths vs. Edge Cases:** (e.g., What if the user is offline?)
- **Data Models:** (e.g., specific JSON schemas or SQL table changes)
- **NFRs:** (Performance, Security, Accessibility)

### 2. The Light PRD (`templates/prd-light.md`)

A streamlined format for speed. Focuses on:

- **Context:** Why are we changing this?
- **Changes:** specific "Before" vs. "After" descriptions.
- **Acceptance Criteria:** A checklist for QA.

### 3. User Story Bank (`templates/user-story-bank.md`)

A structured file for collecting Gherkin-style requirements:

- `Given [context]`, `When [action]`, `Then [outcome]`.
- Use this to bridge the gap between Product and QA/Automation.

## Best Practices

1.  **Be Specific:** Avoid words like "fast", "easy", or "intuitive". Use "loads in <200ms", "requires <3 clicks", or "passes WCAG AA standards".
2.  **Define Counter-Metrics:** What _shouldn't_ happen? (e.g., "We want to increase signups, but NOT increase support tickets").
3.  **Live Documents:** Treat PRDs as living specs. If requirements change during development, update the PRD.
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作