28 lines
1.0 KiB
YAML
28 lines
1.0 KiB
YAML
# Domain Research Workflow Configuration
|
|
name: domain-research
|
|
description: "Collaborative exploration of domain-specific requirements, regulations, and patterns for complex projects"
|
|
author: "BMad"
|
|
|
|
# Critical variables from config
|
|
config_source: "{project-root}/.bmad/bmm/config.yaml"
|
|
output_folder: "{config_source}:output_folder"
|
|
user_name: "{config_source}:user_name"
|
|
communication_language: "{config_source}:communication_language"
|
|
document_output_language: "{config_source}:document_output_language"
|
|
user_skill_level: "{config_source}:user_skill_level"
|
|
date: system-generated
|
|
|
|
# Module path and component files
|
|
installed_path: "{project-root}/.bmad/bmm/workflows/1-analysis/domain-research"
|
|
instructions: "{installed_path}/instructions.md"
|
|
template: "{installed_path}/template.md"
|
|
|
|
# Optional knowledge base (if exists)
|
|
domain_knowledge_base: "{installed_path}/domain-knowledge-base.md"
|
|
|
|
# Output configuration
|
|
default_output_file: "{output_folder}/domain-brief.md"
|
|
|
|
standalone: true
|
|
|
|
# Web bundle configuration for standalone deployment |