26 lines
489 B
Markdown
26 lines
489 B
Markdown
---
|
|
name: prd
|
|
description: Quick PRD generation command. Usage: /prd <feature-or-problem>
|
|
---
|
|
|
|
# /prd
|
|
|
|
Generate a concise product requirements document for a feature, initiative, or problem statement.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
/prd <feature-or-problem>
|
|
```
|
|
|
|
## Output Structure
|
|
|
|
- Problem statement
|
|
- Goals and non-goals
|
|
- User stories and acceptance criteria
|
|
- Metrics and success thresholds
|
|
- Scope and timeline assumptions
|
|
|
|
## Skill Reference
|
|
- `product-team/product-manager-toolkit/SKILL.md`
|