From BMAD Planning & Orchestrator
Facilitates creating, updating, and validating a product brief following the BMAD Method. Guides discovery conversations for problem definition and planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bmad-planning-orchestrator:bmad-product-briefThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Phase:** Analysis (Phase 1)
Phase: Analysis (Phase 1)
Upstream counterpart: bmad-business-analyst
Output artifact: bmad-output/product-brief.md
On activation, determine which intent the user wants:
| Intent | Trigger | Action |
|---|---|---|
| Create | No existing brief, or user says "new" / "start" | Run guided discovery, write fresh brief |
| Update | Existing brief found, user says "update" / "change" / "add" | Load brief, ask which section(s) to revise |
| Validate | User says "validate" / "check" / "review brief" | Run scripts/validate-brief.sh on the brief file |
If unclear, ask: "Would you like to create a new product brief, update an existing one, or validate a draft?"
This is a conversation, not a form dump. Work through these sections one at a time, asking follow-up questions before moving on. Use TodoWrite to track progress.
scripts/discovery-checklist.sh if the user wants the full structured question list printed.After all sections are confirmed:
${CLAUDE_PLUGIN_ROOT}/skills/bmad-product-brief/templates/product-brief.template.md with the gathered answers.bmad-output/product-brief-<slug>-<YYYY-MM-DD>.md (create bmad-output/ if absent).bmad-output/decision-log.md (append: date, action, brief filename).bmad-output/product-brief*.md).<!-- Updated <DATE>: <section(s) changed> -->.bmad-output/decision-log.md.Run the validation script against the brief file:
bash ${CLAUDE_PLUGIN_ROOT}/skills/bmad-product-brief/scripts/validate-brief.sh <path-to-brief>
Interpret the output and present findings conversationally:
{{PLACEHOLDER}} tokens.All artifacts go under the user-configured output folder, defaulting to bmad-output/:
| File | Description |
|---|---|
bmad-output/product-brief-<slug>-<YYYY-MM-DD>.md | The brief itself |
bmad-output/decision-log.md | Running log of planning decisions |
The brief is ready for handoff to the Product Manager (PRD creation) when:
validate-brief.sh exits 0.State clearly: "The product brief is complete. Recommend handing off to the Product Manager to create the PRD."
For Create with optional market research, fan out after the discovery conversation:
| Agent | Task | Output |
|---|---|---|
| Agent 1 (optional) | Competitive landscape research via WebSearch | bmad-output/competitive-snapshot.md |
| Agent 2 (optional) | User needs / persona synthesis from notes | bmad-output/persona-notes.md |
Main context assembles final brief from subagent outputs plus the conversation notes. Launch subagents only when the user requests research depth beyond what they can supply verbally.
${CLAUDE_PLUGIN_ROOT}/skills/bmad-product-brief/templates/product-brief.template.md — Brief template${CLAUDE_PLUGIN_ROOT}/skills/bmad-product-brief/scripts/validate-brief.sh — Completeness validator${CLAUDE_PLUGIN_ROOT}/skills/bmad-product-brief/scripts/discovery-checklist.sh — Full question list (printable)
Part of the BMAD Planning & Orchestrator plugin — a Claude Code harness for the BMAD Method by the BMAD Code Organization (https://github.com/bmad-code-org/BMAD-METHOD). Implements the spirit of
bmad-business-analyst. All methodology credit belongs to the BMAD Code Organization.
npx claudepluginhub aj-geddes/claude-code-bmad-skills --plugin bmad-planning-orchestratorCreates or updates product briefs through guided discovery, autonomous mode, or yolo drafting from ideas and artifacts. Use for product/project brief requests.
Activate for: product brief, discovery brief, problem brief, opportunity brief, problem statement, opportunity framing, how might we, design brief, research brief, discovery scope, kickoff brief, initiative framing, problem definition, hypothesis brief, PM brief, product hypothesis, frame the problem, scope a discovery sprint, initiative alignment. NOT for: feature specifications (use official /write-spec), competitive analysis (use official /competitive-brief), user research synthesis (use official /synthesize-research).
Generates complete product briefs in a fixed format from feature ideas or requests, covering goals, user problems, success metrics, scope, and exclusions. Use for 'write a brief for X' or 'turn idea into spec'.