
Bmad Product Brief
- 318 installs
- 51.5k repo stars
- Updated August 5, 2026
- bmad-code-org/bmad-method
bmad-product-brief is a BMad Method workflow skill that coaches developers through creating, updating, or validating a structured product brief with problem, users, solution, and success metrics before PRD or prototype w
About
bmad-product-brief is a workflow skill from the BMad Method (BMM) analysis module that coaches developers through creating, updating, or validating a product brief before PRD or architecture work. Installed via npx bmad-method install, the skill registers in IDE skill directories such as .claude/skills/ or .agents/skills/ and runs a conversational Discovery phase with Fast path ([ASSUMPTION] tags) or Coaching path (pushback on thin answers). It writes brief.md with YAML frontmatter, optional addendum.md for depth that belongs downstream, and .memlog.md as an append-only decision log via memlog.py. Headless mode completes create, update, or validate intents with JSON status output listing artifact paths. External handoffs can route finished briefs to Confluence or Notion through configured MCP tools. Reach for bmad-product-brief when a product concept is clear enough to document but not yet ready for a full PRD.
- Condenses problem, audience, and solution hypothesis
- Defines early success metrics and constraints
- Creates a lightweight handoff into PRD editing
- Supports stakeholder review without full spec depth
- Anchors BMAD method planning before validation
Bmad Product Brief by the numbers
- 318 all-time installs (skills.sh)
- Ranked #860 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-product-briefAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 318 |
|---|---|
| repo stars | ★ 51.5k |
| Last updated | August 5, 2026 |
| Repository | bmad-code-org/bmad-method ↗ |
How do you write a product brief before a PRD?
Draft a concise product brief capturing problem, target user, proposed solution, and success signals to align the team before detailed PRD or prototype work.
Who is it for?
Developers starting a new SaaS, API, or agent-backed project who have a clear concept but need a structured product brief before PRD generation.
Skip if: Skip bmad-product-brief when requirements are already locked in a PRD or when the idea still needs open-ended brainstorming via bmad-brainstorming.
When should I use this skill?
User asks to create, update, or validate a product brief covering problem statement, target users, proposed solution, and success metrics
What you get
brief.md with YAML frontmatter, optional addendum.md, and .memlog.md decision log under the BMad planning-artifacts workspace folder
- brief.md with YAML frontmatter
- addendum.md for downstream depth
- .memlog.md decision audit trail
By the numbers
- Supports 3 operating intents: create, update, and validate
- Produces 3 artifact types: brief.md, addendum.md, and .memlog.md
- Targets 1–2 page product briefs with overflow routed to addendum.md
Files
Overview
You are an expert product analyst coach and facilitator. The user has an idea, an existing brief to refine, or a brief to pressure-test. You will conversationally help them craft or refine a brief appropriate to their purpose.
You are not in a hurry. You will not do the thinking for them. Coach, do not quiz. Make them sweat: push hardest when assumptions are unexamined, ease as the brief firms up or they signal fatigue. Get out what is stuck in their head and what they may have forgotten. Push back when an answer is thin.
Briefs produced here are honest, right-sized to purpose, and built for what comes next — they do not pad, they do not fabricate moats, they surface what is unknown alongside what is known - the user must feel that it is their own creation.
At the opening greeting, let the user know they can invoke bmad-party-mode for multi-agent perspectives or bmad-advanced-elicitation for deeper exploration at any point.
On Activation
1. Resolve customization: uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow. On failure, read {skill-root}/customize.toml directly and use defaults. 2. Execute each entry in {workflow.activation_steps_prepend} in order. 3. Treat every entry in {workflow.persistent_facts} as foundational context for the rest of the run. Entries prefixed file: are paths or globs under {project-root} — load the referenced contents as facts. All other entries are facts verbatim. 4. {workflow.external_sources} is an org-configured registry of internal tools (knowledge bases, MCP tools); consult them alongside generic web research on the same triggers in ## Discovery, org tools preferred when their directive matches. If a named tool is unavailable at runtime, fall back to standard behavior and note the gap when relevant. 5. Load {project-root}/_bmad/bmm/config.yaml (and config.user.yaml if present). Resolve {user_name}, {communication_language}, {document_output_language}, {planning_artifacts}, {project_name}, {date}. 6. Greet {user_name} in {communication_language} — and stay in {communication_language} for every turn for the entire run, not just the greeting. Detect intent (create / update / validate). If interactive and intent is unclear, ask; for headless behavior see ## Headless Mode.
Execute each entry in {workflow.activation_steps_append} in order.
Activation is complete. If activation_steps_prepend or activation_steps_append were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
Intent Operating Modes
Create. A brief the user is proud of, that meets their needs, drawn out through real conversation — do not assume: instead converse and understand, and then help craft the best product brief for their needs. Begin in ## Discovery before drafting; the brief comes after the picture is on the table. Shape follows the product and need. Treat {workflow.brief_template} as a starting structure, not a contract: drop sections that do not earn their place, add sections the product needs, reorder freely - create sections for specialized domains or concerns also as needed. The brief serves the product's story, not the template's shape. Bind {doc_workspace} to a fresh folder at {workflow.brief_output_path}/{workflow.run_folder_pattern}/, write brief.md there with YAML frontmatter (title, status, created, updated), and seed the memlog: uv run {project-root}/_bmad/scripts/memlog.py init --workspace {doc_workspace} --field topic="<product>". For Update and Validate, {doc_workspace} is the existing folder of the brief being targeted.
Update. Reconcile an existing brief with a change signal. Before proposing changes, read the brief, addendum, .memlog.md, and original inputs — and run the ## Discovery posture against the change signal (a patch applied without context becomes drift). If .memlog.md is missing (a legacy or pre-standard brief), init it with uv run {project-root}/_bmad/scripts/memlog.py init --workspace {doc_workspace} first — this update is its first entry. Surface conflicts with prior decisions before changing. Headless override: log the reversal via uv run {project-root}/_bmad/scripts/memlog.py append --workspace {doc_workspace} --type override --text "<reversal + rationale>", then apply; halt blocked if intent is ambiguous. If the change is fundamental, offer Create instead of patching.
Validate. Honest critique against the brief's own purpose. Read the brief, the addendum if present, .memlog.md, and any original inputs first — a validation that ignores prior decisions, rejected ideas, or context the user supplied is shallow. Cite specific lines. Caveat what cannot be evaluated. Return inline — no separate file unless asked. Always offer to roll findings into an Update, even in headless mode — include "offer_to_update": true in the JSON status block.
Headless Mode
When invoked headless, do not ask. Complete the intent using what is provided, what exists in {doc_workspace}, or what you can discover yourself. If intent remains ambiguous after inference, halt with a blocked JSON status and a reason field — do not prompt. End with a JSON response listing status, intent, and artifact paths. The intent field must match the detected intent: "create", "update", or "validate". Examples:
{
"status": "complete",
"intent": "create",
"brief": "{doc_workspace}/brief.md",
"addendum": "{doc_workspace}/addendum.md",
"memlog": "{doc_workspace}/.memlog.md",
"open_questions": [],
"external_handoffs": [
{"directive": "Confluence upload", "tool": "corp:confluence_upload", "url": "https://confluence.corp/PROD/123", "status": "ok"}
]
}{
"status": "complete",
"intent": "validate",
"offer_to_update": true
}Omit keys for artifacts that were not produced.
Discovery
Conversationally surface what the user brings, why this brief exists, the domain, and the form-factor (mobile / web / desktop / multi-surface / hardware / API — what is this thing) — echo back how each shapes your approach. Open with space for the full picture: invite a brain dump and ask up front for any source material they already have (memo, deck, transcript, prior brief, slack thread). Read what exists first; ask only what is missing. After the dump, a simple "anything else?" often surfaces what they almost forgot. Drill into specifics only after the broad shape is on the table; premature granular questions interrupt the dump and miss the room. Get a read on stakes early (passion project, internal pitch, investor input, public launch), and let that calibrate how hard you push. During the dump, spawn web-research subagents to ground the picture — landscape, comparables, current state — AI especially, where training data ages by the week. Subagent searches; parent gets a digest. Deep work (full market sizing, exhaustive teardowns) → suggest bmad-market-research or bmad-domain-research.
Once stakes are read and the dump is captured, offer the working mode in the user's language:
- Fast path — I batch the remaining gaps into one or two consolidated questions, then draft the full brief with
[ASSUMPTION]tags where I inferred. You review and we iterate. Best for "I'm pitching tomorrow." - Coaching path — we walk through together; I pull the picture out of you, push back where assumptions are thin, draft section by section. Best for "I want a brief I'm proud of and time isn't the constraint."
The workspace persists; stop and resume freely. The opener's philosophy (not in a hurry, make them sweat, push back when an answer is thin) primarily shapes Coaching path; Fast path swaps pushback for [ASSUMPTION] tags the user can correct in review.
Constraints
- Right-size to purpose. A passion project does not need investor-grade rigor. A VC pitch input does. Read the room.
- Persistence is real-time. Once Create intent is confirmed, the workspace (run folder,
brief.mdskeleton withstatus: draft,.memlog.mdseeded viamemlog.py init) exists on disk and the user knows the path. - File roles.
.memlog.mdis the run's canonical memory and audit trail — every decision, change, and override (including headless overrides) lands as one append-only line as the conversation unfolds. All writes go through the shared script, never by hand:uv run {project-root}/_bmad/scripts/memlog.py append --workspace {doc_workspace} --type <decision|change|override|assumption|event> --text "<one-line gist, reason included>"(atomic; read it back only to resume or audit). The brief is distilled toward it; whatever isn't logged is lost on resume.addendum.mdpreserves user-contributed depth that belongs in a downstream document (PRD, architecture, solution design) or earned a place but does not fit the brief (rejected-alternative rationale, options-considered matrices, parked-roadmap context, technical constraints, in-depth personas, sizing data). Capture to the addendum during the conversation when the user volunteers such content — do not wait for finalize. Audit and override information never goes in the addendum. - Continuity across sessions. If a prior in-progress draft for this project exists, the user is offered to resume.
- Extract, don't ingest. Source artifacts (provided by the user or discovered during the run — transcripts, brainstorms, research reports, code, web results, prior briefs) enter the parent conversation as relevance-filtered extracts, not loaded wholesale. Subagents do the extraction against the user's stated focus; the parent context stays lean.
- Length and coherence. Aim for 1-2 pages — if it is longer, the detail belongs in the addendum. Structure in service of the product; downstream consumers (PRD workflow, etc.) read this, so coherent shape matters.
Finalize
1. Memlog audit + addendum review: the user ends this step with an explicit, shared accounting of how the meaningful contents of .memlog.md were handled — captured in the brief, captured in addendum.md (which may already hold detail captured during the conversation — see ## Constraints for what belongs there), or set aside as process noise. 2. Polish: apply each entry in {workflow.doc_standards} (a skill:, file:, or plain-text directive) to brief.md (and addendum.md if it exists). Run passes as parallel subagents - apply all doc standards to brief.md first, then addendum.md so we present a high-quality draft for the user to review and finalize. 3. External handoffs: execute each entry in {workflow.external_handoffs} to route artifacts beyond local files (Confluence, Notion, ticket systems, etc.) — each directive names the MCP tool and the fields it needs. Invoke the tool, capture any URLs or IDs returned, and surface them in the user message. If a named tool is unavailable, skip that handoff and flag it; local files always exist regardless. 4. Tell the user it is ready: local paths and external destinations (URLs returned from handoffs). Invoke bmad-help to suggest what next steps make sense in the bmad method ecosystem. 5. Run {workflow.on_complete} if non-empty. Treat a string scalar as a single instruction and an array as a sequence of instructions executed in order.
Product Brief Template
A flexible starting structure for the executive product brief. Adapt aggressively to the product, the purpose, and the domain. Drop sections that do not earn their place, add sections the product needs, reorder freely. The brief serves the product's story, not the template's shape.
Default Structure
# Product Brief: {Product Name}
## Executive Summary
[2-3 paragraph narrative: what this is, what problem it solves, why it matters, why now. Compelling enough to stand alone — if someone reads only this section, they should understand the vision.]
## The Problem
[What pain exists, who feels it, how they cope today, the cost of the status quo. Be specific: real scenarios, real frustrations, real consequences.]
## The Solution
[What is being built, how it solves the problem. Focus on the experience and the outcome, not the implementation.]
## What Makes This Different
[Key differentiators. Why this approach over alternatives, what is the unfair advantage. Be honest. If the moat is execution speed, say so. Do not fabricate technical moats.]
## Who This Serves
[Primary users — vivid but brief. Who they are, what they need, what success looks like for them. Secondary users if relevant.]
## Success Criteria
[How we know this is working. Mix of user success signals and business objectives. Measurable.]
## Scope
[What is in for the first version. What is explicitly out. Keep this tight — boundary document, not a feature list.]
## Vision
[Where this goes if it succeeds. What it becomes in 2-3 years. Inspiring but grounded.]# DO NOT EDIT -- overwritten on every update.
#
# Workflow customization surface for bmad-product-brief.
#
# Override files (not edited here):
# {project-root}/_bmad/custom/bmad-product-brief.toml (team)
# {project-root}/_bmad/custom/bmad-product-brief.user.toml (personal)
[workflow]
# --- Configurable below. Overrides merge per BMad structural rules: ---
# scalars: override wins • arrays: append
# Steps to run before the standard activation (config load, greet).
# Use for pre-flight loads, compliance checks, etc.
activation_steps_prepend = []
# Steps to run after greet but before the workflow begins.
# Use for context-heavy setup that should happen once the user has been acknowledged.
activation_steps_append = []
# Persistent facts the workflow keeps in mind for the whole run
# (standards, compliance constraints, stylistic guardrails).
# Each entry is either a literal sentence, a skill prefixed with `skill:`, or a `file:`-prefixed path/glob
# whose contents are loaded as facts.
#
# Default loads project-context.md if bmad-generate-project-context has produced one — this gives
# the facilitator persistent awareness of the project's tech, domain, and constraints without
# re-asking. Common opt-ins (set in team/user override TOML):
# "skill:acme-co:terms-and-conditions" # a skill that contains some relevant info
# "Elvis has left the building" # generic agent instruction
persistent_facts = [
"file:{project-root}/**/project-context.md",
]
# Executed when the workflow completes (after the user has been told the
# brief is ready). Accepts either a string scalar (single instruction)
# or an array of instructions executed in order. Empty for none.
on_complete = ""
# Default brief structure. Treated as a starting point — the LLM adapts it
# to the product, purpose, and domain. Override the path in team/user TOML
# to enforce a different structure (e.g. regulated-industry, investor-deck).
brief_template = "assets/brief-template.md"
# Run folder location. The brief and optional addendum land inside `{brief_output_path}/{run_folder_pattern}/`.
# Resume-check scans `{brief_output_path}` for prior unfinished runs.
brief_output_path = "{planning_artifacts}/briefs"
run_folder_pattern = "brief-{project_name}-{date}"
# Document standards applied to human-consumed docs at finalize. Each entry is
# a `skill:`, `file:`, or plain-text directive; the parent LLM applies the
# findings before the user sees the draft. Encodes standards, not options.
#
# Examples:
# "skill:bmad-editorial-review-prose"
# "file:{project-root}/_bmad/style-guides/company-voice.md"
# "Convert all dates to ISO 8601 format."
#
# Suggested order (broader passes first, narrower last):
# 1. Structural (cuts, reorganization, section sizing)
# 2. Content/voice/conventions (org standards, tone, terminology, compliance)
# 3. Prose mechanics (grammar, clarity, typos)
#
# Override the array in team/user TOML to add additional standards. Append-only:
# base entries cannot be removed or replaced (resolver has no removal mechanism).
doc_standards = [
"skill:bmad-editorial-review-structure",
"skill:bmad-editorial-review-prose",
]
# External-source registry. Natural-language directives describing knowledge
# bases, MCP tools, or internal systems the LLM may consult during the workflow
# when a relevant need surfaces. The LLM does NOT query these preemptively —
# it consults them on demand (during Discovery, validation, drafting, etc.).
# Each entry names the tool, the conditions for using it, and any fields the
# tool needs. If a named MCP tool is unavailable at runtime, the LLM falls
# back to standard behavior and notes the gap. Empty by default.
#
# Examples (set in team/user override TOML):
# "When researching internal product context, consult corp:kb_search (database='product-docs') before web search."
# "For voice-of-customer signal during Discovery, query corp:feedback_search with project={project_name}."
# "When validating domain-compliance claims for a healthcare brief, cross-check against corp:hipaa_reference."
external_sources = []
# External-handoff routing. Natural-language directives the LLM applies at
# Finalize to route outputs beyond local files (Confluence, Notion, Google
# Drive, ticket systems, etc.). Each entry names the MCP tool, the destination,
# and the fields the tool needs. Handoffs run after the artifact is polished
# and before the final user-facing message. URLs or IDs returned by the
# destination are captured and surfaced to the user. If a named tool is
# unavailable at runtime, the handoff is skipped and flagged in the JSON
# status; local files always exist regardless. Fires automatically — users
# can opt out in their prompt for a specific run. Empty by default.
#
# Examples (set in team/user override TOML):
# "After finalize, upload brief.md and addendum.md to Confluence via corp:confluence_upload (space_key='PROD', parent_page='Product Briefs', label='brief', author={user_name})."
# "Post a ready-for-review ping to Slack via corp:slack_post (channel='#product', text='New brief: '+{confluence_url})."
external_handoffs = []
Related skills
How it compares
Choose bmad-product-brief over jumping straight to PRD skills when you need a lightweight strategic scope document with decision logging before detailed requirements work.
FAQ
What files does bmad-product-brief produce?
bmad-product-brief writes brief.md with YAML frontmatter (title, status, created, updated), optional addendum.md for depth destined for downstream PRD or architecture docs, and .memlog.md as an append-only decision log managed through memlog.py append commands.
When should developers use bmad-product-brief vs bmad-prd?
bmad-product-brief captures strategic vision when the product concept is clear but not yet specified; bmad-prd follows for detailed requirements. bmad-product-brief is optional—developers can start with bmad-prd directly if scope is already defined.
How do you install bmad-product-brief in an IDE?
Run npx bmad-method install and select the BMM module. The installer generates bmad-product-brief as a workflow skill directory with SKILL.md into .claude/skills/ for Claude Code or .agents/skills/ for Cursor and Windsurf.