@extends($layout) @section('content') @php use Leantime\Domain\Wiki\Models\Template; $today = date(__('language.dateformat')); $author = session('userdata.name') . ' (' . session('userdata.mail') . ')'; // Document templates for the editor // All Templates require title, description, content $templates = []; $pmeetingNotes = app()->make(Template::class); $pmeetingNotes->title = 'Meeting Notes'; $pmeetingNotes->category = __('templates.documents'); $pmeetingNotes->description = ''; $pmeetingNotes->content = '
Attendees
Name1, Name2
Agenda
Notes
Action Items
' . __('templates.author') . ' ' . $author . '
' . __('templates.dates') . ' ' . $today . '
' . __('templates.status') . ' ' . __('templates.status.draft') . '
| ' . __('templates.prd.responsible') . ' | ' . __('templates.prd.approve') . ' | ' . __('templates.prd.consulted') . ' | ' . __('templates.prd.informed') . ' |
' . __('templates.prd.overview_description') . '
' . __('templates.prd.problem_description') . '
1. Goal
2. Goal
3. Goal
1. Risk
2. Risk
3. Risk
Who are the target personas for this product, and which is the key persona?
| Customer | Description (interests, likes, demographics, where to find them) |
| Customer | Description (interests, likes, demographics, where to find them) |
| Customer | Description (interests, likes, demographics, where to find them) |
Instances where various personas will use the product, in context.
Describe the use case
Describe the use case
Describe the use case
When you’ve locked in your One Pager, build out your PRD. Use the finalized One Pager and the following.
These are the distinct, prioritized features along with a short explanation of why this feature is important. Briefly outline the scope, the goals, and use case.
What features have you explicitly decided not to do and why?
Include any needed early sketches, and throughout the project, link to the actual designs once they’re available.
Link to engineering technical approach document.
What are the success metricsthat indicate you’re achieving your internal goals for the project? How will you measure success? You can use any goal-setting and tracking system you prefer (OKRs, KPIs, etc).
Note: Link to Analytics requirements and approach document.
What’s the product messaging that your marketing department will use to describe this product to existing and new customers? How do you plan to launch this product to the market with marketing and sales teams?
Note: Link to a larger GTM brief if available.
What factors do you still need to figure out? What problems may arise and how do you plan on addressing them?
What are common questions about the product along with the answers you’ve decided? This is a good place to note key decisions.
| Question | Answer | Asked By | Answered By |
Here’s a list of topics you must include in your PRD:
Author: ' . $author . '
Date: ' . $today . '
Status: Draft
| Why we\'re doing this: | < insert project justification > | ||||||||||||
| What are we working on: | < insert project description > | ||||||||||||
|
Project Objectives: |
|
||||||||||||
| High Level Requirements: |
|
||||||||||||
| In Scope Work |
|
||||||||||||
| No-go\'s / Out of Scope: |
|
||||||||||||
| Cost Estimates: |
|
||||||||||||
| Title: | Priority: | Estimate: |
User StoryAs a <insert type of user> I want to <perform some task> |
||
|
Acceptance Criteria: Given <some context> Then <a set of observable outcomes should occur> |
||
| Summary | summarize the issue your are experiencing |
| Environment | describe the environment under which the problem occured (hosted, production, staging etc) |
| Reproduction Steps | Describe the steps to reproduce the problem
|
| Expected Outcome | describe what you expected would happen |
| Actual Outcome | describe what actually happened |
| Impact | describe how impactful this issue is to your workflow (eg can not work at all; delays my work; large inconvenience etc) |
| Additional Details | Anything else you would like to mention |
| Summary | summarize the feature you would like |
| Target User | describe who benefits most from this feature |
| Desired Timeline | when would you like to see it implemented |
| Additional Details | any additional details |