{"componentChunkName":"component---src-templates-blog-post-js","path":"/How-to-create-the-best-PRD-document-with-examples/","result":{"data":{"site":{"siteMetadata":{"title":"Catwomaniya"}},"mdx":{"id":"d2fdb0e8-a485-5807-8d0c-28ea50d781b5","excerpt":"The number one goal of a Product Requirements Document is simple: it must define the product’s purpose above all else. Why is this product being released versus…","body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"How to create the best PRD document (with examples)\",\n  \"date\": \"2021-01-17\",\n  \"description\": \"\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"The number one goal of a Product Requirements Document is simple: it must define the product\\u2019s purpose above all else. Why is this product being released versus something else? What problem does it solve for end users? Why should the team care at all?\"), mdx(\"p\", null, \"A PRD keeps everyone on the same page which is why the content/structure of a PRD may vary across companies.I have found that each company uses a different format, and some are just simply a wall of text. \"), mdx(\"h3\", null, \"Writing  a Product Requirements Document\"), mdx(\"p\", null, \"Gathering all the requirements requires doing some research and dedicating a certain amount of time to it. The process includes studying your customers, competitors, as well as the potential of your team and technologies. Getting all of these information involves different teams, like Customer Success, Sales, etc. and lots of meeting\"), mdx(\"p\", null, \"Here, I have tried to structure a PRD based on best practices:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Defining purpose\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Setting product features \"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Determining technical requirements\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Preparing UI/UX definitions (mock ups, interaction definition, empty states, etc.)\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"QA acceptance criteria (one or two paragraphs usually complementing the bigger picture for QA tests)\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Next steps\")), mdx(\"h3\", null, \"Best Practices for Writing a Product Requirements Document\"), mdx(\"h4\", null, \"Write from the user\\u2019s point of view\"), mdx(\"p\", null, \"Describe the requirements from the user\\u2019s perspective. For this purpose, think of use cases and roles to describe your product requirements. Design Thinking may help in understanding the problem by putting yourself in the user\\u2019s shoes.\"), mdx(\"h4\", null, \"Use screenshots\"), mdx(\"p\", null, \"A good practice is to use screenshots, layouts, or schemes to explain what is exactly meant. When it comes to a PRD, one screenshot is better than a long textual detailed document. Put as many screens/mockups as possible, helps people understand & capture what you are saying.\"), mdx(\"h4\", null, \"Write in simple and unambiguous words\"), mdx(\"p\", null, \"Imagine you are writing a PRD for your colleague from the team of developers. Your goal is to provide clear explanations about the requirements, so that he can create a product meeting these specifications.Break long sentences into shorter ones.\"), mdx(\"h4\", null, \"Use templates\"), mdx(\"p\", null, \"A PRD template can be really useful since it provides many advantages. First, templates use a standard form for the document, which makes the life of the development team much easier. Using templates also gives confidence that you have not forgotten to describe all aspects of your PRD.\"), mdx(\"h4\", null, \"Prioritization\"), mdx(\"p\", null, \"In the case of a full-scale project, it might be hard to implement all the functions that were described in a PRD at the same time. That is why the author of a PRD must give developers the ability to decide which features are of higher priority and which ones can be postponed if necessary. \"), mdx(\"p\", null, \"To do this, you can prioritize requirements by following the MoSCoW rule - must-haves, should-haves, could-haves, and will not have at this time.\"), mdx(\"h4\", null, \"Describe \\u201CWhat\\u201D and \\u201CWhy\\u201D instead of \\u201CHow\\u201D\"), mdx(\"p\", null, \"Typically, it is the product manager who is responsible for setting out user requirements, as well as what and why it needs to be developed. As mentioned above, describing \\u201Chow\\u201D may negatively influence the creativity of the development team. So it is advisable to avoid writing in-depth instructions on how to implement each requirement.\"), mdx(\"h4\", null, \"Review and update\"), mdx(\"p\", null, \"Do not treat a product requirements document as a set of strict rules. Instead, be open and always ready to update your PRD with the suggestions from your colleagues. This approach will help you improve the document, and your team will be able to create better products.\"), mdx(\"h4\", null, \"Describe your target audience and niche positioning\"), mdx(\"p\", null, \"A great requirements doc should describe the target audience and product positioning. Such information helps developers and other team members to introduce end-users and, as a result, create more successful products. It doesn\\u2019t have to be very detailed - just a few paragraphs will be enough.\"), mdx(\"h3\", null, \"PRD examples\"), mdx(\"p\", null, \"Now here is the list of PRD documents that I found (I will continue adding new documents when I find them, so do share if you find something interesting). Most of these are sourced from one person or were available on the internet which means a lot of it was customized for their own teams. \"), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/19S9Nnb5kAiQiTtVFHkoGAwYt8dWUPH3bj62pcHc50mw/edit?usp=sharing\"\n  }), \"Airbnb\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/197Y75hLH9gHRa6EaNhm_Njsari1NFqxJDT5wai98d-4/edit?usp=sharing\"\n  }), \"Asana\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://coda.io/@yuhki/figmas-approach-to-product-requirement-docs/prd-name-of-project-1\"\n  }), \"Figma\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1Fpe09AgKYHmqJJpEe_tyMGv8X412Cta5zL7Yuqmm9po/edit?usp=sharing\"\n  }), \"Gojek\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1vciNUuM6WEC_93VgGHE68XN9cXDxzVoXg2X9WYSvJ4g/edit?usp=sharing\"\n  }), \"Google\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1ebs1vnLNlo0IoSHfKVV5_9_egPFlY_DLgw06HcMVsA8/edit?usp=sharing\"\n  }), \"Lynda\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1OnKBARQUfL1LNdmKZKU64j39xsF31VKaVpFliYZg8Zo/edit?usp=sharing\"\n  }), \"Intercom\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://almanac.io/docs/template-product-specification-from-a-lyft-pm-a7f67b9767a99f96182d21dd9bd29318\"\n  }), \"Lyft\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/115Y-ULG640Eni4OD0_mMxsYPrBL08KMwUUdceQKbExk/edit?usp=sharing\"\n  }), \"Microsoft\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1haVxGflbdR5b6glTmRuKmI8c9r-9xp-vENU9i5kHsjA/edit?usp=sharing\"\n  }), \"PhonePe\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1OyorJ9hu8tU-EmLVpICRPvi_rBR-3G0TzKZGuH9otuU/edit?usp=sharing\"\n  }), \"Product Hunt\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1JFvwhOuK8JAIwPL3TyyP3kY25Iy90Bd-nWD44CBpCO4/edit?usp=sharing\"\n  }), \"Seatgeek\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1mwvcbF57E3qSkCnesrFN4rFYaOeWnmQVstRvMhbAICw/edit?usp=sharing\"\n  }), \"Square\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://docs.google.com/document/d/1XRVnnNA3-aVYqONDbNCUPVj1kY-Ku1ru0CRtPa6iF68/edit?usp=sharing\"\n  }), \"Uber\")));\n}\n;\nMDXContent.isMDXComponent = true;","frontmatter":{"title":"How to create the best PRD document (with examples)","date":"Jan 17, 2021","description":""}}},"pageContext":{"slug":"/How-to-create-the-best-PRD-document-with-examples/","previous":{"fields":{"slug":"/how-to-redesign-a-b2b-saas-website/"},"frontmatter":{"title":"How to redesign a B2B Saas website"}},"next":{"fields":{"slug":"/improving-Vested-UX-Case-Study/"},"frontmatter":{"title":"Improving Vested - UX Case Study"}}}}}