bmad-method 6.0.0-alpha.6 → 6.0.0-alpha.8
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/.bmad/_cfg/agent-manifest.csv +11 -0
- package/{bmad → .bmad}/_cfg/files-manifest.csv +170 -157
- package/{bmad → .bmad}/_cfg/ides/claude-code.yaml +2 -2
- package/.bmad/_cfg/manifest.yaml +10 -0
- package/{bmad → .bmad}/_cfg/task-manifest.csv +1 -1
- package/{bmad → .bmad}/_cfg/workflow-manifest.csv +1 -1
- package/{bmad → .bmad}/bmb/agents/bmad-builder.md +12 -12
- package/.bmad/bmb/config.yaml +16 -0
- package/{bmad → .bmad}/bmb/workflows/audit-workflow/checklist.md +2 -2
- package/{bmad → .bmad}/bmb/workflows/audit-workflow/instructions.md +5 -5
- package/{bmad → .bmad}/bmb/workflows/audit-workflow/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmb/workflows/convert-legacy/README.md +5 -5
- package/{bmad → .bmad}/bmb/workflows/convert-legacy/checklist.md +2 -2
- package/{bmad → .bmad}/bmb/workflows/convert-legacy/instructions.md +17 -17
- package/{bmad → .bmad}/bmb/workflows/convert-legacy/workflow.yaml +6 -6
- package/{bmad → .bmad}/bmb/workflows/create-agent/README.md +5 -5
- package/{bmad → .bmad}/bmb/workflows/create-agent/agent-architecture.md +15 -15
- package/{bmad → .bmad}/bmb/workflows/create-agent/agent-command-patterns.md +28 -28
- package/{bmad → .bmad}/bmb/workflows/create-agent/agent-types.md +15 -15
- package/{bmad → .bmad}/bmb/workflows/create-agent/checklist.md +3 -3
- package/{bmad → .bmad}/bmb/workflows/create-agent/instructions.md +34 -18
- package/{bmad → .bmad}/bmb/workflows/create-agent/workflow.yaml +6 -6
- package/{bmad → .bmad}/bmb/workflows/create-module/README.md +1 -1
- package/{bmad → .bmad}/bmb/workflows/create-module/checklist.md +1 -1
- package/{bmad → .bmad}/bmb/workflows/create-module/installer-templates/install-config.yaml +1 -1
- package/{bmad → .bmad}/bmb/workflows/create-module/instructions.md +7 -7
- package/{bmad → .bmad}/bmb/workflows/create-module/module-structure.md +36 -2
- package/{bmad → .bmad}/bmb/workflows/create-module/workflow.yaml +9 -9
- package/{bmad → .bmad}/bmb/workflows/create-workflow/README.md +4 -4
- package/{bmad → .bmad}/bmb/workflows/create-workflow/checklist.md +1 -1
- package/{bmad → .bmad}/bmb/workflows/create-workflow/instructions.md +29 -29
- package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-creation-guide.md +36 -36
- package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-template/instructions.md +2 -2
- package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-template/workflow.yaml +1 -1
- package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow.yaml +5 -5
- package/{bmad → .bmad}/bmb/workflows/edit-agent/checklist.md +1 -1
- package/{bmad → .bmad}/bmb/workflows/edit-agent/instructions.md +2 -2
- package/{bmad → .bmad}/bmb/workflows/edit-agent/workflow.yaml +8 -8
- package/{bmad → .bmad}/bmb/workflows/edit-module/README.md +2 -2
- package/{bmad → .bmad}/bmb/workflows/edit-module/checklist.md +2 -2
- package/{bmad → .bmad}/bmb/workflows/edit-module/instructions.md +4 -4
- package/{bmad → .bmad}/bmb/workflows/edit-module/workflow.yaml +10 -10
- package/{bmad → .bmad}/bmb/workflows/edit-workflow/instructions.md +4 -4
- package/{bmad → .bmad}/bmb/workflows/edit-workflow/workflow.yaml +5 -5
- package/{bmad → .bmad}/bmb/workflows/module-brief/README.md +2 -2
- package/{bmad → .bmad}/bmb/workflows/module-brief/instructions.md +2 -2
- package/{bmad → .bmad}/bmb/workflows/module-brief/workflow.yaml +4 -4
- package/{bmad → .bmad}/bmb/workflows/redoc/README.md +5 -5
- package/{bmad → .bmad}/bmb/workflows/redoc/instructions.md +1 -1
- package/{bmad → .bmad}/bmb/workflows/redoc/workflow.yaml +1 -1
- package/{bmad → .bmad}/bmm/agents/analyst.md +20 -12
- package/{bmad → .bmad}/bmm/agents/architect.md +19 -11
- package/{bmad → .bmad}/bmm/agents/dev.md +10 -10
- package/{bmad → .bmad}/bmm/agents/pm.md +23 -15
- package/{bmad → .bmad}/bmm/agents/sm.md +26 -18
- package/{bmad → .bmad}/bmm/agents/tea.md +25 -17
- package/{bmad → .bmad}/bmm/agents/tech-writer.md +16 -8
- package/{bmad → .bmad}/bmm/agents/ux-designer.md +18 -10
- package/{bmad → .bmad}/bmm/config.yaml +7 -7
- package/.bmad/bmm/docs/README.md +235 -0
- package/.bmad/bmm/docs/agents-guide.md +1056 -0
- package/.bmad/bmm/docs/brownfield-guide.md +754 -0
- package/.bmad/bmm/docs/enterprise-agentic-development.md +680 -0
- package/.bmad/bmm/docs/faq.md +587 -0
- package/.bmad/bmm/docs/glossary.md +320 -0
- package/.bmad/bmm/docs/party-mode.md +224 -0
- package/.bmad/bmm/docs/quick-spec-flow.md +652 -0
- package/.bmad/bmm/docs/quick-start.md +366 -0
- package/.bmad/bmm/docs/scale-adaptive-system.md +599 -0
- package/.bmad/bmm/docs/test-architecture.md +394 -0
- package/.bmad/bmm/docs/workflow-architecture-reference.md +371 -0
- package/.bmad/bmm/docs/workflow-document-project-reference.md +487 -0
- package/.bmad/bmm/docs/workflows-analysis.md +370 -0
- package/.bmad/bmm/docs/workflows-implementation.md +284 -0
- package/.bmad/bmm/docs/workflows-planning.md +601 -0
- package/.bmad/bmm/docs/workflows-solutioning.md +501 -0
- package/{bmad → .bmad}/bmm/tasks/daily-standup.xml +2 -2
- package/.bmad/bmm/teams/default-party.csv +19 -0
- package/{bmad → .bmad}/bmm/teams/team-fullstack.yaml +1 -0
- package/{bmad → .bmad}/bmm/workflows/1-analysis/brainstorm-project/instructions.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +3 -3
- package/{bmad → .bmad}/bmm/workflows/1-analysis/domain-research/instructions.md +1 -1
- package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +40 -0
- package/{bmad → .bmad}/bmm/workflows/1-analysis/product-brief/instructions.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/1-analysis/product-brief/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/1-analysis/research/instructions-market.md +6 -6
- package/{bmad → .bmad}/bmm/workflows/1-analysis/research/instructions-router.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/1-analysis/research/instructions-technical.md +4 -4
- package/{bmad → .bmad}/bmm/workflows/1-analysis/research/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +3 -7
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +3 -3
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/instructions.md +6 -6
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +5 -5
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +6 -6
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/instructions.md +6 -6
- package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/workflow.yaml +3 -2
- package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +4 -4
- package/{bmad → .bmad}/bmm/workflows/4-implementation/code-review/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -13
- package/{bmad → .bmad}/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/correct-course/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/create-story/instructions.md +3 -3
- package/{bmad → .bmad}/bmm/workflows/4-implementation/create-story/workflow.yaml +3 -3
- package/{bmad → .bmad}/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +3 -3
- package/{bmad → .bmad}/bmm/workflows/4-implementation/dev-story/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
- package/{bmad → .bmad}/bmm/workflows/4-implementation/epic-tech-context/checklist.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/4-implementation/epic-tech-context/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/retrospective/workflow.yaml +4 -4
- package/{bmad → .bmad}/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +3 -3
- package/{bmad → .bmad}/bmm/workflows/4-implementation/story-context/checklist.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/4-implementation/story-context/context-template.xml +1 -1
- package/{bmad → .bmad}/bmm/workflows/4-implementation/story-context/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/4-implementation/story-context/workflow.yaml +4 -4
- package/{bmad → .bmad}/bmm/workflows/4-implementation/story-done/instructions.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/4-implementation/story-done/workflow.yaml +3 -3
- package/{bmad → .bmad}/bmm/workflows/4-implementation/story-ready/instructions.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/4-implementation/story-ready/workflow.yaml +3 -3
- package/{bmad → .bmad}/bmm/workflows/document-project/instructions.md +5 -5
- package/{bmad → .bmad}/bmm/workflows/document-project/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/document-project/workflows/deep-dive.yaml +5 -5
- package/{bmad → .bmad}/bmm/workflows/document-project/workflows/full-scan.yaml +5 -5
- package/{bmad → .bmad}/bmm/workflows/testarch/atdd/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/atdd/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/automate/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/automate/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/ci/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/ci/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/framework/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/framework/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/nfr-assess/instructions.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/testarch/nfr-assess/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/test-design/instructions.md +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/test-design/test-design-template.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/testarch/test-design/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/test-review/instructions.md +1 -1
- package/{bmad → .bmad}/bmm/workflows/testarch/test-review/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/testarch/trace/instructions.md +9 -9
- package/{bmad → .bmad}/bmm/workflows/testarch/trace/workflow.yaml +2 -2
- package/{bmad → .bmad}/bmm/workflows/workflow-status/init/instructions.md +74 -23
- package/{bmad → .bmad}/bmm/workflows/workflow-status/init/workflow.yaml +4 -4
- package/{bmad → .bmad}/bmm/workflows/workflow-status/instructions.md +5 -4
- package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +18 -11
- package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +18 -11
- package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +52 -0
- package/{bmad → .bmad}/bmm/workflows/workflow-status/project-levels.yaml +1 -1
- package/{bmad → .bmad}/bmm/workflows/workflow-status/workflow.yaml +2 -2
- package/{bmad → .bmad}/core/agents/bmad-master.md +7 -7
- package/{bmad → .bmad}/core/agents/bmad-web-orchestrator.agent.xml +8 -17
- package/{bmad → .bmad}/core/config.yaml +4 -2
- package/{bmad → .bmad}/core/tasks/adv-elicit.xml +5 -3
- package/{bmad → .bmad}/core/tasks/index-docs.xml +1 -1
- package/{bmad → .bmad}/core/tasks/validate-workflow.xml +1 -1
- package/{bmad → .bmad}/core/tasks/workflow.xml +1 -1
- package/{bmad → .bmad}/core/tools/shard-doc.xml +1 -1
- package/{bmad → .bmad}/core/workflows/brainstorming/README.md +2 -2
- package/{bmad → .bmad}/core/workflows/brainstorming/instructions.md +3 -3
- package/{bmad → .bmad}/core/workflows/brainstorming/workflow.yaml +8 -8
- package/{bmad → .bmad}/core/workflows/party-mode/instructions.md +2 -7
- package/.bmad/core/workflows/party-mode/workflow.yaml +27 -0
- package/.claude/commands/bmad/bmb/agents/bmad-builder.md +12 -12
- package/.claude/commands/bmad/bmm/agents/analyst.md +20 -12
- package/.claude/commands/bmad/bmm/agents/architect.md +19 -11
- package/.claude/commands/bmad/bmm/agents/dev.md +10 -10
- package/.claude/commands/bmad/bmm/agents/pm.md +23 -15
- package/.claude/commands/bmad/bmm/agents/sm.md +26 -18
- package/.claude/commands/bmad/bmm/agents/tea.md +25 -17
- package/.claude/commands/bmad/bmm/agents/tech-writer.md +16 -8
- package/.claude/commands/bmad/bmm/agents/ux-designer.md +18 -10
- package/.claude/commands/bmad/bmm/workflows/domain-research.md +15 -0
- package/.claude/commands/bmad/core/agents/bmad-master.md +7 -7
- package/.claude/commands/bmad/core/tasks/adv-elicit.md +9 -0
- package/.claude/settings.local.json +6 -5
- package/.github/workflows/{lint.yaml → quality.yaml} +19 -2
- package/.husky/pre-commit +4 -0
- package/.vscode/settings.json +2 -1
- package/README.md +59 -1
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +61 -0
- package/package.json +5 -3
- package/src/core/_module-installer/install-config.yaml +15 -9
- package/src/core/_module-installer/installer.js +0 -8
- package/src/core/agents/bmad-master.agent.yaml +5 -5
- package/src/core/agents/bmad-web-orchestrator.agent.xml +8 -17
- package/src/core/tasks/adv-elicit.xml +5 -3
- package/src/core/tasks/index-docs.xml +1 -1
- package/src/core/tasks/validate-workflow.xml +1 -1
- package/src/core/tasks/workflow.xml +1 -1
- package/src/core/tools/shard-doc.xml +1 -1
- package/src/core/workflows/brainstorming/README.md +2 -2
- package/src/core/workflows/brainstorming/instructions.md +3 -3
- package/src/core/workflows/brainstorming/workflow.yaml +8 -8
- package/src/core/workflows/party-mode/instructions.md +2 -7
- package/src/core/workflows/party-mode/workflow.yaml +10 -6
- package/src/modules/bmb/_module-installer/install-config.yaml +9 -4
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +11 -10
- package/src/modules/bmb/workflows/audit-workflow/checklist.md +2 -2
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +5 -5
- package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +2 -2
- package/src/modules/bmb/workflows/convert-legacy/README.md +5 -5
- package/src/modules/bmb/workflows/convert-legacy/checklist.md +2 -2
- package/src/modules/bmb/workflows/convert-legacy/instructions.md +17 -17
- package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +6 -6
- package/src/modules/bmb/workflows/create-agent/README.md +5 -5
- package/src/modules/bmb/workflows/create-agent/agent-architecture.md +15 -15
- package/src/modules/bmb/workflows/create-agent/agent-command-patterns.md +28 -28
- package/src/modules/bmb/workflows/create-agent/agent-types.md +15 -15
- package/src/modules/bmb/workflows/create-agent/checklist.md +3 -3
- package/src/modules/bmb/workflows/create-agent/instructions.md +34 -18
- package/src/modules/bmb/workflows/create-agent/workflow.yaml +12 -12
- package/src/modules/bmb/workflows/create-module/README.md +1 -1
- package/src/modules/bmb/workflows/create-module/checklist.md +1 -1
- package/src/modules/bmb/workflows/create-module/installer-templates/install-config.yaml +1 -1
- package/src/modules/bmb/workflows/create-module/instructions.md +7 -7
- package/src/modules/bmb/workflows/create-module/module-structure.md +36 -2
- package/src/modules/bmb/workflows/create-module/workflow.yaml +9 -9
- package/src/modules/bmb/workflows/create-workflow/README.md +4 -4
- package/src/modules/bmb/workflows/create-workflow/checklist.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/instructions.md +29 -29
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +42 -42
- package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +12 -12
- package/src/modules/bmb/workflows/create-workflow/workflow.yaml +5 -5
- package/src/modules/bmb/workflows/edit-agent/checklist.md +1 -1
- package/src/modules/bmb/workflows/edit-agent/instructions.md +2 -2
- package/src/modules/bmb/workflows/edit-agent/workflow.yaml +8 -8
- package/src/modules/bmb/workflows/edit-module/README.md +2 -2
- package/src/modules/bmb/workflows/edit-module/checklist.md +2 -2
- package/src/modules/bmb/workflows/edit-module/instructions.md +4 -4
- package/src/modules/bmb/workflows/edit-module/workflow.yaml +10 -10
- package/src/modules/bmb/workflows/edit-workflow/instructions.md +4 -4
- package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +5 -5
- package/src/modules/bmb/workflows/module-brief/README.md +2 -2
- package/src/modules/bmb/workflows/module-brief/instructions.md +2 -2
- package/src/modules/bmb/workflows/module-brief/workflow.yaml +4 -4
- package/src/modules/bmb/workflows/redoc/README.md +5 -5
- package/src/modules/bmb/workflows/redoc/instructions.md +1 -1
- package/src/modules/bmb/workflows/redoc/workflow.yaml +1 -1
- package/src/modules/bmgd/README.md +208 -0
- package/src/modules/bmgd/_module-installer/install-config.yaml +67 -0
- package/src/modules/bmgd/agents/game-architect.agent.yaml +33 -0
- package/src/modules/bmgd/agents/game-designer.agent.yaml +40 -0
- package/src/modules/bmgd/agents/game-dev.agent.yaml +40 -0
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +75 -0
- package/src/modules/bmgd/teams/default-party.csv +10 -0
- package/src/modules/{bmm → bmgd}/teams/team-gamedev.yaml +5 -1
- package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/instructions.md +1 -1
- package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/workflow.yaml +10 -10
- package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/instructions.md +1 -1
- package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/workflow.yaml +9 -9
- package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/instructions-gdd.md +8 -8
- package/src/modules/bmgd/workflows/2-design/gdd/workflow.yaml +81 -0
- package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/narrative/instructions-narrative.md +6 -6
- package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/narrative/workflow.yaml +6 -6
- package/src/modules/bmgd/workflows/3-technical/game-architecture/architecture-patterns.yaml +347 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/architecture-template.md +103 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/checklist.md +244 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/decision-catalog.yaml +222 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +704 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/pattern-categories.csv +13 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.yaml +67 -0
- package/src/modules/bmgd/workflows/4-production/code-review/backlog_template.md +12 -0
- package/src/modules/bmgd/workflows/4-production/code-review/checklist.md +22 -0
- package/src/modules/bmgd/workflows/4-production/code-review/instructions.md +420 -0
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +67 -0
- package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +279 -0
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +201 -0
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +45 -0
- package/src/modules/bmgd/workflows/4-production/create-story/checklist.md +240 -0
- package/src/modules/bmgd/workflows/4-production/create-story/instructions.md +283 -0
- package/src/modules/bmgd/workflows/4-production/create-story/template.md +51 -0
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +76 -0
- package/src/modules/bmgd/workflows/4-production/dev-story/AUDIT-REPORT.md +367 -0
- package/src/modules/bmgd/workflows/4-production/dev-story/checklist.md +38 -0
- package/src/modules/bmgd/workflows/4-production/dev-story/instructions.md +262 -0
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +28 -0
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/checklist.md +17 -0
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/instructions.md +189 -0
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/template.md +76 -0
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/workflow.yaml +60 -0
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +1460 -0
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +73 -0
- package/src/modules/bmgd/workflows/4-production/sprint-planning/checklist.md +33 -0
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +238 -0
- package/src/modules/bmgd/workflows/4-production/sprint-planning/sprint-status-template.yaml +55 -0
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +49 -0
- package/src/modules/bmgd/workflows/4-production/story-context/checklist.md +16 -0
- package/src/modules/bmgd/workflows/4-production/story-context/context-template.xml +34 -0
- package/src/modules/bmgd/workflows/4-production/story-context/instructions.md +234 -0
- package/src/modules/bmgd/workflows/4-production/story-context/workflow.yaml +59 -0
- package/src/modules/bmgd/workflows/4-production/story-done/instructions.md +111 -0
- package/src/modules/bmgd/workflows/4-production/story-done/workflow.yaml +27 -0
- package/src/modules/bmgd/workflows/4-production/story-ready/instructions.md +117 -0
- package/src/modules/bmgd/workflows/4-production/story-ready/workflow.yaml +27 -0
- package/src/modules/bmm/_module-installer/install-config.yaml +10 -24
- package/src/modules/bmm/_module-installer/installer.js +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +20 -15
- package/src/modules/bmm/agents/architect.agent.yaml +17 -12
- package/src/modules/bmm/agents/dev.agent.yaml +9 -12
- package/src/modules/bmm/agents/pm.agent.yaml +24 -23
- package/src/modules/bmm/agents/sm.agent.yaml +24 -19
- package/src/modules/bmm/agents/tea.agent.yaml +23 -17
- package/src/modules/bmm/agents/tech-writer.agent.yaml +14 -10
- package/src/modules/bmm/agents/ux-designer.agent.yaml +16 -11
- package/src/modules/bmm/docs/README.md +8 -9
- package/src/modules/bmm/docs/agents-guide.md +4 -5
- package/src/modules/bmm/docs/brownfield-guide.md +9 -13
- package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
- package/src/modules/bmm/docs/faq.md +5 -7
- package/src/modules/bmm/docs/glossary.md +0 -1
- package/src/modules/bmm/docs/party-mode.md +3 -3
- package/src/modules/bmm/docs/quick-spec-flow.md +4 -4
- package/src/modules/bmm/docs/quick-start.md +5 -5
- package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
- package/src/modules/bmm/docs/test-architecture.md +184 -119
- package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
- package/src/modules/bmm/docs/workflows-analysis.md +203 -539
- package/src/modules/bmm/docs/workflows-planning.md +326 -850
- package/src/modules/bmm/docs/workflows-solutioning.md +250 -505
- package/src/modules/bmm/sub-modules/claude-code/README.md +1 -1
- package/src/modules/bmm/sub-modules/claude-code/injections.yaml +22 -22
- package/src/modules/bmm/tasks/daily-standup.xml +2 -2
- package/src/modules/bmm/teams/default-party.csv +19 -0
- package/src/modules/bmm/teams/team-fullstack.yaml +1 -0
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +8 -8
- package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +65 -32
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +12 -8
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +6 -6
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +4 -4
- package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +14 -14
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +36 -7
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +6 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +21 -13
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +6 -6
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +15 -9
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +6 -6
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +49 -2
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +38 -38
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +6 -23
- package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +38 -40
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +6 -19
- package/src/modules/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +3 -3
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +26 -28
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +6 -18
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +11 -11
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +8 -11
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +6 -15
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +5 -4
- package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +1 -1
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +8 -9
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +6 -14
- package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/document-project/instructions.md +5 -5
- package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/document-project/workflows/deep-dive.yaml +5 -5
- package/src/modules/bmm/workflows/document-project/workflows/full-scan.yaml +5 -5
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/automate/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/ci/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/framework/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/nfr-assess/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/nfr-assess/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-review/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/trace/instructions.md +9 -9
- package/src/modules/bmm/workflows/testarch/trace/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +78 -26
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +5 -4
- package/src/modules/bmm/workflows/workflow-status/instructions.md +5 -4
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +18 -11
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +18 -11
- package/src/modules/bmm/workflows/workflow-status/paths/game-design.yaml +42 -65
- package/src/modules/bmm/workflows/workflow-status/project-levels.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +2 -2
- package/src/modules/cis/README.md +1 -1
- package/src/modules/cis/_module-installer/install-config.yaml +6 -4
- package/src/modules/cis/agents/README.md +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +13 -8
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +13 -8
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +13 -8
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +13 -8
- package/src/modules/cis/agents/storyteller.agent.yaml +13 -8
- package/src/modules/cis/teams/creative-squad.yaml +1 -0
- package/src/modules/cis/teams/default-party.csv +11 -0
- package/src/modules/cis/workflows/README.md +1 -1
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/design-thinking/workflow.yaml +7 -7
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/workflow.yaml +7 -7
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/workflow.yaml +7 -7
- package/src/modules/cis/workflows/storytelling/instructions.md +2 -2
- package/src/modules/cis/workflows/storytelling/workflow.yaml +7 -7
- package/src/utility/models/action-command-header.md +0 -0
- package/src/utility/models/agent-activation-ide.xml +3 -3
- package/src/utility/models/agent-activation-web.xml +4 -4
- package/src/utility/models/agent-command-header.md +1 -0
- package/src/utility/models/fragments/activation-steps.xml +3 -2
- package/src/utility/models/fragments/handler-validate-workflow.xml +1 -1
- package/src/utility/models/fragments/handler-workflow.xml +1 -1
- package/src/utility/models/fragments/web-bundle-activation-steps.xml +3 -3
- package/test/test-installation-components.js +214 -0
- package/tools/cli/bundlers/web-bundler.js +208 -20
- package/tools/cli/commands/install.js +1 -4
- package/tools/cli/installers/lib/core/config-collector.js +201 -28
- package/tools/cli/installers/lib/core/detector.js +62 -7
- package/tools/cli/installers/lib/core/installer.js +158 -23
- package/tools/cli/installers/lib/core/manifest-generator.js +26 -115
- package/tools/cli/installers/lib/ide/_base-ide.js +57 -3
- package/tools/cli/installers/lib/ide/auggie.js +81 -238
- package/tools/cli/installers/lib/ide/claude-code.js +47 -25
- package/tools/cli/installers/lib/ide/cline.js +15 -18
- package/tools/cli/installers/lib/ide/codex.js +17 -48
- package/tools/cli/installers/lib/ide/crush.js +14 -50
- package/tools/cli/installers/lib/ide/cursor.js +68 -8
- package/tools/cli/installers/lib/ide/gemini.js +87 -37
- package/tools/cli/installers/lib/ide/github-copilot.js +47 -35
- package/tools/cli/installers/lib/ide/iflow.js +13 -30
- package/tools/cli/installers/lib/ide/kilo.js +20 -16
- package/tools/cli/installers/lib/ide/manager.js +15 -0
- package/tools/cli/installers/lib/ide/opencode.js +16 -17
- package/tools/cli/installers/lib/ide/qwen.js +39 -11
- package/tools/cli/installers/lib/ide/roo.js +27 -62
- package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +90 -0
- package/tools/cli/installers/lib/ide/{task-tool-command-generator.js → shared/task-tool-command-generator.js} +1 -1
- package/tools/cli/installers/lib/ide/{workflow-command-generator.js → shared/workflow-command-generator.js} +11 -9
- package/tools/cli/installers/lib/ide/templates/agent-command-template.md +14 -0
- package/tools/cli/installers/lib/ide/templates/gemini-agent-command.toml +14 -0
- package/tools/cli/installers/lib/ide/templates/gemini-task-command.toml +12 -0
- package/tools/cli/installers/lib/ide/{workflow-command-template.md → templates/workflow-command-template.md} +3 -5
- package/tools/cli/installers/lib/ide/trae.js +20 -32
- package/tools/cli/installers/lib/ide/windsurf.js +18 -8
- package/tools/cli/installers/lib/modules/manager.js +207 -7
- package/tools/cli/lib/cli-utils.js +52 -50
- package/tools/cli/lib/ui.js +15 -8
- package/tools/cli/lib/yaml-xml-builder.js +9 -1
- package/tools/schema/agent.js +8 -3
- package/v6-open-items.md +3 -9
- package/web-bundles/bmgd/agents/game-architect.xml +664 -0
- package/web-bundles/bmgd/agents/game-designer.xml +5489 -0
- package/web-bundles/bmgd/agents/game-dev.xml +595 -0
- package/web-bundles/bmgd/agents/game-scrum-master.xml +699 -0
- package/web-bundles/bmgd/teams/team-gamedev.xml +6588 -0
- package/web-bundles/bmm/agents/analyst.xml +5263 -0
- package/web-bundles/bmm/agents/architect.xml +2378 -0
- package/web-bundles/bmm/agents/dev.xml +248 -0
- package/web-bundles/bmm/agents/pm.xml +4137 -0
- package/web-bundles/bmm/agents/sm.xml +708 -0
- package/web-bundles/bmm/agents/tea.xml +759 -0
- package/web-bundles/bmm/agents/tech-writer.xml +624 -0
- package/web-bundles/bmm/agents/ux-designer.xml +2492 -0
- package/web-bundles/bmm/teams/team-fullstack.xml +12369 -0
- package/web-bundles/cis/agents/brainstorming-coach.xml +1069 -0
- package/web-bundles/cis/agents/creative-problem-solver.xml +1060 -0
- package/web-bundles/cis/agents/design-thinking-coach.xml +955 -0
- package/web-bundles/cis/agents/innovation-strategist.xml +1108 -0
- package/web-bundles/cis/agents/storyteller.xml +598 -0
- package/web-bundles/cis/teams/creative-squad.xml +3449 -0
- package/.claude/agents/bmad-analysis/api-documenter.md +0 -102
- package/.claude/agents/bmad-analysis/codebase-analyzer.md +0 -82
- package/.claude/agents/bmad-analysis/data-analyst.md +0 -101
- package/.claude/agents/bmad-analysis/pattern-detector.md +0 -84
- package/.claude/agents/bmad-planning/dependency-mapper.md +0 -83
- package/.claude/agents/bmad-planning/epic-optimizer.md +0 -81
- package/.claude/agents/bmad-planning/requirements-analyst.md +0 -61
- package/.claude/agents/bmad-planning/technical-decisions-curator.md +0 -168
- package/.claude/agents/bmad-planning/trend-spotter.md +0 -115
- package/.claude/agents/bmad-planning/user-journey-mapper.md +0 -123
- package/.claude/agents/bmad-planning/user-researcher.md +0 -72
- package/.claude/agents/bmad-research/market-researcher.md +0 -51
- package/.claude/agents/bmad-research/tech-debt-auditor.md +0 -106
- package/.claude/agents/bmad-review/document-reviewer.md +0 -102
- package/.claude/agents/bmad-review/technical-evaluator.md +0 -68
- package/.claude/agents/bmad-review/test-coverage-analyzer.md +0 -108
- package/.claude/commands/bmad/bmb/workflows/README.md +0 -67
- package/.claude/commands/bmad/bmm/workflows/README.md +0 -132
- package/.claude/commands/bmad/bmm/workflows/narrative.md +0 -15
- package/.claude/commands/bmad/cis/agents/README.md +0 -104
- package/.claude/commands/bmad/cis/agents/brainstorming-coach.md +0 -62
- package/.claude/commands/bmad/cis/agents/creative-problem-solver.md +0 -62
- package/.claude/commands/bmad/cis/agents/design-thinking-coach.md +0 -62
- package/.claude/commands/bmad/cis/agents/innovation-strategist.md +0 -62
- package/.claude/commands/bmad/cis/agents/storyteller.md +0 -59
- package/.claude/commands/bmad/cis/workflows/README.md +0 -37
- package/.claude/commands/bmad/cis/workflows/design-thinking.md +0 -15
- package/.claude/commands/bmad/cis/workflows/innovation-strategy.md +0 -15
- package/.claude/commands/bmad/cis/workflows/problem-solving.md +0 -15
- package/.claude/commands/bmad/cis/workflows/storytelling.md +0 -15
- package/.claude/commands/bmad/core/workflows/README.md +0 -27
- package/bmad/_cfg/agent-manifest.csv +0 -11
- package/bmad/_cfg/manifest.yaml +0 -10
- package/bmad/bmb/config.yaml +0 -14
- package/bmad/bmm/teams/team-gamedev.yaml +0 -14
- package/bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -36
- package/bmad/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md +0 -608
- package/bmad/bmm/workflows/2-plan-workflows/narrative/workflow.yaml +0 -29
- package/bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -75
- package/bmad/core/workflows/party-mode/workflow.yaml +0 -23
- package/bmd/README.md +0 -193
- package/bmd/agents/cli-chief-sidecar/instructions.md +0 -102
- package/bmd/agents/cli-chief-sidecar/knowledge/README.md +0 -68
- package/bmd/agents/cli-chief-sidecar/knowledge/cli-reference.md +0 -123
- package/bmd/agents/cli-chief-sidecar/memories.md +0 -53
- package/bmd/agents/cli-chief.agent.yaml +0 -126
- package/bmd/agents/doc-keeper-sidecar/instructions.md +0 -177
- package/bmd/agents/doc-keeper-sidecar/knowledge/README.md +0 -81
- package/bmd/agents/doc-keeper-sidecar/memories.md +0 -88
- package/bmd/agents/doc-keeper.agent.yaml +0 -137
- package/bmd/agents/release-chief-sidecar/instructions.md +0 -164
- package/bmd/agents/release-chief-sidecar/knowledge/README.md +0 -82
- package/bmd/agents/release-chief-sidecar/memories.md +0 -73
- package/bmd/agents/release-chief.agent.yaml +0 -127
- package/bmd/bmad-custom-module-installer-plan.md +0 -1176
- package/bmd/config.yaml +0 -12
- package/src/modules/bmm/agents/game-architect.agent.yaml +0 -35
- package/src/modules/bmm/agents/game-designer.agent.yaml +0 -47
- package/src/modules/bmm/agents/game-dev.agent.yaml +0 -35
- package/src/modules/bmm/docs/troubleshooting.md +0 -680
- package/src/modules/bmm/workflows/2-plan-workflows/gdd/workflow.yaml +0 -81
- package/src/modules/bmm/workflows/2-plan-workflows/narrative/checklist.md +0 -139
- package/src/modules/bmm/workflows/2-plan-workflows/narrative/narrative-template.md +0 -195
- package/test/fixtures/agent-schema/invalid/persona/principles-as-string.agent.yaml +0 -23
- /package/{bmad → .bmad}/_cfg/agents/bmb-bmad-builder.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/bmm-analyst.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/bmm-architect.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/bmm-dev.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/bmm-pm.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/bmm-sm.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/bmm-tea.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/bmm-tech-writer.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/bmm-ux-designer.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/agents/core-bmad-master.customize.yaml +0 -0
- /package/{bmad → .bmad}/_cfg/tool-manifest.csv +0 -0
- /package/{bmad → .bmad}/bmb/README.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/audit-workflow/template.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/create-agent/brainstorm-context.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/create-agent/communication-styles.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/create-module/brainstorm-context.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/create-module/installer-templates/installer.js +0 -0
- /package/{bmad → .bmad}/bmb/workflows/create-workflow/brainstorm-context.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-template/template.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/edit-agent/README.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/edit-workflow/README.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/edit-workflow/checklist.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/module-brief/checklist.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/module-brief/template.md +0 -0
- /package/{bmad → .bmad}/bmb/workflows/redoc/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/README.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/ci-burn-in.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/component-tdd.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/contract-testing.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/data-factories.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/email-auth.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/error-handling.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/feature-flags.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/fixture-architecture.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/network-first.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/nfr-criteria.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/playwright-config.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/probability-impact.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/risk-governance.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/selective-testing.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/selector-resilience.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/test-healing-patterns.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/test-levels-framework.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/test-priorities-matrix.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/test-quality.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/timing-debugging.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/knowledge/visual-debugging.md +0 -0
- /package/{bmad → .bmad}/bmm/testarch/tea-index.csv +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/domain-research/template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/product-brief/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/product-brief/template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/checklist-technical.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/template-market.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/template-technical.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -0
- /package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/4-implementation/code-review/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/4-implementation/create-story/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/4-implementation/create-story/template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/4-implementation/dev-story/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/documentation-requirements.csv +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/templates/deep-dive-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/templates/index-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/templates/project-overview-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/templates/source-tree-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/techdoc/documentation-standards.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/atdd/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/automate/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/ci/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/framework/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/nfr-assess/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/test-design/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/test-review/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/test-review/test-review-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/trace/checklist.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/testarch/trace/trace-template.md +0 -0
- /package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +0 -0
- /package/{bmad → .bmad}/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -0
- /package/{bmad → .bmad}/core/tasks/adv-elicit-methods.csv +0 -0
- /package/{bmad → .bmad}/core/workflows/brainstorming/brain-methods.csv +0 -0
- /package/{bmad → .bmad}/core/workflows/brainstorming/template.md +0 -0
- /package/{bmad → .bmad}/docs/claude-code-instructions.md +0 -0
- /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/game-brain-methods.csv +0 -0
- /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/game-context.md +0 -0
- /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/checklist.md +0 -0
- /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/template.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/checklist.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/action-platformer.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/adventure.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/card-game.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/fighting.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/horror.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/idle-incremental.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/metroidvania.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/moba.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/party-game.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/puzzle.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/racing.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/rhythm.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/roguelike.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/rpg.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/sandbox.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/shooter.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/simulation.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/sports.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/strategy.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/survival.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/text-based.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/tower-defense.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/turn-based-tactics.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/visual-novel.md +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types.csv +0 -0
- /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/gdd-template.md +0 -0
- /package/{bmad/bmm/workflows/2-plan-workflows → src/modules/bmgd/workflows/2-design}/narrative/checklist.md +0 -0
- /package/{bmad/bmm/workflows/2-plan-workflows → src/modules/bmgd/workflows/2-design}/narrative/narrative-template.md +0 -0
|
@@ -1,83 +1,118 @@
|
|
|
1
1
|
# BMM Solutioning Workflows (Phase 3)
|
|
2
2
|
|
|
3
|
+
**Reading Time:** ~8 minutes
|
|
4
|
+
|
|
3
5
|
## Overview
|
|
4
6
|
|
|
5
|
-
Phase 3 (Solutioning) workflows translate **what** to build (from Planning) into **how** to build it (technical design). This phase
|
|
7
|
+
Phase 3 (Solutioning) workflows translate **what** to build (from Planning) into **how** to build it (technical design). This phase prevents agent conflicts in multi-epic projects by documenting architectural decisions before implementation begins.
|
|
8
|
+
|
|
9
|
+
**Key principle:** Make technical decisions explicit and documented so all agents implement consistently. Prevent one agent choosing REST while another chooses GraphQL.
|
|
10
|
+
|
|
11
|
+
**Required for:** BMad Method (complex projects), Enterprise Method
|
|
6
12
|
|
|
7
|
-
**
|
|
13
|
+
**Optional for:** BMad Method (simple projects), Quick Flow (skip entirely)
|
|
8
14
|
|
|
9
15
|
---
|
|
10
16
|
|
|
11
|
-
## Phase 3 Solutioning
|
|
17
|
+
## Phase 3 Solutioning Workflow Map
|
|
12
18
|
|
|
13
19
|
```mermaid
|
|
14
20
|
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#fff','primaryTextColor':'#000','primaryBorderColor':'#000','lineColor':'#000','fontSize':'16px','fontFamily':'arial'}}}%%
|
|
15
21
|
graph TB
|
|
16
|
-
|
|
22
|
+
FromPlanning["<b>FROM Phase 2 Planning</b><br/>PRD/GDD/Tech-Spec complete"]
|
|
17
23
|
|
|
18
|
-
subgraph
|
|
24
|
+
subgraph QuickFlow["<b>QUICK FLOW PATH</b>"]
|
|
19
25
|
direction TB
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
SkipArch["<b>Skip Phase 3</b><br/>Go directly to Implementation"]
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
subgraph BMadEnterprise["<b>BMAD METHOD + ENTERPRISE (Same Start)</b>"]
|
|
30
|
+
direction TB
|
|
31
|
+
Architecture["<b>Architect: architecture</b><br/>System design + ADRs"]
|
|
32
|
+
|
|
33
|
+
subgraph Optional["<b>ENTERPRISE ADDITIONS (Optional)</b>"]
|
|
34
|
+
direction LR
|
|
35
|
+
SecArch["<b>Architect: security-architecture</b><br/>(Future)"]
|
|
36
|
+
DevOps["<b>Architect: devops-strategy</b><br/>(Future)"]
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
GateCheck["<b>Architect: solutioning-gate-check</b><br/>Validation before Phase 4"]
|
|
40
|
+
|
|
41
|
+
Architecture -.->|Enterprise only| Optional
|
|
42
|
+
Architecture --> GateCheck
|
|
43
|
+
Optional -.-> GateCheck
|
|
22
44
|
end
|
|
23
45
|
|
|
24
|
-
subgraph
|
|
46
|
+
subgraph Result["<b>GATE CHECK RESULTS</b>"]
|
|
25
47
|
direction LR
|
|
26
|
-
|
|
48
|
+
Pass["✅ PASS<br/>Proceed to Phase 4"]
|
|
49
|
+
Concerns["⚠️ CONCERNS<br/>Proceed with caution"]
|
|
50
|
+
Fail["❌ FAIL<br/>Resolve issues first"]
|
|
27
51
|
end
|
|
28
52
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
GateCheck -->|PASS| Phase4["<b>Phase 4: Implementation</b>"]
|
|
32
|
-
GateCheck -->|CONCERNS/FAIL| Architecture
|
|
33
|
-
FromPRD -.->|Level 2 only| Level2Skip
|
|
34
|
-
Level2Skip -.-> Phase4
|
|
53
|
+
FromPlanning -->|Quick Flow| QuickFlow
|
|
54
|
+
FromPlanning -->|BMad Method<br/>or Enterprise| Architecture
|
|
35
55
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
56
|
+
QuickFlow --> Phase4["<b>Phase 4: Implementation</b>"]
|
|
57
|
+
GateCheck --> Result
|
|
58
|
+
Pass --> Phase4
|
|
59
|
+
Concerns --> Phase4
|
|
60
|
+
Fail -.->|Fix issues| Architecture
|
|
61
|
+
|
|
62
|
+
style FromPlanning fill:#e1bee7,stroke:#6a1b9a,stroke-width:2px,color:#000
|
|
63
|
+
style QuickFlow fill:#c5e1a5,stroke:#33691e,stroke-width:3px,color:#000
|
|
64
|
+
style BMadEnterprise fill:#90caf9,stroke:#0d47a1,stroke-width:3px,color:#000
|
|
65
|
+
style Optional fill:#ffcdd2,stroke:#c62828,stroke-width:3px,color:#000
|
|
66
|
+
style Result fill:#fff9c4,stroke:#f57f17,stroke-width:3px,color:#000
|
|
39
67
|
style Phase4 fill:#ffcc80,stroke:#e65100,stroke-width:2px,color:#000
|
|
40
68
|
|
|
41
|
-
style
|
|
42
|
-
style
|
|
43
|
-
style
|
|
69
|
+
style SkipArch fill:#aed581,stroke:#1b5e20,stroke-width:2px,color:#000
|
|
70
|
+
style Architecture fill:#42a5f5,stroke:#0d47a1,stroke-width:2px,color:#000
|
|
71
|
+
style SecArch fill:#ef9a9a,stroke:#c62828,stroke-width:2px,color:#000
|
|
72
|
+
style DevOps fill:#ef9a9a,stroke:#c62828,stroke-width:2px,color:#000
|
|
73
|
+
style GateCheck fill:#42a5f5,stroke:#0d47a1,stroke-width:2px,color:#000
|
|
74
|
+
style Pass fill:#81c784,stroke:#388e3c,stroke-width:2px,color:#000
|
|
75
|
+
style Concerns fill:#ffb74d,stroke:#f57f17,stroke-width:2px,color:#000
|
|
76
|
+
style Fail fill:#e57373,stroke:#d32f2f,stroke-width:2px,color:#000
|
|
44
77
|
```
|
|
45
78
|
|
|
46
79
|
---
|
|
47
80
|
|
|
48
81
|
## Quick Reference
|
|
49
82
|
|
|
50
|
-
| Workflow |
|
|
51
|
-
| -------------------------- |
|
|
52
|
-
| **architecture** |
|
|
53
|
-
| **solutioning-gate-check** |
|
|
83
|
+
| Workflow | Agent | Track | Purpose |
|
|
84
|
+
| -------------------------- | --------- | ------------------------ | ------------------------------------------- |
|
|
85
|
+
| **architecture** | Architect | BMad Method, Enterprise | Technical architecture and design decisions |
|
|
86
|
+
| **solutioning-gate-check** | Architect | BMad Complex, Enterprise | Validate planning/solutioning completeness |
|
|
54
87
|
|
|
55
88
|
**When to Skip Solutioning:**
|
|
56
89
|
|
|
57
|
-
- **
|
|
58
|
-
- **Level 2**: Optional - use if technically complex, skip if straightforward
|
|
90
|
+
- **Quick Flow:** Simple changes don't need architecture → Skip to Phase 4
|
|
59
91
|
|
|
60
92
|
**When Solutioning is Required:**
|
|
61
93
|
|
|
62
|
-
- **
|
|
94
|
+
- **BMad Method:** Multi-epic projects need architecture to prevent conflicts
|
|
95
|
+
- **Enterprise:** Same as BMad Method, plus optional extended workflows (test architecture, security architecture, devops strategy) added AFTER architecture but BEFORE gate check
|
|
63
96
|
|
|
64
97
|
---
|
|
65
98
|
|
|
66
|
-
##
|
|
67
|
-
|
|
68
|
-
### Why Solutioning Matters
|
|
99
|
+
## Why Solutioning Matters
|
|
69
100
|
|
|
70
|
-
|
|
101
|
+
### The Problem Without Solutioning
|
|
71
102
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
103
|
+
```
|
|
104
|
+
Agent 1 implements Epic 1 using REST API
|
|
105
|
+
Agent 2 implements Epic 2 using GraphQL
|
|
106
|
+
Result: Inconsistent API design, integration nightmare
|
|
107
|
+
```
|
|
75
108
|
|
|
76
|
-
|
|
109
|
+
### The Solution With Solutioning
|
|
77
110
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
111
|
+
```
|
|
112
|
+
architecture workflow decides: "Use GraphQL for all APIs"
|
|
113
|
+
All agents follow architecture decisions
|
|
114
|
+
Result: Consistent implementation, no conflicts
|
|
115
|
+
```
|
|
81
116
|
|
|
82
117
|
### Solutioning vs Planning
|
|
83
118
|
|
|
@@ -90,221 +125,81 @@ graph TB
|
|
|
90
125
|
| Document | PRD/GDD | Architecture + Tech Spec |
|
|
91
126
|
| Level | Business logic | Implementation detail |
|
|
92
127
|
|
|
93
|
-
### Scale-Adaptive Solutioning
|
|
94
|
-
|
|
95
|
-
**Level 0-1 (Skip Solutioning):**
|
|
96
|
-
|
|
97
|
-
- Planning: Quick Spec (tech-spec workflow)
|
|
98
|
-
- Solutioning: **None**
|
|
99
|
-
- Implementation: dev-story directly
|
|
100
|
-
|
|
101
|
-
**Level 2 (Optional Solutioning):**
|
|
102
|
-
|
|
103
|
-
- Planning: Lightweight PRD
|
|
104
|
-
- Solutioning: **Optional** architecture
|
|
105
|
-
- Implementation: dev-story with or without architecture
|
|
106
|
-
|
|
107
|
-
**Level 3-4 (Required Solutioning):**
|
|
108
|
-
|
|
109
|
-
- Planning: Standard/Comprehensive PRD
|
|
110
|
-
- Solutioning: **Required** architecture + epic-tech-context
|
|
111
|
-
- Gate Check: **Required** solutioning-gate-check
|
|
112
|
-
- Implementation: dev-story guided by architecture
|
|
113
|
-
|
|
114
128
|
---
|
|
115
129
|
|
|
116
|
-
##
|
|
130
|
+
## Workflow Descriptions
|
|
117
131
|
|
|
118
|
-
###
|
|
132
|
+
### architecture
|
|
119
133
|
|
|
120
|
-
|
|
134
|
+
**Purpose:** Make technical decisions explicit to prevent agent conflicts. Produces decision-focused architecture document optimized for AI consistency.
|
|
121
135
|
|
|
122
136
|
**Agent:** Architect
|
|
123
|
-
**Phase:** 3 (Solutioning)
|
|
124
|
-
**Project Levels:** 2-4
|
|
125
|
-
**Required:** Level 3-4, Optional Level 2
|
|
126
137
|
|
|
127
|
-
|
|
138
|
+
**When to Use:**
|
|
128
139
|
|
|
129
|
-
- Multi-epic projects (
|
|
140
|
+
- Multi-epic projects (BMad Complex, Enterprise)
|
|
130
141
|
- Cross-cutting technical concerns
|
|
131
|
-
- Multiple agents
|
|
142
|
+
- Multiple agents implementing different parts
|
|
132
143
|
- Integration complexity exists
|
|
133
144
|
- Technology choices need alignment
|
|
134
145
|
|
|
135
146
|
**When to Skip:**
|
|
136
147
|
|
|
137
|
-
-
|
|
138
|
-
-
|
|
148
|
+
- Quick Flow (simple changes)
|
|
149
|
+
- BMad Method Simple with straightforward tech stack
|
|
139
150
|
- Single epic with clear technical approach
|
|
140
151
|
|
|
141
|
-
|
|
152
|
+
**Adaptive Conversation Approach:**
|
|
142
153
|
|
|
143
|
-
|
|
154
|
+
This is NOT a template filler. The architecture workflow:
|
|
144
155
|
|
|
145
|
-
1. **Discovers**
|
|
156
|
+
1. **Discovers** technical needs through conversation
|
|
146
157
|
2. **Proposes** architectural options with trade-offs
|
|
147
158
|
3. **Documents** decisions that prevent agent conflicts
|
|
148
159
|
4. **Focuses** on decision points, not exhaustive documentation
|
|
149
160
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
**Phase 1: Context Discovery (Steps 1-3)**
|
|
153
|
-
|
|
154
|
-
- Load PRD/GDD for requirements
|
|
155
|
-
- Understand project level and complexity
|
|
156
|
-
- Identify technical constraints
|
|
157
|
-
- Determine existing architecture (if brownfield)
|
|
158
|
-
|
|
159
|
-
**Phase 2: Architecture Definition (Steps 4-10)**
|
|
160
|
-
|
|
161
|
-
- System architecture (monolith, microservices, etc.)
|
|
162
|
-
- Data architecture (database, state management)
|
|
163
|
-
- API design (REST, GraphQL, gRPC)
|
|
164
|
-
- Frontend architecture (if applicable)
|
|
165
|
-
- Integration patterns
|
|
166
|
-
- Security architecture
|
|
167
|
-
- Deployment architecture
|
|
168
|
-
|
|
169
|
-
**Phase 3: Decision Documentation (Steps 11-13)**
|
|
170
|
-
|
|
171
|
-
- Architecture Decision Records (ADRs)
|
|
172
|
-
- Trade-off analysis
|
|
173
|
-
- Technology selections with rationale
|
|
174
|
-
- Non-negotiable standards
|
|
175
|
-
|
|
176
|
-
**Phase 4: Implementation Guidance (Step 14)**
|
|
177
|
-
|
|
178
|
-
- Epic-specific technical notes
|
|
179
|
-
- Directory structure
|
|
180
|
-
- Coding standards
|
|
181
|
-
- Testing strategy
|
|
182
|
-
|
|
183
|
-
### Inputs
|
|
184
|
-
|
|
185
|
-
Required:
|
|
186
|
-
|
|
187
|
-
- **PRD.md** or **GDD.md** (from Phase 2)
|
|
188
|
-
- **epics.md** (epic breakdown)
|
|
161
|
+
**Key Outputs:**
|
|
189
162
|
|
|
190
|
-
|
|
163
|
+
**architecture.md** containing:
|
|
191
164
|
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
-
|
|
195
|
-
-
|
|
165
|
+
1. **Architecture Overview** - System context, principles, style
|
|
166
|
+
2. **System Architecture** - High-level diagram, component interactions, communication patterns
|
|
167
|
+
3. **Data Architecture** - Database design, state management, caching, data flow
|
|
168
|
+
4. **API Architecture** - API style (REST/GraphQL/gRPC), auth, versioning, error handling
|
|
169
|
+
5. **Frontend Architecture** (if applicable) - Framework, state management, component architecture, routing
|
|
170
|
+
6. **Integration Architecture** - Third-party integrations, message queuing, event-driven patterns
|
|
171
|
+
7. **Security Architecture** - Auth/authorization, data protection, security boundaries
|
|
172
|
+
8. **Deployment Architecture** - Deployment model, CI/CD, environment strategy, monitoring
|
|
173
|
+
9. **Architecture Decision Records (ADRs)** - Key decisions with context, options, trade-offs, rationale
|
|
174
|
+
10. **Epic-Specific Guidance** - Technical notes per epic, implementation priorities, dependencies
|
|
175
|
+
11. **Standards and Conventions** - Directory structure, naming conventions, code organization, testing
|
|
196
176
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
**Primary Output:** `architecture-{project-name}-{date}.md`
|
|
200
|
-
|
|
201
|
-
**Document Structure:**
|
|
202
|
-
|
|
203
|
-
**1. Architecture Overview**
|
|
204
|
-
|
|
205
|
-
- System context
|
|
206
|
-
- Key principles
|
|
207
|
-
- Architectural style
|
|
208
|
-
|
|
209
|
-
**2. System Architecture**
|
|
210
|
-
|
|
211
|
-
- High-level system diagram
|
|
212
|
-
- Component interactions
|
|
213
|
-
- Communication patterns
|
|
214
|
-
|
|
215
|
-
**3. Data Architecture**
|
|
216
|
-
|
|
217
|
-
- Database design approach
|
|
218
|
-
- State management
|
|
219
|
-
- Caching strategy
|
|
220
|
-
- Data flow
|
|
221
|
-
|
|
222
|
-
**4. API Architecture**
|
|
223
|
-
|
|
224
|
-
- API style (REST/GraphQL/gRPC)
|
|
225
|
-
- Authentication/authorization
|
|
226
|
-
- Versioning strategy
|
|
227
|
-
- Error handling patterns
|
|
228
|
-
|
|
229
|
-
**5. Frontend Architecture** (if applicable)
|
|
230
|
-
|
|
231
|
-
- Framework selection
|
|
232
|
-
- State management
|
|
233
|
-
- Component architecture
|
|
234
|
-
- Routing approach
|
|
235
|
-
|
|
236
|
-
**6. Integration Architecture**
|
|
237
|
-
|
|
238
|
-
- Third-party integrations
|
|
239
|
-
- Message queuing
|
|
240
|
-
- Event-driven patterns
|
|
241
|
-
- API gateways
|
|
242
|
-
|
|
243
|
-
**7. Security Architecture**
|
|
244
|
-
|
|
245
|
-
- Authentication/authorization
|
|
246
|
-
- Data protection
|
|
247
|
-
- Security boundaries
|
|
248
|
-
- Compliance requirements
|
|
249
|
-
|
|
250
|
-
**8. Deployment Architecture**
|
|
251
|
-
|
|
252
|
-
- Deployment model
|
|
253
|
-
- CI/CD pipeline
|
|
254
|
-
- Environment strategy
|
|
255
|
-
- Monitoring and observability
|
|
256
|
-
|
|
257
|
-
**9. Architecture Decision Records (ADRs)**
|
|
258
|
-
|
|
259
|
-
- Key decisions with context
|
|
260
|
-
- Options considered
|
|
261
|
-
- Trade-off analysis
|
|
262
|
-
- Rationale for choices
|
|
263
|
-
|
|
264
|
-
**10. Epic-Specific Guidance**
|
|
265
|
-
|
|
266
|
-
- Technical notes per epic
|
|
267
|
-
- Implementation priorities
|
|
268
|
-
- Dependency sequencing
|
|
269
|
-
|
|
270
|
-
**11. Standards and Conventions**
|
|
271
|
-
|
|
272
|
-
- Directory structure
|
|
273
|
-
- Naming conventions
|
|
274
|
-
- Code organization
|
|
275
|
-
- Testing requirements
|
|
276
|
-
|
|
277
|
-
### Architecture Decision Records (ADRs)
|
|
278
|
-
|
|
279
|
-
**Purpose:** Document **why** decisions were made, not just what was decided.
|
|
280
|
-
|
|
281
|
-
**ADR Template:**
|
|
177
|
+
**ADR Format (Brief):**
|
|
282
178
|
|
|
283
179
|
```markdown
|
|
284
180
|
## ADR-001: Use GraphQL for All APIs
|
|
285
181
|
|
|
286
|
-
**Status:** Accepted
|
|
287
|
-
|
|
182
|
+
**Status:** Accepted | **Date:** 2025-11-02
|
|
183
|
+
|
|
288
184
|
**Context:** PRD requires flexible querying across multiple epics
|
|
289
185
|
|
|
290
186
|
**Decision:** Use GraphQL for all client-server communication
|
|
291
187
|
|
|
292
188
|
**Options Considered:**
|
|
293
189
|
|
|
294
|
-
1. REST
|
|
295
|
-
2. GraphQL - Flexible querying,
|
|
296
|
-
3. gRPC - High performance,
|
|
190
|
+
1. REST - Familiar but requires multiple endpoints
|
|
191
|
+
2. GraphQL - Flexible querying, learning curve
|
|
192
|
+
3. gRPC - High performance, poor browser support
|
|
297
193
|
|
|
298
194
|
**Rationale:**
|
|
299
195
|
|
|
300
|
-
- PRD requires flexible data fetching (Epic 1,
|
|
196
|
+
- PRD requires flexible data fetching (Epic 1, 3)
|
|
301
197
|
- Mobile app needs bandwidth optimization (Epic 2)
|
|
302
|
-
- Team has GraphQL experience
|
|
303
|
-
- Allows frontend flexibility without backend changes
|
|
198
|
+
- Team has GraphQL experience
|
|
304
199
|
|
|
305
200
|
**Consequences:**
|
|
306
201
|
|
|
307
|
-
- Positive: Flexible querying, reduced
|
|
202
|
+
- Positive: Flexible querying, reduced versioning
|
|
308
203
|
- Negative: Caching complexity, N+1 query risk
|
|
309
204
|
- Mitigation: Use DataLoader for batching
|
|
310
205
|
|
|
@@ -312,93 +207,40 @@ Optional:
|
|
|
312
207
|
|
|
313
208
|
- Epic 1: User Management → GraphQL mutations
|
|
314
209
|
- Epic 2: Mobile App → Optimized queries
|
|
315
|
-
- Epic 3: Admin Dashboard → Complex nested queries
|
|
316
210
|
```
|
|
317
211
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
**System Architecture:**
|
|
321
|
-
|
|
322
|
-
- Monolith (early stage, < 50K users)
|
|
323
|
-
- PostgreSQL database
|
|
324
|
-
- Redis for caching and sessions
|
|
325
|
-
- Next.js for frontend
|
|
326
|
-
- Deployed on Vercel + Railway
|
|
327
|
-
|
|
328
|
-
**Key ADRs:**
|
|
329
|
-
|
|
330
|
-
1. **ADR-001**: Use Next.js (vs React + Express)
|
|
331
|
-
- Rationale: SEO critical, SSR needed, unified codebase
|
|
332
|
-
2. **ADR-002**: Use GraphQL (vs REST)
|
|
333
|
-
- Rationale: Flexible querying for dashboard, mobile optimization
|
|
334
|
-
3. **ADR-003**: Use Stripe (vs PayPal + Stripe)
|
|
335
|
-
- Rationale: Simpler integration, lower fees, better UX
|
|
336
|
-
|
|
337
|
-
**Epic Guidance:**
|
|
212
|
+
**Example:** E-commerce platform → Monolith + PostgreSQL + Redis + Next.js + GraphQL, with ADRs explaining each choice and epic-specific guidance.
|
|
338
213
|
|
|
339
|
-
|
|
340
|
-
- **Epic 2 (Products)**: GraphQL with DataLoader for categories
|
|
341
|
-
- **Epic 3 (Cart)**: Redis for session-based cart (no DB writes)
|
|
342
|
-
- **Epic 4 (Checkout)**: Stripe webhooks for payment confirmation
|
|
343
|
-
|
|
344
|
-
**Standards:**
|
|
345
|
-
|
|
346
|
-
```
|
|
347
|
-
Directory Structure:
|
|
348
|
-
/pages - Next.js routes
|
|
349
|
-
/components - Reusable UI components
|
|
350
|
-
/lib - Business logic
|
|
351
|
-
/graphql - GraphQL schema and resolvers
|
|
352
|
-
/db - Prisma models and migrations
|
|
353
|
-
/services - Third-party integrations
|
|
354
|
-
/tests - Test files mirror /lib
|
|
355
|
-
```
|
|
356
|
-
|
|
357
|
-
### Related Workflows
|
|
358
|
-
|
|
359
|
-
- **prd/gdd** (Phase 2) - Requirements input
|
|
360
|
-
- **solutioning-gate-check** (Phase 3) - Validate completeness
|
|
361
|
-
- **tech-spec** (Phase 3) - Epic-level specifications (optional)
|
|
362
|
-
- **sprint-planning** (Phase 4) - Implementation tracking
|
|
214
|
+
**Integration:** Feeds into Phase 4 (Implementation). All dev agents reference architecture during implementation.
|
|
363
215
|
|
|
364
216
|
---
|
|
365
217
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
### Purpose
|
|
369
|
-
|
|
370
|
-
Systematically validate that all planning and solutioning phases are complete and properly aligned before transitioning to Phase 4 implementation. Ensures PRD, architecture, and stories are cohesive with no gaps or contradictions.
|
|
371
|
-
|
|
372
|
-
**Agent:** SM (Scrum Master)
|
|
373
|
-
**Phase:** 3 (Solutioning)
|
|
374
|
-
**Project Levels:** 3-4
|
|
375
|
-
**Required:** Level 3-4 only
|
|
218
|
+
### solutioning-gate-check
|
|
376
219
|
|
|
377
|
-
|
|
220
|
+
**Purpose:** Systematically validate that planning and solutioning are complete and aligned before Phase 4 implementation. Ensures PRD, architecture, and stories are cohesive with no gaps.
|
|
378
221
|
|
|
379
|
-
**
|
|
222
|
+
**Agent:** Architect
|
|
380
223
|
|
|
381
|
-
**
|
|
224
|
+
**When to Use:**
|
|
382
225
|
|
|
226
|
+
- **Always** before Phase 4 for BMad Complex and Enterprise projects
|
|
383
227
|
- After architecture workflow completes
|
|
384
228
|
- Before sprint-planning workflow
|
|
385
229
|
- When stakeholders request readiness check
|
|
386
|
-
- Before kicking off implementation
|
|
387
230
|
|
|
388
|
-
**Skip
|
|
231
|
+
**When to Skip:**
|
|
389
232
|
|
|
390
|
-
-
|
|
391
|
-
-
|
|
233
|
+
- Quick Flow (no solutioning)
|
|
234
|
+
- BMad Simple (no gate check required)
|
|
392
235
|
|
|
393
|
-
|
|
236
|
+
**Purpose of Gate Check:**
|
|
394
237
|
|
|
395
|
-
**Prevents
|
|
238
|
+
**Prevents:**
|
|
396
239
|
|
|
397
240
|
- ❌ Architecture doesn't address all epics
|
|
398
241
|
- ❌ Stories conflict with architecture decisions
|
|
399
242
|
- ❌ Requirements ambiguous or contradictory
|
|
400
243
|
- ❌ Missing critical dependencies
|
|
401
|
-
- ❌ Unclear success criteria
|
|
402
244
|
|
|
403
245
|
**Ensures:**
|
|
404
246
|
|
|
@@ -406,268 +248,151 @@ Systematically validate that all planning and solutioning phases are complete an
|
|
|
406
248
|
- ✅ All epics have clear technical approach
|
|
407
249
|
- ✅ No contradictions or gaps
|
|
408
250
|
- ✅ Team ready to implement
|
|
409
|
-
- ✅ Stakeholders aligned
|
|
410
|
-
|
|
411
|
-
### Process Overview
|
|
412
|
-
|
|
413
|
-
**Phase 1: Document Loading (Step 1)**
|
|
414
|
-
|
|
415
|
-
- Load PRD/GDD
|
|
416
|
-
- Load architecture document
|
|
417
|
-
- Load epic files
|
|
418
|
-
- Load story files (if created)
|
|
419
|
-
|
|
420
|
-
**Phase 2: Completeness Check (Steps 2-4)**
|
|
421
|
-
|
|
422
|
-
- **PRD Completeness**: All required sections present
|
|
423
|
-
- **Architecture Completeness**: All technical areas addressed
|
|
424
|
-
- **Epic Completeness**: All epics from PRD have stories
|
|
425
|
-
|
|
426
|
-
**Phase 3: Alignment Check (Steps 5-7)**
|
|
427
251
|
|
|
428
|
-
|
|
429
|
-
- **Architecture ↔ Epics**: Epics align with architecture decisions
|
|
430
|
-
- **Cross-Epic**: No contradictions between epics
|
|
431
|
-
|
|
432
|
-
**Phase 4: Quality Check (Steps 8-10)**
|
|
433
|
-
|
|
434
|
-
- **Acceptance Criteria**: All stories have clear AC
|
|
435
|
-
- **Dependencies**: Dependencies identified and sequenced
|
|
436
|
-
- **Risks**: High-risk items have mitigation plans
|
|
437
|
-
|
|
438
|
-
**Phase 5: Reporting (Step 11)**
|
|
439
|
-
|
|
440
|
-
- Generate gate check report
|
|
441
|
-
- List gaps and blockers
|
|
442
|
-
- Provide recommendations
|
|
443
|
-
- Issue PASS/CONCERNS/FAIL decision
|
|
444
|
-
|
|
445
|
-
### Gate Check Criteria
|
|
252
|
+
**Check Criteria:**
|
|
446
253
|
|
|
447
254
|
**PRD/GDD Completeness:**
|
|
448
255
|
|
|
449
|
-
-
|
|
450
|
-
-
|
|
451
|
-
-
|
|
452
|
-
-
|
|
453
|
-
-
|
|
454
|
-
-
|
|
455
|
-
-
|
|
256
|
+
- Problem statement clear and evidence-based
|
|
257
|
+
- Success metrics defined
|
|
258
|
+
- User personas identified
|
|
259
|
+
- Feature requirements complete
|
|
260
|
+
- All epics defined with objectives
|
|
261
|
+
- Non-functional requirements (NFRs) specified
|
|
262
|
+
- Risks and assumptions documented
|
|
456
263
|
|
|
457
264
|
**Architecture Completeness:**
|
|
458
265
|
|
|
459
|
-
-
|
|
460
|
-
-
|
|
461
|
-
-
|
|
462
|
-
-
|
|
463
|
-
-
|
|
464
|
-
-
|
|
465
|
-
-
|
|
266
|
+
- System architecture defined
|
|
267
|
+
- Data architecture specified
|
|
268
|
+
- API architecture decided
|
|
269
|
+
- Key ADRs documented
|
|
270
|
+
- Security architecture addressed
|
|
271
|
+
- Epic-specific guidance provided
|
|
272
|
+
- Standards and conventions defined
|
|
466
273
|
|
|
467
274
|
**Epic/Story Completeness:**
|
|
468
275
|
|
|
469
|
-
-
|
|
470
|
-
-
|
|
471
|
-
-
|
|
472
|
-
-
|
|
473
|
-
-
|
|
276
|
+
- All PRD features mapped to stories
|
|
277
|
+
- Stories have acceptance criteria
|
|
278
|
+
- Stories prioritized (P0/P1/P2/P3)
|
|
279
|
+
- Dependencies identified
|
|
280
|
+
- Story sequencing logical
|
|
474
281
|
|
|
475
282
|
**Alignment Checks:**
|
|
476
283
|
|
|
477
|
-
-
|
|
478
|
-
-
|
|
479
|
-
-
|
|
480
|
-
-
|
|
481
|
-
-
|
|
482
|
-
|
|
483
|
-
**Quality Checks:**
|
|
284
|
+
- Architecture addresses all PRD requirements
|
|
285
|
+
- Stories align with architecture decisions
|
|
286
|
+
- No contradictions between epics
|
|
287
|
+
- NFRs have technical approach
|
|
288
|
+
- Integration points clear
|
|
484
289
|
|
|
485
|
-
|
|
486
|
-
- [ ] Stories appropriately sized (<5 days)
|
|
487
|
-
- [ ] High-risk items have mitigation
|
|
488
|
-
- [ ] Success metrics measurable
|
|
290
|
+
**Gate Decision Logic:**
|
|
489
291
|
|
|
490
|
-
|
|
292
|
+
**✅ PASS**
|
|
491
293
|
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
- All critical criteria met (PRD, Architecture, Epic completeness)
|
|
294
|
+
- All critical criteria met
|
|
495
295
|
- Minor gaps acceptable with documented plan
|
|
496
|
-
- **Action
|
|
296
|
+
- **Action:** Proceed to Phase 4
|
|
497
297
|
|
|
498
|
-
|
|
298
|
+
**⚠️ CONCERNS**
|
|
499
299
|
|
|
500
300
|
- Some criteria not met but not blockers
|
|
501
301
|
- Gaps identified with clear resolution path
|
|
502
|
-
-
|
|
503
|
-
- **Action**: Proceed with caution, address gaps in parallel
|
|
302
|
+
- **Action:** Proceed with caution, address gaps in parallel
|
|
504
303
|
|
|
505
|
-
|
|
304
|
+
**❌ FAIL**
|
|
506
305
|
|
|
507
306
|
- Critical gaps or contradictions
|
|
508
307
|
- Architecture missing key decisions
|
|
509
308
|
- Stories conflict with PRD/architecture
|
|
510
|
-
- **Action
|
|
511
|
-
|
|
512
|
-
### Inputs
|
|
309
|
+
- **Action:** BLOCK Phase 4, resolve issues first
|
|
513
310
|
|
|
514
|
-
|
|
311
|
+
**Key Outputs:**
|
|
515
312
|
|
|
516
|
-
-
|
|
517
|
-
- architecture.md
|
|
518
|
-
- epics.md
|
|
519
|
-
- Epic files (epic-1-_.md, epic-2-_.md, etc.)
|
|
520
|
-
|
|
521
|
-
Optional:
|
|
522
|
-
|
|
523
|
-
- Story files (if already created)
|
|
524
|
-
- Tech spec documents
|
|
525
|
-
|
|
526
|
-
### Outputs
|
|
527
|
-
|
|
528
|
-
**Primary Output:** `solutioning-gate-check-{date}.md`
|
|
529
|
-
|
|
530
|
-
**Document Structure:**
|
|
313
|
+
**solutioning-gate-check.md** containing:
|
|
531
314
|
|
|
532
315
|
1. Executive Summary (PASS/CONCERNS/FAIL)
|
|
533
|
-
2. Completeness Assessment
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
- PRD ↔ Architecture alignment
|
|
539
|
-
- Architecture ↔ Epic alignment
|
|
540
|
-
- Cross-epic consistency
|
|
541
|
-
4. Quality Assessment
|
|
542
|
-
- Story quality
|
|
543
|
-
- Dependency clarity
|
|
544
|
-
- Risk mitigation
|
|
545
|
-
5. Gaps and Recommendations
|
|
546
|
-
- Critical gaps (blockers)
|
|
547
|
-
- Minor gaps (address in parallel)
|
|
548
|
-
- Recommendations for remediation
|
|
549
|
-
6. Gate Decision (PASS/CONCERNS/FAIL)
|
|
316
|
+
2. Completeness Assessment (scores for PRD, Architecture, Epics)
|
|
317
|
+
3. Alignment Assessment (PRD↔Architecture, Architecture↔Epics, cross-epic consistency)
|
|
318
|
+
4. Quality Assessment (story quality, dependencies, risks)
|
|
319
|
+
5. Gaps and Recommendations (critical/minor gaps, remediation)
|
|
320
|
+
6. Gate Decision with rationale
|
|
550
321
|
7. Next Steps
|
|
551
322
|
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
**Result:** CONCERNS ⚠️
|
|
555
|
-
|
|
556
|
-
**Completeness:**
|
|
557
|
-
|
|
558
|
-
- ✅ PRD complete (18/18 criteria)
|
|
559
|
-
- ⚠️ Architecture missing security section (15/18 criteria)
|
|
560
|
-
- ✅ Epics complete (24/24 criteria)
|
|
561
|
-
|
|
562
|
-
**Alignment:**
|
|
563
|
-
|
|
564
|
-
- ✅ PRD ↔ Architecture aligned
|
|
565
|
-
- ⚠️ Epic 4 (Checkout) has payment gateway undefined in architecture
|
|
566
|
-
- ✅ No cross-epic contradictions
|
|
567
|
-
|
|
568
|
-
**Quality:**
|
|
569
|
-
|
|
570
|
-
- ✅ Stories have acceptance criteria
|
|
571
|
-
- ⚠️ Epic 2, Story 3 is too large (10 day estimate)
|
|
572
|
-
- ✅ Dependencies identified
|
|
573
|
-
|
|
574
|
-
**Gaps Identified:**
|
|
575
|
-
|
|
576
|
-
1. **Critical**: Architecture missing security architecture section
|
|
577
|
-
- **Impact**: Epic 1 (Auth) and Epic 4 (Checkout) lack security guidance
|
|
578
|
-
- **Recommendation**: Complete security architecture
|
|
579
|
-
|
|
580
|
-
2. **High**: Payment gateway not selected
|
|
581
|
-
- **Impact**: Epic 4 (Checkout) cannot proceed
|
|
582
|
-
- **Recommendation**: Add ADR for payment gateway selection
|
|
583
|
-
|
|
584
|
-
3. **Medium**: Epic 2, Story 3 too large
|
|
585
|
-
- **Impact**: Risk of story scope creep
|
|
586
|
-
- **Recommendation**: Split into 2 stories
|
|
587
|
-
|
|
588
|
-
**Gate Decision:** CONCERNS ⚠️
|
|
589
|
-
|
|
590
|
-
- **Rationale**: Critical and high gaps block Epic 1 and Epic 4
|
|
591
|
-
- **Action**: Resolve gaps #1 and #2 before starting implementation
|
|
592
|
-
|
|
593
|
-
**Next Steps:**
|
|
594
|
-
|
|
595
|
-
1. Complete security architecture section
|
|
596
|
-
2. Document payment gateway ADR
|
|
597
|
-
3. Split Epic 2, Story 3
|
|
598
|
-
4. Re-run solutioning-gate-check
|
|
599
|
-
5. If PASS → Proceed to sprint-planning
|
|
600
|
-
|
|
601
|
-
### Related Workflows
|
|
602
|
-
|
|
603
|
-
- **architecture** (Phase 3) - Must complete before gate check
|
|
604
|
-
- **prd/gdd** (Phase 2) - Input to gate check
|
|
605
|
-
- **sprint-planning** (Phase 4) - Runs after PASS decision
|
|
323
|
+
**Example:** E-commerce platform → CONCERNS ⚠️ due to missing security architecture and undefined payment gateway. Recommendation: Complete security section and add payment gateway ADR before proceeding.
|
|
606
324
|
|
|
607
325
|
---
|
|
608
326
|
|
|
609
|
-
## Integration with
|
|
327
|
+
## Integration with Planning and Implementation
|
|
610
328
|
|
|
611
329
|
### Planning → Solutioning Flow
|
|
612
330
|
|
|
613
|
-
**
|
|
331
|
+
**Quick Flow:**
|
|
614
332
|
|
|
615
333
|
```
|
|
616
|
-
Planning (tech-spec
|
|
334
|
+
Planning (tech-spec by PM)
|
|
617
335
|
→ Skip Solutioning
|
|
618
|
-
→
|
|
336
|
+
→ Phase 4 (Implementation)
|
|
619
337
|
```
|
|
620
338
|
|
|
621
|
-
**
|
|
339
|
+
**BMad Method:**
|
|
622
340
|
|
|
623
341
|
```
|
|
624
|
-
Planning (prd
|
|
625
|
-
→
|
|
626
|
-
→
|
|
342
|
+
Planning (prd by PM)
|
|
343
|
+
→ architecture (Architect)
|
|
344
|
+
→ solutioning-gate-check (Architect)
|
|
345
|
+
→ Phase 4 (Implementation)
|
|
627
346
|
```
|
|
628
347
|
|
|
629
|
-
**
|
|
348
|
+
**Enterprise:**
|
|
630
349
|
|
|
631
350
|
```
|
|
632
|
-
Planning (prd
|
|
633
|
-
→ architecture (
|
|
634
|
-
→
|
|
635
|
-
→
|
|
351
|
+
Planning (prd by PM - same as BMad Method)
|
|
352
|
+
→ architecture (Architect)
|
|
353
|
+
→ Optional: security-architecture (Architect, future)
|
|
354
|
+
→ Optional: devops-strategy (Architect, future)
|
|
355
|
+
→ solutioning-gate-check (Architect)
|
|
356
|
+
→ Phase 4 (Implementation)
|
|
636
357
|
```
|
|
637
358
|
|
|
359
|
+
**Note on TEA (Test Architect):** TEA is fully operational with 8 workflows across all phases. TEA validates architecture testability during Phase 3 reviews but does not have a dedicated solutioning workflow. TEA's primary setup occurs in Phase 2 (`*framework`, `*ci`, `*test-design`) and testing execution in Phase 4 (`*atdd`, `*automate`, `*test-review`, `*trace`, `*nfr-assess`).
|
|
360
|
+
|
|
361
|
+
**Note:** Enterprise uses the same planning and architecture as BMad Method. The only difference is optional extended workflows added AFTER architecture but BEFORE gate check.
|
|
362
|
+
|
|
638
363
|
### Solutioning → Implementation Handoff
|
|
639
364
|
|
|
640
365
|
**Documents Produced:**
|
|
641
366
|
|
|
642
|
-
1.
|
|
643
|
-
2.
|
|
644
|
-
3.
|
|
367
|
+
1. **architecture.md** → Guides all dev agents during implementation
|
|
368
|
+
2. **ADRs** (in architecture) → Referenced by agents for technical decisions
|
|
369
|
+
3. **solutioning-gate-check.md** → Confirms readiness for Phase 4
|
|
645
370
|
|
|
646
371
|
**How Implementation Uses Solutioning:**
|
|
647
372
|
|
|
648
|
-
- **sprint-planning
|
|
649
|
-
- **dev-story
|
|
650
|
-
- **code-review
|
|
373
|
+
- **sprint-planning** - Loads architecture for epic sequencing
|
|
374
|
+
- **dev-story** - References architecture decisions and ADRs
|
|
375
|
+
- **code-review** - Validates code follows architectural standards
|
|
651
376
|
|
|
652
377
|
---
|
|
653
378
|
|
|
654
|
-
## Best Practices
|
|
379
|
+
## Best Practices
|
|
655
380
|
|
|
656
381
|
### 1. Make Decisions Explicit
|
|
657
382
|
|
|
658
|
-
Don't leave technology choices implicit. Document decisions with rationale so
|
|
383
|
+
Don't leave technology choices implicit. Document decisions with rationale in ADRs so agents understand context.
|
|
659
384
|
|
|
660
385
|
### 2. Focus on Agent Conflicts
|
|
661
386
|
|
|
662
|
-
Architecture's primary job is preventing conflicting implementations
|
|
387
|
+
Architecture's primary job is preventing conflicting implementations. Focus on cross-cutting concerns.
|
|
663
388
|
|
|
664
389
|
### 3. Use ADRs for Key Decisions
|
|
665
390
|
|
|
666
|
-
Every significant technology choice should have an ADR explaining
|
|
391
|
+
Every significant technology choice should have an ADR explaining "why", not just "what".
|
|
667
392
|
|
|
668
393
|
### 4. Keep It Practical
|
|
669
394
|
|
|
670
|
-
Don't over-architect
|
|
395
|
+
Don't over-architect simple projects. BMad Simple projects need simple architecture.
|
|
671
396
|
|
|
672
397
|
### 5. Run Gate Check Before Implementation
|
|
673
398
|
|
|
@@ -679,78 +404,98 @@ Architecture documents are living. Update them as you learn during implementatio
|
|
|
679
404
|
|
|
680
405
|
---
|
|
681
406
|
|
|
407
|
+
## Decision Guide
|
|
408
|
+
|
|
409
|
+
### Quick Flow
|
|
410
|
+
|
|
411
|
+
- **Planning:** tech-spec (PM)
|
|
412
|
+
- **Solutioning:** Skip entirely
|
|
413
|
+
- **Implementation:** sprint-planning → dev-story
|
|
414
|
+
|
|
415
|
+
### BMad Method
|
|
416
|
+
|
|
417
|
+
- **Planning:** prd (PM)
|
|
418
|
+
- **Solutioning:** architecture (Architect) → solutioning-gate-check (Architect)
|
|
419
|
+
- **Implementation:** sprint-planning → epic-tech-context → dev-story
|
|
420
|
+
|
|
421
|
+
### Enterprise
|
|
422
|
+
|
|
423
|
+
- **Planning:** prd (PM) - same as BMad Method
|
|
424
|
+
- **Solutioning:** architecture (Architect) → Optional extended workflows (security-architecture, devops-strategy) → solutioning-gate-check (Architect)
|
|
425
|
+
- **Implementation:** sprint-planning → epic-tech-context → dev-story
|
|
426
|
+
|
|
427
|
+
**Key Difference:** Enterprise adds optional extended workflows AFTER architecture but BEFORE gate check. Everything else is identical to BMad Method.
|
|
428
|
+
|
|
429
|
+
**Note:** TEA (Test Architect) operates across all phases and validates architecture testability but is not a Phase 3-specific workflow. See [Test Architecture Guide](./test-architecture.md) for TEA's full lifecycle integration.
|
|
430
|
+
|
|
431
|
+
---
|
|
432
|
+
|
|
682
433
|
## Common Anti-Patterns
|
|
683
434
|
|
|
684
|
-
### ❌ Skipping Architecture for
|
|
435
|
+
### ❌ Skipping Architecture for Complex Projects
|
|
685
436
|
|
|
686
437
|
"Architecture slows us down, let's just start coding."
|
|
687
|
-
|
|
438
|
+
**Result:** Agent conflicts, inconsistent design, massive rework
|
|
688
439
|
|
|
689
|
-
### ❌ Over-
|
|
440
|
+
### ❌ Over-Engineering Simple Projects
|
|
690
441
|
|
|
691
442
|
"Let me design this simple feature like a distributed system."
|
|
692
|
-
|
|
443
|
+
**Result:** Wasted time, over-engineering, analysis paralysis
|
|
693
444
|
|
|
694
445
|
### ❌ Template-Driven Architecture
|
|
695
446
|
|
|
696
447
|
"Fill out every section of this architecture template."
|
|
697
|
-
|
|
448
|
+
**Result:** Documentation theater, no real decisions made
|
|
698
449
|
|
|
699
450
|
### ❌ Skipping Gate Check
|
|
700
451
|
|
|
701
452
|
"PRD and architecture look good enough, let's start."
|
|
702
|
-
|
|
453
|
+
**Result:** Gaps discovered mid-sprint, wasted implementation time
|
|
703
454
|
|
|
704
455
|
### ✅ Correct Approach
|
|
705
456
|
|
|
706
|
-
- Use architecture for
|
|
707
|
-
- Keep Level 2 architecture simple (if used)
|
|
457
|
+
- Use architecture for BMad Method and Enterprise (both required)
|
|
708
458
|
- Focus on decisions, not documentation volume
|
|
459
|
+
- Enterprise: Add optional extended workflows (test/security/devops) after architecture
|
|
709
460
|
- Always run gate check before implementation
|
|
710
461
|
|
|
711
462
|
---
|
|
712
463
|
|
|
713
|
-
##
|
|
714
|
-
|
|
715
|
-
### Level 0-1 Projects
|
|
464
|
+
## Related Documentation
|
|
716
465
|
|
|
717
|
-
-
|
|
718
|
-
-
|
|
719
|
-
-
|
|
466
|
+
- [Phase 2: Planning Workflows](./workflows-planning.md) - Previous phase
|
|
467
|
+
- [Phase 4: Implementation Workflows](./workflows-implementation.md) - Next phase
|
|
468
|
+
- [Scale Adaptive System](./scale-adaptive-system.md) - Understanding tracks
|
|
469
|
+
- [Agents Guide](./agents-guide.md) - Complete agent reference
|
|
720
470
|
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
- **Planning**: prd (Lightweight)
|
|
724
|
-
- **Solutioning**: **Skip** if straightforward tech
|
|
725
|
-
- **Implementation**: sprint-planning → dev-story
|
|
471
|
+
---
|
|
726
472
|
|
|
727
|
-
|
|
473
|
+
## Troubleshooting
|
|
728
474
|
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
- **Gate Check**: Optional
|
|
732
|
-
- **Implementation**: sprint-planning → dev-story
|
|
475
|
+
**Q: Do I always need architecture?**
|
|
476
|
+
A: No. Quick Flow skips it. BMad Method and Enterprise both require it.
|
|
733
477
|
|
|
734
|
-
|
|
478
|
+
**Q: How do I know if I need architecture?**
|
|
479
|
+
A: If you chose BMad Method or Enterprise track in planning (workflow-init), you need architecture to prevent agent conflicts.
|
|
735
480
|
|
|
736
|
-
|
|
737
|
-
-
|
|
738
|
-
- **Gate Check**: solutioning-gate-check → **Required**
|
|
739
|
-
- **Implementation**: sprint-planning → epic-tech-context → dev-story
|
|
481
|
+
**Q: What's the difference between architecture and tech-spec?**
|
|
482
|
+
A: Tech-spec is implementation-focused for simple changes. Architecture is system design for complex multi-epic projects.
|
|
740
483
|
|
|
741
|
-
|
|
484
|
+
**Q: Can I skip gate check?**
|
|
485
|
+
A: Only for Quick Flow. BMad Method and Enterprise both require gate check before Phase 4.
|
|
742
486
|
|
|
743
|
-
|
|
487
|
+
**Q: What if gate check fails?**
|
|
488
|
+
A: Resolve the identified gaps (missing architecture sections, conflicting requirements) and re-run gate check.
|
|
744
489
|
|
|
745
|
-
|
|
490
|
+
**Q: How long should architecture take?**
|
|
491
|
+
A: BMad Method: 1-2 days for architecture. Enterprise: 2-3 days total (1-2 days architecture + 0.5-1 day optional extended workflows). If taking longer, you may be over-documenting.
|
|
746
492
|
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
| **architecture** | Make technical decisions explicit | Level 3-4 (required), Level 2 (optional) |
|
|
750
|
-
| **solutioning-gate-check** | Validate readiness for implementation | Level 3-4 only |
|
|
493
|
+
**Q: Do ADRs need to be perfect?**
|
|
494
|
+
A: No. ADRs capture key decisions with rationale. They should be concise (1 page max per ADR).
|
|
751
495
|
|
|
752
|
-
**
|
|
496
|
+
**Q: Can I update architecture during implementation?**
|
|
497
|
+
A: Yes! Architecture is living. Update it as you learn. Use `correct-course` workflow for significant changes.
|
|
753
498
|
|
|
754
|
-
|
|
499
|
+
---
|
|
755
500
|
|
|
756
|
-
|
|
501
|
+
_Phase 3 Solutioning - Technical decisions before implementation._
|