workflows indicate web_bundle file inclusions

This commit is contained in:
Brian Madison
2025-09-29 20:19:14 -05:00
parent 023edd1b7b
commit 9934224230
147 changed files with 740 additions and 478 deletions

View File

@@ -48,7 +48,7 @@ Work through each section collaboratively:
4. Scope and Constraints (platforms, timeline, budget, team)
5. Reference Framework (inspiration, competitors, differentiators)
6. Content Framework (world, narrative, volume)
7. Art & Audio Direction (visual and audio style)
7. Art and Audio Direction (visual and audio style)
8. Risk Assessment (risks, challenges, mitigation)
9. Success Criteria (MVP, metrics, launch goals)
10. Next Steps (immediate actions, research, questions)

View File

@@ -45,13 +45,13 @@ Use this checklist to ensure your game brief is complete and ready for GDD creat
## Content Framework ✓
- [ ] **World & Setting** is defined
- [ ] **World and Setting** is defined
- [ ] **Narrative Approach** matches game type
- [ ] **Content Volume** is estimated (rough order of magnitude)
- [ ] Playtime expectations are set
- [ ] Replayability approach is clear
## Art & Audio Direction ✓
## Art and Audio Direction ✓
- [ ] **Visual Style** is described with references
- [ ] 2D vs. 3D is decided

View File

@@ -225,7 +225,7 @@ What makes your game unique?
<step n="8" goal="Define content framework" if="collaboration_mode == 'interactive'">
<ask>Let's scope your content needs.
**World & Setting:**
**World and Setting:**
- Where/when does your game take place?
- How much world-building is needed?
@@ -459,7 +459,7 @@ What are you still uncertain about?
4. Scope and Constraints
5. Reference Framework
6. Content Framework
7. Art & Audio Direction
7. Art and Audio Direction
8. Risk Assessment
9. Success Criteria
10. Next Steps

View File

@@ -102,7 +102,7 @@
## Content Framework
### World & Setting
### World and Setting
{{world_setting}}
@@ -116,7 +116,7 @@
---
## Art & Audio Direction
## Art and Audio Direction
### Visual Style

View File

@@ -26,9 +26,15 @@ validation: "{installed_path}/checklist.md"
# Output configuration
default_output_file: "{output_folder}/game-brief-{{game_name}}-{{date}}.md"
# Required tools
required_tools: []
# Workflow settings
autonomous: false # This is an interactive workflow requiring user collaboration
brief_format: "comprehensive" # Options: "comprehensive" (full detail) or "executive" (3-page limit)
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"
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/game-brief/template.md"
- "bmad/bmm/workflows/1-analysis/game-brief/instructions.md"
- "bmad/bmm/workflows/1-analysis/game-brief/checklist.md"