What problem does it solve? Turning a folder of built skills into an installable, distributable BMad module requires manual scaffolding of setup skills, config merging, help CSV registration, and structural validation — this Skill automates that entire lifecycle. ## 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 build roadmap. - Create Module (CM): Scaffolds module infrastructure from existing skills — generating a dedicated -setup skill for multi-skill modules or embedding self-registration into standalone single-skill modules, including module.yaml, module-help.csv, and marketplace.json. - Validate Module (VM): Runs deterministic structural checks (CSV integrity, orphan entries, duplicate menu codes, broken before/after references) plus LLM quality review of capability descriptions. - Use Case: You have built three skills for a content creation suite. Run Create Module to generate the setup skill and capability registry, then run Validate Module in headless mode to confirm the module passes CI before distribution. ## Quick Start Ask the assistant to create a BMad module from the skills folder at ./skills and scaffold the setup infrastructure.