2025-10-16 21:50:50 -05:00
# Module Brief Workflow Configuration
name : module-brief
description : "Create a comprehensive Module Brief that serves as the blueprint for building new BMAD modules using strategic analysis and creative vision"
author : "BMad Builder"
# Critical variables
config_source : "{project-root}/bmad/bmb/config.yaml"
output_folder : "{config_source}:output_folder"
user_name : "{config_source}:user_name"
communication_language : "{config_source}:communication_language"
date : system-generated
# Optional input docs that enhance module planning
recommended_inputs :
- brainstorming_results : "{output_folder}/brainstorming-*.md"
- existing_modules : "{project-root}/bmad/"
- module_examples : "{project-root}/bmad/bmb/workflows/create-module/module-structure.md"
# Module path and component files
installed_path : "{project-root}/bmad/bmb/workflows/module-brief"
template : "{installed_path}/template.md"
instructions : "{installed_path}/instructions.md"
validation : "{installed_path}/checklist.md"
# Output configuration
default_output_file : "{output_folder}/module-brief-{{module_code}}-{{date}}.md"
2025-10-28 12:47:45 -05:00
standalone : true
2025-10-16 21:50:50 -05:00
# Web bundle configuration