Skip to content

Commit a69adb8

Browse files
authored
feat: add .claude-plugin marketplace and plugin metadata (#9)
1 parent c5aa8ef commit a69adb8

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "bmad-game-dev-studio",
3+
"owner": {
4+
"name": "Brian (BMad) Madison"
5+
},
6+
"plugins": [
7+
{
8+
"name": "bmad-game-dev-studio",
9+
"source": "./",
10+
"description": "Game development agents and workflows — preproduction, design, architecture, production, and testing for Unity, Unreal, and Godot.",
11+
"version": "0.2.2",
12+
"skills": [
13+
"./src/agents/gds-agent-game-architect",
14+
"./src/agents/gds-agent-game-designer",
15+
"./src/agents/gds-agent-game-dev",
16+
"./src/agents/gds-agent-game-qa",
17+
"./src/agents/gds-agent-game-scrum-master",
18+
"./src/agents/gds-agent-game-solo-dev",
19+
"./src/agents/gds-agent-tech-writer",
20+
"./src/workflows/1-preproduction/gds-brainstorm-game",
21+
"./src/workflows/1-preproduction/gds-create-game-brief",
22+
"./src/workflows/1-preproduction/research/gds-domain-research",
23+
"./src/workflows/2-design/gds-create-gdd",
24+
"./src/workflows/2-design/gds-create-narrative",
25+
"./src/workflows/2-design/gds-create-ux-design",
26+
"./src/workflows/3-technical/gds-check-implementation-readiness",
27+
"./src/workflows/3-technical/gds-create-epics-and-stories",
28+
"./src/workflows/3-technical/gds-game-architecture",
29+
"./src/workflows/3-technical/gds-generate-project-context",
30+
"./src/workflows/4-production/gds-code-review",
31+
"./src/workflows/4-production/gds-correct-course",
32+
"./src/workflows/4-production/gds-create-story",
33+
"./src/workflows/4-production/gds-dev-story",
34+
"./src/workflows/4-production/gds-retrospective",
35+
"./src/workflows/4-production/gds-sprint-planning",
36+
"./src/workflows/4-production/gds-sprint-status",
37+
"./src/workflows/gametest/gds-e2e-scaffold",
38+
"./src/workflows/gametest/gds-performance-test",
39+
"./src/workflows/gametest/gds-playtest-plan",
40+
"./src/workflows/gametest/gds-test-automate",
41+
"./src/workflows/gametest/gds-test-design",
42+
"./src/workflows/gametest/gds-test-framework",
43+
"./src/workflows/gametest/gds-test-review",
44+
"./src/workflows/gds-document-project",
45+
"./src/workflows/gds-quick-flow/gds-quick-dev",
46+
"./src/workflows/gds-quick-flow/gds-quick-dev-new-preview",
47+
"./src/workflows/gds-quick-flow/gds-quick-spec"
48+
]
49+
}
50+
]
51+
}

.claude-plugin/plugin.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "bmad-game-dev-studio",
3+
"version": "0.2.2",
4+
"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.",
5+
"author": {
6+
"name": "Brian (BMad) Madison"
7+
},
8+
"license": "MIT",
9+
"homepage": "https://github.com/bmad-code-org/bmad-module-game-dev-studio",
10+
"repository": "https://github.com/bmad-code-org/bmad-module-game-dev-studio",
11+
"keywords": ["bmad", "game-dev", "unity", "unreal", "godot", "game-design", "game-architecture"]
12+
}

0 commit comments

Comments
 (0)