From spec-driven
PRD (Product Requirements Document) template and writing guide. Load this skill when generating, reviewing, or refining a Product Requirements Document for any software project. Provides the 7-section structure, best practices, validation checklist, and follow-up prompts for deep-diving feature specs and user flows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-driven:prd-templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A Product Requirements Document formalizes your validated concept before any code is written. It becomes the single source of truth for all downstream phases (tech stack, design, implementation).
A Product Requirements Document formalizes your validated concept before any code is written. It becomes the single source of truth for all downstream phases (tech stack, design, implementation).
# [Product Name] PRD
## 1. Executive Summary
- Product Vision: [one sentence]
- Business Objectives: [2-3 measurable goals]
- Success Metrics: [KPIs]
## 2. Product Overview
- Problem Statement
- Solution Overview
- Target Users
- User Personas (name, role, goals, pain points)
- User Journey Maps
## 3. Feature Requirements
For each feature:
### 3.N Feature Name
- User Story: As a [user], I want to [action] so that [benefit]
- Acceptance Criteria: [bulleted, testable conditions]
- Technical Requirements: [constraints, integrations]
## 4. User Interface
- Information Architecture
- User Flow Diagrams
- Key Screens
- Design Requirements (brand, accessibility)
- Accessibility Requirements (WCAG level)
## 5. Technical Architecture
- System Components
- Data Models (high-level)
- API Requirements
- Integration Points (auth, payments, email, analytics)
- Security Requirements
## 6. Non-Functional Requirements
- Performance: [response time targets]
- Scalability: [expected load]
- Security: [compliance, data sensitivity]
- Compliance: [GDPR, CCPA, etc.]
- Browser/Device Support
## 7. Implementation Considerations
- Dependencies (external services, APIs)
- Constraints (budget, timeline, team)
- Risks and Mitigations
- Timeline Estimates
- Resource Requirements
Before calling the PRD complete:
Please provide detailed specifications for [FEATURE NAME]:
- User stories
- Technical requirements
- API specifications
- Data models
- UI/UX requirements
Please create detailed user flow for [USER SCENARIO]:
- Step-by-step actions
- System responses
- Error scenarios
- Success criteria
After generating the PRD, ask:
npx claudepluginhub shlomoc/spec-driven --plugin spec-drivenProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.