BMAD-METHOD/src/modules/bmgd/workflows/2-design/narrative
sjennings e59c7b79ed
fix(bmgd): correct workflow-status filename and add sprint-planning update (#1172)
* fix(bmgd): add workflow status update to game-architecture completion

The game-architecture workflow was not updating the bmgd-workflow-status.yaml
file on completion, unlike other BMGD workflows (narrative, brainstorm-game).

Changes:
- Add step 4 "Update Workflow Status" to update create-architecture status
- Renumber subsequent steps (5-8 → 6-9)
- Add success metric for workflow status update
- Add failure condition for missing status update

* feat(bmgd): add generate-project-context workflow for game development

Adds a new workflow to create optimized project-context.md files for AI agent
consistency in game development projects.

New workflow files:
- workflow.md: Main workflow entry point
- project-context-template.md: Template for context file
- steps/step-01-discover.md: Context discovery & initialization
- steps/step-02-generate.md: Rules generation with A/P/C menus
- steps/step-03-complete.md: Finalization & optimization

Integration:
- Added generate-project-context trigger to game-architect agent menu
- Added project context creation option to game-architecture completion step
- Renumbered steps 6-9 → 7-10 to accommodate new step 6

Adapted from BMM generate-project-context with game-specific:
- Engine patterns (Unity, Unreal, Godot)
- Performance and frame budget rules
- Platform-specific requirements
- Game testing patterns

* fix(bmgd): correct workflow-status filename and add sprint-planning update

- Fix all BMGD workflows to reference bmgd-workflow-status.yaml instead of bmm-workflow-status.yaml
- Add workflow-status update to sprint-planning workflow completion

Affected workflows:
- brainstorm-game (instructions.md, step-01-init.md, step-04-complete.md)
- game-brief (instructions.md)
- narrative (instructions-narrative.md, step-11-complete.md)
- game-architecture (instructions.md)
- sprint-planning (instructions.md)

---------

Co-authored-by: Scott Jennings <scott.jennings+CIGINT@cloudimperiumgames.com>
Co-authored-by: Brian <bmadcode@gmail.com>
2025-12-21 09:30:17 +08:00
..
steps fix(bmgd): correct workflow-status filename and add sprint-planning update (#1172) 2025-12-21 09:30:17 +08:00
templates feat(bmgd): comprehensive BMGD module upgrade (#1151) 2025-12-17 14:33:22 +08:00
checklist.md feat: Extract BMGD module and implement workflow vendoring 2025-11-05 20:44:22 -06:00
instructions-narrative.md fix(bmgd): correct workflow-status filename and add sprint-planning update (#1172) 2025-12-21 09:30:17 +08:00
workflow.md feat(bmgd): comprehensive BMGD module upgrade (#1151) 2025-12-17 14:33:22 +08:00
workflow.yaml feat(bmgd): comprehensive BMGD module upgrade (#1151) 2025-12-17 14:33:22 +08:00