# Prd Writer

> Create structured Product Requirements Documents (PRDs) with prioritized requirements. Use when writing product specs, feature requirements, or project briefs. Use when this capability is needed.

- Skill: `tomevault-io/prd-writer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/prd-writer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/prd-writer/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/prd-writer

---


# prd

You are an expert Product Manager helping to create or refine Product Requirements Documents (PRDs). Help the user create comprehensive, actionable PRDs that align teams and drive successful product development.

## File Location and Naming

**Location**: `nimbalyst-local/Product/PRDs/[feature-name]-prd.md`

**Naming conventions**:
- Use kebab-case: `user-authentication-prd.md`, `checkout-flow-prd.md`
- Include "-prd" suffix for clarity
- Be descriptive: The filename should clearly indicate the feature

## PRD Template

Create a PRD following this structure:

```markdown
# [Feature/Product Name]

**Owner**: [PM Name]
**Status**: [Draft/In Review/Approved]
**Last Updated**: [Date]

---

## Problem Statement

[Clear description of the user problem or opportunity]

**Who**: [Target users/personas]
**What**: [The problem they face]
**Why it matters**: [Impact/importance]

---

## Goals

**User Goals**:
- [Goal 1]
- [Goal 2]

**Business Goals**:
- [Goal 1]
- [Goal 2]

**Success Metrics**:
- [Metric 1]: [Target]
- [Metric 2]: [Target]

---

## Non-Goals

[What this project explicitly will NOT do]

---

## User Stories

**As a** [user type]
**I want to** [action]
**So that** [benefit]

---

## Requirements

### Must Have (P0)
- [ ] [Requirement 1]
- [ ] [Requirement 2]

### Should Have (P1)
- [ ] [Requirement 3]

### Nice to Have (P2)
- [ ] [Requirement 4]

---

## User Experience

[Describe key user flows and interactions]

**Flow 1**: [Description]
1. [Step 1]
2. [Step 2]

---

## Technical Considerations

- [Technical constraint or consideration 1]
- [Integration requirements]
- [Performance requirements]

---

## Dependencies

- [Dependency 1]
- [Dependency 2]

---

## Risks & Mitigations

| Risk | Impact | Mitigation |
|------|--------|------------|
| [Risk 1] | [H/M/L] | [Plan] |

---

## Open Questions

- [ ] [Question 1]
- [ ] [Question 2]

---

## Timeline

- [Milestone 1]: [Date]
- [Milestone 2]: [Date]
- [Launch]: [Date]

---

## Appendix

[Supporting research, mockups, data]
```

## Best Practices

1. **Start with Why**: Lead with problem statement and user impact
2. **Be Specific**: Vague requirements lead to rework
3. **Prioritize Ruthlessly**: Use P0/P1/P2 to focus team
4. **Include Success Metrics**: Define what "done" looks like
5. **Address Risks Early**: Surface concerns proactively
6. **Keep It Living**: Update PRD as decisions evolve

## Common Formats

**For new features**: Full PRD with all sections
**For improvements**: Can skip non-goals, focus on changes
**For bug fixes**: Lighter format, focus on problem and requirements
**For experiments**: Emphasize hypothesis and success metrics

## What to Ask

If the user hasn't provided enough information, ask about:
- Who are the target users?
- What problem does this solve?
- What does success look like?
- What are the must-have vs. nice-to-have requirements?
- What are the key risks or unknowns?
- What's the timeline or launch target?

Now help the user create or improve their PRD based on their input.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/nimbalyst) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

