mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
Summary of changes:
- Removed 32 recommended_inputs: sections - Added description: fields to all input_file_patterns (25 workflows) - Added missing load_strategy fields (5 workflows) - Fixed BMB workflows with proper reference doc variables - Updated BMB instructions to use new variables
This commit is contained in:
@@ -10,11 +10,6 @@ user_name: "{config_source}:user_name"
|
||||
communication_language: "{config_source}:communication_language"
|
||||
date: system-generated
|
||||
|
||||
# Optional inputs for context
|
||||
recommended_inputs:
|
||||
- design_context: "Context document passed via data attribute"
|
||||
- user_research: "{output_folder}/research-*.md"
|
||||
|
||||
# Context can be provided via data attribute when invoking
|
||||
# Example: data="{path}/product-context.md" provides project context
|
||||
|
||||
|
||||
@@ -10,11 +10,6 @@ user_name: "{config_source}:user_name"
|
||||
communication_language: "{config_source}:communication_language"
|
||||
date: system-generated
|
||||
|
||||
# Optional inputs for context
|
||||
recommended_inputs:
|
||||
- market_context: "Context document passed via data attribute"
|
||||
- competitive_intel: "{output_folder}/market-*.md"
|
||||
|
||||
# Context can be provided via data attribute when invoking
|
||||
# Example: data="{path}/industry-analysis.md" provides market context
|
||||
|
||||
|
||||
@@ -10,11 +10,6 @@ user_name: "{config_source}:user_name"
|
||||
communication_language: "{config_source}:communication_language"
|
||||
date: system-generated
|
||||
|
||||
# Optional inputs for context
|
||||
recommended_inputs:
|
||||
- problem_context: "Context document passed via data attribute"
|
||||
- previous_attempts: "{output_folder}/problem-*.md"
|
||||
|
||||
# Context can be provided via data attribute when invoking
|
||||
# Example: data="{path}/problem-brief.md" provides context
|
||||
|
||||
|
||||
@@ -10,11 +10,6 @@ user_name: "{config_source}:user_name"
|
||||
communication_language: "{config_source}:communication_language"
|
||||
date: system-generated
|
||||
|
||||
# Optional inputs for context
|
||||
recommended_inputs:
|
||||
- story_context: "Context document passed via data attribute"
|
||||
- previous_stories: "{output_folder}/story-*.md"
|
||||
|
||||
# Context can be provided via data attribute when invoking
|
||||
# Example: data="{path}/brand-info.md" provides brand context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user