install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/bmad-method/skills/prd-creation" ~/.claude/skills/a5c-ai-babysitter-prd-creation && rm -rf "$T"
manifest:
library/methodologies/bmad-method/skills/prd-creation/SKILL.mdsource content
PRD Creation
Create Product Requirements Documents through structured discovery using Jobs-to-be-Done framework.
Agent
John (Product Manager) -
bmad-pm-john
Workflow
- Synthesize user interviews and Jobs-to-be-Done analysis
- Define product goals aligned with business objectives
- Create detailed feature specifications with acceptance criteria
- Prioritize using MoSCoW or RICE framework
- Define MVP scope and release strategy
- Validate PRD completeness (BMad Master)
Inputs
- Project nameprojectName
- Project descriptionprojectDescription
- Product brief from analysis phase (optional)productBrief
- Project complexity levelcomplexity
Outputs
- PRD with features, user stories, acceptance criteria
- Feature prioritization and MVP scope
- Non-functional requirements
- Validation report
Process Files
- Phase 2 of full lifecyclebmad-orchestrator.js