# BMAD™ Method Core Configuration code: bmm name: "BMM: BMad Method Agile-AI Driven-Development" default_selected: true # This module will be selected by default for new installations header: "BMad Method™: Breakthrough Method of Agile-Ai Driven-Dev" subheader: "Agent and Workflow Configuration for this module" # Variables from Core Config inserted: ## user_name ## communication_language ## output_folder ## bmad_folder ## install_user_docs ## kb_install project_name: prompt: "What is the title of your project you will be working on?" default: "{directory_name}" result: "{value}" user_skill_level: prompt: - "What is your technical experience level?" - "This affects how agents explain concepts to you (NOT document content)." - "Documents are always concise for LLM efficiency." default: "intermediate" result: "{value}" single-select: - value: "beginner" label: "Beginner - New to development, explain concepts clearly" - value: "intermediate" label: "Intermediate - Familiar with development, balance explanation with efficiency" - value: "expert" label: "Expert - Deep technical knowledge, be direct and technical" sprint_artifacts: prompt: "Where should Sprint Artifacts be stored (sprint status, stories, story context, temp context, etc...)?" default: "{output_folder}/sprint-artifacts" result: "{project-root}/{value}" tea_use_mcp_enhancements: prompt: "Enable Test Architect Playwright MCP capabilities (healing, exploratory, verification)? You have to setup your MCPs yourself; refer to test-architecture.md for hints." default: false result: "{value}" tea_use_playwright_utils: prompt: - "Are you using playwright-utils (@seontechnologies/playwright-utils) in your project?" - "This adds fixture-based utilities for auth, API requests, network recording, polling, intercept, recurse, logging, file download handling, and burn-in." - "You must install packages yourself, or use test architect's *framework command." default: false result: "{value}" # External Code Review Agent Selection # Allows delegating code reviews to an external AI agent CLI for independent, unbiased reviews # Useful when using a different AI as primary IDE agent (e.g., Codex/Gemini users can use Claude for reviews) external_review_agent: prompt: - "Which external agent should perform code reviews?" - "External agents provide independent, unbiased reviews separate from your primary IDE agent." - "The selected CLI must be installed and configured on your system." default: "none" result: "{value}" single-select: - value: "codex" label: "Codex (OpenAI) - Code review using OpenAI Codex CLI" - value: "gemini" label: "Gemini (Google) - Code review using Google Gemini CLI" - value: "claude" label: "Claude Code (Anthropic) - Code review using Claude Code CLI" - value: "none" label: "None - Use built-in review (no external agent)"