Documentation
README
/bmad-init Command
This command initializes or updates BMad-Method (V6) in your project.
When this command is invoked:
- Check if
_bmad/directory exists to determine if BMad V6 is already installed - Check for legacy V4 installations (
.bmad-coreor.bmad-methoddirectories) - Fresh install executes:
npx bmad-method install --directory . --modules bmm --tools claude-code --communication-language English --document-output-language English --yes - Existing install executes:
npx bmad-method install --directory . --action quick-update --yes - Fix installer bug: rename
{output_folder}to_bmad-output(Beta known issue) - Automatically update
.gitignore(remove V4 entries, add V6 entries) - Display installation results and prompt user for next steps
This is the opening of the README. Read the full README on GitHub.