What problem does it solve? Turning a folder of built skills into a distributable, installable BMad module requires manual scaffolding of setup skills, module.yaml definitions, help CSV registries, and config merge scripts, which is error-prone and tedious to do by hand. ## Core Features & Use Cases - Ideate Module (IM): Facilitates a phased brainstorming session that produces a complete module plan document covering architecture, memory patterns, skill briefs, and a build roadmap. - Create Module (CM): Reads existing skills and scaffolds module infrastructure, generating a dedicated setup skill for multi-skill modules or embedding self-registration into standalone single-skill modules, with headless mode support. - Validate Module (VM): Runs deterministic structural checks plus LLM quality review of module.yaml, help CSV entries, menu codes, and agent rosters, returning pass/fail results suitable for CI gating. - Use Case: After building three skills with the agent and workflow builders, run Create Module to generate the setup skill, module.yaml, and module-help.csv, then run Validate Module to confirm every capability is registered before distribution. ## Quick Start Ask the assistant to create a BMad module from the folder containing your built skills, providing the folder path and a short module code.