Files
BMAD-METHOD/src/modules/bmm/workflows/1-analysis/game-brief/workflow.yaml
2025-10-16 07:58:28 -05:00

44 lines
1.9 KiB
YAML

# Game Brief - Interactive Workflow Configuration
name: game-brief
description: "Interactive game brief creation workflow that guides users through defining their game vision with multiple input sources and conversational collaboration"
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"
date: system-generated
# Optional input documents
recommended_inputs:
- market_research: "Market research document (optional)"
- brainstorming_results: "Brainstorming session outputs (optional)"
- competitive_analysis: "Competitive game analysis (optional)"
- initial_ideas: "Initial game ideas or notes (optional)"
- reference_games: "List of inspiration games (optional)"
# Module path and component files
installed_path: "{project-root}/bmad/bmm/workflows/1-analysis/game-brief"
template: "{installed_path}/template.md"
instructions: "{installed_path}/instructions.md"
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
web_bundle:
name: "game-brief"
description: "Interactive game brief creation workflow that guides users through defining their game vision with multiple input sources and conversational collaboration"
author: "BMad"
instructions: "bmad/bmm/workflows/1-analysis/game-brief/instructions.md"
validation: "bmad/bmm/workflows/1-analysis/game-brief/checklist.md"
template: "bmad/bmm/workflows/1-analysis/game-brief/template.md"
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/game-brief/instructions.md"
- "bmad/bmm/workflows/1-analysis/game-brief/checklist.md"
- "bmad/bmm/workflows/1-analysis/game-brief/template.md"