BMAD-METHOD/web-bundles
Brian Madison fa172ab96a docs(web-bundles): rewrite copy to actually sell what each bundle does
The JSON drives the bmadcode.com/web-bundles/ page; previous copy
was generic and undersold the actual capabilities. Rewrote each
tagline + description to lead with concrete, differentiating facts
pulled directly from each bundle's SKILL.md:

- Brainstorming Coach: 60 techniques across 10 categories with
  specific names (SCAMPER, Drunk History Retelling, Nature's
  Solutions, Shadow Work Mining, Superposition Collapse); calls
  out the 4 routes (browse, recommend, random, progressive) and
  the ~100-idea quantity-unlocks-quality target.
- Product Brief Coach: names the three intent modes (Create /
  Update / Validate) and the two working paths (Fast / Coaching);
  surfaces the [ASSUMPTION] tag system and the Addendum.
- PRFAQ Coach: details the 4 stages (Ignition / Press Release /
  Customer FAQ / Internal FAQ + Verdict), the 9 press release
  sections, the weasel-word list ("best-in-class", "seamless"),
  and that it adapts for commercial, internal, OSS, community.
- PRD Coach: spells out the two entry points (Vision+Features
  vs Journey-led), named-protagonist journeys, glossary
  discipline, stable ID system (FR-1..N, SM-C1..N), and the
  7-dimension validation rubric.
- UX Coach: leads with the two-spine contract (DESIGN.md +
  EXPERIENCE.md), Don Norman framing, named-protagonist
  journeys, surface closure as the test, and Stitch integration.
- Market & Industry Research: leads with Deep Research as the
  engine, names Porter and Christensen as anchors, lists the 6
  deliverable sections, and frames the deliverable as synthesis
  not a research dump.
2026-05-25 11:38:54 -05:00
..
brainstorming-coach feat(web-bundles): bring back V4 web bundles for V6 (#2421) 2026-05-25 08:46:19 -05:00
market-and-industry-research feat(web-bundles): bring back V4 web bundles for V6 (#2421) 2026-05-25 08:46:19 -05:00
prd-coach feat(web-bundles): bring back V4 web bundles for V6 (#2421) 2026-05-25 08:46:19 -05:00
prfaq-coach feat(web-bundles): bring back V4 web bundles for V6 (#2421) 2026-05-25 08:46:19 -05:00
product-brief-coach feat(web-bundles): bring back V4 web bundles for V6 (#2421) 2026-05-25 08:46:19 -05:00
ux-coach feat(web-bundles): bring back V4 web bundles for V6 (#2421) 2026-05-25 08:46:19 -05:00
README.md feat(web-bundles): bring back V4 web bundles for V6 (#2421) 2026-05-25 08:46:19 -05:00
bundles.json docs(web-bundles): rewrite copy to actually sell what each bundle does 2026-05-25 11:38:54 -05:00

README.md

BMad Web Bundles

V4 shipped web bundles. V6 brings them back, new and improved. Each bundle packages a BMad skill as a self-contained install for Google Gemini Gems and ChatGPT Custom GPTs, so you can run the planning work in your web LLM subscription before opening your IDE.

Why use these

  • Cost. Web LLM subscriptions are flat-rate. Run brainstorming, briefs, PRDs, and research there instead of burning IDE tokens.
  • Right tool for the job. Planning conversations want Canvas, image generation, and Deep Research. Implementation wants the codebase and a terminal. Use each where it's strongest.
  • Persona swapping. Every bundle's INSTRUCTIONS.md carries a default persona and a contrasting swap example. Change voices without touching the protocol.

The shelf

Bundle Purpose
brainstorming-coach/ Facilitated ideation across 60 techniques. Defaults to Carson (Osborn lineage); swap to Mary for analyst rigor.
product-brief-coach/ Build a one-page product brief through guided discovery.
prfaq-coach/ Working Backwards PRFAQ challenge (Bezos lineage) to forge and stress-test product concepts.
prd-coach/ Product Requirements Document with built-in validation (Cagan lineage).
ux-coach/ UX patterns, flows, and design specifications.
market-and-industry-research/ Market research, customer JTBD, competitive landscape, regulatory and technical lenses. Deep Research mode integrated.

Install

Each bundle has its own INSTRUCTIONS.md with platform-specific setup steps. Pattern is the same:

  1. Create a Gem (Gemini) or Custom GPT (ChatGPT).
  2. Upload the bundle's SKILL.md (and any data files) as knowledge.
  3. Paste the block below the PASTE BOUNDARY into the instructions box.
  4. Enable Web Browsing / Deep Research if the bundle's install steps call for it.

Gemini Gems require Gemini Advanced. ChatGPT Custom GPTs require Plus, Pro, Business, or Enterprise; Deep Research has its own plan limits.

Build your own

Web bundles are generated from BMad skills using the bmad-os-skill-to-bundle utility skill. Point it at any BMad skill folder and it produces a SKILL.md, an INSTRUCTIONS.md, and any required data files, with persona inheritance from the owning agent.

Docs