workflows tasks and tools can be configured wether they are able to be run standalone from agents with ide commands

This commit is contained in:
Brian Madison
2025-10-26 20:06:34 -05:00
parent 63ef5b7bc6
commit b753fb293b
42 changed files with 81 additions and 1370 deletions

View File

@@ -24,6 +24,8 @@ game_brain_methods: "{installed_path}/game-brain-methods.csv"
# CORE brainstorming workflow to invoke
core_brainstorming: "{project-root}/bmad/core/workflows/brainstorming/workflow.yaml"
standalone: true
web_bundle:
name: "brainstorm-game"
description: "Facilitate game brainstorming sessions by orchestrating the CIS brainstorming workflow with game-specific context, guidance, and additional game design techniques."

View File

@@ -23,6 +23,8 @@ project_context: "{installed_path}/project-context.md"
# CORE brainstorming workflow to invoke
core_brainstorming: "{project-root}/bmad/core/workflows/brainstorming/workflow.yaml"
standalone: true
web_bundle:
name: "brainstorm-project"
description: "Facilitate project brainstorming sessions by orchestrating the CIS brainstorming workflow with project-specific context and guidance."

View File

@@ -35,3 +35,7 @@ recommended_inputs:
# Output configuration - Multiple files generated in output folder
# Primary output: {output_folder}/index.md
# Additional files generated by sub-workflows based on project structure
standalone: true
web_bundle: false # BMM workflows run locally in BMAD-METHOD project

View File

@@ -29,8 +29,7 @@ validation: "{installed_path}/checklist.md"
# Output configuration
default_output_file: "{output_folder}/game-brief-{{game_name}}-{{date}}.md"
# Workflow settings
autonomous: false # This is an interactive workflow requiring user collaboration
standalone: true
web_bundle:
name: "game-brief"

View File

@@ -28,8 +28,7 @@ validation: "{installed_path}/checklist.md"
# Output configuration
default_output_file: "{output_folder}/product-brief-{{project_name}}-{{date}}.md"
# Workflow settings
autonomous: false # This is an interactive workflow requiring user collaboration
standalone: true
web_bundle:
name: "product-brief"

View File

@@ -30,6 +30,8 @@ template_technical: "{installed_path}/template-technical.md"
# Output configuration (dynamic based on research type selected in router)
default_output_file: "{output_folder}/research-{{research_type}}-{{date}}.md"
standalone: true
web_bundle:
name: "research"
description: "Adaptive research workflow supporting multiple research types: market research, deep research prompt generation, technical/architecture evaluation, competitive intelligence, user research, and domain analysis"