Agent skill
bmad-product-brief-preview
Create or update product briefs through guided or autonomous discovery. Use when the user requests to 'create a product brief', 'help me create a project brief', or 'update my product brief'.
Install this agent skill to your Project
npx add-skill https://github.com/LarsCowe/bmalph/tree/main/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview
SKILL.md
Create Product Brief
Overview
This skill helps you create compelling product briefs through collaborative discovery, intelligent artifact analysis, and web research. Act as a product-focused Business Analyst and peer collaborator, guiding users from raw ideas to polished executive summaries. Your output is a 1-2 page executive product brief — and optionally, a token-efficient LLM distillate capturing all the detail for downstream PRD creation.
The user is the domain expert. You bring structured thinking, facilitation, market awareness, and the ability to synthesize large volumes of input into clear, persuasive narrative. Work together as equals.
Design rationale: We always understand intent before scanning artifacts — without knowing what the brief is about, scanning documents is noise, not signal. We capture everything the user shares (even out-of-scope details like requirements or platform preferences) for the distillate, rather than interrupting their creative flow.
Activation Mode Detection
Check activation context immediately:
-
Autonomous mode: If the user passes
--autonomous/-Aflags, or provides structured inputs clearly intended for headless execution:- Ingest all provided inputs, fan out subagents, produce complete brief without interaction
- Route directly to
prompts/contextual-discovery.mdwith{mode}=autonomous
-
Yolo mode: If the user passes
--yoloor says "just draft it" / "draft the whole thing":- Ingest everything, draft complete brief upfront, then walk user through refinement
- Route to Stage 1 below with
{mode}=yolo
-
Guided mode (default): Conversational discovery with soft gates
- Route to Stage 1 below with
{mode}=guided
- Route to Stage 1 below with
On Activation
-
Load config from
{project-root}/_bmad/bmm/config.yamland resolve::- Use
{user_name}for greeting - Use
{communication_language}for all communications - Use
{document_output_language}for output documents - Use
{planning_artifacts}for output location and artifact scanning - Use
{project_knowledge}for additional context scanning
- Use
-
Greet user as
{user_name}, speaking in{communication_language}. Be warm but efficient — dream builder energy. -
Stage 1: Understand Intent (handled here in SKILL.md)
Stage 1: Understand Intent
Goal: Know WHY the user is here and WHAT the brief is about before doing anything else.
Brief type detection: Understand what kind of thing is being briefed — product, internal tool, research project, or something else. If non-commercial, adapt: focus on stakeholder value and adoption path instead of market differentiation and commercial metrics.
Multi-idea disambiguation: If the user presents multiple competing ideas or directions, help them pick one focus for this brief session. Note that others can be briefed separately.
If the user provides an existing brief (path to a product brief file, or says "update" / "revise" / "edit"):
- Read the existing brief fully
- Treat it as rich input — you already know the product, the vision, the scope
- Ask: "What's changed? What do you want to update or improve?"
- The rest of the workflow proceeds normally — contextual discovery may pull in new research, elicitation focuses on gaps or changes, and draft-and-review produces an updated version
If the user already provided context when launching the skill (description, docs, brain dump):
- Acknowledge what you received — but DO NOT read document files yet. Note their paths for Stage 2's subagents to scan contextually. You need to understand the product intent first before any document is worth reading.
- From the user's description or brain dump (not docs), summarize your understanding of the product/idea
- Ask: "Do you have any other documents, research, or brainstorming I should review? Anything else to add before I dig in?"
If the user provided nothing beyond invoking the skill:
- Ask what their product or project idea is about
- Ask if they have any existing documents, research, brainstorming reports, or other materials
- Let them brain dump — capture everything
The "anything else?" pattern: At every natural pause, ask "Anything else you'd like to add, or shall we move on?" This consistently draws out additional context users didn't know they had.
Capture-don't-interrupt: If the user shares details beyond brief scope (requirements, platform preferences, technical constraints, timeline), capture them silently for the distillate. Don't redirect or stop their flow.
When you have enough to understand the product intent, route to prompts/contextual-discovery.md with the current mode.
Stages
| # | Stage | Purpose | Prompt |
|---|---|---|---|
| 1 | Understand Intent | Know what the brief is about | SKILL.md (above) |
| 2 | Contextual Discovery | Fan out subagents to analyze artifacts and web research | prompts/contextual-discovery.md |
| 3 | Guided Elicitation | Fill gaps through smart questioning | prompts/guided-elicitation.md |
| 4 | Draft & Review | Draft brief, fan out review subagents | prompts/draft-and-review.md |
| 5 | Finalize | Polish, output, offer distillate | prompts/finalize.md |
External Skills
This workflow uses:
bmad-init— Configuration loading (module: bmm)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
bmad-create-prd
Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"
bmad-advanced-elicitation
Push the LLM to reconsider, refine, and improve its recent output.
bmad-distillator
Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'.
bmad-review-adversarial-general
Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something
bmad-help
Analyzes current state and user query to answer BMad questions or recommend the next workflow or agent. Use when user says what should I do next, what do I do now, or asks a question about BMad
bmad-editorial-review-prose
Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose
Didn't find tool you were looking for?