BMAD-METHOD/web-bundles
Brian Madison 0f14544cad docs: route all web-bundles install traffic to bmadcode.com/web-bundles
Make bmadcode.com/web-bundles/ the single supported install path. The
site keeps install steps current as Gemini and ChatGPT evolve, always
points at the newest tagged release, and turns one signup into the
notification channel for new bundles.

- README.md: drop direct-folder install reference, point to the site
- web-bundles/README.md: lead with Install (site), reframe folder as
  source for the shelf rather than install target
- docs/explanation/web-bundles.md: replace the per-bundle INSTRUCTIONS.md
  steer with the site, replace the dead how-to link
- docs/how-to/use-web-bundles.md: rewrite as a short pointer to the site
  (kept the file so existing inbound links resolve), retain prerequisites,
  persona customization, and build-your-own sections
2026-05-25 12:15: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 docs: route all web-bundles install traffic to bmadcode.com/web-bundles 2026-05-25 12:15:54 -05:00
bundles.json feat(web-bundles): release packager + manifest for bmadcode.com/web-bundles/ (#2424) 2026-05-25 11:43:55 -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.

Install

Go to bmadcode.com/web-bundles.

The site lists every bundle in a card grid, walks you through the Gemini and ChatGPT setup inline, and hands you the ZIP download in one click. That is the only supported install path.

Why a single front door:

  • One place to keep install steps current as Gemini and ChatGPT evolve.
  • Versioned releases. Every shelf update ships as a tagged GitHub Release; the site always points at the newest tag.
  • One signup gets you on the list for new bundles as they ship.

Why use them

  • 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 ships 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 product brief through guided discovery. Create, Update, or Validate modes.
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. Pairs with Google Stitch.
Market & Industry Research Market research, customer JTBD, competitive landscape, regulatory and technical lenses. Deep Research mode integrated.

Requires Gemini Advanced (for Gems) or ChatGPT Plus / Pro / Business / Enterprise (for Custom GPTs). 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.

What's in this folder

This folder is the source for the shelf, packaged into ZIPs and attached to GitHub Releases. End users do not install from here. If you are a contributor working on a bundle, the bundle directories and bundles.json are the files you edit; the release packager zips them and updates the release.

Concept docs

What web bundles are and when to use them.