---
name: PRD Creator
slug: prd-creation
category: AI Engineering
description: Generates comprehensive Product Requirements Documents using Job-to-be-Done framework, includes feature specs, user stories, prioritization, MVP scope, and validation.
github: "https://github.com/a5c-ai/babysitter/tree/main/library/methodologies/bmad-method/skills/prd-creation"
language: JavaScript
stars: 1600
forks: 94
install: "git clone https://github.com/a5c-ai/babysitter"
added: 2026-07-20T06:48:26.818Z
last_synced: 2026-07-29T06:36:58.681Z
canonical_url: "https://dirskills.com/skills/prd-creation"
---

# PRD Creator

Generates comprehensive Product Requirements Documents using Job-to-be-Done framework, includes feature specs, user stories, prioritization, MVP scope, and validation.

**Install:** `git clone https://github.com/a5c-ai/babysitter`

## README

# PRD Creation

Create Product Requirements Documents through structured discovery using Jobs-to-be-Done framework.

## Agent
John (Product Manager) - `bmad-pm-john`

## Workflow
1. Synthesize user interviews and Jobs-to-be-Done analysis
2. Define product goals aligned with business objectives
3. Create detailed feature specifications with acceptance criteria
4. Prioritize using MoSCoW or RICE framework
5. Define MVP scope and release strategy
6. Validate PRD completeness (BMad Master)

## Inputs
- `projectName` - Project name
- `projectDescription` - Project description
- `productBrief` - Product brief from analysis phase (optional)
- `complexity` - Project complexity level

## Outputs
- PRD with features, user stories, acceptance criteria
- Feature prioritization and MVP scope
- Non-functional requirements
- Validation report

## Process Files
- `bmad-orchestrator.js` - Phase 2 of full lifecycle
