This branch of diwad-code/bmad-module-game-dev-studio is being used as a source repository for adapting BMad Game Dev Studio (BMGD) ideas into the separate target project diwad-code/SpaceshipGame.
It is not a generic BMGD roadmap branch.
Use the existing BMGD agents, prompts, and workflows as source material for a semantic conversion into GitHub Copilot assets for SpaceshipGame.
The target shape is lightweight:
.github/prompts/.github/agents/.github/skills/docs/mechanika/
That means we should adapt intent and knowledge, not copy BMGD runtime files 1:1.
- Treat
poprzednia-rozmwa.mdin the repository root as the approved branch plan. - If a corrected
poprzednia-rozmowa.mdvariant appears, treat it as the same source. - Keep
AGENTS.mdanddocs/reference/spaceshipgame-conversion.mdaligned with that plan. - Prefer conversion into prompts, agent docs, reusable skills, and durable project documentation.
- Do not port
_bmadruntime wiring,src/module.yaml,src/module-help.csv, orcustomize.tomldirectly into the target repo.
Before making further BMGD-side feature changes, follow this sequence:
- Run the existing brownfield workflow against
SpaceshipGamewith/bmgd-document-project. - Generate concise durable rules with
/bmgd-generate-project-context. - Review the produced documentation and
project-context.md. - Only then decide whether BMGD itself needs changes to extract missing game-specific knowledge.
This branch should stay focused on improving that conversion path.
These BMGD areas remain the best sources for future SpaceshipGame conversion work:
src/workflows/1-preproduction/gds-create-game-brief/src/workflows/2-design/gds-gdd/src/workflows/3-technical/gds-game-architecture/src/workflows/4-production/gds-investigate/
- Game brief prompt/doc flow
- GDD workflow plus durable docs
- Architecture prompt/doc deepening
- Lightweight investigation prompt
Until SpaceshipGame has real code, defer:
- story implementation flows
- sprint-management flows
- test, e2e, playtest, and performance flows
- anything that assumes a runnable
src/tree
./poprzednia-rozmwa.md./poprzednia-rozmowa.md(if this corrected variant exists in the checkout)./AGENTS.md./docs/reference/spaceshipgame-conversion.md./SYNC-PLAN.md
README and branch-facing documentation should be updated whenever the branch goal, assumptions, workflow order, or conversion priorities change.