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.
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-creationSKILL.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
Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
Architect code review with DRY, YAGNI, abstraction, and test coverage principle enforcement