mourner-bmad-workflow
v0.4.0
Published
Official BMAD installer wrapper with Mourner customizations and Claude/Codex/Cursor adapters.
Maintainers
Readme
mourner-bmad-workflow
mourner-bmad-workflow is an installer wrapper and adapter layer for the official BMAD Method.
This repository does not maintain a forked BMAD core anymore. It now exists to:
- install official BMAD into a project
- inject personal
.customize.yamloverrides - attach a personal add-on module via
--custom-content - generate local adapter outputs for Claude Code, Codex, and Cursor with a minimal official command set
The operating model is:
official BMAD + personal customizations + platform adapters
What This Repository Owns
installer/: one-click installation and regeneration flowcustomize/: update-safe agent customizations copied into_bmad/_config/agents/custom-content/: personal add-on module contentadapters/: Claude/Codex/Cursor packaging rulesplugins/: generated or example local plugin outputs
Quick Start
Install official BMAD plus Mourner's enhancements into the current project:
npx mourner-bmad-workflow installUseful variants:
npx mourner-bmad-workflow install --target claudenpx mourner-bmad-workflow install --target codexnpx mourner-bmad-workflow install --target cursornpx mourner-bmad-workflow install --preset fullnpx mourner-bmad-workflow verify --dry-run
Developer mode inside this repository still works:
npm run install:allnpm run generate:claudenpm run generate:codexnpm run generate:cursor
Default Exposed Commands
By default, this package only exposes a minimal set of official BMAD commands:
bmad-helpbmad-code-reviewbmad-generate-project-contextbmad-quick-devbmad-brainstorming
These are exposed through:
- plugins/mourner-bmad-workflow-claude
- plugins/mourner-bmad-workflow-codex
- plugins/mourner-bmad-workflow-cursor
Publish
Release checks:
npm run check:release
npm run pack:releaseDry-run a local release without publishing:
npm run release -- patch --no-publishPublish:
npm run release:patchFull publishing guidance is in docs/releasing.md.
