reorganize order of questions to make more logical sense

This commit is contained in:
Brian Madison
2025-12-15 10:59:15 +08:00
parent 1da7705821
commit d4eccf07cf
4 changed files with 110 additions and 54 deletions

View File

@@ -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}"

View File

@@ -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}"