Product requirement documents. Use when the user wants to write a PRD, create a product requirements document, or plan a new feature through requirements discovery.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Product requirement documents. Use when the user wants to write a PRD, create a product requirements document, or plan a new feature through requirements discovery.
This skill will be invoked when the user wants to create a PRD. You may skip steps if you don't consider them necessary.
The PRD describes only the feature's end goal in an ideal scenario, with no concern for how it will be implemented or rolled out.
Ask the user for a long, detailed description of the problem they want to solve and any potential ideas for solutions.
Explore the repo to verify their assertions and understand the current state of the codebase.
Interview the user relentlessly about every aspect of this feature until you reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
Once you have a complete understanding of the problem and solution, use the template below to write the PRD. Save it under ./grill/<descriptive-name>.md. The content should be in english, regardless of the conversation language.
Problem Statement
The problem that the user is facing, from the user's perspective.
Solution
The solution to the problem, from the user's perspective.
User Stories
A LONG, numbered list of user stories with checkboxes. Each user story should be in the format of:
As an , I want a , so that
1. [ ] As a mobile bank customer, I want to see balance on my accounts, so that I can make better informed decisions about my spending
This list of user stories should be extremely extensive and cover all aspects of the feature. Checkboxes are filled by execute-slice as user stories are delivered.
Out of Scope
A description of the things that are out of scope for this PRD.