mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
reorganize order of questions to make more logical sense
This commit is contained in:
@@ -44,14 +44,13 @@ project_knowledge: # Artifacts from research, document-project output, other lon
|
||||
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_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}"
|
||||
# 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}"
|
||||
|
||||
@@ -10,3 +10,8 @@ default_selected: false # This module will not be selected by default for new in
|
||||
## document_output_language
|
||||
## output_folder
|
||||
## bmad_memory
|
||||
|
||||
creativity_self_assessment:
|
||||
prompt: "On a scale of 1 to 10, how would you rate your current level of creativity?"
|
||||
default: 7
|
||||
result: "{value}"
|
||||
|
||||
Reference in New Issue
Block a user