What problem does it solve? Turning a folder of built skills into a properly structured, 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 build roadmap. - Create Module (CM): Reads existing skills 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, help CSV entries, menu codes, and agent rosters, with headless JSON output for CI pipelines. - Use Case: After building several agent and workflow skills, run Create Module to auto-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 agent to create a BMad module from the skills folder at ./skills and scaffold the setup infrastructure.