code: bmm name: "BMM: BMad Method Agile-AI Driven-Development" header: "BMad Methodâ„¢: Breakthrough Method of Agile-Ai Driven-Dev" subheader: "Agent and Workflow Configuration for this module" default_selected: true # This module will be selected by default for new installations # Variables from Core Config inserted: ## user_name ## communication_language ## document_output_language ## output_folder ## bmad_memory 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 development experience level?" - "This affects how agents explain concepts in chat." 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" planning_artifacts: # Phase 1-3 artifacts prompt: "Where should project planning artifacts be stored?\n - Such as: (Brain Storming, Briefs, PRDs, UX Designs, Architectures, Detailed Epics Plan)" default: "{output_folder}/project-planning-artifacts" result: "{project-root}/{value}" implementation_artifacts: # Phase 4 artifacts prompt: "Where should implementation artifacts be stored?\n - Such as: (sprint status, individual story files and reviews, retrospectives, Quick Flow output)" default: "{output_folder}/implementation-artifacts" result: "{project-root}/{value}" project_knowledge: # Artifacts from research, document-project output, other long lived accurate kn prompt: "Where should non-ephemeral project knowledge be stored (docs, research, references)?" default: "docs" result: "{project-root}/{value}" tea_use_mcp_enhancements: prompt: "Enable Test Architect Playwright MCP capabilities (healing, exploratory, verification)?\nYou 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?\nYou must install packages yourself, or use test architect's *framework command." default: false result: "{value}"