BMGD Troubleshooting
Common issues and solutions when using BMGD workflows.
Installation Issues
Section titled âInstallation IssuesâBMGD module not appearing
Section titled âBMGD module not appearingâSymptom: BMGD agents and workflows are not available after installation.
Solutions:
- Verify BMGD was selected during installation
- Check
_bmad/bmgd/folder exists in your project - Re-run installer with
--add-module bmgd
Config file missing
Section titled âConfig file missingâSymptom: Workflows fail with âconfig not foundâ errors.
Solution:
Check for _bmad/bmgd/config.yaml in your project. If missing, create it:
output_folder: '{project-root}/docs/game-design'user_name: 'Your Name'communication_language: 'English'document_output_language: 'English'game_dev_experience: 'intermediate'Workflow Issues
Section titled âWorkflow IssuesââGDD not foundâ in Narrative workflow
Section titled ââGDD not foundâ in Narrative workflowâSymptom: Narrative workflow canât find the GDD.
Solutions:
- Ensure GDD exists in
{output_folder} - Check GDD filename contains âgddâ (e.g.,
game-gdd.md,my-gdd.md) - If using sharded GDD, verify
{output_folder}/gdd/index.mdexists
Workflow state not persisting
Section titled âWorkflow state not persistingâSymptom: Returning to a workflow starts from the beginning.
Solutions:
- Check the output documentâs frontmatter for
stepsCompletedarray - Ensure document was saved before ending session
- Use âContinue existingâ option when re-entering workflow
Wrong game type sections in GDD
Section titled âWrong game type sections in GDDâSymptom: GDD includes irrelevant sections for your game type.
Solutions:
- Review game type selection at Step 7 of GDD workflow
- You can select multiple types for hybrid games
- Irrelevant sections can be marked N/A or removed
Agent Issues
Section titled âAgent IssuesâAgent not recognizing commands
Section titled âAgent not recognizing commandsâSymptom: Typing a command like create-gdd doesnât trigger the workflow.
Solutions:
- Ensure youâre chatting with the correct agent (Game Designer for GDD)
- Check exact command spelling (case-sensitive)
- Try
workflow-statusto verify agent is loaded correctly
Agent using wrong persona
Section titled âAgent using wrong personaâSymptom: Agent responses donât match expected personality.
Solutions:
- Verify correct agent file is loaded
- Check
_bmad/bmgd/agents/for agent definitions - Start a fresh chat session with the correct agent
Document Issues
Section titled âDocument IssuesâDocument too large for context
Section titled âDocument too large for contextâSymptom: AI canât process the entire GDD or narrative document.
Solutions:
- Use sharded document structure (index.md + section files)
- Request specific sections rather than full document
- GDD workflow supports automatic sharding for large documents
Template placeholders not replaced
Section titled âTemplate placeholders not replacedâSymptom: Output contains {{placeholder}} text.
Solutions:
- Workflow may have been interrupted before completion
- Re-run the specific step that generates that section
- Manually edit the document to fill in missing values
Frontmatter parsing errors
Section titled âFrontmatter parsing errorsâSymptom: YAML errors when loading documents.
Solutions:
- Validate YAML syntax (proper indentation, quotes around special characters)
- Check for tabs vs spaces (YAML requires spaces)
- Ensure frontmatter is bounded by
---markers
Phase 4 (Production) Issues
Section titled âPhase 4 (Production) IssuesâSprint status not updating
Section titled âSprint status not updatingâSymptom: Story status changes donât reflect in sprint-status.yaml.
Solutions:
- Run
sprint-planningto refresh status - Check file permissions on sprint-status.yaml
- Verify workflow-install files exist in
_bmad/bmgd/workflows/4-production/
Story context missing code references
Section titled âStory context missing code referencesâSymptom: Generated story context doesnât include relevant code.
Solutions:
- Ensure project-context.md exists and is current
- Check that architecture document references correct file paths
- Story may need more specific file references in acceptance criteria
Code review not finding issues
Section titled âCode review not finding issuesâSymptom: Code review passes but bugs exist.
Solutions:
- Code review is AI-assisted, not comprehensive testing
- Always run actual tests before marking story done
- Consider manual review for critical code paths
Performance Issues
Section titled âPerformance IssuesâWorkflows running slowly
Section titled âWorkflows running slowlyâSymptom: Long wait times between workflow steps.
Solutions:
- Use IDE-based workflows (faster than web)
- Keep documents concise (avoid unnecessary detail)
- Use sharded documents for large projects
Context limit reached mid-workflow
Section titled âContext limit reached mid-workflowâSymptom: Workflow stops or loses context partway through.
Solutions:
- Save progress frequently (workflows auto-save on Continue)
- Break complex sections into multiple sessions
- Use step-file architecture (workflows resume from last step)
Common Error Messages
Section titled âCommon Error MessagesââInput file not foundâ
Section titled ââInput file not foundââCause: Workflow requires a document that doesnât exist.
Fix: Complete prerequisite workflow first (e.g., Game Brief before GDD).
âInvalid game typeâ
Section titled ââInvalid game typeââCause: Selected game type not in supported list.
Fix: Check game-types.csv for valid type IDs.
âValidation failedâ
Section titled ââValidation failedââCause: Document doesnât meet checklist requirements.
Fix: Review the validation output and address flagged items.
Getting Help
Section titled âGetting HelpâCommunity Support
Section titled âCommunity Supportâ- Discord Community - Real-time help from the community
- GitHub Issues - Report bugs or request features
Self-Help
Section titled âSelf-Helpâ- Check
workflow-statusto understand current state - Review workflow markdown files for expected behavior
- Look at completed example documents in the module
Reporting Issues
Section titled âReporting IssuesâWhen reporting issues, include:
- Which workflow and step
- Error message (if any)
- Relevant document frontmatter
- Steps to reproduce
Next Steps
Section titled âNext Stepsâ- Quick Start Guide - Getting started
- Workflows Guide - Workflow reference
- Glossary - Terminology