Command
/write-prd
Create a decision-ready PRD by chaining problem framing, requirements definition, and story scaffolding.
One command from product-manager-skills.
shell
$ npx -y skills add deanpeters/Product-Manager-Skills --agent claude-codeShips with product-manager-skills. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/write-prd
Context preview
What this command does when you run it.
Create a decision-ready PRD by chaining problem framing, requirements definition, and story scaffolding.
Stats
Stars5,921
Forks725
LanguageShell
Command definition
write-prd.md
--- name: write-prd description: Create a decision-ready PRD by chaining problem framing, requirements definition, and story scaffolding. argument-hint: "<feature, initiative, or product change>" uses: - prd-development - problem-statement - proto-persona - user-story - user-story-splitting outputs: - Structured PRD - Core personas and requirements - Initial implementation-ready stories --- # /write-prd Generate a PRD that moves smoothly from strategy to delivery. ## Invocation ```text /write-prd Team inbox redesign for faster triage in customer support ``` ## Workflow 1. Define the problem context with `problem-statement`. 2. Align user assumptions with `proto-persona`. 3. Build the full document using `prd-development`. 4. Draft initial stories with `user-story`. 5. Split larger items with `user-story-splitting`. ## Checkpoints - Validate scope boundaries before writing requirements. - Keep success criteria measurable and tied to outcome metrics.
