From 2ea83c6a21a9cb06771ecc1f998ab3dc170a9f65 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 20 Aug 2026 01:34:05 -0700 Subject: [PATCH] docs(bmad): add the standalone support skills to the routing guide The former core skills ship in the same flat unit but belong to no path or stage; help.md never mentioned them, so the router could not recommend them. --- skills/bmad/references/help.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/skills/bmad/references/help.md b/skills/bmad/references/help.md index 3239770cb..96f62faf7 100644 --- a/skills/bmad/references/help.md +++ b/skills/bmad/references/help.md @@ -51,6 +51,28 @@ Agent personas (optional): this work. Offer one only when the user asks to talk to a specific role or wants one perspective's take without running a full skill. +Support skills (standalone): + +- `bmad-brainstorming` — facilitated ideation across many creative + techniques. +- `bmad-forge-idea` — stress-tests a half-formed idea in a questioning + conversation until the user can act on it or drop it. +- `bmad-deep-recon` — research to support a decision: drafts a research + prompt for the user's own tool, or runs the research itself. +- `bmad-advanced-elicitation` — pushes recent output to be reconsidered + and improved through a chosen critique method. +- `bmad-review` — runs installed review lenses (adversarial critique, edge + cases, verification gaps, structure, prose) over any artifact and reports + triaged findings. +- `bmad-party-mode` — a lively group discussion between installed agents or + custom personas. +- `bmad-customize` — authors customization overrides for installed BMad + skills. + +These belong to no path and no stage. Each stands on its own: suggest one +whenever it is useful — before, during, after, or entirely outside the flow +above — and never present them as required steps. + A project environment may have a subset of these skills supporting the user's preferred workflow.