57 lines
2.5 KiB
YAML
57 lines
2.5 KiB
YAML
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 and quick-dev flow output
|
|
prompt: "Where should implementation artifacts be stored?\n(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 knowledge
|
|
prompt: "Where should non-ephemeral project knowledge be searched for and stored\n(docs, research, references)?"
|
|
default: "docs"
|
|
result: "{project-root}/{value}"
|
|
# tea_use_mcp_enhancements:
|
|
# prompt: "Test Architect Playwright MCP capabilities (healing, exploratory, verification) are optionally available.\nYou will have to setup your MCPs yourself; refer to test-architecture.md for hints.\nWould you like to enable MCP enhancements in Test Architect?"
|
|
# 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}"
|