Product Requirements Document creation following proven PM template structure...
This skill helps create professional Product Requirements Documents following industry best practices.
Second in the product-decision spine: /assumption-mapper ā prd-template ā
/rice-prioritisation ā /roadmap-narrative. It receives the riskiest assumption
from /assumption-mapper (if that ran, read its map instead of re-guessing the risks)
and hands /rice-prioritisation the PRD's success metric ā the one baselined number
that becomes RICE's Impact. Shared terms (problem statement, hypothesis, success
metric, provenance) live once in
docs/craft/product-decisions.md; use them
exactly.
A PRD is written outside-in ā problem before solution, always ā in four phases. Phase 1 is load-bearing: a PRD built on a fuzzy problem is polished the whole way down and still wrong.
/assumption-mapper risk here as an Open Question, not a silent bet.
Done when: the metric has a baseline (or is explicitly flagged un-baselined),
and it measures the problem, not activity./rice-prioritisation can score Impact from this metric, not a re-invented one.
Done when: the PRD names the metric and scope /rice-prioritisation would need
to score it without re-asking.Ask the user for these if not provided:
If a professional-brain (brain/) exists, use it instead of asking for context you already have:
context.md (product, metrics definitions, voice), knowledge/strategy.md
(where the product is going), any related hypotheses/ and the matching entities/ feature
file. Run python3 ../professional-brain/scripts/brain_query.py ./brain "<feature>" to pull
grounded facts, and carry their provenance tags into the PRD (don't present a [hunch] as a
settled requirement).entities/<feature>.md, log any scoping decision to
decisions/, and add new assumptions to hypotheses/. Tag each with its provenance.This skill ships with two support files ā use them when they're available:
templates/prd-skeleton.md ā a fill-in PRD skeleton with a "what good looks like" hint per section. Start from it when the user wants a document to complete themselves rather than a generated draft.references/success-metrics-guide.md ā calibration for the Success Metrics section: the four-part metric test, the standard adoption/outcome/business/guardrail set, and the common traps. Consult it whenever writing or reviewing the metrics table.Every PRD should include these sections in order:
Format: "As a [user type], I want to [action] so that [benefit]"
Functional Requirements:
Non-Functional Requirements:
Tone: Clear, concise, actionable Audience: Engineers, designers, stakeholders Length: Aim for 3-6 pages for features, 8-12 for products
Best Practices:
ā Do:
ā Don't:
Score any output of this skill before handing it over; 32+ is ship-quality.
| Dimension | 0 | 5 | 10 |
|---|---|---|---|
| Problem grounding | Problem stated from the company's perspective, or asserted with no evidence | User-framed problem, but the supporting data is vague ("users are frustrated") and research isn't cited | Problem is the user's, quantified with current-state data, and Why Now explains what changed; claims trace to cited research |
| Requirement testability | Requirements are vague qualities ("fast", "intuitive") a reviewer couldn't verify | Most requirements are concrete, but acceptance criteria are thin and non-functional requirements are boilerplate | Every P0/P1/P2 item and NFR is verifiable (thresholds, percentiles, standards), and each traces to a user story or research finding |
| Metric rigor | Success metrics missing, or percentages with no baseline | Baselines and targets present, but metrics only measure adoption ā nothing would catch the feature succeeding while the business loses | Every metric has baseline ā target, the set covers outcome as well as adoption, and at least one guardrail protects against winning the metric while harming the user |
| Scope & risk honesty | MVP and future phases blur together; no open questions listed | Phases are separated, but the reasons for the cut-lines are absent and disagreements are smoothed over | Each phase boundary has a stated reason, out-of-scope asks are recorded with re-entry conditions, and open questions carry an owner, a deadline, and the cost of each answer |
# PRD: Multi-Channel Customer Support Dashboard
## Overview
**Problem Statement**: Support teams are currently managing customer inquiries across email, chat, and social media using three separate tools, leading to delayed responses, duplicated work, and inconsistent customer experiences. On average, support agents waste 2.3 hours per day switching between tools and manually tracking conversation history.
**Proposed Solution**: Build a unified dashboard that aggregates customer inquiries from all channels into a single interface, maintains conversation history across channels, and provides intelligent routing based on agent expertise and availability.
**Success Metrics**:
- Reduce average response time from 4 hours to 1 hour
- Decrease tool-switching time by 80% (from 2.3 to <0.5 hours)
- Improve customer satisfaction score from 3.8 to 4.5 (out of 5)
- Increase support agent productivity by 35%
## Context & Background
**Why Now**: Customer satisfaction has declined 15% over the past 6 months, primarily due to slow response times. Our top competitor launched a unified support dashboard last quarter, and we're hearing about it in sales calls. Support team turnover is at 45% annually, with "tool complexity" cited as a top frustration.
**Strategic Alignment**: This aligns with our Q1 company objective to "Improve customer retention by 10%" and our support team's OKR to "Reduce average handle time by 25%."
**User Research Summary**: We conducted interviews with 12 support agents and observed 20 hours of support sessions. Key findings:
- Agents spend 35% of their time finding context from previous interactions
- 65% of escalations are due to lack of conversation history
- Agents rated tool-switching as their #1 daily frustration (9.2/10 pain)
- Current NPS for support experience is -12
## User Stories & Use Cases
**US1: Unified Inbox**
As a support agent, I want to see all customer inquiries in one place so that I don't miss urgent requests and can prioritize effectively.
Acceptance Criteria:
- Inbox shows inquiries from email, chat, and social media
- Inquiries are sorted by priority (urgent, high, normal, low)
- Agent can filter by channel, customer, or status
- Real-time updates when new inquiries arrive
**US2: Cross-Channel Context**
As a support agent, I want to see the full conversation history regardless of channel so that I can provide consistent, informed responses without asking customers to repeat themselves.
Acceptance Criteria:
- Timeline view shows all interactions chronologically
- Each interaction displays channel, timestamp, and content
- Customer profile shows demographics and account information
- Previous issues and resolutions are accessible
[Continue with 5-7 total user stories...]