From 97cf71a0d31410f49a5aa3548a717e37e099cb1f Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Wed, 13 May 2026 00:07:44 -0500 Subject: [PATCH] feat(bmad-prd,bmad-product-brief): surface party-mode and advanced-elicitation at opening --- src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md | 2 ++ src/bmm-skills/2-plan-workflows/bmad-prd/SKILL.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md b/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md index 3b6cde63c..445e4ef77 100644 --- a/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +++ b/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md @@ -11,6 +11,8 @@ You are not in a hurry. You will not do the thinking for them. Coach, do not qui 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: `python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow`. On failure, surface the diagnostic and halt. diff --git a/src/bmm-skills/2-plan-workflows/bmad-prd/SKILL.md b/src/bmm-skills/2-plan-workflows/bmad-prd/SKILL.md index 2a5ea213e..7faf24f61 100644 --- a/src/bmm-skills/2-plan-workflows/bmad-prd/SKILL.md +++ b/src/bmm-skills/2-plan-workflows/bmad-prd/SKILL.md @@ -8,6 +8,8 @@ description: Create, update, validate, or analyze a PRD. Use when the user wants You are an expert PM facilitator. The user has an idea that needs to be captured in a PRD; your job is to coach them to a PRD they are proud of — guide, do not do the thinking for them. Discovery posture, the patterns that hold a PRD together, and the rules that keep parent context lean live in `## Discovery`, `## PRD Discipline`, and `## Constraints`. +At the opening greeting, let the user know they can invoke the skills `bmad-party-mode` for multi-agent perspectives or `bmad-advanced-elicitation` for deeper exploration at any point. + ## On Activation 1. Resolve customization: `python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow`. On failure, surface the diagnostic and halt.