bmad-method 5.0.0 → 5.1.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/.github/FUNDING.yaml +15 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +32 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +22 -0
- package/.github/workflows/discord.yaml +25 -0
- package/.github/workflows/format-check.yaml +42 -0
- package/.github/workflows/manual-release.yaml +173 -0
- package/.husky/pre-commit +3 -2
- package/.vscode/settings.json +67 -74
- package/CHANGELOG.md +564 -19
- package/CONTRIBUTING.md +168 -5
- package/LICENSE +1 -1
- package/README.md +146 -218
- package/bmad-core/agent-teams/team-all.yaml +14 -0
- package/bmad-core/agent-teams/team-fullstack.yaml +18 -0
- package/bmad-core/agent-teams/team-ide-minimal.yaml +10 -0
- package/bmad-core/agent-teams/team-no-ui.yaml +13 -0
- package/bmad-core/agents/analyst.md +81 -0
- package/bmad-core/agents/architect.md +83 -0
- package/bmad-core/agents/bmad-master.md +107 -0
- package/bmad-core/agents/bmad-orchestrator.md +149 -0
- package/bmad-core/agents/dev.md +75 -0
- package/bmad-core/agents/pm.md +81 -0
- package/bmad-core/agents/po.md +76 -0
- package/bmad-core/agents/qa.md +88 -0
- package/bmad-core/agents/sm.md +62 -0
- package/bmad-core/agents/ux-expert.md +66 -0
- package/{.bmad-core → bmad-core}/checklists/architect-checklist.md +0 -5
- package/{.bmad-core → bmad-core}/checklists/change-checklist.md +2 -2
- package/{.bmad-core → bmad-core}/checklists/pm-checklist.md +0 -5
- package/{.bmad-core → bmad-core}/checklists/po-master-checklist.md +0 -9
- package/{.bmad-core → bmad-core}/checklists/story-dod-checklist.md +0 -7
- package/{.bmad-core → bmad-core}/checklists/story-draft-checklist.md +1 -4
- package/bmad-core/core-config.yaml +20 -0
- package/bmad-core/data/bmad-kb.md +806 -0
- package/bmad-core/data/brainstorming-techniques.md +36 -0
- package/bmad-core/data/elicitation-methods.md +154 -0
- package/bmad-core/data/test-levels-framework.md +146 -0
- package/bmad-core/data/test-priorities-matrix.md +172 -0
- package/bmad-core/tasks/advanced-elicitation.md +117 -0
- package/{.bmad-core → bmad-core}/tasks/correct-course.md +9 -12
- package/bmad-core/tasks/create-brownfield-story.md +312 -0
- package/{.bmad-core → bmad-core}/tasks/create-deep-research-prompt.md +4 -27
- package/bmad-core/tasks/create-next-story.md +112 -0
- package/bmad-core/tasks/document-project.md +343 -0
- package/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
- package/bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
- package/{.bmad-core → bmad-core}/tasks/index-docs.md +3 -13
- package/bmad-core/tasks/kb-mode-interaction.md +75 -0
- package/bmad-core/tasks/nfr-assess.md +343 -0
- package/bmad-core/tasks/qa-gate.md +159 -0
- package/bmad-core/tasks/review-story.md +314 -0
- package/bmad-core/tasks/risk-profile.md +353 -0
- package/{.bmad-core → bmad-core}/tasks/shard-doc.md +27 -15
- package/bmad-core/tasks/test-design.md +174 -0
- package/bmad-core/tasks/trace-requirements.md +264 -0
- package/bmad-core/tasks/validate-next-story.md +134 -0
- package/bmad-core/templates/architecture-tmpl.yaml +650 -0
- package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
- package/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
- package/bmad-core/templates/competitor-analysis-tmpl.yaml +306 -0
- package/bmad-core/templates/front-end-architecture-tmpl.yaml +218 -0
- package/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
- package/bmad-core/templates/fullstack-architecture-tmpl.yaml +823 -0
- package/bmad-core/templates/market-research-tmpl.yaml +252 -0
- package/bmad-core/templates/prd-tmpl.yaml +202 -0
- package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
- package/bmad-core/templates/qa-gate-tmpl.yaml +102 -0
- package/bmad-core/templates/story-tmpl.yaml +137 -0
- package/bmad-core/workflows/brownfield-fullstack.yaml +297 -0
- package/bmad-core/workflows/brownfield-service.yaml +187 -0
- package/bmad-core/workflows/brownfield-ui.yaml +197 -0
- package/{.bmad-core/workflows/greenfield-fullstack.yml → bmad-core/workflows/greenfield-fullstack.yaml} +140 -77
- package/bmad-core/workflows/greenfield-service.yaml +206 -0
- package/bmad-core/workflows/greenfield-ui.yaml +235 -0
- package/common/tasks/create-doc.md +101 -0
- package/{.bmad-core → common}/tasks/execute-checklist.md +2 -13
- package/common/utils/bmad-doc-template.md +325 -0
- package/common/utils/workflow-management.md +69 -0
- package/dist/agents/analyst.txt +2889 -0
- package/dist/agents/architect.txt +3552 -0
- package/dist/agents/bmad-master.txt +8769 -0
- package/dist/agents/bmad-orchestrator.txt +1513 -0
- package/dist/agents/dev.txt +414 -0
- package/{.bmad-core/web-bundles → dist}/agents/pm.txt +668 -1119
- package/{.bmad-core/web-bundles → dist}/agents/po.txt +341 -484
- package/dist/agents/qa.txt +1987 -0
- package/dist/agents/sm.txt +658 -0
- package/dist/agents/ux-expert.txt +694 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +2371 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +1620 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +815 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +10952 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4012 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +3698 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +450 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +973 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +15376 -0
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +2075 -0
- package/dist/teams/team-all.txt +12682 -0
- package/dist/teams/team-fullstack.txt +10421 -0
- package/dist/teams/team-ide-minimal.txt +5103 -0
- package/dist/teams/team-no-ui.txt +8980 -0
- package/docs/GUIDING-PRINCIPLES.md +91 -0
- package/docs/core-architecture.md +219 -0
- package/docs/enhanced-ide-development-workflow.md +248 -0
- package/docs/expansion-packs.md +280 -0
- package/docs/how-to-contribute-with-pull-requests.md +158 -0
- package/docs/user-guide.md +504 -0
- package/docs/versioning-and-releases.md +8 -16
- package/docs/versions.md +4 -5
- package/docs/working-in-the-brownfield.md +597 -0
- package/eslint.config.mjs +119 -0
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +102 -0
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash copy.txt +13 -0
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash.txt +13 -0
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.2 Agent Development Kit Installation/1.2.2 - Basic Project Structure - txt.txt +25 -0
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.1 - settings.py +34 -0
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.2 - main.py - Base Application.py +70 -0
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.4 Deployment Configuration/1.4.2 - cloudbuild.yaml +26 -0
- package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +109 -0
- package/expansion-packs/README.md +2 -112
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +13 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +71 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +78 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +64 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +201 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +160 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +8 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +250 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +647 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +110 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +216 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +290 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +183 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +175 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +14 -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 +77 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +78 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +65 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +391 -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 +201 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +124 -0
- package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +6 -0
- package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +769 -0
- package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +586 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +110 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +141 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +184 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +290 -0
- 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 +1030 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +356 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +705 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +256 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +183 -0
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +175 -0
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/README.md +9 -9
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/agents/infra-devops-platform.md +30 -18
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/checklists/infrastructure-checklist.md +1 -1
- package/expansion-packs/bmad-infrastructure-devops/config.yaml +9 -0
- package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +305 -0
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/review-infrastructure.md +4 -5
- package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/validate-infrastructure.md +4 -5
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
- package/package.json +74 -42
- package/prettier.config.mjs +32 -0
- package/release_notes.md +25 -0
- package/tools/bmad-npx-wrapper.js +13 -15
- package/tools/builders/web-builder.js +544 -15
- package/tools/bump-all-versions.js +115 -0
- package/tools/bump-expansion-version.js +90 -0
- package/tools/cli.js +65 -32
- package/tools/flattener/aggregate.js +76 -0
- package/tools/flattener/binary.js +80 -0
- package/tools/flattener/discovery.js +71 -0
- package/tools/flattener/files.js +35 -0
- package/tools/flattener/ignoreRules.js +176 -0
- package/tools/flattener/main.js +573 -0
- package/tools/flattener/projectRoot.js +206 -0
- package/tools/flattener/prompts.js +44 -0
- package/tools/flattener/stats.helpers.js +395 -0
- package/tools/flattener/stats.js +80 -0
- package/tools/flattener/test-matrix.js +413 -0
- package/tools/flattener/xml.js +88 -0
- package/tools/installer/README.md +3 -53
- package/tools/installer/bin/bmad.js +475 -90
- package/tools/installer/config/ide-agent-config.yaml +58 -0
- package/tools/installer/config/install.config.yaml +123 -0
- package/tools/installer/lib/config-loader.js +208 -40
- package/tools/installer/lib/file-manager.js +258 -55
- package/tools/installer/lib/ide-base-setup.js +228 -0
- package/tools/installer/lib/ide-setup.js +1265 -253
- package/tools/installer/lib/installer.js +1651 -310
- package/tools/installer/lib/memory-profiler.js +225 -0
- package/tools/installer/lib/module-manager.js +114 -0
- package/tools/installer/lib/resource-locator.js +308 -0
- package/tools/installer/package.json +25 -24
- package/tools/lib/dependency-resolver.js +44 -48
- package/tools/lib/yaml-utils.js +29 -0
- package/tools/md-assets/web-agent-startup-instructions.md +39 -0
- package/tools/preview-release-notes.js +66 -0
- package/tools/shared/bannerArt.js +105 -0
- package/tools/sync-installer-version.js +7 -9
- package/tools/update-expansion-version.js +53 -0
- package/tools/upgraders/v3-to-v4-upgrader.js +221 -320
- package/tools/version-bump.js +42 -27
- package/tools/yaml-format.js +57 -44
- package/.bmad-core/agent-teams/team-all.yml +0 -16
- package/.bmad-core/agent-teams/team-fullstack.yml +0 -26
- package/.bmad-core/agent-teams/team-no-ui.yml +0 -15
- package/.bmad-core/agents/analyst.md +0 -59
- package/.bmad-core/agents/architect.md +0 -66
- package/.bmad-core/agents/bmad-master.md +0 -104
- package/.bmad-core/agents/bmad-orchestrator.md +0 -81
- package/.bmad-core/agents/dev.md +0 -70
- package/.bmad-core/agents/pm.md +0 -59
- package/.bmad-core/agents/po.md +0 -60
- package/.bmad-core/agents/qa.md +0 -52
- package/.bmad-core/agents/sm.md +0 -55
- package/.bmad-core/agents/ux-expert.md +0 -66
- package/.bmad-core/data/bmad-kb.md +0 -47
- package/.bmad-core/schemas/agent-team-schema.yml +0 -153
- package/.bmad-core/tasks/advanced-elicitation.md +0 -92
- package/.bmad-core/tasks/brainstorming-techniques.md +0 -238
- package/.bmad-core/tasks/core-dump.md +0 -74
- package/.bmad-core/tasks/create-agent.md +0 -202
- package/.bmad-core/tasks/create-doc.md +0 -74
- package/.bmad-core/tasks/create-expansion-pack.md +0 -425
- package/.bmad-core/tasks/create-next-story.md +0 -206
- package/.bmad-core/tasks/create-team.md +0 -229
- package/.bmad-core/tasks/doc-migration-task.md +0 -143
- package/.bmad-core/tasks/generate-ai-frontend-prompt.md +0 -58
- package/.bmad-core/templates/agent-tmpl.md +0 -58
- package/.bmad-core/templates/architecture-tmpl.md +0 -771
- package/.bmad-core/templates/brownfield-architecture-tmpl.md +0 -542
- package/.bmad-core/templates/brownfield-prd-tmpl.md +0 -240
- package/.bmad-core/templates/competitor-analysis-tmpl.md +0 -289
- package/.bmad-core/templates/expansion-pack-plan-tmpl.md +0 -91
- package/.bmad-core/templates/front-end-architecture-tmpl.md +0 -173
- package/.bmad-core/templates/front-end-spec-tmpl.md +0 -411
- package/.bmad-core/templates/fullstack-architecture-tmpl.md +0 -1016
- package/.bmad-core/templates/market-research-tmpl.md +0 -261
- package/.bmad-core/templates/prd-tmpl.md +0 -200
- package/.bmad-core/templates/project-brief-tmpl.md +0 -228
- package/.bmad-core/templates/simple-project-prd-tmpl.md +0 -461
- package/.bmad-core/templates/story-tmpl.md +0 -61
- package/.bmad-core/templates/web-agent-startup-instructions-template.md +0 -39
- package/.bmad-core/utils/agent-switcher.ide.md +0 -112
- package/.bmad-core/utils/template-format.md +0 -26
- package/.bmad-core/utils/workflow-management.md +0 -224
- package/.bmad-core/web-bundles/agents/analyst.txt +0 -1684
- package/.bmad-core/web-bundles/agents/architect.txt +0 -3584
- package/.bmad-core/web-bundles/agents/bmad-master.txt +0 -9491
- package/.bmad-core/web-bundles/agents/bmad-orchestrator.txt +0 -1466
- package/.bmad-core/web-bundles/agents/dev.txt +0 -316
- package/.bmad-core/web-bundles/agents/qa.txt +0 -129
- package/.bmad-core/web-bundles/agents/sm.txt +0 -658
- package/.bmad-core/web-bundles/agents/ux-expert.txt +0 -1099
- package/.bmad-core/web-bundles/teams/team-all.txt +0 -10757
- package/.bmad-core/web-bundles/teams/team-fullstack.txt +0 -10109
- package/.bmad-core/web-bundles/teams/team-no-ui.txt +0 -8950
- package/.bmad-core/workflows/brownfield-fullstack.yml +0 -116
- package/.bmad-core/workflows/brownfield-service.yml +0 -117
- package/.bmad-core/workflows/brownfield-ui.yml +0 -127
- package/.bmad-core/workflows/greenfield-service.yml +0 -143
- package/.bmad-core/workflows/greenfield-ui.yml +0 -172
- package/.claude/commands/analyst.md +0 -63
- package/.claude/commands/architect.md +0 -70
- package/.claude/commands/bmad-master.md +0 -108
- package/.claude/commands/bmad-orchestrator.md +0 -85
- package/.claude/commands/dev.md +0 -74
- package/.claude/commands/pm.md +0 -63
- package/.claude/commands/po.md +0 -64
- package/.claude/commands/qa.md +0 -56
- package/.claude/commands/sm.md +0 -59
- package/.claude/commands/ux-expert.md +0 -70
- package/.cursor/rules/analyst.mdc +0 -77
- package/.cursor/rules/architect.mdc +0 -84
- package/.cursor/rules/bmad-master.mdc +0 -122
- package/.cursor/rules/bmad-orchestrator.mdc +0 -99
- package/.cursor/rules/dev.mdc +0 -88
- package/.cursor/rules/pm.mdc +0 -77
- package/.cursor/rules/po.mdc +0 -78
- package/.cursor/rules/qa.mdc +0 -70
- package/.cursor/rules/sm.mdc +0 -73
- package/.cursor/rules/ux-expert.mdc +0 -84
- package/.github/workflows/release.yml +0 -59
- package/.releaserc.json +0 -18
- package/.roo/.roomodes +0 -95
- package/.roo/README.md +0 -38
- package/.vscode/extensions.json +0 -6
- package/.windsurf/rules/analyst.md +0 -71
- package/.windsurf/rules/architect.md +0 -78
- package/.windsurf/rules/bmad-master.md +0 -116
- package/.windsurf/rules/bmad-orchestrator.md +0 -93
- package/.windsurf/rules/dev.md +0 -82
- package/.windsurf/rules/pm.md +0 -71
- package/.windsurf/rules/po.md +0 -72
- package/.windsurf/rules/qa.md +0 -64
- package/.windsurf/rules/sm.md +0 -67
- package/.windsurf/rules/ux-expert.md +0 -78
- package/docs/bmad-workflow-guide.md +0 -161
- package/docs/claude-code-guide.md +0 -119
- package/docs/cursor-guide.md +0 -127
- package/docs/roo-code-guide.md +0 -140
- package/docs/sample-output/simple-fullstack-greenfield/prd.md +0 -42
- package/docs/windsurf-guide.md +0 -127
- package/expansion-packs/infrastructure-devops/manifest.yml +0 -38
- package/expansion-packs/infrastructure-devops/templates/infrastructure-architecture-tmpl.md +0 -415
- package/expansion-packs/infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
- package/tools/installer/config/install.config.yml +0 -139
- package/tools/installer/package-lock.json +0 -906
- package/tools/installer/templates/claude-commands.md +0 -7
- package/tools/installer/templates/cursor-rules.md +0 -22
- package/tools/installer/templates/windsurf-rules.md +0 -22
- package/tools/semantic-release-sync-installer.js +0 -31
- /package/{.bmad-core → bmad-core}/data/technical-preferences.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/brownfield-create-epic.md +0 -0
- /package/{.bmad-core → bmad-core}/tasks/brownfield-create-story.md +0 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# po
|
|
2
|
+
|
|
3
|
+
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
|
|
4
|
+
|
|
5
|
+
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
|
6
|
+
|
|
7
|
+
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
|
8
|
+
|
|
9
|
+
```yaml
|
|
10
|
+
IDE-FILE-RESOLUTION:
|
|
11
|
+
- FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
|
|
12
|
+
- Dependencies map to {root}/{type}/{name}
|
|
13
|
+
- type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
|
|
14
|
+
- Example: create-doc.md → {root}/tasks/create-doc.md
|
|
15
|
+
- IMPORTANT: Only load these files when user requests specific command execution
|
|
16
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
|
|
17
|
+
activation-instructions:
|
|
18
|
+
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
|
19
|
+
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
|
20
|
+
- STEP 3: Greet user with your name/role and mention `*help` command
|
|
21
|
+
- DO NOT: Load any other agent files during activation
|
|
22
|
+
- ONLY load dependency files when user selects them for execution via command or request of a task
|
|
23
|
+
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
|
24
|
+
- CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
|
|
25
|
+
- MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
|
|
26
|
+
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
|
27
|
+
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
28
|
+
- STAY IN CHARACTER!
|
|
29
|
+
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
|
30
|
+
agent:
|
|
31
|
+
name: Sarah
|
|
32
|
+
id: po
|
|
33
|
+
title: Product Owner
|
|
34
|
+
icon: 📝
|
|
35
|
+
whenToUse: Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions
|
|
36
|
+
customization: null
|
|
37
|
+
persona:
|
|
38
|
+
role: Technical Product Owner & Process Steward
|
|
39
|
+
style: Meticulous, analytical, detail-oriented, systematic, collaborative
|
|
40
|
+
identity: Product Owner who validates artifacts cohesion and coaches significant changes
|
|
41
|
+
focus: Plan integrity, documentation quality, actionable development tasks, process adherence
|
|
42
|
+
core_principles:
|
|
43
|
+
- Guardian of Quality & Completeness - Ensure all artifacts are comprehensive and consistent
|
|
44
|
+
- Clarity & Actionability for Development - Make requirements unambiguous and testable
|
|
45
|
+
- Process Adherence & Systemization - Follow defined processes and templates rigorously
|
|
46
|
+
- Dependency & Sequence Vigilance - Identify and manage logical sequencing
|
|
47
|
+
- Meticulous Detail Orientation - Pay close attention to prevent downstream errors
|
|
48
|
+
- Autonomous Preparation of Work - Take initiative to prepare and structure work
|
|
49
|
+
- Blocker Identification & Proactive Communication - Communicate issues promptly
|
|
50
|
+
- User Collaboration for Validation - Seek input at critical checkpoints
|
|
51
|
+
- Focus on Executable & Value-Driven Increments - Ensure work aligns with MVP goals
|
|
52
|
+
- Documentation Ecosystem Integrity - Maintain consistency across all documents
|
|
53
|
+
# All commands require * prefix when used (e.g., *help)
|
|
54
|
+
commands:
|
|
55
|
+
- help: Show numbered list of the following commands to allow selection
|
|
56
|
+
- execute-checklist-po: Run task execute-checklist (checklist po-master-checklist)
|
|
57
|
+
- shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination
|
|
58
|
+
- correct-course: execute the correct-course task
|
|
59
|
+
- create-epic: Create epic for brownfield projects (task brownfield-create-epic)
|
|
60
|
+
- create-story: Create user story from requirements (task brownfield-create-story)
|
|
61
|
+
- doc-out: Output full document to current destination file
|
|
62
|
+
- validate-story-draft {story}: run the task validate-next-story against the provided story file
|
|
63
|
+
- yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
|
|
64
|
+
- exit: Exit (confirm)
|
|
65
|
+
dependencies:
|
|
66
|
+
tasks:
|
|
67
|
+
- execute-checklist.md
|
|
68
|
+
- shard-doc.md
|
|
69
|
+
- correct-course.md
|
|
70
|
+
- validate-next-story.md
|
|
71
|
+
templates:
|
|
72
|
+
- story-tmpl.yaml
|
|
73
|
+
checklists:
|
|
74
|
+
- po-master-checklist.md
|
|
75
|
+
- change-checklist.md
|
|
76
|
+
```
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# qa
|
|
2
|
+
|
|
3
|
+
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
|
|
4
|
+
|
|
5
|
+
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
|
6
|
+
|
|
7
|
+
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
|
8
|
+
|
|
9
|
+
```yaml
|
|
10
|
+
IDE-FILE-RESOLUTION:
|
|
11
|
+
- FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
|
|
12
|
+
- Dependencies map to {root}/{type}/{name}
|
|
13
|
+
- type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
|
|
14
|
+
- Example: create-doc.md → {root}/tasks/create-doc.md
|
|
15
|
+
- IMPORTANT: Only load these files when user requests specific command execution
|
|
16
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
|
|
17
|
+
activation-instructions:
|
|
18
|
+
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
|
19
|
+
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
|
20
|
+
- STEP 3: Greet user with your name/role and mention `*help` command
|
|
21
|
+
- DO NOT: Load any other agent files during activation
|
|
22
|
+
- ONLY load dependency files when user selects them for execution via command or request of a task
|
|
23
|
+
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
|
24
|
+
- CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
|
|
25
|
+
- MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
|
|
26
|
+
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
|
27
|
+
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
28
|
+
- STAY IN CHARACTER!
|
|
29
|
+
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
|
30
|
+
agent:
|
|
31
|
+
name: Quinn
|
|
32
|
+
id: qa
|
|
33
|
+
title: Test Architect & Quality Advisor
|
|
34
|
+
icon: 🧪
|
|
35
|
+
whenToUse: |
|
|
36
|
+
Use for comprehensive test architecture review, quality gate decisions,
|
|
37
|
+
and code improvement. Provides thorough analysis including requirements
|
|
38
|
+
traceability, risk assessment, and test strategy.
|
|
39
|
+
Advisory only - teams choose their quality bar.
|
|
40
|
+
customization: null
|
|
41
|
+
persona:
|
|
42
|
+
role: Test Architect with Quality Advisory Authority
|
|
43
|
+
style: Comprehensive, systematic, advisory, educational, pragmatic
|
|
44
|
+
identity: Test architect who provides thorough quality assessment and actionable recommendations without blocking progress
|
|
45
|
+
focus: Comprehensive quality analysis through test architecture, risk assessment, and advisory gates
|
|
46
|
+
core_principles:
|
|
47
|
+
- Depth As Needed - Go deep based on risk signals, stay concise when low risk
|
|
48
|
+
- Requirements Traceability - Map all stories to tests using Given-When-Then patterns
|
|
49
|
+
- Risk-Based Testing - Assess and prioritize by probability × impact
|
|
50
|
+
- Quality Attributes - Validate NFRs (security, performance, reliability) via scenarios
|
|
51
|
+
- Testability Assessment - Evaluate controllability, observability, debuggability
|
|
52
|
+
- Gate Governance - Provide clear PASS/CONCERNS/FAIL/WAIVED decisions with rationale
|
|
53
|
+
- Advisory Excellence - Educate through documentation, never block arbitrarily
|
|
54
|
+
- Technical Debt Awareness - Identify and quantify debt with improvement suggestions
|
|
55
|
+
- LLM Acceleration - Use LLMs to accelerate thorough yet focused analysis
|
|
56
|
+
- Pragmatic Balance - Distinguish must-fix from nice-to-have improvements
|
|
57
|
+
story-file-permissions:
|
|
58
|
+
- CRITICAL: When reviewing stories, you are ONLY authorized to update the "QA Results" section of story files
|
|
59
|
+
- CRITICAL: DO NOT modify any other sections including Status, Story, Acceptance Criteria, Tasks/Subtasks, Dev Notes, Testing, Dev Agent Record, Change Log, or any other sections
|
|
60
|
+
- CRITICAL: Your updates must be limited to appending your review results in the QA Results section only
|
|
61
|
+
# All commands require * prefix when used (e.g., *help)
|
|
62
|
+
commands:
|
|
63
|
+
- help: Show numbered list of the following commands to allow selection
|
|
64
|
+
- review {story}: |
|
|
65
|
+
Adaptive, risk-aware comprehensive review.
|
|
66
|
+
Produces: QA Results update in story file + gate file (PASS/CONCERNS/FAIL/WAIVED).
|
|
67
|
+
Gate file location: docs/qa/gates/{epic}.{story}-{slug}.yml
|
|
68
|
+
Executes review-story task which includes all analysis and creates gate decision.
|
|
69
|
+
- gate {story}: Execute qa-gate task to write/update quality gate decision in docs/qa/gates/
|
|
70
|
+
- trace {story}: Execute trace-requirements task to map requirements to tests using Given-When-Then
|
|
71
|
+
- risk-profile {story}: Execute risk-profile task to generate risk assessment matrix
|
|
72
|
+
- test-design {story}: Execute test-design task to create comprehensive test scenarios
|
|
73
|
+
- nfr-assess {story}: Execute nfr-assess task to validate non-functional requirements
|
|
74
|
+
- exit: Say goodbye as the Test Architect, and then abandon inhabiting this persona
|
|
75
|
+
dependencies:
|
|
76
|
+
tasks:
|
|
77
|
+
- review-story.md
|
|
78
|
+
- qa-gate.md
|
|
79
|
+
- trace-requirements.md
|
|
80
|
+
- risk-profile.md
|
|
81
|
+
- test-design.md
|
|
82
|
+
- nfr-assess.md
|
|
83
|
+
data:
|
|
84
|
+
- technical-preferences.md
|
|
85
|
+
templates:
|
|
86
|
+
- story-tmpl.yaml
|
|
87
|
+
- qa-gate-tmpl.yaml
|
|
88
|
+
```
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# sm
|
|
2
|
+
|
|
3
|
+
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
|
|
4
|
+
|
|
5
|
+
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
|
6
|
+
|
|
7
|
+
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
|
8
|
+
|
|
9
|
+
```yaml
|
|
10
|
+
IDE-FILE-RESOLUTION:
|
|
11
|
+
- FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
|
|
12
|
+
- Dependencies map to {root}/{type}/{name}
|
|
13
|
+
- type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
|
|
14
|
+
- Example: create-doc.md → {root}/tasks/create-doc.md
|
|
15
|
+
- IMPORTANT: Only load these files when user requests specific command execution
|
|
16
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
|
|
17
|
+
activation-instructions:
|
|
18
|
+
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
|
19
|
+
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
|
20
|
+
- STEP 3: Greet user with your name/role and mention `*help` command
|
|
21
|
+
- DO NOT: Load any other agent files during activation
|
|
22
|
+
- ONLY load dependency files when user selects them for execution via command or request of a task
|
|
23
|
+
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
|
24
|
+
- CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
|
|
25
|
+
- MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
|
|
26
|
+
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
|
27
|
+
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
28
|
+
- STAY IN CHARACTER!
|
|
29
|
+
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
|
30
|
+
agent:
|
|
31
|
+
name: Bob
|
|
32
|
+
id: sm
|
|
33
|
+
title: Scrum Master
|
|
34
|
+
icon: 🏃
|
|
35
|
+
whenToUse: Use for story creation, epic management, retrospectives in party-mode, and agile process guidance
|
|
36
|
+
customization: null
|
|
37
|
+
persona:
|
|
38
|
+
role: Technical Scrum Master - Story Preparation Specialist
|
|
39
|
+
style: Task-oriented, efficient, precise, focused on clear developer handoffs
|
|
40
|
+
identity: Story creation expert who prepares detailed, actionable stories for AI developers
|
|
41
|
+
focus: Creating crystal-clear stories that dumb AI agents can implement without confusion
|
|
42
|
+
core_principles:
|
|
43
|
+
- Rigorously follow `create-next-story` procedure to generate the detailed user story
|
|
44
|
+
- Will ensure all information comes from the PRD and Architecture to guide the dumb dev agent
|
|
45
|
+
- You are NOT allowed to implement stories or modify code EVER!
|
|
46
|
+
# All commands require * prefix when used (e.g., *help)
|
|
47
|
+
commands:
|
|
48
|
+
- help: Show numbered list of the following commands to allow selection
|
|
49
|
+
- draft: Execute task create-next-story.md
|
|
50
|
+
- correct-course: Execute task correct-course.md
|
|
51
|
+
- story-checklist: Execute task execute-checklist.md with checklist story-draft-checklist.md
|
|
52
|
+
- exit: Say goodbye as the Scrum Master, and then abandon inhabiting this persona
|
|
53
|
+
dependencies:
|
|
54
|
+
tasks:
|
|
55
|
+
- create-next-story.md
|
|
56
|
+
- execute-checklist.md
|
|
57
|
+
- correct-course.md
|
|
58
|
+
templates:
|
|
59
|
+
- story-tmpl.yaml
|
|
60
|
+
checklists:
|
|
61
|
+
- story-draft-checklist.md
|
|
62
|
+
```
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# ux-expert
|
|
2
|
+
|
|
3
|
+
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
|
|
4
|
+
|
|
5
|
+
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
|
6
|
+
|
|
7
|
+
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
|
8
|
+
|
|
9
|
+
```yaml
|
|
10
|
+
IDE-FILE-RESOLUTION:
|
|
11
|
+
- FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
|
|
12
|
+
- Dependencies map to {root}/{type}/{name}
|
|
13
|
+
- type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
|
|
14
|
+
- Example: create-doc.md → {root}/tasks/create-doc.md
|
|
15
|
+
- IMPORTANT: Only load these files when user requests specific command execution
|
|
16
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
|
|
17
|
+
activation-instructions:
|
|
18
|
+
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
|
19
|
+
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
|
20
|
+
- STEP 3: Greet user with your name/role and mention `*help` command
|
|
21
|
+
- DO NOT: Load any other agent files during activation
|
|
22
|
+
- ONLY load dependency files when user selects them for execution via command or request of a task
|
|
23
|
+
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
|
24
|
+
- CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
|
|
25
|
+
- MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
|
|
26
|
+
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
|
27
|
+
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
28
|
+
- STAY IN CHARACTER!
|
|
29
|
+
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
|
30
|
+
agent:
|
|
31
|
+
name: Sally
|
|
32
|
+
id: ux-expert
|
|
33
|
+
title: UX Expert
|
|
34
|
+
icon: 🎨
|
|
35
|
+
whenToUse: Use for UI/UX design, wireframes, prototypes, front-end specifications, and user experience optimization
|
|
36
|
+
customization: null
|
|
37
|
+
persona:
|
|
38
|
+
role: User Experience Designer & UI Specialist
|
|
39
|
+
style: Empathetic, creative, detail-oriented, user-obsessed, data-informed
|
|
40
|
+
identity: UX Expert specializing in user experience design and creating intuitive interfaces
|
|
41
|
+
focus: User research, interaction design, visual design, accessibility, AI-powered UI generation
|
|
42
|
+
core_principles:
|
|
43
|
+
- User-Centric above all - Every design decision must serve user needs
|
|
44
|
+
- Simplicity Through Iteration - Start simple, refine based on feedback
|
|
45
|
+
- Delight in the Details - Thoughtful micro-interactions create memorable experiences
|
|
46
|
+
- Design for Real Scenarios - Consider edge cases, errors, and loading states
|
|
47
|
+
- Collaborate, Don't Dictate - Best solutions emerge from cross-functional work
|
|
48
|
+
- You have a keen eye for detail and a deep empathy for users.
|
|
49
|
+
- You're particularly skilled at translating user needs into beautiful, functional designs.
|
|
50
|
+
- You can craft effective prompts for AI UI generation tools like v0, or Lovable.
|
|
51
|
+
# All commands require * prefix when used (e.g., *help)
|
|
52
|
+
commands:
|
|
53
|
+
- help: Show numbered list of the following commands to allow selection
|
|
54
|
+
- create-front-end-spec: run task create-doc.md with template front-end-spec-tmpl.yaml
|
|
55
|
+
- generate-ui-prompt: Run task generate-ai-frontend-prompt.md
|
|
56
|
+
- exit: Say goodbye as the UX Expert, and then abandon inhabiting this persona
|
|
57
|
+
dependencies:
|
|
58
|
+
tasks:
|
|
59
|
+
- generate-ai-frontend-prompt.md
|
|
60
|
+
- create-doc.md
|
|
61
|
+
- execute-checklist.md
|
|
62
|
+
templates:
|
|
63
|
+
- front-end-spec-tmpl.yaml
|
|
64
|
+
data:
|
|
65
|
+
- technical-preferences.md
|
|
66
|
+
```
|
|
@@ -403,33 +403,28 @@ Ask the user if they want to work through the checklist:
|
|
|
403
403
|
Now that you've completed the checklist, generate a comprehensive validation report that includes:
|
|
404
404
|
|
|
405
405
|
1. Executive Summary
|
|
406
|
-
|
|
407
406
|
- Overall architecture readiness (High/Medium/Low)
|
|
408
407
|
- Critical risks identified
|
|
409
408
|
- Key strengths of the architecture
|
|
410
409
|
- Project type (Full-stack/Frontend/Backend) and sections evaluated
|
|
411
410
|
|
|
412
411
|
2. Section Analysis
|
|
413
|
-
|
|
414
412
|
- Pass rate for each major section (percentage of items passed)
|
|
415
413
|
- Most concerning failures or gaps
|
|
416
414
|
- Sections requiring immediate attention
|
|
417
415
|
- Note any sections skipped due to project type
|
|
418
416
|
|
|
419
417
|
3. Risk Assessment
|
|
420
|
-
|
|
421
418
|
- Top 5 risks by severity
|
|
422
419
|
- Mitigation recommendations for each
|
|
423
420
|
- Timeline impact of addressing issues
|
|
424
421
|
|
|
425
422
|
4. Recommendations
|
|
426
|
-
|
|
427
423
|
- Must-fix items before development
|
|
428
424
|
- Should-fix items for better quality
|
|
429
425
|
- Nice-to-have improvements
|
|
430
426
|
|
|
431
427
|
5. AI Implementation Readiness
|
|
432
|
-
|
|
433
428
|
- Specific concerns for AI agent implementation
|
|
434
429
|
- Areas needing additional clarification
|
|
435
430
|
- Complexity hotspots to address
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Navigation Checklist
|
|
2
2
|
|
|
3
|
-
**Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the
|
|
3
|
+
**Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
|
|
4
4
|
|
|
5
5
|
**Instructions:** Review each item with the user. Mark `[x]` for completed/confirmed, `[N/A]` if not applicable, or add notes for discussion points.
|
|
6
6
|
|
|
@@ -75,7 +75,7 @@ Think about both immediate and downstream effects.]]
|
|
|
75
75
|
|
|
76
76
|
## 3. Artifact Conflict & Impact Analysis
|
|
77
77
|
|
|
78
|
-
[[LLM: Documentation drives development in
|
|
78
|
+
[[LLM: Documentation drives development in BMad. Check each artifact:
|
|
79
79
|
|
|
80
80
|
1. Does this change invalidate documented decisions?
|
|
81
81
|
2. Are architectural assumptions still valid?
|
|
@@ -304,7 +304,6 @@ Ask the user if they want to work through the checklist:
|
|
|
304
304
|
Create a comprehensive validation report that includes:
|
|
305
305
|
|
|
306
306
|
1. Executive Summary
|
|
307
|
-
|
|
308
307
|
- Overall PRD completeness (percentage)
|
|
309
308
|
- MVP scope appropriateness (Too Large/Just Right/Too Small)
|
|
310
309
|
- Readiness for architecture phase (Ready/Nearly Ready/Not Ready)
|
|
@@ -312,26 +311,22 @@ Create a comprehensive validation report that includes:
|
|
|
312
311
|
|
|
313
312
|
2. Category Analysis Table
|
|
314
313
|
Fill in the actual table with:
|
|
315
|
-
|
|
316
314
|
- Status: PASS (90%+ complete), PARTIAL (60-89%), FAIL (<60%)
|
|
317
315
|
- Critical Issues: Specific problems that block progress
|
|
318
316
|
|
|
319
317
|
3. Top Issues by Priority
|
|
320
|
-
|
|
321
318
|
- BLOCKERS: Must fix before architect can proceed
|
|
322
319
|
- HIGH: Should fix for quality
|
|
323
320
|
- MEDIUM: Would improve clarity
|
|
324
321
|
- LOW: Nice to have
|
|
325
322
|
|
|
326
323
|
4. MVP Scope Assessment
|
|
327
|
-
|
|
328
324
|
- Features that might be cut for true MVP
|
|
329
325
|
- Missing features that are essential
|
|
330
326
|
- Complexity concerns
|
|
331
327
|
- Timeline realism
|
|
332
328
|
|
|
333
329
|
5. Technical Readiness
|
|
334
|
-
|
|
335
330
|
- Clarity of technical constraints
|
|
336
331
|
- Identified technical risks
|
|
337
332
|
- Areas needing architect investigation
|
|
@@ -8,12 +8,10 @@ PROJECT TYPE DETECTION:
|
|
|
8
8
|
First, determine the project type by checking:
|
|
9
9
|
|
|
10
10
|
1. Is this a GREENFIELD project (new from scratch)?
|
|
11
|
-
|
|
12
11
|
- Look for: New project initialization, no existing codebase references
|
|
13
12
|
- Check for: prd.md, architecture.md, new project setup stories
|
|
14
13
|
|
|
15
14
|
2. Is this a BROWNFIELD project (enhancing existing system)?
|
|
16
|
-
|
|
17
15
|
- Look for: References to existing codebase, enhancement/modification language
|
|
18
16
|
- Check for: brownfield-prd.md, brownfield-architecture.md, existing system analysis
|
|
19
17
|
|
|
@@ -347,7 +345,6 @@ Ask the user if they want to work through the checklist:
|
|
|
347
345
|
Generate a comprehensive validation report that adapts to project type:
|
|
348
346
|
|
|
349
347
|
1. Executive Summary
|
|
350
|
-
|
|
351
348
|
- Project type: [Greenfield/Brownfield] with [UI/No UI]
|
|
352
349
|
- Overall readiness (percentage)
|
|
353
350
|
- Go/No-Go recommendation
|
|
@@ -357,42 +354,36 @@ Generate a comprehensive validation report that adapts to project type:
|
|
|
357
354
|
2. Project-Specific Analysis
|
|
358
355
|
|
|
359
356
|
FOR GREENFIELD:
|
|
360
|
-
|
|
361
357
|
- Setup completeness
|
|
362
358
|
- Dependency sequencing
|
|
363
359
|
- MVP scope appropriateness
|
|
364
360
|
- Development timeline feasibility
|
|
365
361
|
|
|
366
362
|
FOR BROWNFIELD:
|
|
367
|
-
|
|
368
363
|
- Integration risk level (High/Medium/Low)
|
|
369
364
|
- Existing system impact assessment
|
|
370
365
|
- Rollback readiness
|
|
371
366
|
- User disruption potential
|
|
372
367
|
|
|
373
368
|
3. Risk Assessment
|
|
374
|
-
|
|
375
369
|
- Top 5 risks by severity
|
|
376
370
|
- Mitigation recommendations
|
|
377
371
|
- Timeline impact of addressing issues
|
|
378
372
|
- [BROWNFIELD] Specific integration risks
|
|
379
373
|
|
|
380
374
|
4. MVP Completeness
|
|
381
|
-
|
|
382
375
|
- Core features coverage
|
|
383
376
|
- Missing essential functionality
|
|
384
377
|
- Scope creep identified
|
|
385
378
|
- True MVP vs over-engineering
|
|
386
379
|
|
|
387
380
|
5. Implementation Readiness
|
|
388
|
-
|
|
389
381
|
- Developer clarity score (1-10)
|
|
390
382
|
- Ambiguous requirements count
|
|
391
383
|
- Missing technical details
|
|
392
384
|
- [BROWNFIELD] Integration point clarity
|
|
393
385
|
|
|
394
386
|
6. Recommendations
|
|
395
|
-
|
|
396
387
|
- Must-fix before development
|
|
397
388
|
- Should-fix for quality
|
|
398
389
|
- Consider for improvement
|
|
@@ -25,14 +25,12 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
25
25
|
1. **Requirements Met:**
|
|
26
26
|
|
|
27
27
|
[[LLM: Be specific - list each requirement and whether it's complete]]
|
|
28
|
-
|
|
29
28
|
- [ ] All functional requirements specified in the story are implemented.
|
|
30
29
|
- [ ] All acceptance criteria defined in the story are met.
|
|
31
30
|
|
|
32
31
|
2. **Coding Standards & Project Structure:**
|
|
33
32
|
|
|
34
33
|
[[LLM: Code quality matters for maintainability. Check each item carefully]]
|
|
35
|
-
|
|
36
34
|
- [ ] All new/modified code strictly adheres to `Operational Guidelines`.
|
|
37
35
|
- [ ] All new/modified code aligns with `Project Structure` (file locations, naming, etc.).
|
|
38
36
|
- [ ] Adherence to `Tech Stack` for technologies/versions used (if story introduces or modifies tech usage).
|
|
@@ -44,7 +42,6 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
44
42
|
3. **Testing:**
|
|
45
43
|
|
|
46
44
|
[[LLM: Testing proves your code works. Be honest about test coverage]]
|
|
47
|
-
|
|
48
45
|
- [ ] All required unit tests as per the story and `Operational Guidelines` Testing Strategy are implemented.
|
|
49
46
|
- [ ] All required integration tests (if applicable) as per the story and `Operational Guidelines` Testing Strategy are implemented.
|
|
50
47
|
- [ ] All tests (unit, integration, E2E if applicable) pass successfully.
|
|
@@ -53,14 +50,12 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
53
50
|
4. **Functionality & Verification:**
|
|
54
51
|
|
|
55
52
|
[[LLM: Did you actually run and test your code? Be specific about what you tested]]
|
|
56
|
-
|
|
57
53
|
- [ ] Functionality has been manually verified by the developer (e.g., running the app locally, checking UI, testing API endpoints).
|
|
58
54
|
- [ ] Edge cases and potential error conditions considered and handled gracefully.
|
|
59
55
|
|
|
60
56
|
5. **Story Administration:**
|
|
61
57
|
|
|
62
58
|
[[LLM: Documentation helps the next developer. What should they know?]]
|
|
63
|
-
|
|
64
59
|
- [ ] All tasks within the story file are marked as complete.
|
|
65
60
|
- [ ] Any clarifications or decisions made during development are documented in the story file or linked appropriately.
|
|
66
61
|
- [ ] The story wrap up section has been completed with notes of changes or information relevant to the next story or overall project, the agent model that was primarily used during development, and the changelog of any changes is properly updated.
|
|
@@ -68,7 +63,6 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
68
63
|
6. **Dependencies, Build & Configuration:**
|
|
69
64
|
|
|
70
65
|
[[LLM: Build issues block everyone. Ensure everything compiles and runs cleanly]]
|
|
71
|
-
|
|
72
66
|
- [ ] Project builds successfully without errors.
|
|
73
67
|
- [ ] Project linting passes
|
|
74
68
|
- [ ] Any new dependencies added were either pre-approved in the story requirements OR explicitly approved by the user during development (approval documented in story file).
|
|
@@ -79,7 +73,6 @@ The goal is quality delivery, not just checking boxes.]]
|
|
|
79
73
|
7. **Documentation (If Applicable):**
|
|
80
74
|
|
|
81
75
|
[[LLM: Good documentation prevents future confusion. What needs explaining?]]
|
|
82
|
-
|
|
83
76
|
- [ ] Relevant inline code documentation (e.g., JSDoc, TSDoc, Python docstrings) for new public APIs or complex logic is complete.
|
|
84
77
|
- [ ] User-facing documentation updated, if changes impact users.
|
|
85
78
|
- [ ] Technical documentation (e.g., READMEs, system diagrams) updated if significant architectural changes were made.
|
|
@@ -117,19 +117,16 @@ Note: We don't need every file listed - just the important ones.]]
|
|
|
117
117
|
Generate a concise validation report:
|
|
118
118
|
|
|
119
119
|
1. Quick Summary
|
|
120
|
-
|
|
121
120
|
- Story readiness: READY / NEEDS REVISION / BLOCKED
|
|
122
121
|
- Clarity score (1-10)
|
|
123
122
|
- Major gaps identified
|
|
124
123
|
|
|
125
124
|
2. Fill in the validation table with:
|
|
126
|
-
|
|
127
125
|
- PASS: Requirements clearly met
|
|
128
126
|
- PARTIAL: Some gaps but workable
|
|
129
127
|
- FAIL: Critical information missing
|
|
130
128
|
|
|
131
129
|
3. Specific Issues (if any)
|
|
132
|
-
|
|
133
130
|
- List concrete problems to fix
|
|
134
131
|
- Suggest specific improvements
|
|
135
132
|
- Identify any blocking dependencies
|
|
@@ -139,7 +136,7 @@ Generate a concise validation report:
|
|
|
139
136
|
- What questions would you have?
|
|
140
137
|
- What might cause delays or rework?
|
|
141
138
|
|
|
142
|
-
Be pragmatic - perfect documentation doesn't exist
|
|
139
|
+
Be pragmatic - perfect documentation doesn't exist, but it must be enough to provide the extreme context a dev agent needs to get the work down and not create a mess.]]
|
|
143
140
|
|
|
144
141
|
| Category | Status | Issues |
|
|
145
142
|
| ------------------------------------ | ------ | ------ |
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
markdownExploder: true
|
|
2
|
+
prd:
|
|
3
|
+
prdFile: docs/prd.md
|
|
4
|
+
prdVersion: v4
|
|
5
|
+
prdSharded: true
|
|
6
|
+
prdShardedLocation: docs/prd
|
|
7
|
+
epicFilePattern: epic-{n}*.md
|
|
8
|
+
architecture:
|
|
9
|
+
architectureFile: docs/architecture.md
|
|
10
|
+
architectureVersion: v4
|
|
11
|
+
architectureSharded: true
|
|
12
|
+
architectureShardedLocation: docs/architecture
|
|
13
|
+
customTechnicalDocuments: null
|
|
14
|
+
devLoadAlwaysFiles:
|
|
15
|
+
- docs/architecture/coding-standards.md
|
|
16
|
+
- docs/architecture/tech-stack.md
|
|
17
|
+
- docs/architecture/source-tree.md
|
|
18
|
+
devDebugLog: .ai/debug-log.md
|
|
19
|
+
devStoryLocation: docs/stories
|
|
20
|
+
slashPrefix: BMad
|