prdlisted
Install: claude install-skill aiskillstore/marketplace
# Product Requirements Document (PRD)
## Overview
Design comprehensive, production-grade Product Requirements Documents (PRDs) that bridge the gap between business vision and technical execution. This skill works for modern software systems, ensuring that requirements are clearly defined.
## When to Use
Use this skill when:
- Starting a new product or feature development cycle
- Translating a vague idea into a concrete technical specification
- Defining requirements for AI-powered features
- Stakeholders need a unified "source of truth" for project scope
- User asks to "write a PRD", "document requirements", or "plan a feature"
---
## Operational Workflow
### Phase 1: Discovery (The Interview)
Before writing a single line of the PRD, you **MUST** interrogate the user to fill knowledge gaps. Do not assume context.
**Ask about:**
- **The Core Problem**: Why are we building this now?
- **Success Metrics**: How do we know it worked?
- **Constraints**: Budget, tech stack, or deadline?
### Phase 2: Analysis & Scoping
Synthesize the user's input. Identify dependencies and hidden complexities.
- Map out the **User Flow**.
- Define **Non-Goals** to protect the timeline.
### Phase 3: Technical Drafting
Generate the document using the **Strict PRD Schema** below.
---
## PRD Quality Standards
### Requirements Quality
Use concrete, measurable criteria. Avoid "fast", "easy", or "intuitive".
```diff
# Vague (BAD)
- The search should be fast and return relevant results.