用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill prd-structure命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | prd-structure |
| description | When creating or reviewing Product Requirements Documents. Used by PM-AGENT. |
| version | 1.0.0 |
| tokens | ~400 |
| confidence | high |
| sources | ["https://www.productplan.com/glossary/product-requirements-document/","https://www.atlassian.com/agile/product-management/requirements"] |
| last_validated | "2025-01-10T00:00:00.000Z" |
| next_review | "2025-01-24T00:00:00.000Z" |
| tags | ["product","prd","requirements","planning"] |
When creating or reviewing Product Requirements Documents. Used by PM-AGENT.
1. Problem Statement
## Problem
- Current state: {how it works today}
- Pain points: {specific issues}
- Impact: {quantified cost/time/frustration}
2. Goals & Metrics
| Goal | Metric | Target |
|------|--------|--------|
| Reduce support tickets | Tickets/week | -30% |
| Improve conversion | Signup rate | +15% |
3. Scope (MoSCoW)
## MVP (Must Have)
- Feature A
- Feature B
## Should Have (P1)
- Feature C
## Could Have (P2)
- Feature D
## Won't Have (Out of Scope)
- Feature X (reason)
4. Requirements
## Functional Requirements
| ID | Requirement | Priority | AC |
|----|-------------|----------|-----|
| FR-01 | User can login | Must | Given/When/Then |
## Non-Functional Requirements
| ID | Category | Requirement | Target |
|----|----------|-------------|--------|
| NFR-01 | Performance | Response time | <200ms p95 |