What problem does it solve? Turning a folder of built skills into a distributable, installable BMad module requires manual creation 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 SKILL.md files and scaffolds module infrastructure, generating a dedicated -setup skill for multi-skill modules or self-registration assets for standalone single-skill modules. - Validate Module (VM): Runs deterministic structural checks plus LLM quality review of module.yaml, module-help.csv entries, menu codes, and agent rosters, with headless JSON output for CI pipelines. - Use Case: After building three skills with the agent and workflow builders, run Create Module to generate the setup skill, config merge scripts, and marketplace.json so users can install the module with one command. ## Quick Start Ask the assistant to create a BMad module from the folder containing your built skills, or to validate an existing module's structure.