24 lines
		
	
	
		
			999 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			999 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# Audit Workflow Configuration
 | 
						|
name: "audit-workflow"
 | 
						|
description: "Comprehensive workflow quality audit - validates structure, config standards, variable usage, bloat detection, and web_bundle completeness. Performs deep analysis of workflow.yaml, instructions.md, template.md, and web_bundle configuration against BMAD v6 standards."
 | 
						|
author: "BMad"
 | 
						|
 | 
						|
# Critical variables from config
 | 
						|
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
 | 
						|
 | 
						|
# Module path and component files
 | 
						|
installed_path: "{project-root}/bmad/bmb/workflows/audit-workflow"
 | 
						|
template: "{installed_path}/template.md"
 | 
						|
instructions: "{installed_path}/instructions.md"
 | 
						|
validation: "{installed_path}/checklist.md"
 | 
						|
 | 
						|
# Output configuration
 | 
						|
default_output_file: "{output_folder}/audit-report-{{workflow_name}}-{{date}}.md"
 | 
						|
 | 
						|
standalone: true
 | 
						|
 | 
						|
# Web bundle configuration |