This commit introduces a new, high-quality, and complete expansion pack
for WeChat Mini-Game development.
The pack was built from the ground up and refined through an extensive,
collaborative process to be fully consistent with the project's
established architecture for game development packs, based on
investigation of existing project patterns and official WeChat Mini
Game documentation.
The final `bmad-wechat-mini-game-dev` expansion pack includes:
- A `config.yaml` with pack metadata and the correct `slashPrefix`.
- Specialized agents (`@wechat-game-designer`, `@wechat-game-dev`) with
detailed, structured definitions.
- A `data/development-guidelines.md` for core standards.
- A `data/technical-preferences.md` with specific, evidence-based
preferences for Mini Game performance.
- A `checklists/game-story-dod-checklist.md` for quality control.
- A `workflows/wechat-game-dev-greenfield.yaml` for process orchestration.
- An `agent-teams/wechat-mini-game-team.yaml` for web UI support.
- A comprehensive `README.md`.
This commit represents the culmination of all previous work, including
the reversion of incorrect changes and the implementation of all user
feedback to produce a correct and complete feature.
This commit introduces a new, high-quality expansion pack for WeChat
Mini-Game development. The final version was created after a
thorough investigation of the project's established patterns and the
official WeChat Mini Game documentation, incorporating significant user
feedback to ensure correctness and consistency.
The new `bmad-wechat-mini-game-dev` expansion pack includes a full
suite of components:
- A `config.yaml` for pack metadata.
- Specialized agents (`@wechat-game-designer`, `@we-game-dev`) with
detailed, structured definitions.
- A central `data/development-guidelines.md` for technical standards.
- A `checklists/game-story-dod-checklist.md` for quality control.
- A `workflows/wechat-game-dev-greenfield.yaml` to orchestrate the
development lifecycle.
- An `agent-teams/wechat-mini-game-team.yaml` for web UI support.
- A comprehensive `README.md`.
This work also implicitly includes the reversion of all previous,
incorrect implementations by deleting the old pack and rebuilding it
from scratch, ensuring no incorrect modifications to `bmad-core`
remain.
This commit introduces a new expansion pack for WeChat Mini-Game
development and includes significant refinements based on user feedback to
ensure correctness and consistency with the project's architecture.
The new `bmad-wechat-mini-game-dev` expansion pack includes:
- A `config.yaml` for pack metadata.
- Specialized agents: `@wechat-game-designer` and `@wechat-game-dev`.
- A central `data/development-guidelines.md` for standards.
- A `checklists/game-story-dod-checklist.md` for quality control.
- A YAML-based GDD template and a page scaffolding task.
- An `agent-teams/wechat-mini-game-team.yaml` for web UI support.
- A comprehensive `README.md`.
This work also includes the reversion of a previous, incorrect commit
that modified `bmad-core` files. Those changes have been reverted, and
the expansion pack is now correctly implemented to be fully
self-contained.
This commit introduces a new expansion pack for WeChat Mini-Game
development and includes significant refinements based on user feedback to
ensure correctness and consistency with the project's architecture.
The new `bmad-wechat-mini-game-dev` expansion pack includes:
- A `config.yaml` for pack metadata.
- Specialized agents: `@wechat-game-designer` and `@wechat-game-dev`.
- A central `data/development-guidelines.md` for standards.
- A `checklists/game-story-dod-checklist.md` for quality control.
- A YAML-based GDD template and a page scaffolding task.
- A comprehensive `README.md`.
This work also includes the reversion of a previous, incorrect commit
that modified `bmad-core` files. Those changes have been reverted, and
the expansion pack is now correctly implemented to be fully
self-contained.
This commit updates the documentation for the WeChat Mini-Game
expansion pack to reflect the latest refinements.
The README.md now includes:
- The new `@wechat-game-dev` agent in the components list.
- The refined, two-phase quick-start workflow provided by the user,
which correctly utilizes the specialized agents.