Source profileQuality 90/100

product-on-purpose/pm-skills/skills/deliver-prd/SKILL.md

deliver-prd

Creates a comprehensive Product Requirements Document that aligns stakeholders on what to build, why, and how success will be measured. Use when specifying features, epics, or product initiatives for engineering handoff.

Source repository stars
565
Declared platforms
0
Static risk flags
2
Last source update
2026-08-25
Source checked
2026-08-25

Decision brief

What it does: where it fits

A Product Requirements Document is the primary specification artifact that communicates what to build and why. It bridges the gap between problem understanding and engineering implementation by providing clear requirements, success criteria, and scope boundaries. A good PRD enab…

Best for

  • After problem and solution alignment, before engineering work begins
  • When specifying features, epics, or product initiatives for handoff
  • When multiple teams need to coordinate on a shared deliverable

Not for

  • The problem is still unframed or contested - use define-problem-statement first; a PRD assumes an agreed problem
  • You need a one-page pitch to align stakeholders on an approach - use develop-solution-brief; the PRD comes after that alignment

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/product-on-purpose/pm-skills --skill "skills/deliver-prd"
Safe inspection promptEditorial

Inspect the Agent Skill "deliver-prd" from https://github.com/product-on-purpose/pm-skills/blob/69df49c3eff24b3fa1a29d0bd6a35ae400af4f3e/skills/deliver-prd/SKILL.md at commit 69df49c3eff24b3fa1a29d0bd6a35ae400af4f3e. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Instructions

    When asked to create a PRD, follow these steps:

    Summarize the ProblemDefine Goals and Success MetricsOutline the Solution
  2. 02

    When to Use

    After problem and solution alignment, before engineering work begins

    After problem and solution alignment, before engineering work beginsWhen specifying features, epics, or product initiatives for handoffWhen multiple teams need to coordinate on a shared deliverable
  3. 03

    When NOT to Use

    The problem is still unframed or contested - use define-problem-statement first; a PRD assumes an agreed problem

    The problem is still unframed or contested - use define-problem-statement first; a PRD assumes an agreed problemYou need a one-page pitch to align stakeholders on an approach - use develop-solution-brief; the PRD comes after that alignmentYou only need the work broken into tickets for a sprint - use deliver-user-stories
  4. 04

    Project Memory Contract

    Active only when .claude/pm-skills.local.md exists. With no file, ignore this section entirely and behave exactly as described above.

    Reads: activeinitiative, and any interpretation artifacts recording personas or research findings. Use them instead of asking for context that has already been produced. If none exist, ask as normal and never invent a p…Writes: the PRD as a decision artifact, and its committed scope boundaries and success metrics to the Decisions section.Posture: propose the entry and wait for confirmation before writing, unless
  5. 05

    Output Format

    Use the template in references/TEMPLATE.md to structure the output. A complete PRD fills every template section: Overview; Goals & Success Metrics; User Stories; Scope; Solution Design; Technical Considerations; Dependencies & Risks; Timeline & Milestones; Open Questions; the Ap…

    Use the template in references/TEMPLATE.md to structure the output. A complete PRD fills every template section: Overview; Goals & Success Metrics; User Stories; Scope; Solution Design; Technical Considerations; Depende…The last three are conditional by design. A PRD that omits a section its feature does not need is complete; a PRD that includes an empty one is not.

Permission review

Static risk signals and limitations

Reads files

low · line 64

The documentation asks the agent to read local files, directories, or repositories.

**Write discipline:** re-read the file immediately before writing, never from the copy that

Writes files

medium · line 64

The documentation asks the agent to create, modify, or delete local files.

**Write discipline:** re-read the file immediately before writing, never from the copy that

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score90/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars565SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
product-on-purpose/pm-skills
Skill path
skills/deliver-prd/SKILL.md
Commit
69df49c3eff24b3fa1a29d0bd6a35ae400af4f3e
License
Apache-2.0
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Product Requirements Document (PRD)

A Product Requirements Document is the primary specification artifact that communicates what to build and why. It bridges the gap between problem understanding and engineering implementation by providing clear requirements, success criteria, and scope boundaries. A good PRD enables engineering to build the right thing while maintaining flexibility on implementation details.

When to Use

  • After problem and solution alignment, before engineering work begins
  • When specifying features, epics, or product initiatives for handoff
  • When multiple teams need to coordinate on a shared deliverable
  • When stakeholders need to approve scope before investment
  • As reference documentation during development and QA

When NOT to Use

  • The problem is still unframed or contested -> use define-problem-statement first; a PRD assumes an agreed problem
  • You need a one-page pitch to align stakeholders on an approach -> use develop-solution-brief; the PRD comes after that alignment
  • You only need the work broken into tickets for a sprint -> use deliver-user-stories
  • You are recording a technical or architectural decision -> use develop-adr

Instructions

When asked to create a PRD, follow these steps:

  1. Summarize the Problem Start with a brief recap of the problem being solved. Link to the problem statement if available. Ensure readers understand why this work matters before diving into what to build.

  2. Define Goals and Success Metrics Articulate what success looks like. Include specific, measurable metrics with baselines and targets. These metrics should connect directly to the problem being solved.

  3. Outline the Solution Describe the proposed solution at a high level. Focus on user-facing functionality and key capabilities. Include enough detail for stakeholders to evaluate the approach without over-specifying implementation.

  4. Detail Functional Requirements Break down what the system must do. Use user stories or requirement statements. Each requirement should be testable - someone should be able to verify if it's met.

  5. Link AI Behavior to Evidence (only when the feature's output comes from a model) Skip this step entirely for deterministic features. When a model produces the output, the behavior varies run to run, so "it works" is a claim that needs evidence attached. Name the behaviors that are requirements of this release and, for each one, how it will be shown to hold and at what threshold. Refusal and abstention get their own rows: a model has no dependable default for either, so what the feature does when it should not answer is a requirement, not an implementation detail. Score each component of a multi-step feature separately, because an end-to-end pass rate hides which step failed. State how the case set was sized as a method, never as a borrowed number.

  6. Define Scope Boundaries Explicitly state what's in scope, out of scope, and deferred to future iterations. Clear scope prevents scope creep and sets realistic expectations.

  7. Address Technical Considerations Note any technical constraints, architectural decisions, or integration requirements. Don't design the system, but surface considerations engineering needs to know.

  8. Write the Agent Execution Contract (only when an executor will implement this without the authoring context) Skip this step entirely when the implementers were in the room. A coding agent, an outside contractor, or a team picking this up cold cannot infer what you already know, so declare it: which sources are authoritative and which wins when two disagree, what must not be touched and why, how each FR-n is verified and by whom, and the conditions where the executor must stop and escalate rather than decide. Name an owner for every escalation; an escalation with no addressee becomes a guess. A requirement with no verification is not ready to hand off, because nothing distinguishes "done" from "the executor believes it is done".

  9. Identify Dependencies and Risks List external dependencies, assumptions, and risks that could impact delivery. Include mitigation strategies where applicable.

  10. Propose Timeline and Milestones Outline key phases and checkpoints. This helps stakeholders understand the delivery plan without committing to specific dates prematurely.

Project Memory Contract

Active only when .claude/pm-skills.local.md exists. With no file, ignore this section entirely and behave exactly as described above.

  • Reads: active_initiative, and any interpretation artifacts recording personas or research findings. Use them instead of asking for context that has already been produced. If none exist, ask as normal and never invent a persona to fill the gap.
  • Writes: the PRD as a decision artifact, and its committed scope boundaries and success metrics to the ## Decisions section.
  • Posture: propose the entry and wait for confirmation before writing, unless memory_auto_append: true is set, in which case append and echo what was written.
  • Write discipline: re-read the file immediately before writing, never from the copy that produced the proposal. If it changed in between, merge your entry into the current state and re-propose rather than overwriting; add only your own entry and leave every other field and section byte-identical. Nothing enforces this at runtime and the file is gitignored, so a careless whole-file write loses another session's work with no way to recover it.

This is the reader half of the demonstration loop: when discover-interview-synthesis has already recorded personas, do not ask the user to supply them again.

Output Format

Use the template in references/TEMPLATE.md to structure the output. A complete PRD fills every template section: Overview; Goals & Success Metrics; User Stories; Scope; Solution Design; Technical Considerations; Dependencies & Risks; Timeline & Milestones; Open Questions; the Appendix when supporting material exists; AI Behavior and Evaluation when the feature's output comes from a model; and the Agent Execution Contract when an executor will implement it without the authoring context.

The last three are conditional by design. A PRD that omits a section its feature does not need is complete; a PRD that includes an empty one is not.

Quality Checklist

Before finalizing, verify:

  • Problem and "why now" are clearly articulated
  • Success metrics are specific and measurable
  • Scope boundaries are explicit (in/out/future)
  • Requirements are testable and unambiguous
  • Technical considerations are surfaced without over-specifying
  • Dependencies and risks are documented with owners
  • Document is readable in under 15 minutes
  • If the output comes from a model: every behavior requirement has an evaluation and a threshold, and refusal and abstention are among them
  • If an executor will implement this without the authoring context: every FR-n has a verification and a verifier, and every escalation condition names an owner

Examples

See references/EXAMPLE.md for a completed example.

Frequently asked questions

What to verify before installation and use

What does the deliver-prd source document cover?

A Product Requirements Document is the primary specification artifact that communicates what to build and why. It bridges the gap between problem understanding and engineering implementation by providing clear requirements, success criteria, and scope boundaries. A good PRD enab…

How do I install deliver-prd?

The source record exposes this install command: npx skills add https://github.com/product-on-purpose/pm-skills --skill "skills/deliver-prd". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged read-files, write-files in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 10045,511

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 10029,034

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10024,921

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 1005,241

dotnet/skills

migrate-vstest-to-mtp

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing