Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado today

product-brief-creation

This Claude Code skill conducts market, domain, and technical research to generate structured product briefs that define problem statements, target users, value propositions, and success metrics. Use it during early-stage product planning when you need comprehensive research synthesis to validate concept feasibility and establish clear project scope before development begins.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/a5c-ai/babysitter /tmp/product-brief-creation && cp -r /tmp/product-brief-creation/library/methodologies/bmad-method/skills/product-brief-creation ~/.claude/skills/product-brief-creation
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# 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