2025-10-28 20:32:08 -05:00
# Convert Legacy - BMAD v4 to v6 Converter Configuration
2025-09-28 23:17:07 -05:00
name : "convert-legacy"
description : "Converts legacy BMAD v4 or similar items (agents, workflows, modules) to BMad Core compliant format with proper structure and conventions"
author : "BMad"
# Critical variables load from config_source
2025-11-08 13:58:43 -06:00
config_source : "{project-root}/{bmad_folder}/bmb/config.yaml"
2025-09-28 23:17:07 -05:00
output_folder : "{config_source}:output_folder"
user_name : "{config_source}:user_name"
communication_language : "{config_source}:communication_language"
date : system-generated
# Module path and component files
2025-11-08 13:58:43 -06:00
installed_path : "{project-root}/{bmad_folder}/bmb/workflows/convert-legacy"
2025-09-28 23:17:07 -05:00
template : false # This is an action/meta workflow - no template needed
instructions : "{installed_path}/instructions.md"
validation : "{installed_path}/checklist.md"
# Output configuration - Creates converted items in appropriate module locations
2025-11-08 13:58:43 -06:00
default_output_folder : "{project-root}/{bmad_folder}/{{target_module}}/{{item_type}}/{{item_name}}"
2025-09-28 23:17:07 -05:00
# Sub-workflows that may be invoked for conversion
sub_workflows :
2025-11-08 13:58:43 -06:00
- create_agent : "{project-root}/{bmad_folder}/bmb/workflows/create-agent/workflow.yaml"
- create_workflow : "{project-root}/{bmad_folder}/bmb/workflows/create-workflow/workflow.yaml"
- create_module : "{project-root}/{bmad_folder}/bmb/workflows/create-module/workflow.yaml"
2025-09-28 23:17:07 -05:00
2025-10-26 20:06:34 -05:00
standalone : true
2025-09-29 20:19:14 -05:00
web_bundle : false