module.yaml 886 B

1234567891011121314151617181920
  1. code: bmb
  2. name: "BMad Builder"
  3. description: "Standard Skill Compliant Factory for BMad Agents, Workflows and Modules"
  4. module_version: 1.0.0
  5. default_selected: false
  6. module_greeting: >
  7. Enjoy making your dream creations with the BMad Builder Module!
  8. Run this again at any time if you want to reconfigure a setting or have updated the module, (or optionally just update _bmad/config.yaml and config.user.yaml to change existing values)
  9. For questions, suggestions and support - check us on Discord at https://discord.gg/gk8jAdXWmj
  10. bmad_builder_output_folder:
  11. prompt: "Where should your custom output (agent, workflow, module config) be saved?"
  12. default: "{project-root}/skills"
  13. result: "{project-root}/{value}"
  14. bmad_builder_reports:
  15. prompt: "Output for Evals, Test, Quality and Planning Reports?"
  16. default: "{project-root}/skills/reports"
  17. result: "{project-root}/{value}"