create-prd
Installation
SKILL.md
Create PRD
Create a business-focused Product Requirements Document through structured brainstorming.
Required Inputs
- Feature name or product idea.
- Optional: existing
_prd.mdfile for update mode.
Workflow
- Determine the project name and working directory.
- Derive the slug from the feature name provided by the user.
- Use
tasks/prd-<slug>/as the target directory. - If
_prd.mdalready exists in the target directory, read it and operate in update mode. - If the directory does not exist, create it.
- Create
tasks/prd-<slug>/adrs/directory if it does not exist.