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/product-brief-creation" ~/.claude/skills/a5c-ai-babysitter-product-brief-creation && rm -rf "$T"
manifest:
library/methodologies/bmad-method/skills/product-brief-creation/SKILL.mdsource content
Product Brief Creation
Create comprehensive product briefs from market, domain, and technical research.
Agent
Mary (Analyst) -
bmad-analyst-mary
Workflow
- Conduct market research (competitors, trends, opportunities)
- Perform domain research (problem space, stakeholders, pain points)
- Evaluate technical feasibility
- Synthesize findings into structured product brief
- Define success metrics and scope boundaries
Inputs
- Project nameprojectName
- Project descriptionprojectDescription
- shallow, standard, or deepresearchDepth
- Domain-specific context (optional)domainContext
Outputs
- Product brief with problem statement, target users, value proposition
- Research findings (market, domain, technical)
- Success metrics and KPIs
- Feature themes and scope boundaries
Process Files
- Standalone analysisbmad-analysis.js
- Phase 1 of full lifecyclebmad-orchestrator.js