bmad-method 4.31.0 → 4.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/settings.json +1 -7
- package/CHANGELOG.md +108 -173
- package/README.md +40 -0
- package/bmad-core/agents/analyst.md +1 -1
- package/bmad-core/agents/architect.md +2 -3
- package/bmad-core/agents/bmad-master.md +0 -1
- package/bmad-core/agents/bmad-orchestrator.md +9 -10
- package/bmad-core/agents/dev.md +1 -2
- package/bmad-core/agents/pm.md +3 -1
- package/bmad-core/agents/po.md +1 -1
- package/bmad-core/agents/qa.md +1 -1
- package/bmad-core/agents/sm.md +1 -1
- package/bmad-core/agents/ux-expert.md +1 -1
- package/bmad-core/bmad-core/user-guide.md +0 -0
- package/bmad-core/data/bmad-kb.md +12 -2
- package/bmad-core/data/elicitation-methods.md +20 -0
- package/bmad-core/enhanced-ide-development-workflow.md +43 -0
- package/bmad-core/tasks/advanced-elicitation.md +2 -0
- package/bmad-core/tasks/create-brownfield-story.md +20 -3
- package/bmad-core/tasks/document-project.md +19 -13
- package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
- package/bmad-core/tasks/index-docs.md +0 -1
- package/bmad-core/tasks/kb-mode-interaction.md +3 -3
- package/bmad-core/tasks/review-story.md +18 -1
- package/bmad-core/user-guide.md +7 -6
- package/bmad-core/working-in-the-brownfield.md +39 -36
- package/dist/agents/analyst.txt +6 -6
- package/dist/agents/architect.txt +8 -3
- package/dist/agents/bmad-master.txt +2 -1
- package/dist/agents/pm.txt +9 -2
- package/dist/agents/po.txt +2 -318
- package/dist/agents/qa.txt +0 -1
- package/dist/agents/sm.txt +3 -3
- package/dist/agents/ux-expert.txt +2 -297
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +6 -6
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4047 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +1520 -185
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +214 -1229
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +537 -373
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +6917 -2140
- package/dist/teams/team-all.txt +30 -25
- package/dist/teams/team-fullstack.txt +27 -21
- package/dist/teams/team-ide-minimal.txt +5 -322
- package/dist/teams/team-no-ui.txt +25 -16
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +3 -1
- package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +80 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +21 -16
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +25 -25
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +15 -14
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +396 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +203 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +93 -121
- package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +593 -68
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +151 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +165 -198
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +200 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +938 -453
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +3 -3
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +517 -155
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +12 -12
- package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +11 -11
- package/package.json +79 -76
- package/tools/cli.js +9 -0
- package/tools/flattener/main.js +559 -0
- package/tools/installer/lib/installer.js +1 -1
- package/tools/installer/package.json +1 -1
- package/.husky/pre-commit +0 -2
- package/.prettierignore +0 -21
- package/.prettierrc +0 -23
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
template:
|
|
2
|
-
id: game-story-template-
|
|
2
|
+
id: game-story-template-v3
|
|
3
3
|
name: Game Development Story
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0
|
|
5
5
|
output:
|
|
6
6
|
format: markdown
|
|
7
7
|
filename: "stories/{{epic_name}}/{{story_id}}-{{story_name}}.md"
|
|
@@ -49,9 +49,9 @@ sections:
|
|
|
49
49
|
title: Technical Requirements
|
|
50
50
|
type: checklist
|
|
51
51
|
items:
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
52
|
+
- Code follows C# best practices
|
|
53
|
+
- Maintains stable frame rate on target devices
|
|
54
|
+
- No memory leaks or performance degradation
|
|
55
55
|
- "{{specific_technical_requirement}}"
|
|
56
56
|
- id: game-design-requirements
|
|
57
57
|
title: Game Design Requirements
|
|
@@ -227,13 +227,13 @@ sections:
|
|
|
227
227
|
instruction: Checklist that must be completed before the story is considered finished
|
|
228
228
|
type: checklist
|
|
229
229
|
items:
|
|
230
|
-
-
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
-
|
|
235
|
-
-
|
|
236
|
-
-
|
|
230
|
+
- All acceptance criteria met
|
|
231
|
+
- Code reviewed and approved
|
|
232
|
+
- Unit tests written and passing
|
|
233
|
+
- Integration tests passing
|
|
234
|
+
- Performance targets met
|
|
235
|
+
- No C# compiler errors or warnings
|
|
236
|
+
- Documentation updated
|
|
237
237
|
- "{{game_specific_dod_item}}"
|
|
238
238
|
|
|
239
239
|
- id: notes
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
template:
|
|
2
2
|
id: level-design-doc-template-v2
|
|
3
3
|
name: Level Design Document
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.1
|
|
5
5
|
output:
|
|
6
6
|
format: markdown
|
|
7
|
-
filename:
|
|
7
|
+
filename: docs/level-design-document.md
|
|
8
8
|
title: "{{game_title}} Level Design Document"
|
|
9
9
|
|
|
10
10
|
workflow:
|
|
@@ -371,19 +371,19 @@ sections:
|
|
|
371
371
|
title: Playtesting Checklist
|
|
372
372
|
type: checklist
|
|
373
373
|
items:
|
|
374
|
-
-
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
-
|
|
378
|
-
-
|
|
374
|
+
- Level completes within target time range
|
|
375
|
+
- All mechanics function correctly
|
|
376
|
+
- Difficulty feels appropriate for level category
|
|
377
|
+
- Player guidance is clear and effective
|
|
378
|
+
- No exploits or sequence breaks (unless intended)
|
|
379
379
|
- id: player-experience-testing
|
|
380
380
|
title: Player Experience Testing
|
|
381
381
|
type: checklist
|
|
382
382
|
items:
|
|
383
|
-
-
|
|
384
|
-
-
|
|
385
|
-
-
|
|
386
|
-
-
|
|
383
|
+
- Tutorial levels teach effectively
|
|
384
|
+
- Challenge feels fair and rewarding
|
|
385
|
+
- Flow and pacing maintain engagement
|
|
386
|
+
- Audio and visual feedback support gameplay
|
|
387
387
|
- id: balance-validation
|
|
388
388
|
title: Balance Validation
|
|
389
389
|
template: |
|
package/package.json
CHANGED
|
@@ -1,78 +1,81 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
2
|
+
"name": "bmad-method",
|
|
3
|
+
"version": "4.32.0",
|
|
4
|
+
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
5
|
+
"main": "tools/cli.js",
|
|
6
|
+
"bin": {
|
|
7
|
+
"bmad": "tools/bmad-npx-wrapper.js",
|
|
8
|
+
"bmad-method": "tools/bmad-npx-wrapper.js"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"build": "node tools/cli.js build",
|
|
12
|
+
"build:agents": "node tools/cli.js build --agents-only",
|
|
13
|
+
"build:teams": "node tools/cli.js build --teams-only",
|
|
14
|
+
"list:agents": "node tools/cli.js list:agents",
|
|
15
|
+
"validate": "node tools/cli.js validate",
|
|
16
|
+
"flatten": "node tools/flattener/main.js",
|
|
17
|
+
"install:bmad": "node tools/installer/bin/bmad.js install",
|
|
18
|
+
"format": "prettier --write \"**/*.md\"",
|
|
19
|
+
"version:patch": "node tools/version-bump.js patch",
|
|
20
|
+
"version:minor": "node tools/version-bump.js minor",
|
|
21
|
+
"version:major": "node tools/version-bump.js major",
|
|
22
|
+
"version:expansion": "node tools/bump-expansion-version.js",
|
|
23
|
+
"version:expansion:set": "node tools/update-expansion-version.js",
|
|
24
|
+
"version:all": "node tools/bump-all-versions.js",
|
|
25
|
+
"version:all:minor": "node tools/bump-all-versions.js minor",
|
|
26
|
+
"version:all:major": "node tools/bump-all-versions.js major",
|
|
27
|
+
"version:all:patch": "node tools/bump-all-versions.js patch",
|
|
28
|
+
"version:expansion:all": "node tools/bump-all-versions.js",
|
|
29
|
+
"version:expansion:all:minor": "node tools/bump-all-versions.js minor",
|
|
30
|
+
"version:expansion:all:major": "node tools/bump-all-versions.js major",
|
|
31
|
+
"version:expansion:all:patch": "node tools/bump-all-versions.js patch",
|
|
32
|
+
"release": "semantic-release",
|
|
33
|
+
"release:test": "semantic-release --dry-run --no-ci || echo 'Config test complete - authentication errors are expected locally'",
|
|
34
|
+
"prepare": "husky"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@kayvan/markdown-tree-parser": "^1.5.0",
|
|
38
|
+
"bmad-method": "^4.30.3",
|
|
39
|
+
"chalk": "^4.1.2",
|
|
40
|
+
"commander": "^14.0.0",
|
|
41
|
+
"fs-extra": "^11.3.0",
|
|
42
|
+
"glob": "^11.0.3",
|
|
43
|
+
"inquirer": "^8.2.6",
|
|
44
|
+
"js-yaml": "^4.1.0",
|
|
45
|
+
"minimatch": "^10.0.3",
|
|
46
|
+
"ora": "^5.4.1"
|
|
47
|
+
},
|
|
48
|
+
"keywords": [
|
|
49
|
+
"agile",
|
|
50
|
+
"ai",
|
|
51
|
+
"orchestrator",
|
|
52
|
+
"development",
|
|
53
|
+
"methodology",
|
|
54
|
+
"agents",
|
|
55
|
+
"bmad"
|
|
56
|
+
],
|
|
57
|
+
"author": "Brian (BMad) Madison",
|
|
58
|
+
"license": "MIT",
|
|
59
|
+
"repository": {
|
|
60
|
+
"type": "git",
|
|
61
|
+
"url": "git+https://github.com/bmadcode/BMAD-METHOD.git"
|
|
62
|
+
},
|
|
63
|
+
"engines": {
|
|
64
|
+
"node": ">=20.0.0"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
68
|
+
"@semantic-release/git": "^10.0.1",
|
|
69
|
+
"husky": "^9.1.7",
|
|
70
|
+
"jest": "^30.0.4",
|
|
71
|
+
"lint-staged": "^16.1.1",
|
|
72
|
+
"prettier": "^3.5.3",
|
|
73
|
+
"semantic-release": "^22.0.0",
|
|
74
|
+
"yaml-lint": "^1.7.0"
|
|
75
|
+
},
|
|
76
|
+
"lint-staged": {
|
|
77
|
+
"**/*.md": [
|
|
78
|
+
"prettier --write"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
78
81
|
}
|
package/tools/cli.js
CHANGED
|
@@ -149,4 +149,13 @@ program
|
|
|
149
149
|
});
|
|
150
150
|
});
|
|
151
151
|
|
|
152
|
+
program
|
|
153
|
+
.command('flatten')
|
|
154
|
+
.description('Flatten codebase to XML format')
|
|
155
|
+
.option('-o, --output <path>', 'Output file path', 'flattened-codebase.xml')
|
|
156
|
+
.action(async (options) => {
|
|
157
|
+
const flattener = require('./flattener/main');
|
|
158
|
+
await flattener.parseAsync(['flatten', '--output', options.output], { from: 'user' });
|
|
159
|
+
});
|
|
160
|
+
|
|
152
161
|
program.parse();
|