LogoSkills

BMAD Method v6 - Project Configuration Template

project_name: "{{PROJECT_NAME}}"

# BMAD Method v6 - Project Configuration Template
# This file is created in {project-root}/bmad/config.yaml during workflow-init

project_name:  " { { PROJECT_NAME } } " 
 project_type:  " { { PROJECT_TYPE } } "    # web-app, mobile-app, api, game, library, other
project_level:  { { PROJECT_LEVEL } }    # 0-4 (0=single story, 1=1-10 stories, 2=5-15, 3=12-40, 4=40+)

# Output folder (relative to project root)
output_folder:  " docs " 

 # Module-specific settings
bmm:
  workflow_status_file:  " docs/bmm-workflow-status.yaml " 
   sprint_status_file:  " docs/sprint-status.yaml " 

 # Path configuration
paths:
  docs:  " docs " 
   stories:  " docs/stories " 
   tests:  " tests " 

 # ZenHub Integration (optional) - Uncomment to enable
# zenhub:
#   conventions_file:  " bmad/zenhub-conventions.yaml " 
 #   sub_tasks:
#     enabled: false          # Set to true if workspace supports Task issue type
#     auto_generate: false    # Auto-generate sub-tasks from story AC/technical tasks
#     min_story_points: 5     # Only suggest sub-tasks for stories  > = this point value

# Design Tool Integration (optional) - Uncomment to configure
# design_tool:
#   preferred:  " ascii "            # figma, pencil, ascii (default)
#   figma:
#     mcp_url:  " https://mcp.figma.com/mcp " 
 #     file_key:  " "                # Figma file key for the project
#     design_system_rules: true # Auto-generate design system rules
#   pencil:
#     pen_files_dir:  " design "     # Directory for .pen files (relative to project root)
#     sync_tokens: true         # Sync design tokens with code
#   fallback:  " ascii "             # Fallback when MCP tool unavailable: ascii (default)

# Agent Teams (experimental) - Uncomment to customize
# agent_teams:
#   file_ownership_strategy:  " epic-based "    # epic-based (default), directory-based, manual
#   quality_gates:
#     lint: true
#     typecheck: true
#     test: true