Skip to content

Commit 3eda433

Browse files
sjenningsclaude
andcommitted
chore(release): bump to v0.3.0 for BMAD-METHOD v6.3.0 sync
- package.json version: 0.2.4 -> 0.3.0 (minor bump reflecting removed agents, new skills, and Phase 4 workflow rearchitecture) - marketplace.json plugin version: 0.2.4 -> 0.3.0 - marketplace.json skills list synced: - Removed: gds-agent-game-qa, gds-agent-game-scrum-master, gds-quick-dev-new-preview, gds-quick-spec - Added: gds-create-prd, gds-edit-prd, gds-validate-prd, gds-edit-gdd, gds-validate-gdd - CHANGELOG "Unreleased" section promoted to "v0.3.0 - Apr 14, 2026" Completes the upstream BMAD-METHOD v6.3.0 sync. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3879c6d commit 3eda433

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,27 @@
1212
"name": "bmad-game-dev-studio",
1313
"source": "./",
1414
"description": "A comprehensive game development module with agents and workflows for preproduction, design, architecture, production, and testing across Unity, Unreal, and Godot. Part of the BMad Method ecosystem.",
15-
"version": "0.2.4",
15+
"version": "0.3.0",
1616
"author": {
1717
"name": "Brian (BMad) Madison"
1818
},
1919
"skills": [
2020
"./src/agents/gds-agent-game-architect",
2121
"./src/agents/gds-agent-game-designer",
2222
"./src/agents/gds-agent-game-dev",
23-
"./src/agents/gds-agent-game-qa",
24-
"./src/agents/gds-agent-game-scrum-master",
2523
"./src/agents/gds-agent-game-solo-dev",
2624
"./src/agents/gds-agent-tech-writer",
2725
"./src/workflows/1-preproduction/gds-brainstorm-game",
2826
"./src/workflows/1-preproduction/gds-create-game-brief",
2927
"./src/workflows/1-preproduction/research/gds-domain-research",
3028
"./src/workflows/2-design/gds-create-gdd",
3129
"./src/workflows/2-design/gds-create-narrative",
30+
"./src/workflows/2-design/gds-create-prd",
3231
"./src/workflows/2-design/gds-create-ux-design",
32+
"./src/workflows/2-design/gds-edit-gdd",
33+
"./src/workflows/2-design/gds-edit-prd",
34+
"./src/workflows/2-design/gds-validate-gdd",
35+
"./src/workflows/2-design/gds-validate-prd",
3336
"./src/workflows/3-technical/gds-check-implementation-readiness",
3437
"./src/workflows/3-technical/gds-create-epics-and-stories",
3538
"./src/workflows/3-technical/gds-game-architecture",
@@ -49,9 +52,7 @@
4952
"./src/workflows/gametest/gds-test-framework",
5053
"./src/workflows/gametest/gds-test-review",
5154
"./src/workflows/gds-document-project",
52-
"./src/workflows/gds-quick-flow/gds-quick-dev",
53-
"./src/workflows/gds-quick-flow/gds-quick-dev-new-preview",
54-
"./src/workflows/gds-quick-flow/gds-quick-spec"
55+
"./src/workflows/gds-quick-flow/gds-quick-dev"
5556
]
5657
}
5758
]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Unreleased — sync with BMAD-METHOD v6.3.0
3+
## v0.3.0 - Apr 14, 2026 — sync with BMAD-METHOD v6.3.0
44

55
### Phase 4 agent consolidation
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "bmad-game-dev-studio",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"private": true,
66
"description": "A BMad MEthod Core Module that offers a substantial stand alone module for Game Development across multiple supported platforms",
77
"keywords": [

0 commit comments

Comments
 (0)