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

@@ -12,10 +12,10 @@ When brainstorming for games, consider exploring:
- **Game Dynamics** - Emergent behaviors from mechanic interactions
- **Aesthetic Experience** - Emotional responses and feelings evoked
- **Progression Systems** - How players grow and unlock content
- **Challenge & Difficulty** - How to create engaging difficulty curves
- **Challenge and Difficulty** - How to create engaging difficulty curves
- **Social/Multiplayer Features** - How players interact with each other
- **Narrative & World** - Story, setting, and environmental storytelling
- **Art Direction & Feel** - Visual style and game feel
- **Narrative and World** - Story, setting, and environmental storytelling
- **Art Direction and Feel** - Visual style and game feel
- **Monetization** - Business model and revenue approach (if applicable)
## Game Design Frameworks

View File

@@ -20,3 +20,14 @@ game_brain_methods: "{installed_path}/game-brain-methods.csv"
# CIS brainstorming workflow to invoke
cis_brainstorming: "{project-root}/bmad/cis/workflows/brainstorming/workflow.yaml"
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."
author: "BMad"
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/brainstorm-game/instructions.md"
- "bmad/bmm/workflows/1-analysis/brainstorm-game/game-context.md"
- "bmad/bmm/workflows/1-analysis/brainstorm-game/game-brain-methods.csv"
existing_workflows:
- cis_brainstorming: "bmad/cis/workflows/brainstorming/workflow.yaml"

View File

@@ -6,13 +6,13 @@ This context guide provides project-specific considerations for brainstorming se
When brainstorming for projects, consider exploring:
- **User Problems & Pain Points** - What challenges do users face?
- **Feature Ideas & Capabilities** - What could the product do?
- **User Problems and Pain Points** - What challenges do users face?
- **Feature Ideas and Capabilities** - What could the product do?
- **Technical Approaches** - How might we build it?
- **User Experience** - How will users interact with it?
- **Business Model & Value** - How does it create value?
- **Business Model and Value** - How does it create value?
- **Market Differentiation** - What makes it unique?
- **Technical Risks & Challenges** - What could go wrong?
- **Technical Risks and Challenges** - What could go wrong?
- **Success Metrics** - How will we measure success?
## Integration with Project Workflow

View File

@@ -19,3 +19,13 @@ project_context: "{installed_path}/project-context.md"
# CIS brainstorming workflow to invoke
cis_brainstorming: "{project-root}/bmad/cis/workflows/brainstorming/workflow.yaml"
web_bundle:
name: "brainstorm-project"
description: "Facilitate project brainstorming sessions by orchestrating the CIS brainstorming workflow with project-specific context and guidance."
author: "BMad"
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md"
- "bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md"
existing_workflows:
- cis_brainstorming: "bmad/cis/workflows/brainstorming/workflow.yaml"

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"

View File

@@ -95,14 +95,14 @@ product-brief/
2. **Problem Statement** - Detailed problem analysis with evidence
3. **Proposed Solution** - Core approach and key differentiators
4. **Target Users** - Primary and secondary user segments with personas
5. **Goals & Success Metrics** - Business objectives and measurable KPIs
5. **Goals and Success Metrics** - Business objectives and measurable KPIs
6. **MVP Scope** - Must-have features and out-of-scope items
7. **Post-MVP Vision** - Phase 2 features and long-term roadmap
8. **Financial Impact** - Investment requirements and ROI projections
9. **Strategic Alignment** - Connection to company OKRs and initiatives
10. **Technical Considerations** - Platform requirements and preferences
11. **Constraints & Assumptions** - Resource limits and key assumptions
12. **Risks & Open Questions** - Risk assessment and research needs
11. **Constraints and Assumptions** - Resource limits and key assumptions
12. **Risks and Open Questions** - Risk assessment and research needs
13. **Supporting Materials** - Research summaries and references
## Requirements
@@ -170,7 +170,7 @@ To customize this workflow:
For issues or questions:
- Review the workflow creation guide at `/bmad/bmb/workflows/build-workflow/workflow-creation-guide.md`
- Review the workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
- Validate output using `checklist.md`
- Consider running market research workflow first if lacking business context
- Consult BMAD documentation for product planning methodology

View File

@@ -41,7 +41,7 @@
- [ ] Secondary segment (if applicable) is equally detailed
- [ ] Avoids generic personas like "busy professionals"
## Goals & Metrics
## Goals and Metrics
- [ ] Business objectives include measurable outcomes with targets
- [ ] User success metrics focus on behaviors, not features
@@ -67,7 +67,7 @@
- [ ] Technology preferences are marked as preferences, not decisions
- [ ] Integration requirements with existing systems are identified
## Constraints & Assumptions
## Constraints and Assumptions
- [ ] Budget constraints are documented if known
- [ ] Timeline or deadline pressures are specified

View File

@@ -299,13 +299,13 @@ Being honest about unknowns helps us prepare.</ask>
1. Problem Statement
2. Proposed Solution
3. Target Users
4. Goals & Metrics
4. Goals and Metrics
5. MVP Scope
6. Post-MVP Vision
7. Financial Impact & Strategic Alignment
7. Financial Impact and Strategic Alignment
8. Technical Considerations
9. Constraints & Assumptions
10. Risks & Questions
9. Constraints and Assumptions
10. Risks and Questions
11. Save and continue</ask>
<action>Work with user to refine selected section</action>

View File

@@ -36,7 +36,7 @@
---
## Goals & Success Metrics
## Goals and Success Metrics
### Business Objectives
@@ -52,7 +52,7 @@
---
## Strategic Alignment & Financial Impact
## Strategic Alignment and Financial Impact
### Financial Impact
@@ -116,7 +116,7 @@
---
## Constraints & Assumptions
## Constraints and Assumptions
### Constraints
@@ -128,7 +128,7 @@
---
## Risks & Open Questions
## Risks and Open Questions
### Key Risks

View File

@@ -25,9 +25,15 @@ validation: "{installed_path}/checklist.md"
# Output configuration
default_output_file: "{output_folder}/product-brief-{{project_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: "product-brief"
description: "Interactive product brief creation workflow that guides users through defining their product vision with multiple input sources and conversational collaboration"
author: "BMad"
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/product-brief/template.md"
- "bmad/bmm/workflows/1-analysis/product-brief/instructions.md"
- "bmad/bmm/workflows/1-analysis/product-brief/checklist.md"

View File

@@ -146,7 +146,7 @@ research/
## Workflow Process
### Phase 1: Research Type Selection & Setup
### Phase 1: Research Type Selection and Setup
1. Router presents research type menu
2. User selects research type (market, deep_prompt, technical, competitive, user, domain)
@@ -196,7 +196,7 @@ research/
- Adapts questions and frameworks to research type
- Customizes output format for target audience
### Phase 3: Validation & Delivery
### Phase 3: Validation and Delivery
1. Review outputs against checklist
2. Validate completeness and quality
@@ -428,7 +428,7 @@ Add to `workflow.yaml` `frameworks` section under appropriate research type.
For issues or questions:
- Review workflow creation guide at `/bmad/bmb/workflows/build-workflow/workflow-creation-guide.md`
- Review workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
- Check validation against `checklist.md`
- Examine router logic in `instructions-router.md`
- Review research type-specific instructions

View File

@@ -207,7 +207,7 @@ Competitive Threat:
### Innovation Pipeline Assessment
- Patent filing analysis
- R&D investment signals
- RandD investment signals
- Acquisition patterns
- Partnership strategies
- Beta/preview features

View File

@@ -77,7 +77,7 @@ You are a specialized Market Research Expert with deep expertise in gathering, a
- Market share estimates
- Business model analysis
- Competitive dynamics
- M&A activity
- MandA activity
**Customer Research**
@@ -87,7 +87,7 @@ You are a specialized Market Research Expert with deep expertise in gathering, a
- Decision criteria
- Price sensitivity
### Phase 3: Synthesis & Insights
### Phase 3: Synthesis and Insights
**Pattern Recognition**

View File

@@ -58,9 +58,9 @@ When analyzing trends:
For each identified trend, provide:
- **Trend Name & Description**
- **Trend Name and Description**
- **Current Stage** (Emerging/Growing/Mainstream/Declining)
- **Evidence & Signals** (3-5 specific indicators)
- **Evidence and Signals** (3-5 specific indicators)
- **Timeline** (When mainstream adoption expected)
- **Impact Assessment** (Market size, disruption potential)
- **Opportunities** (How to capitalize)

View File

@@ -62,7 +62,7 @@
---
## Complete Research Prompt (Copy & Paste)
## Complete Research Prompt (Copy and Paste)
```
{{deep_research_prompt}}

View File

@@ -22,7 +22,7 @@
---
## 1. Research Objectives & Methodology
## 1. Research Objectives and Methodology
### Research Objectives

View File

@@ -147,3 +147,17 @@ data_sources:
- "Social media and communities"
- "Patent databases"
- "Benchmarking studies"
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"
author: "BMad"
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/research/instructions-router.md"
- "bmad/bmm/workflows/1-analysis/research/instructions-market.md"
- "bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md"
- "bmad/bmm/workflows/1-analysis/research/instructions-technical.md"
- "bmad/bmm/workflows/1-analysis/research/template-market.md"
- "bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md"
- "bmad/bmm/workflows/1-analysis/research/template-technical.md"
- "bmad/bmm/workflows/1-analysis/research/checklist.md"