BMAD-METHOD/src/modules/bmgd/gametest/knowledge
Scott Jennings 8130df6247 feat(bmgd): comprehensive BMGD module upgrade
## New Agents
- **Game QA (GLaDOS)**: Game QA Architect + Test Automation Specialist
  - Engine-specific testing (Unity, Unreal, Godot)
  - Knowledge base with 15+ testing topics
  - Workflows: test-framework, test-design, automate, playtest-plan, performance-test, test-review

- **Game Solo Dev (Indie)**: Elite Indie Game Developer + Quick Flow Specialist
  - Rapid prototyping and iteration focused
  - Quick-flow workflows for solo/small team development

## Production Workflow Alignment
Aligned BMGD 4-production workflows with BMM 4-implementation:

### Removed Obsolete Workflows
- story-done (merged into dev-story)
- story-ready (merged into create-story)
- story-context (merged into create-story)
- epic-tech-context (no longer separate workflow)

### Added Workflows
- sprint-status: View sprint progress, surface risks, recommend next action

### Updated Workflows (now standalone, copied from BMM)
- code-review: Adversarial review with instructions.xml
- correct-course: Sprint change management
- create-story: Direct ready-for-dev marking
- dev-story: TDD implementation with instructions.xml
- retrospective: Epic completion review
- sprint-planning: Sprint status generation

## Game Testing Architecture (gametest/)
New knowledge base for game-specific testing:
- qa-index.csv: Knowledge fragment index
- 15 knowledge files covering:
  - Engine-specific: Unity, Unreal, Godot testing
  - Game-specific: Playtesting, balance, save systems, multiplayer
  - Platform: Certification (TRC/XR), localization, input
  - General QA: Automation, performance, regression, smoke tests

## Quick-Flow Workflows (bmgd-quick-flow/)
- quick-prototype: Rapid mechanic testing
- quick-dev: Flexible feature implementation

## Documentation
Complete documentation suite in docs/:
- README.md: Documentation index
- quick-start.md: Getting started guide
- agents-guide.md: All 6 agents reference
- workflows-guide.md: Complete workflow reference
- quick-flow-guide.md: Rapid development guide
- game-types-guide.md: 24 game type templates
- glossary.md: Game dev terminology
- troubleshooting.md: Common issues

## Teams & Installer
- Updated team-gamedev.yaml with all 6 agents and workflows
- Updated default-party.csv with Game QA and Game Solo Dev
- Created _module-installer/ with:
  - installer.js: Creates directories, logs engine selection
  - platform-specifics/: Claude Code and Windsurf handlers

## Agent Updates
All agents now reference standalone BMGD workflows:
- game-architect: correct-course → BMGD
- game-dev: dev-story, code-review → BMGD
- game-scrum-master: All production workflows → BMGD
- game-solo-dev: code-review → BMGD

## Module Configuration
- Added sprint_artifacts alias for workflow compatibility
- All workflows use bmgd/config.yaml
2025-12-16 16:03:04 -06:00
..
balance-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
certification-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
compatibility-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
godot-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
input-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
localization-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
multiplayer-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
performance-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
playtesting.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
qa-automation.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
regression-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
save-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
smoke-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
test-priorities.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
unity-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00
unreal-testing.md feat(bmgd): comprehensive BMGD module upgrade 2025-12-16 16:03:04 -06:00