Help us improve
Share bugs, ideas, or general feedback.
From bmad
Plans, ideates, scaffolds, and validates BMad modules from ideas to installable packages with setup skills and structural checks.
npx claudepluginhub urso/claudev --plugin bmadHow this skill is triggered — by the user, by Claude, or both
Slash command
/bmad:bmad-module-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps you bring BMad modules to life — from the first spark of an idea to a fully scaffolded, installable module. It offers three paths:
assets/module-plan-template.mdassets/setup-skill-template/assets/module-help.csvassets/setup-skill-template/assets/module.yamlassets/setup-skill-template/scripts/cleanup-legacy.pyassets/setup-skill-template/scripts/merge-config.pyassets/setup-skill-template/scripts/merge-help-csv.pyassets/standalone-module-template/merge-config.pyassets/standalone-module-template/merge-help-csv.pyassets/standalone-module-template/module-setup.mdreferences/create-module.mdreferences/ideate-module.mdreferences/validate-module.mdscripts/scaffold-setup-skill.pyscripts/scaffold-standalone-module.pyscripts/tests/test-scaffold-setup-skill.pyscripts/tests/test-scaffold-standalone-module.pyscripts/tests/test-validate-module.pyscripts/validate-module.pyOrients users within a BMad workflow by identifying current module and phase, recommending next skills with reasoning, and answering module-related questions from documentation.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Builds composable skill modules with hub-and-spoke loading for tight token budgets and high complexity. Includes skill-analyzer, token-estimator, and module-validator tools.
Share bugs, ideas, or general feedback.
This skill helps you bring BMad modules to life — from the first spark of an idea to a fully scaffolded, installable module. It offers three paths:
-setup skill. For single skills, embeds self-registration directly into the skill. Supports --headless / -H.--headless / -H.Args: Accepts --headless / -H for CM and VM paths, an initial description for IM, or a path to a skills folder or single SKILL.md file for CM/VM.
Load available config from {project-root}/_bmad/config.yaml and {project-root}/_bmad/config.user.yaml (root level and bmb section). If config is missing, let the user know bmad-builder-setup can configure the module at any time. Use sensible defaults for anything not configured.
Detect user's intent:
./references/ideate-module.md./references/create-module.md./references/validate-module.mdIf --headless or -H is passed, route to CM with headless mode.