What problem does it solve?
This Skill standardizes the setup of a BMad module inside a project, so users do not have to manually create config files, register help entries, migrate legacy settings, or clean up outdated installer directories.
Core Features & Use Cases
- Guided module installation: Reads module metadata from the bundled assets and collects both shared core settings and module-specific values.
- Safe config migration: Consolidates legacy per-module configuration into shared project config files while preserving valid existing values and removing stale entries.
- Automated cleanup and registration: Updates the module help CSV, creates configured output directories, and removes old installer package directories only after verifying installed skills are present.
- Use case: When a team wants to add or update a BMad module in an existing repository, this Skill can install it, merge old settings into the new config structure, and leave the project in a clean, consistent state.
Quick Start
Ask the assistant to set up the target BMad module in your project and provide any preferred defaults such as your name, language, or headless installation choices.