LogoSkills

BMAD Configuration Reference

version: "6.0.0"

# BMAD Method v6 - Global Configuration Template
# This file is copied to ~/.claude/config/bmad/config.yaml during installation

version:  " 6.0.0 " 
 ide:  " claude-code " 

 # User Information
user_name:  " dongwoo " 
 user_skill_level:  " intermediate "    # beginner, intermediate, expert

# Communication Settings
communication_language:  " English " 
 document_output_language:  " English " 

 # Output Settings
default_output_folder:  " docs " 

 # Enabled Modules
modules_enabled:
  - core      # Core BMAD functionality
  - bmm       # BMad Method (product development)
  # - bmb       # BMad Builder (create custom workflows) - Uncomment to enable
  # - cis       # Creative Intelligence Suite - Uncomment to enable

# Advanced Settings
auto_update_status: true
verbose_mode: false

# ZenHub Integration (optional)
# zenhub:
#   conventions_file:  " bmad/zenhub-conventions.yaml " 
 #   sub_tasks_enabled: false  # Set to true if workspace supports Task issue type

# Agent Teams Settings (experimental)
agent_teams:
  max_teammates: 3
  quality_gate_enabled: true
  auto_approve_plans: false