---
name: Babysitter
slug: product-brief-creation
category: AI Engineering
description: Creates comprehensive product briefs by orchestrating market, domain, and technical research using an AI analyst agent. Ideal for product managers and strategists needing structured briefs from research.
github: "https://github.com/a5c-ai/babysitter/tree/main/library/methodologies/bmad-method/skills/product-brief-creation"
language: JavaScript
stars: 1600
forks: 94
install: "git clone https://github.com/a5c-ai/babysitter"
added: 2026-07-20T06:48:27.189Z
last_synced: 2026-07-29T06:36:58.822Z
canonical_url: "https://dirskills.com/skills/product-brief-creation"
---

# Babysitter

Creates comprehensive product briefs by orchestrating market, domain, and technical research using an AI analyst agent. Ideal for product managers and strategists needing structured briefs from research.

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

## README

# Product Brief Creation

Create comprehensive product briefs from market, domain, and technical research.

## Agent
Mary (Analyst) - `bmad-analyst-mary`

## Workflow
1. Conduct market research (competitors, trends, opportunities)
2. Perform domain research (problem space, stakeholders, pain points)
3. Evaluate technical feasibility
4. Synthesize findings into structured product brief
5. Define success metrics and scope boundaries

## Inputs
- `projectName` - Project name
- `projectDescription` - Project description
- `researchDepth` - shallow, standard, or deep
- `domainContext` - Domain-specific context (optional)

## 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
- `bmad-analysis.js` - Standalone analysis
- `bmad-orchestrator.js` - Phase 1 of full lifecycle
