Babysitter prd-creation

PRD Creation

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.md
source content

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