Agent skill
prd-structure
When creating or reviewing Product Requirements Documents. Used by PM-AGENT.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/prd-structure
SKILL.md
When to Use
When creating or reviewing Product Requirements Documents. Used by PM-AGENT.
Patterns
PRD Essential Sections
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 |
Anti-Patterns
- No measurable success criteria
- Scope without prioritization
- Requirements without acceptance criteria
- Missing constraints/assumptions
- No "out of scope" section
Verification Checklist
- Problem quantified (not just described)
- Success metrics are measurable
- MoSCoW prioritization complete
- All requirements have AC
- Out of scope explicitly listed
- Assumptions documented
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?