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,680 +0,0 @@
|
|
|
1
|
-
# BMM Troubleshooting Guide
|
|
2
|
-
|
|
3
|
-
Common issues and solutions for the BMad Method Module.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Quick Diagnosis
|
|
8
|
-
|
|
9
|
-
**Use this flowchart to find your issue:**
|
|
10
|
-
|
|
11
|
-
```mermaid
|
|
12
|
-
flowchart TD
|
|
13
|
-
START{What's the problem?}
|
|
14
|
-
|
|
15
|
-
START -->|Can't get started| SETUP[Setup & Installation Issues]
|
|
16
|
-
START -->|Wrong level detected| LEVEL[Level Detection Problems]
|
|
17
|
-
START -->|Workflow not working| WORKFLOW[Workflow Issues]
|
|
18
|
-
START -->|Agent lacks context| CONTEXT[Context & Documentation Issues]
|
|
19
|
-
START -->|Implementation problems| IMPL[Implementation Issues]
|
|
20
|
-
START -->|Files/paths wrong| FILES[File & Path Issues]
|
|
21
|
-
|
|
22
|
-
style START fill:#ffb,stroke:#333,stroke-width:2px
|
|
23
|
-
style SETUP fill:#bfb,stroke:#333,stroke-width:2px
|
|
24
|
-
style LEVEL fill:#bbf,stroke:#333,stroke-width:2px
|
|
25
|
-
style WORKFLOW fill:#fbf,stroke:#333,stroke-width:2px
|
|
26
|
-
style CONTEXT fill:#f9f,stroke:#333,stroke-width:2px
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## Table of Contents
|
|
32
|
-
|
|
33
|
-
- [Setup and Installation Issues](#setup-and-installation-issues)
|
|
34
|
-
- [Level Detection Problems](#level-detection-problems)
|
|
35
|
-
- [Workflow Issues](#workflow-issues)
|
|
36
|
-
- [Context and Documentation Issues](#context-and-documentation-issues)
|
|
37
|
-
- [Implementation Issues](#implementation-issues)
|
|
38
|
-
- [File and Path Issues](#file-and-path-issues)
|
|
39
|
-
- [Agent Behavior Issues](#agent-behavior-issues)
|
|
40
|
-
- [Integration Issues (Brownfield)](#integration-issues-brownfield)
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
## Setup and Installation Issues
|
|
45
|
-
|
|
46
|
-
### Problem: BMM not found after installation
|
|
47
|
-
|
|
48
|
-
**Symptoms:**
|
|
49
|
-
|
|
50
|
-
- `bmad` command not recognized
|
|
51
|
-
- Agent files not accessible
|
|
52
|
-
- Workflows don't load
|
|
53
|
-
|
|
54
|
-
**Solution:**
|
|
55
|
-
|
|
56
|
-
```bash
|
|
57
|
-
# Check if BMM is installed
|
|
58
|
-
ls bmad/
|
|
59
|
-
|
|
60
|
-
# If not present, run installer
|
|
61
|
-
npx bmad-method@alpha install
|
|
62
|
-
|
|
63
|
-
# For fresh install
|
|
64
|
-
npx bmad-method@alpha install --skip-version-prompt
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
### Problem: Agents don't have menu
|
|
68
|
-
|
|
69
|
-
**Symptoms:**
|
|
70
|
-
|
|
71
|
-
- Load agent file but no menu appears
|
|
72
|
-
- Agent doesn't respond to commands
|
|
73
|
-
|
|
74
|
-
**Solution:**
|
|
75
|
-
|
|
76
|
-
1. Ensure you're loading the correct agent file path: `bmad/bmm/agents/[agent-name].md`
|
|
77
|
-
2. Wait a few seconds for agent to initialize
|
|
78
|
-
3. Try asking "show menu" or "help"
|
|
79
|
-
4. Check IDE supports Markdown rendering with context
|
|
80
|
-
5. For Claude Code: Ensure agent file is open in chat context
|
|
81
|
-
|
|
82
|
-
### Problem: Workflows not found
|
|
83
|
-
|
|
84
|
-
**Symptoms:**
|
|
85
|
-
|
|
86
|
-
- Agent says workflow doesn't exist
|
|
87
|
-
- Menu shows workflow but won't run
|
|
88
|
-
|
|
89
|
-
**Solution:**
|
|
90
|
-
|
|
91
|
-
1. Check workflow exists: `ls bmad/bmm/workflows/`
|
|
92
|
-
2. Verify agent has access to workflow (check agent's workflow list)
|
|
93
|
-
3. Try using menu number instead of workflow name
|
|
94
|
-
4. Restart chat with agent in fresh session
|
|
95
|
-
|
|
96
|
-
---
|
|
97
|
-
|
|
98
|
-
## Level Detection Problems
|
|
99
|
-
|
|
100
|
-
### Problem: workflow-init suggests wrong level
|
|
101
|
-
|
|
102
|
-
**Symptoms:**
|
|
103
|
-
|
|
104
|
-
- Detects Level 3 but you only need Level 1
|
|
105
|
-
- Suggests Level 1 but project is actually Level 2
|
|
106
|
-
- Can't figure out appropriate level
|
|
107
|
-
|
|
108
|
-
**Solution:**
|
|
109
|
-
|
|
110
|
-
1. **Override the suggestion** - workflow-init always asks for confirmation, just say "no" and choose correct level
|
|
111
|
-
2. **Be specific in description** - Use level keywords when describing:
|
|
112
|
-
- "fix bug" → Level 0
|
|
113
|
-
- "add small feature" → Level 1
|
|
114
|
-
- "build dashboard" → Level 2
|
|
115
|
-
3. **Manual override** - You can always switch levels later if needed
|
|
116
|
-
|
|
117
|
-
**Example:**
|
|
118
|
-
|
|
119
|
-
```
|
|
120
|
-
workflow-init: "Level 3 project?"
|
|
121
|
-
You: "No, this is just adding OAuth login - Level 1"
|
|
122
|
-
workflow-init: "Got it, creating Level 1 workflow"
|
|
123
|
-
```
|
|
124
|
-
|
|
125
|
-
### Problem: Project level unclear
|
|
126
|
-
|
|
127
|
-
**Symptoms:**
|
|
128
|
-
|
|
129
|
-
- Between Level 1 and Level 2
|
|
130
|
-
- Not sure if architecture needed
|
|
131
|
-
- Story count uncertain
|
|
132
|
-
|
|
133
|
-
**Solution:**
|
|
134
|
-
**When in doubt, start smaller:**
|
|
135
|
-
|
|
136
|
-
- Choose Level 1 instead of Level 2
|
|
137
|
-
- You can always run `create-prd` later if needed
|
|
138
|
-
- Level 1 is faster, less overhead
|
|
139
|
-
- Easy to upgrade, hard to downgrade
|
|
140
|
-
|
|
141
|
-
**Decision criteria:**
|
|
142
|
-
|
|
143
|
-
- Single epic with related stories? → Level 1
|
|
144
|
-
- Multiple independent epics? → Level 2
|
|
145
|
-
- Need product-level planning? → Level 2
|
|
146
|
-
- Just need technical plan? → Level 1
|
|
147
|
-
|
|
148
|
-
### Problem: Old planning docs influencing level detection
|
|
149
|
-
|
|
150
|
-
**Symptoms:**
|
|
151
|
-
|
|
152
|
-
- Old Level 3 PRD in folder
|
|
153
|
-
- Working on new Level 0 bug fix
|
|
154
|
-
- workflow-init suggests Level 3
|
|
155
|
-
|
|
156
|
-
**Solution:**
|
|
157
|
-
workflow-init asks: "Is this work in progress or previous effort?"
|
|
158
|
-
|
|
159
|
-
- Answer: "Previous effort"
|
|
160
|
-
- Then describe your NEW work clearly
|
|
161
|
-
- System will detect level based on NEW work, not old artifacts
|
|
162
|
-
|
|
163
|
-
---
|
|
164
|
-
|
|
165
|
-
## Workflow Issues
|
|
166
|
-
|
|
167
|
-
### Problem: Workflow fails or hangs
|
|
168
|
-
|
|
169
|
-
**Symptoms:**
|
|
170
|
-
|
|
171
|
-
- Workflow starts but doesn't complete
|
|
172
|
-
- Agent stops responding mid-workflow
|
|
173
|
-
- Progress stalls
|
|
174
|
-
|
|
175
|
-
**Solution:**
|
|
176
|
-
|
|
177
|
-
1. **Check context limits** - Start fresh chat for complex workflows
|
|
178
|
-
2. **Verify prerequisites**:
|
|
179
|
-
- Phase 2 needs Phase 1 complete (if used)
|
|
180
|
-
- Phase 3 needs Phase 2 complete
|
|
181
|
-
- Phase 4 needs Phase 3 complete (if Level 3-4)
|
|
182
|
-
3. **Restart workflow** - Load agent in new chat and restart
|
|
183
|
-
4. **Check status file** - Verify `bmm-workflow-status.md` or `sprint-status.yaml` is present and valid
|
|
184
|
-
|
|
185
|
-
### Problem: Agent says "workflow not found"
|
|
186
|
-
|
|
187
|
-
**Symptoms:**
|
|
188
|
-
|
|
189
|
-
- Request workflow by name
|
|
190
|
-
- Agent doesn't recognize it
|
|
191
|
-
- Menu doesn't show workflow
|
|
192
|
-
|
|
193
|
-
**Solution:**
|
|
194
|
-
|
|
195
|
-
1. Check spelling/format - Use exact workflow name or menu shortcut (*prd not *PRD)
|
|
196
|
-
2. Verify agent has workflow:
|
|
197
|
-
- PM agent: prd, tech-spec
|
|
198
|
-
- Architect agent: create-architecture, validate-architecture
|
|
199
|
-
- SM agent: sprint-planning, create-story, story-context
|
|
200
|
-
3. Try menu number instead of name
|
|
201
|
-
4. Check you're using correct agent for workflow
|
|
202
|
-
|
|
203
|
-
### Problem: Sprint-planning workflow fails
|
|
204
|
-
|
|
205
|
-
**Symptoms:**
|
|
206
|
-
|
|
207
|
-
- Can't create sprint-status.yaml
|
|
208
|
-
- Epics not extracted from files
|
|
209
|
-
- Status file empty or incorrect
|
|
210
|
-
|
|
211
|
-
**Solution:**
|
|
212
|
-
|
|
213
|
-
1. **Verify epic files exist**:
|
|
214
|
-
- Level 1: tech-spec with epic
|
|
215
|
-
- Level 2-4: epics.md or sharded epic files
|
|
216
|
-
2. **Check file format**:
|
|
217
|
-
- Epic files should be valid Markdown
|
|
218
|
-
- Epic headers should be clear (## Epic Name)
|
|
219
|
-
3. **Run in Phase 4 only** - Ensure Phase 2/3 complete first
|
|
220
|
-
4. **Check file paths** - Epic files should be in correct output folder
|
|
221
|
-
|
|
222
|
-
### Problem: story-context generates empty or wrong context
|
|
223
|
-
|
|
224
|
-
**Symptoms:**
|
|
225
|
-
|
|
226
|
-
- Context file created but has no useful content
|
|
227
|
-
- Context doesn't reference existing code
|
|
228
|
-
- Missing technical guidance
|
|
229
|
-
|
|
230
|
-
**Solution:**
|
|
231
|
-
|
|
232
|
-
1. **Run epic-tech-context first** - story-context builds on epic context
|
|
233
|
-
2. **Check story file exists** - Verify story was created by create-story
|
|
234
|
-
3. **For brownfield**:
|
|
235
|
-
- Ensure document-project was run
|
|
236
|
-
- Verify docs/index.md exists with codebase context
|
|
237
|
-
4. **Try regenerating** - Sometimes needs fresh attempt with more specific story details
|
|
238
|
-
|
|
239
|
-
---
|
|
240
|
-
|
|
241
|
-
## Context and Documentation Issues
|
|
242
|
-
|
|
243
|
-
### Problem: AI agents lack codebase understanding (Brownfield)
|
|
244
|
-
|
|
245
|
-
**Symptoms:**
|
|
246
|
-
|
|
247
|
-
- Suggestions don't align with existing patterns
|
|
248
|
-
- Ignores available components
|
|
249
|
-
- Proposes approaches that conflict with architecture
|
|
250
|
-
- Doesn't reference existing code
|
|
251
|
-
|
|
252
|
-
**Solution:**
|
|
253
|
-
|
|
254
|
-
1. **Run document-project** - Critical for brownfield projects
|
|
255
|
-
```
|
|
256
|
-
Load Analyst agent → run document-project
|
|
257
|
-
Choose scan level: Deep (recommended for PRD prep)
|
|
258
|
-
```
|
|
259
|
-
2. **Verify docs/index.md exists** - This is master entry point for AI agents
|
|
260
|
-
3. **Check documentation completeness**:
|
|
261
|
-
- Review generated docs/index.md
|
|
262
|
-
- Ensure key systems are documented
|
|
263
|
-
4. **Run deep-dive on specific areas** if needed
|
|
264
|
-
|
|
265
|
-
### Problem: Have documentation but agents can't find it
|
|
266
|
-
|
|
267
|
-
**Symptoms:**
|
|
268
|
-
|
|
269
|
-
- README.md, ARCHITECTURE.md exist
|
|
270
|
-
- AI agents still ask questions answered in docs
|
|
271
|
-
- No docs/index.md file
|
|
272
|
-
|
|
273
|
-
**Solution:**
|
|
274
|
-
**Option 1: Quick fix (2-5min)**
|
|
275
|
-
Run `index-docs` task:
|
|
276
|
-
|
|
277
|
-
- Located at `bmad/core/tasks/index-docs.xml`
|
|
278
|
-
- Scans existing docs and generates index.md
|
|
279
|
-
- Lightweight, just creates navigation
|
|
280
|
-
|
|
281
|
-
**Option 2: Comprehensive (10-30min)**
|
|
282
|
-
Run document-project workflow:
|
|
283
|
-
|
|
284
|
-
- Discovers existing docs in Step 2
|
|
285
|
-
- Generates NEW AI-friendly documentation from codebase
|
|
286
|
-
- Creates index.md linking to BOTH existing and new docs
|
|
287
|
-
|
|
288
|
-
**Why this matters:** AI agents need structured entry point (index.md) to navigate docs efficiently.
|
|
289
|
-
|
|
290
|
-
### Problem: document-project takes too long
|
|
291
|
-
|
|
292
|
-
**Symptoms:**
|
|
293
|
-
|
|
294
|
-
- Exhaustive scan running for hours
|
|
295
|
-
- Impatient to start planning
|
|
296
|
-
|
|
297
|
-
**Solution:**
|
|
298
|
-
**Choose appropriate scan level:**
|
|
299
|
-
|
|
300
|
-
- **Quick (2-5min)** - Pattern analysis, no source reading - Good for initial overview
|
|
301
|
-
- **Deep (10-30min)** - Reads critical paths - **Recommended for most brownfield projects**
|
|
302
|
-
- **Exhaustive (30-120min)** - Reads all files - Only for migration planning or complete understanding
|
|
303
|
-
|
|
304
|
-
For most brownfield projects, **Deep scan is sufficient**.
|
|
305
|
-
|
|
306
|
-
---
|
|
307
|
-
|
|
308
|
-
## Implementation Issues
|
|
309
|
-
|
|
310
|
-
### Problem: Existing tests breaking (Brownfield)
|
|
311
|
-
|
|
312
|
-
**Symptoms:**
|
|
313
|
-
|
|
314
|
-
- Regression test failures
|
|
315
|
-
- Previously working functionality broken
|
|
316
|
-
- Integration tests failing
|
|
317
|
-
|
|
318
|
-
**Solution:**
|
|
319
|
-
|
|
320
|
-
1. **Review changes against existing patterns**:
|
|
321
|
-
- Check if new code follows existing conventions
|
|
322
|
-
- Verify API contracts unchanged (unless intentionally versioned)
|
|
323
|
-
2. **Run test-review workflow** (TEA agent):
|
|
324
|
-
- Analyzes test coverage
|
|
325
|
-
- Identifies regression risks
|
|
326
|
-
- Suggests fixes
|
|
327
|
-
3. **Add regression testing to DoD**:
|
|
328
|
-
- All existing tests must pass
|
|
329
|
-
- Add integration tests for new code
|
|
330
|
-
4. **Consider feature flags** for gradual rollout
|
|
331
|
-
|
|
332
|
-
### Problem: Story takes much longer than estimated
|
|
333
|
-
|
|
334
|
-
**Symptoms:**
|
|
335
|
-
|
|
336
|
-
- Story estimated 4 hours, took 12 hours
|
|
337
|
-
- Acceptance criteria harder than expected
|
|
338
|
-
- Hidden complexity discovered
|
|
339
|
-
|
|
340
|
-
**Solution:**
|
|
341
|
-
**This is normal!** Estimates are estimates. To handle:
|
|
342
|
-
|
|
343
|
-
1. **Continue until DoD met** - Don't compromise quality
|
|
344
|
-
2. **Document learnings in retrospective**:
|
|
345
|
-
- What caused the overrun?
|
|
346
|
-
- What should we watch for next time?
|
|
347
|
-
3. **Consider splitting story** if it's truly two stories
|
|
348
|
-
4. **Adjust future estimates** based on this data
|
|
349
|
-
|
|
350
|
-
**Don't stress about estimate accuracy** - use them for learning, not judgment.
|
|
351
|
-
|
|
352
|
-
### Problem: Integration points unclear
|
|
353
|
-
|
|
354
|
-
**Symptoms:**
|
|
355
|
-
|
|
356
|
-
- Not sure how to connect new code to existing
|
|
357
|
-
- Unsure which files to modify
|
|
358
|
-
- Multiple possible integration approaches
|
|
359
|
-
|
|
360
|
-
**Solution:**
|
|
361
|
-
|
|
362
|
-
1. **For brownfield**:
|
|
363
|
-
- Ensure document-project captured existing architecture
|
|
364
|
-
- Review architecture docs before implementing
|
|
365
|
-
2. **Check story-context** - Should document integration points
|
|
366
|
-
3. **In tech-spec/architecture** - Explicitly document:
|
|
367
|
-
- Which existing modules to modify
|
|
368
|
-
- What APIs/services to integrate with
|
|
369
|
-
- Data flow between new and existing code
|
|
370
|
-
4. **Run integration-planning workflow** (Level 3-4):
|
|
371
|
-
- Architect agent creates integration strategy
|
|
372
|
-
|
|
373
|
-
### Problem: Inconsistent patterns being introduced
|
|
374
|
-
|
|
375
|
-
**Symptoms:**
|
|
376
|
-
|
|
377
|
-
- New code style doesn't match existing
|
|
378
|
-
- Different architectural approach
|
|
379
|
-
- Not following team conventions
|
|
380
|
-
|
|
381
|
-
**Solution:**
|
|
382
|
-
|
|
383
|
-
1. **Check convention detection** (Quick Spec Flow):
|
|
384
|
-
- Should detect existing patterns
|
|
385
|
-
- Asks for confirmation before proceeding
|
|
386
|
-
2. **Review documentation** - Ensure document-project captured patterns
|
|
387
|
-
3. **Use story-context** - Injects pattern guidance per story
|
|
388
|
-
4. **Add to code-review checklist**:
|
|
389
|
-
- Pattern adherence
|
|
390
|
-
- Convention consistency
|
|
391
|
-
- Style matching
|
|
392
|
-
5. **Run retrospective** to identify pattern deviations early
|
|
393
|
-
|
|
394
|
-
---
|
|
395
|
-
|
|
396
|
-
## File and Path Issues
|
|
397
|
-
|
|
398
|
-
### Problem: Output files in wrong location
|
|
399
|
-
|
|
400
|
-
**Symptoms:**
|
|
401
|
-
|
|
402
|
-
- PRD created in wrong folder
|
|
403
|
-
- Story files not where expected
|
|
404
|
-
- Documentation scattered
|
|
405
|
-
|
|
406
|
-
**Solution:**
|
|
407
|
-
Check `bmad/bmm/config.yaml` for configured paths:
|
|
408
|
-
|
|
409
|
-
```yaml
|
|
410
|
-
output_folder: '{project-root}/docs'
|
|
411
|
-
dev_story_location: '{project-root}/docs/stories'
|
|
412
|
-
```
|
|
413
|
-
|
|
414
|
-
Default locations:
|
|
415
|
-
|
|
416
|
-
- Planning docs (PRD, epics, architecture): `{output_folder}/`
|
|
417
|
-
- Stories: `{dev_story_location}/`
|
|
418
|
-
- Status files: `{output_folder}/bmm-workflow-status.md`, `{output_folder}/sprint-status.yaml`
|
|
419
|
-
|
|
420
|
-
To change locations, edit config.yaml then re-run workflows.
|
|
421
|
-
|
|
422
|
-
### Problem: Can't find status file
|
|
423
|
-
|
|
424
|
-
**Symptoms:**
|
|
425
|
-
|
|
426
|
-
- workflow-status says no status file
|
|
427
|
-
- Can't track progress
|
|
428
|
-
- Lost place in workflow
|
|
429
|
-
|
|
430
|
-
**Solution:**
|
|
431
|
-
|
|
432
|
-
1. **Check default location**: `docs/bmm-workflow-status.md`
|
|
433
|
-
2. **If missing, reinitialize**:
|
|
434
|
-
```
|
|
435
|
-
Load Analyst agent → run workflow-init
|
|
436
|
-
```
|
|
437
|
-
3. **For Phase 4**: Look for `sprint-status.yaml` in same folder as PRD
|
|
438
|
-
4. **Search for it**:
|
|
439
|
-
```bash
|
|
440
|
-
find . -name "bmm-workflow-status.md"
|
|
441
|
-
find . -name "sprint-status.yaml"
|
|
442
|
-
```
|
|
443
|
-
|
|
444
|
-
### Problem: Sprint-status.yaml not updating
|
|
445
|
-
|
|
446
|
-
**Symptoms:**
|
|
447
|
-
|
|
448
|
-
- Workflows complete but status unchanged
|
|
449
|
-
- Stories stuck in old status
|
|
450
|
-
- Epic status not progressing
|
|
451
|
-
|
|
452
|
-
**Solution:**
|
|
453
|
-
|
|
454
|
-
1. **Manual update required** - Most status changes are manual:
|
|
455
|
-
```yaml
|
|
456
|
-
stories:
|
|
457
|
-
- id: epic-1-story-1
|
|
458
|
-
status: done # Change this manually
|
|
459
|
-
```
|
|
460
|
-
2. **Some workflows auto-update**:
|
|
461
|
-
- sprint-planning creates file
|
|
462
|
-
- epic-tech-context changes epic to "contexted"
|
|
463
|
-
- create-story changes story to "drafted"
|
|
464
|
-
- story-context changes to "ready-for-dev"
|
|
465
|
-
- dev-story may auto-update (check workflow)
|
|
466
|
-
3. **Re-run sprint-planning** to resync if needed
|
|
467
|
-
|
|
468
|
-
---
|
|
469
|
-
|
|
470
|
-
## Agent Behavior Issues
|
|
471
|
-
|
|
472
|
-
### Problem: Agent provides vague or generic responses
|
|
473
|
-
|
|
474
|
-
**Symptoms:**
|
|
475
|
-
|
|
476
|
-
- "Use appropriate framework"
|
|
477
|
-
- "Follow best practices"
|
|
478
|
-
- Generic advice without specifics
|
|
479
|
-
|
|
480
|
-
**Solution:**
|
|
481
|
-
|
|
482
|
-
1. **Provide more context** - Be specific in your description:
|
|
483
|
-
- "Add OAuth using passport.js to Express server"
|
|
484
|
-
- Not: "Add authentication"
|
|
485
|
-
2. **For brownfield**:
|
|
486
|
-
- Ensure document-project was run
|
|
487
|
-
- Agent needs codebase context for specific advice
|
|
488
|
-
3. **Reference existing docs**:
|
|
489
|
-
- "Based on the existing auth system in UserService..."
|
|
490
|
-
4. **Start fresh chat** - Context overload can cause generic responses
|
|
491
|
-
|
|
492
|
-
### Problem: Agent hallucinating or making up information
|
|
493
|
-
|
|
494
|
-
**Symptoms:**
|
|
495
|
-
|
|
496
|
-
- References files that don't exist
|
|
497
|
-
- Suggests APIs that aren't in your stack
|
|
498
|
-
- Creates imaginary requirements
|
|
499
|
-
|
|
500
|
-
**Solution:**
|
|
501
|
-
|
|
502
|
-
1. **Use fresh chat** - Context overflow main cause of hallucinations
|
|
503
|
-
2. **Provide concrete constraints**:
|
|
504
|
-
- "We use Express 4.18.2, not Next.js"
|
|
505
|
-
- "Our database is PostgreSQL, not MongoDB"
|
|
506
|
-
3. **For brownfield**:
|
|
507
|
-
- Document-project provides factual grounding
|
|
508
|
-
- Agent sees actual code, not assumptions
|
|
509
|
-
4. **Correct immediately**:
|
|
510
|
-
- "No, we don't have UserService, we have AuthenticationModule"
|
|
511
|
-
|
|
512
|
-
### Problem: Agent won't follow instructions
|
|
513
|
-
|
|
514
|
-
**Symptoms:**
|
|
515
|
-
|
|
516
|
-
- Ignores specific requests
|
|
517
|
-
- Does something different than asked
|
|
518
|
-
- Doesn't respect constraints
|
|
519
|
-
|
|
520
|
-
**Solution:**
|
|
521
|
-
|
|
522
|
-
1. **Be more explicit** - Agents respond to clear, specific instructions:
|
|
523
|
-
- "Use EXACTLY these three steps..."
|
|
524
|
-
- "Do NOT include database migrations in this story"
|
|
525
|
-
2. **Check agent capabilities** - Agent might not have access to requested workflow
|
|
526
|
-
3. **Try different phrasing** - Rephrase request to be more direct
|
|
527
|
-
4. **Use menu system** - Numbers are clearer than text commands
|
|
528
|
-
|
|
529
|
-
---
|
|
530
|
-
|
|
531
|
-
## Integration Issues (Brownfield)
|
|
532
|
-
|
|
533
|
-
### Problem: New code conflicts with existing architecture
|
|
534
|
-
|
|
535
|
-
**Symptoms:**
|
|
536
|
-
|
|
537
|
-
- Integration approach doesn't fit existing structure
|
|
538
|
-
- Would require major refactoring
|
|
539
|
-
- Conflicts with established patterns
|
|
540
|
-
|
|
541
|
-
**Solution:**
|
|
542
|
-
|
|
543
|
-
1. **Check if document-project was run** - Agents need architecture context
|
|
544
|
-
2. **Review existing architecture docs**:
|
|
545
|
-
- Read docs/architecture.md (from document-project)
|
|
546
|
-
- Understand current system design
|
|
547
|
-
3. **For Level 3-4**:
|
|
548
|
-
- Run validate-architecture workflow before planning
|
|
549
|
-
- Use integration-planning workflow
|
|
550
|
-
4. **Explicitly document integration strategy** in architecture:
|
|
551
|
-
- How new components fit existing structure
|
|
552
|
-
- What modifications needed to existing code
|
|
553
|
-
- Migration path if changing patterns
|
|
554
|
-
|
|
555
|
-
### Problem: Breaking changes to existing APIs
|
|
556
|
-
|
|
557
|
-
**Symptoms:**
|
|
558
|
-
|
|
559
|
-
- Changing API breaks consumers
|
|
560
|
-
- Downstream services affected
|
|
561
|
-
- Need backward compatibility
|
|
562
|
-
|
|
563
|
-
**Solution:**
|
|
564
|
-
|
|
565
|
-
1. **Identify all API consumers** (document-project should show this)
|
|
566
|
-
2. **Plan versioning strategy**:
|
|
567
|
-
- API v1 (existing) + v2 (new)
|
|
568
|
-
- Deprecation timeline
|
|
569
|
-
3. **Use feature flags** for gradual rollout
|
|
570
|
-
4. **Document migration guide** for API consumers
|
|
571
|
-
5. **Add to testing strategy**:
|
|
572
|
-
- Existing consumers still work (v1)
|
|
573
|
-
- New functionality works (v2)
|
|
574
|
-
|
|
575
|
-
### Problem: Data migration required
|
|
576
|
-
|
|
577
|
-
**Symptoms:**
|
|
578
|
-
|
|
579
|
-
- Schema changes needed
|
|
580
|
-
- Existing data needs transformation
|
|
581
|
-
- Risk of data loss
|
|
582
|
-
|
|
583
|
-
**Solution:**
|
|
584
|
-
|
|
585
|
-
1. **Create explicit migration strategy** in architecture:
|
|
586
|
-
- Forward migration (old → new schema)
|
|
587
|
-
- Rollback plan (new → old schema)
|
|
588
|
-
- Data validation approach
|
|
589
|
-
2. **Test migrations thoroughly**:
|
|
590
|
-
- On copy of production data
|
|
591
|
-
- Measure performance impact
|
|
592
|
-
3. **Plan rollout**:
|
|
593
|
-
- Staging environment first
|
|
594
|
-
- Gradual production rollout
|
|
595
|
-
- Monitoring for issues
|
|
596
|
-
4. **Document in tech-spec/architecture**:
|
|
597
|
-
- Migration scripts
|
|
598
|
-
- Rollback procedures
|
|
599
|
-
- Expected downtime
|
|
600
|
-
|
|
601
|
-
---
|
|
602
|
-
|
|
603
|
-
## Still Stuck?
|
|
604
|
-
|
|
605
|
-
### Getting More Help
|
|
606
|
-
|
|
607
|
-
If your issue isn't covered here:
|
|
608
|
-
|
|
609
|
-
1. **Check other documentation**:
|
|
610
|
-
- [FAQ](./faq.md) - Common questions
|
|
611
|
-
- [Glossary](./glossary.md) - Terminology
|
|
612
|
-
- [Quick Start](./quick-start.md) - Basic usage
|
|
613
|
-
- [Brownfield Guide](./brownfield-guide.md) - Existing codebases
|
|
614
|
-
- [Scale Adaptive System](./scale-adaptive-system.md) - Understanding levels
|
|
615
|
-
|
|
616
|
-
2. **Community support**:
|
|
617
|
-
- [Discord](https://discord.gg/gk8jAdXWmj) - #general-dev, #bugs-issues
|
|
618
|
-
- Active community, fast responses
|
|
619
|
-
- Share your specific situation
|
|
620
|
-
|
|
621
|
-
3. **Report bugs**:
|
|
622
|
-
- [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)
|
|
623
|
-
- Include version, steps to reproduce, expected vs actual behavior
|
|
624
|
-
|
|
625
|
-
4. **Video tutorials**:
|
|
626
|
-
- [YouTube Channel](https://www.youtube.com/@BMadCode)
|
|
627
|
-
- Visual walkthroughs of common workflows
|
|
628
|
-
|
|
629
|
-
---
|
|
630
|
-
|
|
631
|
-
## Common Error Messages
|
|
632
|
-
|
|
633
|
-
### "No workflow status file found"
|
|
634
|
-
|
|
635
|
-
**Cause:** Haven't run workflow-init yet
|
|
636
|
-
**Fix:** Load Analyst agent → run workflow-init
|
|
637
|
-
|
|
638
|
-
### "Epic file not found"
|
|
639
|
-
|
|
640
|
-
**Cause:** PRD/epics not created, or wrong path
|
|
641
|
-
**Fix:** Verify PRD/epics exist in output folder, check config.yaml paths
|
|
642
|
-
|
|
643
|
-
### "Story not in sprint-status.yaml"
|
|
644
|
-
|
|
645
|
-
**Cause:** Sprint-planning not run, or story file not created
|
|
646
|
-
**Fix:** Run sprint-planning workflow, verify story files exist
|
|
647
|
-
|
|
648
|
-
### "Documentation insufficient for brownfield"
|
|
649
|
-
|
|
650
|
-
**Cause:** No docs/index.md or document-project not run
|
|
651
|
-
**Fix:** Run document-project workflow with Deep scan
|
|
652
|
-
|
|
653
|
-
### "Level detection failed"
|
|
654
|
-
|
|
655
|
-
**Cause:** Ambiguous project description
|
|
656
|
-
**Fix:** Be more specific, use level keywords (fix, feature, platform, etc.)
|
|
657
|
-
|
|
658
|
-
### "Context generation failed"
|
|
659
|
-
|
|
660
|
-
**Cause:** Missing prerequisites (epic context, story file, or docs)
|
|
661
|
-
**Fix:** Verify epic-tech-context run, story file exists, docs present
|
|
662
|
-
|
|
663
|
-
---
|
|
664
|
-
|
|
665
|
-
## Prevention Tips
|
|
666
|
-
|
|
667
|
-
**Avoid common issues before they happen:**
|
|
668
|
-
|
|
669
|
-
1. ✅ **Always run document-project for brownfield** - Saves hours of context issues later
|
|
670
|
-
2. ✅ **Use fresh chats for complex workflows** - Prevents hallucinations and context overflow
|
|
671
|
-
3. ✅ **Verify files exist before running workflows** - Check PRD, epics, stories are present
|
|
672
|
-
4. ✅ **Read agent menu before requesting workflows** - Confirm agent has the workflow
|
|
673
|
-
5. ✅ **Start with smaller level if unsure** - Easy to upgrade (Level 1 → 2), hard to downgrade
|
|
674
|
-
6. ✅ **Keep status files updated** - Manual updates when needed, don't let them drift
|
|
675
|
-
7. ✅ **Run retrospectives after epics** - Catch issues early, improve next epic
|
|
676
|
-
8. ✅ **Follow phase sequence** - Don't skip required phases (Phase 2 before 3, 3 before 4)
|
|
677
|
-
|
|
678
|
-
---
|
|
679
|
-
|
|
680
|
-
**Issue not listed?** Please [report it](https://github.com/bmad-code-org/BMAD-METHOD/issues) so we can add it to this guide!
|