Writing prds
Write a decision-ready PRD for cross-functional alignment. See also: writing-specs-designs (build-ready spec).From its SKILL.md
npx -y skills add liqiongyu/lenny_skills_plus --skill writing-prdsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
8.1 KB, ~1.9k tokens by cl100k_base, as published. Nobody here has run it
Writing PRDs
Scope
Covers
- Turning a product idea into a decision-ready PRD with unambiguous scope, requirements, and success metrics
- Optionally producing a PR/FAQ (press release + FAQ) to force customer-centric narrative first
- For AI features: adding a Prompt Set + Eval Spec so “requirements” are testable and continuously checkable
When to use
- “Write a PRD / product spec / requirements doc for this feature.”
- “Turn these messy notes into a PRD we can align on.”
- “Create a PR/FAQ and then a PRD.”
- “This is an AI feature; I need evals + prompts to define behavior.”
When NOT to use
- You’re still choosing what strategy/market to pursue (do product vision / strategy first)
- You need discovery from scratch (research plan, problem validation) more than requirements -> use
problem-definition - You need a detailed engineering design doc (APIs, schemas, low-level architecture)
- You’re prioritizing among many initiatives -> use
working-backwardsor roadmap prioritization first - You need build-ready interaction specs, user flows, or prototype briefs -> use
writing-specs-designs - You need to define or refresh the success metric / North Star before writing requirements -> use
writing-north-star-metrics
Inputs
Minimum required
- Product + target user/customer segment
- Problem statement + why now (what changed, what’s broken, or what opportunity exists)
- Goal(s) + non-goal(s) + key constraints (timeline, policy/legal, platform, dependencies)
- Success metric(s) + 2–5 guardrails (quality, safety, cost, latency, trust)
If it’s an AI feature (additionally)
- What the model/system should do vs must never do (policy + safety)
- Concrete examples of desired and undesired outputs
- How correctness will be evaluated (offline tests, human review, online metrics)
Missing-info strategy
- Ask up to 5 questions from references/INTAKE.md.
- If answers are still missing, proceed with clearly labeled assumptions and provide 2–3 options (scope, metric, rollout).
Outputs (deliverables)
Produce a PRD Pack in Markdown (in-chat; or as files if the user requests):
- Context snapshot (what decision we’re making, constraints, stakeholders)
- Artifact selection (PR/FAQ vs PRD vs AI add-ons)
- PR/FAQ (optional) — customer narrative + FAQs
- PRD — goals/non-goals, requirements (R1…Rn), UX flows, metrics, rollout
- AI Prompt Set (if AI) — versioned prompts + examples + guardrails
- AI Eval Spec (if AI) — acceptance tests + judge prompts + pass/fail criteria
- Risks / Open questions / Next steps (always included)
Templates: references/TEMPLATES.md
Workflow (8 steps)
1) Decide the artifact set (don’t over-document)
- Inputs: User request + constraints.
- Actions: Choose: PR/FAQ only, PRD only, PR/FAQ → PRD, or PRD + AI add-ons (Prompt Set + Eval Spec).
- Outputs: Artifact selection + rationale.
- Checks: The artifacts match the decision being made and the audience.
2) Intake + clarify decision and success
- Inputs: references/INTAKE.md.
- Actions: Ask up to 5 questions; confirm decision owner, timeline, constraints, and success metrics/guardrails.
- Outputs: Context snapshot.
- Checks: You can state “what we’re deciding” and “how we’ll measure success” in 1–2 sentences.
3) Write the customer narrative first (PR/FAQ or PRD narrative)
- Inputs: Context snapshot.
- Actions: Draft a customer-centric narrative (problem → solution → why now). If using PR/FAQ, draft the press release headline/summary and top FAQs.
- Outputs: Narrative section (and PR/FAQ if selected).
- Checks: A stakeholder can restate the customer benefit and urgency without jargon.
4) Lock scope boundaries (goals, non-goals, out of scope)
- Inputs: Narrative + constraints.
- Actions: Define goals, non-goals, and explicit exclusions; call out dependencies and assumptions.
- Outputs: Scope section(s) in the PRD.
- Checks: “What we are NOT doing” is as clear as what we are doing.
5) Convert scope into testable requirements (R1…Rn)
- Inputs: Goals + user journeys.
- Actions: Write numbered requirements with acceptance criteria, edge cases, and non-functional needs (privacy, latency, reliability). Mark “must/should/could”.
- Outputs: Requirements table/list.
- Checks: An engineer or QA can turn requirements into test cases without asking you to interpret intent.
6) Define UX flows + instrumentation plan
- Inputs: Requirements + current product surfaces/events.
- Actions: Describe key user flows/states; specify success metrics, guardrails, and event/data needs (what to log, where, who owns).
- Outputs: UX/flows section + metrics & instrumentation section.
- Checks: Every goal has at least one measurable metric and a realistic data source.
7) If AI feature: ship prompts + evals as “living requirements”
- Inputs: Requirements + examples.
- Actions: Create a versioned Prompt Set and an Eval Spec (judge prompts + test set + pass thresholds). Include red-team/failure modes.
- Outputs: Prompt Set + Eval Spec drafts.
- Checks: The eval suite can fail when behavior regresses and pass when requirements are met.
8) Quality gate + finalize for circulation
- Inputs: Full draft pack.
- Actions: Run references/CHECKLISTS.md and score with references/RUBRIC.md. Add Risks/Open questions/Next steps.
- Outputs: Final PRD Pack (shareable as-is).
- Checks: Decisions, owners, metrics, and open questions are explicit.
Quality gate (required)
- Use references/CHECKLISTS.md and references/RUBRIC.md.
- Always include: Risks, Open questions, Next steps.
Examples
Example 1 (B2B SaaS feature): “Write a PR/FAQ + PRD for ‘Saved views’ in our analytics dashboard for admins.”
Expected: PR/FAQ narrative, a scoped PRD with R1…Rn, metrics/guardrails, and a rollout plan.
Example 2 (AI feature): “Write a PRD + Prompt Set + Eval Spec for an ‘AI email reply’ assistant with brand tone constraints.”
Expected: requirements that include safety/brand constraints, a prompt set with examples, and an eval spec with judge prompts + pass/fail thresholds.
Boundary example (redirect): “Create a detailed interaction spec with user flows and acceptance criteria for our checkout redesign.”
Response: redirect to writing-specs-designs — this request needs build-ready specs with flows/states and prototype briefs, not a decision-level PRD.
Boundary example (insufficient context): “Write a PRD for ‘make onboarding better’ (no product context).” Response: ask the minimum intake questions; if context remains missing, produce 2–3 scoped options + assumptions and recommend discovery before committing to requirements.
Anti-patterns
Avoid these common failure modes when writing PRDs:
- Requirements-as-solutions — Writing “build a modal dialog” instead of “user must confirm destructive actions before execution.” Requirements should describe what and why, not how.
- Missing non-goals — A PRD without explicit non-goals invites scope creep. Every PRD must state what is deliberately excluded from this version.
- Vanity success metrics — Choosing metrics that always go up (e.g., “total signups”) rather than metrics that reflect actual value delivery. Pair volume metrics with quality guardrails.
- Spec-level detail in a PRD — Including pixel-level UI descriptions, API schemas, or interaction states that belong in a spec/design doc. Keep the PRD at decision level.
- Stakeholder alignment theater — Listing stakeholders without clarifying who is the decision-maker (DRI) vs. consulted vs. informed. Ambiguous ownership leads to PRDs that never ship.
What ships with it: 13 files
83.4 KB alongside SKILL.md
eval/
- eval_config.json445 B
- SHOWCASE.md5.3 KB
- without_skill.md22.7 KB
- with_skill.md35.3 KB
references/
- CHECKLISTS.md1.4 KB
- EXAMPLES.md1.3 KB
- INTAKE.md2.4 KB
- RUBRIC.md2.8 KB
- SOURCE_SUMMARY.md2.0 KB
- TEMPLATES.md5.0 KB
- WORKFLOW.md2.8 KB
- README.md1.5 KB
- skillpack.json360 B
Gives 0 of the 12 instructions most docs writing skills give in ~1.9k tokens
Counted across 1,637 of the 3,044 authors here whose files we hold, read 2026-08-07
- Announce the skill at startin 54 of 1637, across 26 files
- Convert legacy doc files before editingin 45 of 1637, across 7 files
- Predict questions readers might askin 42 of 1637, across 4 files
- Generate clarifying questions for initial contextin 42 of 1637, across 3 files
- Create document scaffold with placeholder textin 42 of 1637, across 3 files
- Brainstorm content options for each sectionin 42 of 1637, across 3 files
- Test the document with a fresh context-less instancein 42 of 1637, across 3 files
- Include exact file paths in every taskin 42 of 1637, across 15 files
- Ask interview questions one at a timein 42 of 1637, across 27 files
- Apply surgical edits during refinementin 41 of 1637, across 2 files
- Offer structured workflow or freeformin 40 of 1637, across 1 file
- Ask for document meta-contextin 40 of 1637, across 2 files
Said here and by no other author read
- Draft a customer-centric narrative first
- Define explicit goals and non-goals
- Convert scope into testable requirements
- Assign must, should, or could priority to requirements
- Write a prompt set and eval spec for AI features
- Run the quality gate checklist and rubric
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.