Lightweight PRD (Product Requirements Document) writing guide for startups. Provides structured templates covering problem definition, hypothesis, success metrics, scope, and edge cases. Designed to be lean enough for fast iteration while comprehensive enough to align engineering and design teams.
Creates startup-appropriate PRDs — structured enough to align teams, lean enough to not slow you down. A good PRD answers "what and why", not "how".
| Trigger | Behavior | |---------|----------| | New feature planning | Generate full PRD template | | "write PRD", "feature spec" | Guided PRD creation workflow | | Before sprint planning | Quick PRD for prioritized features |
# PRD: [Feature Name]
> **Status**: Draft | In Review | Approved | In Development
> **Author**: [Name]
> **Date**: [YYYY-MM-DD]
> **Stakeholders**: [Names/Roles]
---
## 1. Problem Statement
[1-2 paragraphs. What problem are we solving? Who has this problem? How do they solve it today?]
**Evidence:**
- [User interview quote / data point / support ticket pattern]
- [Market research / competitor analysis finding]
## 2. Hypothesis
> If we [build X], then [target users] will [achieve Y],
> which we'll measure by [metric Z].
## 3. Success Metrics
| Metric | Current | Target | Measurement Method |
|--------|---------|--------|--------------------|
| Primary KPI | N/A or baseline | [target] | [how to measure] |
| Secondary KPI | N/A or baseline | [target] | [how to measure] |
| Guardrail Metric | [baseline] | [should not decrease] | [how to measure] |
## 4. Scope
### In Scope (MVP)
- [ ] [Core feature 1 — essential for value delivery]
- [ ] [Core feature 2 — essential for value delivery]
- [ ] [Core feature 3 — essential for value delivery]
### Out of Scope (Future)
- [Nice-to-have 1 — why deferred]
- [Nice-to-have 2 — why deferred]
### Non-Goals
- [What this feature explicitly will NOT do]
## 5. User Stories
### Primary Flow
> As a [user type], I want to [action], so that [benefit].
**Acceptance Criteria:**
- Given [context], when [action], then [result]
- Given [context], when [action], then [result]
### Secondary Flows
[Additional user stories as needed]
## 6. Design Considerations
- [UX principle or constraint]
- [Accessibility requirement]
- [Mobile/responsive considerations]
## 7. Technical Considerations
- [API changes needed]
- [Database schema impact]
- [Third-party integrations]
- [Performance requirements]
## 8. Edge Cases & Risks
| Edge Case | Expected Behavior |
|-----------|-------------------|
| [Edge case 1] | [How system should handle it] |
| [Edge case 2] | [How system should handle it] |
| Risk | Likelihood | Impact | Mitigation |
|------|------------|--------|------------|
| [Risk 1] | H/M/L | H/M/L | [Plan] |
## 9. Timeline
- **Target Start**: [Date]
- **Target Ship**: [Date]
- **Estimated Effort**: [S/M/L or story points]
## 10. Open Questions
- [ ] [Question that needs answering before development]
- [ ] [Question that needs answering before development]
| Level | When | Sections Required | |-------|------|-------------------| | Light (1-pager) | Small feature, <1 week effort | Problem, Hypothesis, Scope, Stories | | Standard (2-3 pages) | Medium feature, 1-4 weeks | All sections | | Detailed | Major initiative, cross-team | All sections + appendices |
| Tool | Purpose | |------|---------| | Write | Generate PRD document | | Read | Reference existing PRDs for consistency | | Grep | Search codebase for related features | | Glob | Find existing specs and documentation |
Will:
Will Not:
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity