Releases: bmad-code-org/BMAD-METHOD
v6.8.0
✨ Headline
New planning shapes lead this release. bmad-ux replaces the old single-spine UX skill with a two-spine contract: DESIGN.md (visual identity, Google Labs spec) and EXPERIENCE.md (behavior, flow, IA). bmad-spec distills any messy intent (brain dump, PRD, transcript, brief) into a tight five-field SPEC.md kernel that any downstream skill can consume. Both extend the streamlined Create/Update/Validate + Fast/Coaching template that bmad-prd and bmad-product-brief set in v6.7.0. The handoff from design into engineering is now a sealed file contract, not a translation layer.
Also shipping: Web Bundles for Gemini Gems and ChatGPT Custom GPTs (bmadcode.com/web-bundles) bring six planning bundles to non-IDE users with full IDE schema parity. bmad-automator (story automation) lands on the next channel. bmad-method-ui ships a community-alpha VS Code dashboard + standalone Next.js web UI. 19 new elicitation techniques arrive. Plus a long tail of installer and activation fixes.
💥 Breaking Changes
bmad-create-ux-designreplaced bybmad-ux. Singledesign.mdspine is gone. New skill emits DESIGN.md (visual tokens per the Google Labs spec) and EXPERIENCE.md (behavior, flow, IA, states, a11y), with EXPERIENCE.md referencing DESIGN.md tokens via{path.to.token}syntax. Adds named-protagonist journeys, surface-closure validation, opt-in reviewer gate, and an extensible producer-handoff registry (default: Stitch). Installer auto-removes the legacy skill. PRD and brief templates aligned (form-factor probe, named-protagonist UJs, no standalone Primary Persona) (#2413)bmad-distillatorretired, superseded bybmad-spec. Promoted to core because the kernel pattern is domain-agnostic. Installer cleans up automatically. No internal pipelines called it, but custom workflows must switch tobmad-spec.
🎁 Features
- Web Bundles v6 shelf: Six bundles purpose-built for Gemini Gems and ChatGPT Custom GPTs. Brainstorming (60 techniques, 10 categories), Product Brief (Create/Update/Validate, Fast/Coaching paths), PRFAQ (Working Backwards, 4 stages, weasel-word challenge), PRD (Vision- or Journey-led, 7-dimension validation), UX (two-spine, Don Norman framing, Stitch handoff), Market & Industry Research (Deep Research + Porter + Christensen). Full schema parity with IDE skills so Gem ↔ IDE handoffs do not break. bmadcode.com/web-bundles is the single supported install path (#2421, #2423, #2425)
- Web Bundle release packager:
tools/bundle-web-bundles.jszips each bundle intodist/web-bundles/{slug}.zipfor GitHub Release attachment.web-bundles/bundles.jsoncarries persona, copy, accent color, knowledge files, and platform feature flags (web-browsing, deep-research, Stitch). Zero deps;execFileSync+ strict slug regex (^[a-z0-9][a-z0-9-]*$) eliminates shell-injection surface (#2424) bmad-spec, new core skill: Distills any intent (brain dump, PRD, transcript, brief) intoSPEC.mdwith a five-field kernel (Problem, Capabilities, Constraints, Non-goals, Success signal). Catalogs, tables, diagrams, and editorial-voice content go to named companions; absorbed inputs land in asources:list downstream skips. Eight-rule Spec Law with lean-prose discipline. Outputs to{output_folder}/specs/spec-{slug}/, works without bmm installed. Headless callers get JSON; interactive runs close conversationally (#2417)bmad-ux, spine-based UX skill: Rewrite around DESIGN.md (visual identity, Google Labs spec) + EXPERIENCE.md (behavior, flow, IA). Six-step activation matchesbmad-prdandbmad-product-brief. Fast/Coaching modes. Opt-in reviewer gate (no auto-spend on parallel reviewers for hobby work). Per-category verdicts, no misleading headline grade. Ships three DESIGN.md examples (editorial/Linen & Logic, native mobile/Quill, web SaaS/Drift), two paired EXPERIENCE.md examples, one unpaired DESIGN.md modeling the pure Stitch handoff (#2413)- 19 new advanced-elicitation techniques: New
framingcategory plus additions across 7 categories (all 50 existing methods preserved). Highlights: Chain-of-Thought Scaffolding, Six Thinking Hats, Delphi Method, Inversion Analysis, Steelmanning, Morphological Analysis, Abstraction Laddering, Cascading Failure Simulation, Boundary & Edge Case Sweep (#2062) - Docs sidebar-order validator:
tools/validate-sidebar-order.jsflags duplicates, gaps, missing fields, and translation drift across English and translated docs. Wired intodocs:validate-sidebar. Locale-pattern detection prevents nested English subfolders from being silently excluded (#2409)
🐛 Fixes
- Skill activation guardrails strengthened across 23+ skills: LLM agents were short-circuiting activation sequences (INCLUDE → READ → RUN → CHECK → FILTER → CD) by guessing variables instead of executing in order, silently skipping append steps and
on_completehooks. New guardrail names prepend/append steps explicitly and requires confirmation. Applied to all BMM planning + execution skills, all persona agents (analyst, tech-writer, pm, ux-designer, architect, dev), and new skills (bmad-spec, bmad-ux) (#2398) - Installer reads
config.tomlon re-run:loadExistingConfigonly read legacy_bmad/<module>/config.yaml, so user-scoped answers (user_name,communication_language) written to_bmad/config.user.tomlwere ignored and users got re-prompted. AddsparseCentralToml; central toml read first, legacy yaml as fallback (#2411) - Stale custom-source caches refreshed on quick-update: Quick-update now calls
cloneRepofor every cached custom module, persists the realnextref, and atomically dedupes the refresh. Whengit fetchfails (network, deleted repo, revoked auth), the previous clone is preserved with a warning instead of being wiped (#2399) - Shallow-clone default branch resolution:
--depth 1clones leaveorigin/HEADstale, sogit reset --hard origin/HEADnever pulled new commits. Now resolves the default branch viagit symbolic-refand resets againstorigin/<branch>explicitly, falling back tomain(#2332) - SSH Git URLs with nested group paths: Custom module installer parses GitLab subgroup and Gitea nested-team SSH URLs correctly (#2379)
project_contextdefined in dev-story, sprint-planning, sprint-status: Skills referenced the variable without resolving it, producing unresolved expansions at activation in some configurations (#2422)- Dev story baseline commits captured: Baselining records the commit set the story was scoped against, so reviews compare against a stable reference (#2403)
- Customization JSON written as UTF-8: Non-ASCII team names, product names, and editorial overrides survive a round trip through
_bmad/custom/(#2414) - Brainstorming idea-flow stays collaborative: Agent was prematurely converging on its own preferred ideas instead of mirroring and expanding the user's. Collaborative posture restored (#2402)
📚 Docs
- bmad-investigate added to agent trigger tables:
agents.mdandnamed-agents.mdnow show theINtrigger and forensic-investigation capability on Amelia's row, closing a v6.7.0 gap (#2410) - Web Bundles install framing and update/customize guidance: Drops misleading "one-click install" and "two files" claims; adds explicit Gem/GPT setup pattern and an "Updating and customizing" section: custom changes belong in the pasted instructions block, not the knowledge files, so updates do not clobber team customizations (#2423)
- Web-bundles install traffic centralized at bmadcode.com/web-bundles: README, web-bundles README, explanation, and how-to pages all point at the site as the single supported install path (#2425)
- Reference docs for bmad-spec: Full entry in
docs/reference/core-tools.md(en); table-row stubs in cs/fr/vi-vn/zh-cn pending full translation
Web Bundles v1.0.0
BMad web bundles for Google Gemini Gems and ChatGPT Custom GPTs.
Each ZIP contains a self-contained bundle ready to install:
- SKILL.md (knowledge file)
- INSTRUCTIONS.md (persona + protocol)
- Supporting data files (templates, validation checklists, CSVs)
Install guide: https://bmadcode.com/web-bundles/
v6.7.1
🐛 Fixes
- Installer no longer errors when a previously installed module's source can no longer be found — In v6.7.0 the experimental BMad Automator module's installer code (the value used for its
_bmad/<code>/folder and manifest entry) was renamed frombauttoautomator. Anyone who had installed it under the oldbautcode sawquick-updatefail withSource for module 'baut' is not availableand risked having the existing install removed. The installer now detects installed modules that can no longer be resolved from any source, leaves them in place untouched, and continues the update. If you previously installed it asbautand want the renamedautomatorversion, runnpx bmad-method install, choose Modify BMAD Installation, and reselect BMad Automator; the old_bmad/baut/directory can then be deleted manually
v6.7.0
✨ Headline
PRD and Product Brief rebuilt as lean, outcome-driven facilitators called bmad-prd and bmad-brief. Both flagship planning skills now ship three first-class intents (Create / Update / Validate), support express and guided modes, drive elicitation rather than LLM-suggested filler, and adapt output to your needs. New PRD validation pipeline replaces the adversarial reviewer with a quality-rubric synthesis pass that emits both HTML and markdown reports. New bmad-investigate skill brings forensic, evidence-graded case files for bug triage, incident RCA, and unfamiliar-code exploration.
A new .decision-log pattern is implemented in this release that will track through workflows all decisions made from the start, allowing for easier continuation or later modifications, where memory of what was decided and why will be remembered.
The existing create, edit and validate prd skills still exist but internally will route to the single prd skill with the proper intent. These shims will be removed with the 7.0.0 release when similar updates are completed across all of v6.
The shape of the toml customizations is still the same, so if you make them for create already, it will still work. There are new fields supported also that can improve your experience with the new bmad-prd skill.
💥 Breaking Changes
- Community modules picker removed from the interactive installer. Previously installed community modules are preserved on update. Install community modules headlessly with
--custom-source <git-url-or-path>, or wait for the forthcoming dedicated community installer. - Remote marketplace registry fully retired. The installer makes zero network calls to
bmad-code-org/bmad-plugins-marketplace. Both the official-registry fetch (registry/official.yaml) and the community-catalog fetch (registry/community-index.yaml,categories.yaml) are gone.CommunityModuleManagerandRegistryClientare deleted. The bundledbmad-modules.yamlat the repo root is the single source of truth for which official modules appear in the picker. Per-module version bumps continue to happen in each module's own repo. Migration note: users with previously installed community modules will see them preserved in their manifest, but updates must be handled via--custom-source <url>going forward (a dedicated community installer is planned separately).
🎁 Features
-
WDS (Whiteport Design Studio) now bundled in the official module picker. Selectable alongside BMM, BMB, BMA, CIS, GDS, and TEA without needing
--custom-source. -
Refreshed display names and hints across all bundled modules. Shorter, clearer names; hints now describe what each module provides. TEA repositioned to sit directly after BMM in the picker.
-
Registry entries can declare a
plugin_nameoverride. When a module's.claude-plugin/marketplace.jsondeclares the plugin under a name different from the module's installer code (e.g., WDS usesbmad-wds), setplugin_name: <name>on the registry entry to match the marketplace plugin without falling back to the single-plugin heuristic. -
bmad-prd overhaul — Three intents (Create / Update / Validate); new Discovery shape (Brain dump → Stakes calibration → Working mode → mode-scoped work); capability-first or user-first modes; Essential Spine template plus Adapt-In Menu with authorized section invention for compliance, integration, hardware, SLAs, monetization, data governance; subagent web research default-on; rebuilt validation via PRD Quality Rubric → synthesis pass → HTML + markdown reports; cross-skill parity with
bmad-product-brief(variable names,.decision-log.md,persistent_factsauto-loadsproject-context.md); headless mode with per-intent inputs andpartialstatus (#2385, #2378) -
bmad-product-brief refactor — Streamlined from a five-stage scripted workflow to a single outcome-driven SKILL.md with Create / Update / Validate intents; inline discovery, elicitation, and review (no more scripted agent fan-outs); new
assets/brief-template.mdwith adapt-aggressively guidance; finalize chain throughbmad-distillatorandbmad-help; JSON headless responses (#2370, #2371) -
New bmad-investigate skill — Forensic case investigation with evidence-graded findings (Confirmed / Deduced / Hypothesized), delegation discipline for large codebases, resume-on-collision logic; supports both defect-chasing and area-exploration modes (#2345 and follow-ups)
-
Interactive directory prompt in installer —
@clack/coreAutocompletePrompt for install-path selection: Tab-cycles existing child dirs, accepts not-yet-created paths, validates raw input (#2387) -
OpenCode and GitHub Copilot pointer files — Generic
installCommandPointers()mechanism driven by per-platform YAML. OpenCode gets.opencode/commands/<id>.mdfor every skill; Copilot gets.github/agents/<id>.agent.mdfor persona agents only (plusbmad-teaallowlist), keeping the Custom Agents picker uncluttered. Works for external modules automatically viaskill-manifest.csv(#2324) -
BMad Automator (
bma) registered — Bundled registry fallback gains source-root external-module support, enabling--modules bma(#2345)
🐛 Fixes
- Clear installer error on missing module definition —
findExternalModuleSource()throws an actionable error naming the module, missing path, and channel, with a suggested--next=<code>recovery path, replacing a silent ENOENT ingetFileList(#2377) - bmad-product-brief Update/Validate discipline — Headless Update now requires decision-log entry + addendum before modifying
brief.md; distillate regeneration is mandatory; Validate always returns"offer_to_update": true; eval expectations tightened (#2371) - Module help catalog directional clarity — Renamed
after/beforecolumns (and JSON manifest keys) topreceded-by/followed-byto eliminate ambiguity that was causing dependency-direction flips;requiredretains hard-gate semantics (#2360) - bmad-help removed from Copilot Custom Agents picker — Not a true agent; every persona already advertises it on activation (#2359)
- bmad-investigate robustness — Collapsed multi-line description, unwrapped case-file template, tightened PRD discovery glob (review follow-ups)
- Dependency security audit — Lockfile-only fixes closed 12 of 14 open Dependabot alerts (
vite,postcss,h3,yaml,brace-expansion,picomatch,astro, others). Twoastro <6.1.10alerts and onemarkdown-it(viamarkdownlint-cli2) deferred pending major bumps (#2382)
📚 Docs
- New
docs/explanation/forensic-investigation.md(EN + FR) explaining the bmad-investigate workflow and evidence-grading discipline; workflow maps updated in both languages - Installer prerequisite docs updated across README, install/upgrade/non-interactive/tutorial guides and FR / CS / ZH-CN / VI-VN translations to advertise Node.js 20.12+ (#2387)
v6.6.0
💥 Breaking Changes
--tools noneis no longer accepted; fresh--yesinstalls now require an explicit--tools <id>. Existing-install flows are unchanged. Runnpx bmad-method --list-toolsto see supported IDs (#2346)project_namehas moved from[modules.bmm]to[core]inconfig.toml. Existing installs are auto-migrated on next install/update — no manual action required (#2348)
🎁 Features
- Non-interactive config for CI/Docker — new
--set <module>.<key>=<value>(repeatable) and--list-options [module]flags allow installer configuration without prompts. Routes values to the correct config file with prototype-pollution defenses (#2354) - Brownfield epic scoping — Create Epics and Stories workflow now detects file-overlap between epics and applies an Implementation Efficiency principle plus a design completeness gate, reducing unnecessary file churn (#1826)
🐛 Fixes
- Custom module installer — Azure DevOps URLs now parse correctly with multi-segment paths and
_gitprefixes (#2269); HTTP (non-HTTPS) Git URLs are preserved for self-hosted servers (#2344); community installs route throughPluginResolverso marketplace plugins with nestedmodule.yamlinstall all skills (#2331); URL-source modules resolve from disk cache on re-install instead of warning (#2323); local--custom-contentmodules resolve correctly and[modules.<code>]TOML keys use the module code rather than display name (#2316);--yeswith--custom-sourcenow runs the full update path so version tags are respected (#2336) - Installer safety —
--list-toolsflag added; empty/typo'd tool IDs rejected with specific errors (#2346) - Channel and dist-tag handling — installer launched from a prerelease (e.g.
@next) now defaults external module channels tonextinstead of silently downgrading to stable (#2321); stable publishes advance the@nextdist-tag so prerelease users no longer leapfrog or miss update notifications (#2320) - Architecture validation gate — step-07 validation template no longer ships pre-checked; status field is now templated against actual checklist completion (#2347)
- bmad-help data integrity —
bmad-help.csvis no longer transformed at merge time and is emitted in its documented schema; 31 misaligned rows in core/bmmmodule-help.csvrepaired (#2349) - Config robustness — malformed
module.yaml(scalars, arrays) is now rejected before crash (#2348) - Legacy cleanup — pre-v6.2.0 wrapper skills (
bmad-bmm-*,bmad-agent-bmm-*) are removed automatically on upgrade so they no longer error with missing-file warnings (#2315)
📚 Docs
- Complete Chinese (zh-CN) translations for
named-agents.mdandexpand-bmad-for-your-org.md; localized BMad Ecosystem sidebar (CIS, BMB, TEA, WDS) across zh-cn, vi-vn, fr-fr, cs-cz (#2355)
v6.5.0
🎁 Features
- Support for 18 new agent platforms: AdaL, Sourcegraph Amp, IBM Bob, Command Code, Snowflake Cortex Code, Factory Droid, Firebender, Block Goose, Kode, Mistral Vibe, Mux, Neovate, OpenClaw, OpenHands, Pochi, Replit Agent, Warp, Zencoder — bringing total supported platforms to 42 (#2313)
- All platforms that support the cross-tool
.agents/skills/standard now use it (#2313)
v6.4.0
✨ Headline
Full agent and workflow customization across the entire BMad Method. Every agent and workflow in BMM, Core, CIS, GDS, and TEA can now be customized via TOML overrides in _bmad/custom/. Customize agents to apply tooling, version control, or behavior changes across whole groups of workflows. Drop in fine-grained per-workflow overrides where you need them. Built for power users who want BMad to fit their stack without forking.
Stable and bleeding-edge release channels, standardized across all modules. Pick stable or next per module, pin specific versions, and switch channels interactively or via CLI flags (--channel, --all-stable, --all-next, --next=CODE, --pin CODE=TAG). Same model across BMM, Core, and every external module.
💥 Breaking Changes
- Customization is now TOML-based; the briefly introduced YAML-based customization is no longer supported (#2284, #2283)
🎁 Features
Customization framework
- TOML-based agent and workflow customization with flat schema, structural merge rules (scalars, tables, code-keyed arrays, append arrays), and
persistent_factsunification (#2284) - Central
_bmad/config.tomlsurface with four-file architecture (config.toml,config.user.toml,custom/config.toml,custom/config.user.toml) for agent roster and scope-partitioned install answers (#2285) customize.tomlsupport extended to 17 bmm-skills workflows with flattened SKILL.md architecture and standardized[workflow]block (#2287)customize.tomlextended to all six developer-execution workflows: bmad-dev-story, bmad-code-review, bmad-sprint-planning, bmad-sprint-status, bmad-quick-dev, bmad-checkpoint-preview (#2308)bmad-customizeskill — guided authoring of TOML overrides in_bmad/custom/with stdlib-only resolver verification (#2289)- Wire
on_completehook into all 23 workflow terminal steps with full customize.toml documentation (#2290)
Release channels & installer
- Channel-based version resolution for external modules with interactive channel management (
stable/next/pinned) and CLI flags (--channel,--all-stable,--all-next,--next=CODE,--pin CODE=TAG) (#2305) - GitHub API as primary fetch with raw CDN fallback in installer registry client to support corporate proxies (#2248)
Other
- Kimi Code CLI support for installing BMM skills in
.kimi/skills/(#2302) bmad-create-storynow reads every UPDATE-marked file before generating dev notes so brownfield stories preserve current behavior instead of improvising at implementation time (#2274)- Sync
sprint-status.yamlfrom quick-dev on epic-story implementation with idempotent writes trackingin-progressandreviewtransitions (#2234) - Enforce model parity for all code review subagents to match orchestrator session capability for improved rare-event detection (#2236)
- Set
team: software-developmenton all six BMM agents for unified grouping in party-mode and retrospective skills (#2286)
🐛 Bug Fixes
- PRD workflow no longer silently de-scopes user requirements or invents MVP/Growth/Vision phasing; requires explicit confirmation before any scope reduction (#1927)
- Installer shows live npm version for external modules instead of stale cached metadata (#2307)
- Resolve external-module agents from cache during manifest write so agents land in
config.toml(#2295) - Fix installer version resolution for external modules with shared resolver preferring package.json > module.yaml > marketplace.json (#2298)
- Replace fs-extra with native
node:fsto prevent file loss during multi-module installs from deferred retry-queue races (#2253) - Add
move()and overwrite support to fs-native wrapper for directory migrations during upgrades (#2253) - Stop skill scanner from recursing into discovered skills to prevent spurious errors on nested template files (#2255)
- Source built-in modules locally in installer UI to preserve core and bmm in module list when registry is unreachable (#2251)
- Remove dead Batch-apply option from code-review patch menu and rename apply options for clarity (#2225)
♻️ Refactoring
- Remove 1,683 lines of dead code: three entirely dead files (agent-command-generator.js, bmad-artifacts.js, module-injections.js) and ~50 unused exports across installer modules (#2247)
- Remove dead template and agent-command pipeline from installer; SKILL.md directory copying is the sole installation path (#2244)
📚 Documentation
- Sync and update Vietnamese (vi-VN) docs with missing pages and refreshed translations (#2291, #2222)
- Sync French (fr-FR) translations with upstream, restore Amelia as dev agent, fix sidebar ordering (#2231)
- Add Czech (cs-CZ)
analysis-phase.mdtranslation; normalize typographic quotes (#2240, #2241, #2242) - Add missing Chinese (zh-CN) translations for 3 documents (#2254)
- Update stale Analyst agent triggers and add PRFAQ link (#2238)
- Remove Bob from workflow map diagrams reflecting consolidation into Amelia in v6.3.0 (#2252)
v6.3.0
💥 Breaking Changes
- Remove custom content installation feature; use marketplace-based plugin installation instead (#2227)
- Remove bmad-init skill; all agents and skills now load config directly from
{project-root}/_bmad/bmm/config.yaml(#2159) - Remove spec-wip.md singleton; quick-dev now writes directly to
spec-{slug}.mdwith status field, enabling parallel sessions (#2214) - Consolidate three agent personas into Developer agent (Amelia): remove Barry quick-flow-solo-dev (#2177), Quinn QA agent (#2179), and Bob Scrum Master agent (#2186)
🎁 Features
- Universal source support for custom module installs with 5-strategy PluginResolver cascade supporting any Git host (GitHub, GitLab, Bitbucket, self-hosted) and local file paths (#2233)
- Community module browser with three-tier selection: official, community (category drill-down from marketplace index), and custom URL with unverified source warning (#2229)
- Switch module source of truth from bundled config to remote marketplace registry with network-failure fallback (#2228)
- Add bmad-prfaq skill implementing Amazon's Working Backwards methodology as alternative Phase 1 analysis path with 5-stage coached workflow and subagent architecture (#2157)
- Add bmad-checkpoint-preview skill for guided, concern-ordered human review of commits, branches, or PRs (#2145)
- Epic context compilation for quick-dev step-01: sub-agent compiles planning docs into cached
epic-{N}-context.mdfor story implementation (#2218) - Previous story continuity in quick-dev: load completed spec from same epic as implementation context (#2201)
- Planning artifact awareness in quick-dev: selectively load PRD, architecture, UX, and epics docs for context-informed specs (#2185)
- One-shot route now generates lightweight spec trace file for consistent artifact tracking (#2121)
- Improve checkpoint-preview UX with clickable spec paths, external edit detection, and missing-file halt (#2217)
- Add Junie (JetBrains AI) platform support (#2142)
- Restore KiloCoder support with native-skills installation (#2151)
- Add bmad-help support for llms.txt general questions (#2230)
♻️ Refactoring
- Consolidate party-mode into single SKILL.md with real subagent spawning via Agent tool, replacing multi-file workflow architecture (#2160)
🐛 Bug Fixes
- Fix version display bug where marketplace.json walk-up reported wrong version (#2233)
- Fix checkpoint-preview step-05 advancing without user confirmation by adding explicit HALT (#2184)
- Address adversarial triage findings: clarify review_mode transitions, label walkthrough branches, fix terse commit handling (#2180)
- Preserve local custom module sources during quick update (#2172)
- Support skills/ folder as fallback module source location for bmb compatibility (#2149)
🔧 Maintenance
- Overhaul installer branding with responsive BMAD METHOD logo, blue color scheme, unified version sourcing from marketplace.json, and surgical manifest-based skill cleanup (#2223)
- Stop copying skill prompts to _bmad by default (#2182)
- Add Python 3.10+ and uv as documented prerequisites (#2221)
📚 Documentation
- Complete Czech (cs-CZ) documentation translation (#2134)
- Complete Vietnamese (vi-VN) documentation translation (#2110, #2192)
- Rewrite get-answers-about-bmad as 1-2-3 escalation flow, remove deprecated references (#2213)
- Add checkpoint-preview explainer page and workflow diagram (#2183)
- Update docs theme to match bmadcode.com with responsive logo and blue color scheme (#2176)
v6.2.2
♻️ Refactoring
- Modernize module-help CSV to 13-column format with
after/beforedependency graph replacing sequence numbers (#2120) - Rewrite bmad-help from procedural 8-step execution to outcome-based skill design (~50% shorter) (#2120)
🐛 Bug Fixes
- Update bmad-builder module-definition path from
src/module.yamltoskills/module.yamlfor bmad-builder v1.2.0 compatibility (#2126) - Fix eslint config to ignore gitignored lock files (#2120)
📚 Documentation
- Close Epic 4.5 explanation gaps in Chinese (zh-CN): normalize command naming to current
bmad-*convention and add cross-links across 9 explanation pages (#2102)
v6.2.1
What's Changed
- ci: run quality checks on pushes to main by @alexeyv in #2015
- chore(tools): align Augment config with skill-validator by @alexeyv in #2016
- add Qoder code agent support by @YeJianXin in #2017
- Feat/conformant agent skills by @bmadcode in #2021
- feat: add Ona as a supported platform by @meysholdt in #1968
- chore(review): replace adversarial CodeRabbit with skill-validator refs by @alexeyv in #2022
- refactor(skill): flatten quick-dev-new-preview step files by @alexeyv in #2025
- chore(teams): remove dead party roster files by @alexeyv in #2026
- refactor(agents): inline capabilities, remove bmad-manifest.json by @bmadcode in #2029
- chore(agents): cleanup skill manifests and remove shared manifest by @bmadcode in #2035
- feat(quick-dev): add Review Trail generation to step 5 by @alexeyv in #2033
- feat(quick-dev): add VS Code opening ergonomics to step 5 by @alexeyv in #2039
- feat(coderabbit): add docs-staleness check for src/ changes by @alexeyv in #2042
- refactor(quick-flow): separate one-shot into self-contained step file by @alexeyv in #2044
- fix(quick-dev): replace role statement with step-following mandate by @alexeyv in #2045
- fix: restore bmad-create-prd to workflows directory by @bmadcode in #2047
- chore: remove dead agent schema validation infrastructure by @alexeyv in #2048
- refactor: consolidate agents into phase-based skill directories by @bmadcode in #2050
- feat(quick-dev): clickable spec link at step-02 checkpoint and CWD-relative path convention by @alexeyv in #2049
- feat(tools): add deterministic skill validator for CI by @alexeyv in #2051
- fix: add Use when trigger to advanced-elicitation description by @alexeyv in #2058
- fix: update src/core and src/bmm path references to match renamed directories by @Sallvainian in #2053
- docs: restore design philosophy to quick-flow explainer by @alexeyv in #2063
- docs: rewrite quick-fixes how-to around Quick Dev by @alexeyv in #2065
- fix: tea agent start by @muratkeremozcan in #2067
- refactor(analysis): consolidate product brief skills and clean up res… by @bmadcode in #2070
- fix: separate subagent launch from skill invocation in code review by @alexeyv in #2069
- fix(code-review): restore actionable review output with interactive choices by @alexeyv in #2055
- chore(deps): bump h3 from 1.15.5 to 1.15.8 by @dependabot[bot] in #2064
- fix(code-review): update sprint-status to done after review completes by @alexeyv in #2074
- refactor(skill): flatten advanced-elicitation by inlining workflow by @alexeyv in #2076
- docs(zh-cn): fix broken anchor links in Chinese documentation by @eatse21 in #2072
- refactor(core-skills): flatten 7 skills by inlining workflow.md by @alexeyv in #2077
- docs: fix duplicate sidebar order number by @eatse21 in #2071
- refactor(installer): remove legacy workflow, task, and agent IDE generators by @alexeyv in #2078
- docs: i18n: Add complete French translation by @eatse21 in #2073
- refactor(installer): remove dead agent compilation pipeline by @alexeyv in #2080
- refactor(installer): discover skills by SKILL.md instead of manifest YAML by @alexeyv in #2082
- refactor(installer): remove dead task/tool/workflow manifest code by @alexeyv in #2083
- refactor(installer): remove dead .agent.yaml/.xml fallback logic by @alexeyv in #2084
- fix(quick-dev): make file path references clickable by @alexeyv in #2085
- fix(quick-dev): use absolute paths in code -r invocations by @alexeyv in #2087
- fix(docs): community feedback — typo, locale 404s, llms-full by @alexeyv in #2091
- docs(zh-cn): refine help and quick-fixes guides by @lrliang in #2095
- docs(zh-cn): refine entry copy and navigation by @lrliang in #2092
- docs(zh-cn): align getting-started tutorial workflows by @lrliang in #2093
- fix(docs): correct skill names in getting-started tutorials by @alexeyv in #2103
- docs(zh-cn): refine install and non-interactive guides by @lrliang in #2094
- docs(zh-cn): refine established project guides by @lrliang in #2096
- fix(quick-dev): mark task checkboxes during implementation by @alexeyv in #2104
- refactor(quick-dev): replace unconditional artifact scan with intent cascade by @alexeyv in #2105
- fix(quick-dev): preserve tracking identifiers in spec slug by @alexeyv in #2108
- refactor(quick-dev): rename tech-spec prefix to spec by @alexeyv in #2109
- fix(quick-dev): remove redundant H1 title from spec template by @alexeyv in #2111
- fix: issue 55 config paths by @muratkeremozcan in #2113
- fix: support spaces in --user-name for non-interactive install by @majiayu000 in #2088
- docs(zh-cn): refine story 2.5 and 2.6 how-to guides by @lrliang in #2097
- docs(zh-cn): refine Epic3 story 3.1 and 3.2 explanations by @lrliang in #2098
- docs(zh-cn): refine Epic3 story 3.3 and 3.4 explanations by @lrliang in #2099
- fix: agent-manifest.csv empty after install by @bmadcode in #2115
- docs(zh-cn-reference): refresh workflow and skills references by @lrliang in #2100
- docs(zh-cn): refresh epic4 stories 4.3-4.4 pages by @lrliang in #2101
- docs: add v6.2.1 changelog by @bmadcode in #2116
New Contributors
- @YeJianXin made their first contribution in #2017
- @meysholdt made their first contribution in #1968
- @Sallvainian made their first contribution in #2053
- @eatse21 made their first contribution in #2072
- @majiayu000 made their first contribution in #2088
Full Changelog: v6.2.0...v6.2.1