bmad-method 6.0.0-alpha.3 → 6.0.0-alpha.5
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/.claude/commands/bmad/bmm/agents/analyst.md +67 -0
- package/.claude/commands/bmad/bmm/agents/architect.md +72 -0
- package/.claude/commands/bmad/bmm/agents/dev.md +69 -0
- package/.claude/commands/bmad/bmm/agents/paige.md +82 -0
- package/.claude/commands/bmad/bmm/agents/pm.md +76 -0
- package/.claude/commands/bmad/bmm/agents/sm.md +85 -0
- package/.claude/commands/bmad/bmm/agents/tea.md +72 -0
- package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
- package/.claude/commands/bmad/bmm/agents/ux-designer.md +71 -0
- package/.claude/commands/bmad/bmm/workflows/README.md +132 -0
- package/.claude/commands/bmad/bmm/workflows/architecture.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/code-review.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/correct-course.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/create-story.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/dev-story.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/document-project.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/narrative.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/prd.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/product-brief.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/research.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/retrospective.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/solutioning-gate-check.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/sprint-planning.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/story-context.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/story-done.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/story-ready.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/workflow-init.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/workflow-status.md +15 -0
- package/.claude/commands/bmad/cis/agents/README.md +104 -0
- package/.claude/commands/bmad/cis/agents/brainstorming-coach.md +62 -0
- package/.claude/commands/bmad/cis/agents/creative-problem-solver.md +62 -0
- package/.claude/commands/bmad/cis/agents/design-thinking-coach.md +62 -0
- package/.claude/commands/bmad/cis/agents/innovation-strategist.md +62 -0
- package/.claude/commands/bmad/cis/agents/storyteller.md +59 -0
- package/.claude/commands/bmad/cis/workflows/README.md +37 -0
- package/.claude/commands/bmad/cis/workflows/design-thinking.md +15 -0
- package/.claude/commands/bmad/cis/workflows/innovation-strategy.md +15 -0
- package/.claude/commands/bmad/cis/workflows/problem-solving.md +15 -0
- package/.claude/commands/bmad/cis/workflows/storytelling.md +15 -0
- package/.claude/commands/bmad/core/workflows/README.md +10 -0
- package/.claude/settings.local.json +7 -42
- package/CHANGELOG.md +544 -0
- package/README.md +266 -101
- package/bmad/_cfg/agent-manifest.csv +13 -3
- package/bmad/_cfg/agents/bmm-dev.customize.yaml +42 -0
- package/bmad/_cfg/agents/bmm-paige.customize.yaml +42 -0
- package/bmad/_cfg/agents/bmm-pm.customize.yaml +42 -0
- package/bmad/_cfg/agents/bmm-sm.customize.yaml +42 -0
- package/bmad/_cfg/agents/bmm-tea.customize.yaml +42 -0
- package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
- package/bmad/_cfg/agents/bmm-ux-designer.customize.yaml +42 -0
- package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +42 -0
- package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +42 -0
- package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +42 -0
- package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +42 -0
- package/bmad/_cfg/agents/cis-storyteller.customize.yaml +42 -0
- package/bmad/_cfg/files-manifest.csv +267 -22
- package/bmad/_cfg/ides/claude-code.yaml +6 -0
- package/bmad/_cfg/manifest.yaml +5 -5
- package/bmad/_cfg/task-manifest.csv +5 -0
- package/bmad/_cfg/tool-manifest.csv +1 -0
- package/bmad/_cfg/workflow-manifest.csv +37 -2
- package/bmad/bmb/README.md +135 -73
- package/bmad/bmb/agents/bmad-builder.md.bak +70 -0
- package/bmad/bmb/config.yaml +2 -2
- package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +3 -1
- package/bmad/bmb/workflows/create-agent/README.md +126 -243
- package/bmad/bmb/workflows/create-agent/instructions.md +25 -12
- package/bmad/bmb/workflows/create-module/README.md +163 -154
- package/bmad/bmb/workflows/create-module/workflow.yaml.bak +2 -0
- package/bmad/bmb/workflows/create-workflow/instructions.md +16 -8
- package/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md +158 -0
- package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +2 -0
- package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +33 -0
- package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +34 -0
- package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +2 -0
- package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +2 -0
- package/bmad/bmb/workflows/redoc/workflow.yaml.bak +1 -0
- package/bmad/bmm/README.md +128 -0
- package/bmad/bmm/README.md.bak +169 -0
- package/bmad/bmm/agents/analyst.md +67 -0
- package/bmad/bmm/agents/analyst.md.bak +67 -0
- package/bmad/bmm/agents/architect.md +72 -0
- package/bmad/bmm/agents/architect.md.bak +73 -0
- package/bmad/bmm/agents/dev.md +69 -0
- package/bmad/bmm/agents/dev.md.bak +69 -0
- package/bmad/bmm/agents/paige.md.bak +82 -0
- package/bmad/bmm/agents/pm.md +76 -0
- package/bmad/bmm/agents/pm.md.bak +76 -0
- package/bmad/bmm/agents/sm.md +85 -0
- package/bmad/bmm/agents/sm.md.bak +85 -0
- package/bmad/bmm/agents/tea.md +72 -0
- package/bmad/bmm/agents/tea.md.bak +72 -0
- package/bmad/bmm/agents/tech-writer.md +82 -0
- package/bmad/bmm/agents/ux-designer.md +71 -0
- package/bmad/bmm/agents/ux-designer.md.bak +71 -0
- package/bmad/bmm/config.yaml +17 -0
- package/bmad/bmm/docs/README.md +235 -0
- package/bmad/bmm/docs/agents-guide.md +1057 -0
- package/bmad/bmm/docs/brownfield-guide.md +759 -0
- package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
- package/bmad/bmm/docs/faq.md +589 -0
- package/bmad/bmm/docs/glossary.md +321 -0
- package/bmad/bmm/docs/party-mode.md +224 -0
- package/bmad/bmm/docs/quick-spec-flow.md +652 -0
- package/{docs/BMad-Method-V6-Quick-Start.md → bmad/bmm/docs/quick-start.md} +72 -47
- package/bmad/bmm/docs/scale-adaptive-system.md +599 -0
- package/bmad/bmm/docs/troubleshooting.md +680 -0
- package/{src/modules/bmm/workflows/3-solutioning/architecture/README.md → bmad/bmm/docs/workflow-architecture-reference.md} +130 -77
- package/{src/modules/bmm/workflows/document-project/README.md → bmad/bmm/docs/workflow-document-project-reference.md} +45 -2
- package/bmad/bmm/docs/workflows-analysis.md +670 -0
- package/bmad/bmm/docs/workflows-implementation.md +1758 -0
- package/bmad/bmm/docs/workflows-planning.md +1086 -0
- package/bmad/bmm/docs/workflows-solutioning.md +726 -0
- package/bmad/bmm/tasks/daily-standup.xml +85 -0
- package/bmad/bmm/teams/team-fullstack.yaml +11 -0
- package/bmad/bmm/teams/team-gamedev.yaml +14 -0
- package/bmad/bmm/testarch/knowledge/ci-burn-in.md +675 -0
- package/bmad/bmm/testarch/knowledge/component-tdd.md +486 -0
- package/bmad/bmm/testarch/knowledge/contract-testing.md +957 -0
- package/bmad/bmm/testarch/knowledge/data-factories.md +500 -0
- package/bmad/bmm/testarch/knowledge/email-auth.md +721 -0
- package/bmad/bmm/testarch/knowledge/error-handling.md +725 -0
- package/bmad/bmm/testarch/knowledge/feature-flags.md +750 -0
- package/bmad/bmm/testarch/knowledge/fixture-architecture.md +401 -0
- package/bmad/bmm/testarch/knowledge/network-first.md +486 -0
- package/bmad/bmm/testarch/knowledge/nfr-criteria.md +670 -0
- package/bmad/bmm/testarch/knowledge/playwright-config.md +730 -0
- package/bmad/bmm/testarch/knowledge/probability-impact.md +601 -0
- package/bmad/bmm/testarch/knowledge/risk-governance.md +615 -0
- package/bmad/bmm/testarch/knowledge/selective-testing.md +732 -0
- package/bmad/bmm/testarch/knowledge/selector-resilience.md +527 -0
- package/bmad/bmm/testarch/knowledge/test-healing-patterns.md +644 -0
- package/bmad/bmm/testarch/knowledge/test-levels-framework.md +473 -0
- package/bmad/bmm/testarch/knowledge/test-priorities-matrix.md +373 -0
- package/bmad/bmm/testarch/knowledge/test-quality.md +664 -0
- package/bmad/bmm/testarch/knowledge/timing-debugging.md +372 -0
- package/bmad/bmm/testarch/knowledge/visual-debugging.md +524 -0
- package/bmad/bmm/testarch/tea-index.csv +22 -0
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +110 -0
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +25 -0
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +26 -0
- package/bmad/bmm/workflows/1-analysis/domain-research/instructions.md +423 -0
- package/bmad/bmm/workflows/1-analysis/domain-research/template.md +180 -0
- package/bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +36 -0
- package/bmad/bmm/workflows/1-analysis/product-brief/checklist.md +115 -0
- package/bmad/bmm/workflows/1-analysis/product-brief/instructions.md +524 -0
- package/bmad/bmm/workflows/1-analysis/product-brief/template.md +181 -0
- package/bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +45 -0
- package/bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +144 -0
- package/bmad/bmm/workflows/1-analysis/research/checklist-technical.md +249 -0
- package/bmad/bmm/workflows/1-analysis/research/checklist.md +299 -0
- package/bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +114 -0
- package/bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +439 -0
- package/bmad/bmm/workflows/1-analysis/research/instructions-market.md +679 -0
- package/bmad/bmm/workflows/1-analysis/research/instructions-router.md +133 -0
- package/bmad/bmm/workflows/1-analysis/research/instructions-technical.md +538 -0
- package/bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +94 -0
- package/bmad/bmm/workflows/1-analysis/research/template-market.md +347 -0
- package/bmad/bmm/workflows/1-analysis/research/template-technical.md +245 -0
- package/bmad/bmm/workflows/1-analysis/research/workflow.yaml +44 -0
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +310 -0
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1319 -0
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +145 -0
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +64 -0
- package/bmad/bmm/workflows/2-plan-workflows/narrative/checklist.md +139 -0
- package/bmad/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md +608 -0
- package/bmad/bmm/workflows/2-plan-workflows/narrative/narrative-template.md +195 -0
- package/bmad/bmm/workflows/2-plan-workflows/narrative/workflow.yaml +29 -0
- package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +349 -0
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +395 -0
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +33 -0
- package/bmad/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +13 -0
- package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +423 -0
- package/bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +237 -0
- package/bmad/bmm/workflows/2-plan-workflows/prd/project-types.csv +11 -0
- package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +46 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +214 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +58 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +200 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +451 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1133 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +181 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +87 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +60 -0
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
- package/bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +347 -0
- package/bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +103 -0
- package/bmad/bmm/workflows/3-solutioning/architecture/checklist.md +244 -0
- package/bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +222 -0
- package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +715 -0
- package/bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +13 -0
- package/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +67 -0
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +175 -0
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +322 -0
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/template.md +146 -0
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +189 -0
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +64 -0
- package/bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +12 -0
- package/bmad/bmm/workflows/4-implementation/code-review/checklist.md +22 -0
- package/bmad/bmm/workflows/4-implementation/code-review/instructions.md +420 -0
- package/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +74 -0
- package/bmad/bmm/workflows/4-implementation/correct-course/checklist.md +279 -0
- package/bmad/bmm/workflows/4-implementation/correct-course/instructions.md +201 -0
- package/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +43 -0
- package/bmad/bmm/workflows/4-implementation/create-story/checklist.md +240 -0
- package/bmad/bmm/workflows/4-implementation/create-story/instructions.md +283 -0
- package/bmad/bmm/workflows/4-implementation/create-story/template.md +51 -0
- package/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +74 -0
- package/bmad/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +367 -0
- package/bmad/bmm/workflows/4-implementation/dev-story/checklist.md +38 -0
- package/bmad/bmm/workflows/4-implementation/dev-story/instructions.md +262 -0
- package/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +26 -0
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +17 -0
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +189 -0
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +76 -0
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +58 -0
- package/bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1460 -0
- package/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +71 -0
- package/bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
- package/bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +238 -0
- package/bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
- package/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +47 -0
- package/bmad/bmm/workflows/4-implementation/story-context/checklist.md +16 -0
- package/bmad/bmm/workflows/4-implementation/story-context/context-template.xml +34 -0
- package/bmad/bmm/workflows/4-implementation/story-context/instructions.md +234 -0
- package/bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +57 -0
- package/bmad/bmm/workflows/4-implementation/story-done/instructions.md +111 -0
- package/bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +25 -0
- package/bmad/bmm/workflows/4-implementation/story-ready/instructions.md +117 -0
- package/bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +25 -0
- package/bmad/bmm/workflows/document-project/checklist.md +245 -0
- package/bmad/bmm/workflows/document-project/documentation-requirements.csv +12 -0
- package/bmad/bmm/workflows/document-project/instructions.md +222 -0
- package/bmad/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
- package/bmad/bmm/workflows/document-project/templates/index-template.md +169 -0
- package/bmad/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
- package/bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
- package/bmad/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
- package/bmad/bmm/workflows/document-project/workflow.yaml +34 -0
- package/bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
- package/bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
- package/bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
- package/bmad/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +239 -0
- package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
- package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +363 -0
- package/bmad/bmm/workflows/testarch/atdd/checklist.md +373 -0
- package/bmad/bmm/workflows/testarch/atdd/instructions.md +785 -0
- package/bmad/bmm/workflows/testarch/atdd/workflow.yaml +52 -0
- package/bmad/bmm/workflows/testarch/automate/checklist.md +580 -0
- package/bmad/bmm/workflows/testarch/automate/instructions.md +1303 -0
- package/bmad/bmm/workflows/testarch/automate/workflow.yaml +61 -0
- package/bmad/bmm/workflows/testarch/ci/checklist.md +246 -0
- package/bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +165 -0
- package/bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +128 -0
- package/bmad/bmm/workflows/testarch/ci/instructions.md +517 -0
- package/bmad/bmm/workflows/testarch/ci/workflow.yaml +53 -0
- package/bmad/bmm/workflows/testarch/framework/checklist.md +321 -0
- package/bmad/bmm/workflows/testarch/framework/instructions.md +455 -0
- package/bmad/bmm/workflows/testarch/framework/workflow.yaml +53 -0
- package/bmad/bmm/workflows/testarch/nfr-assess/checklist.md +405 -0
- package/bmad/bmm/workflows/testarch/nfr-assess/instructions.md +722 -0
- package/bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +443 -0
- package/bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +56 -0
- package/bmad/bmm/workflows/testarch/test-design/checklist.md +234 -0
- package/bmad/bmm/workflows/testarch/test-design/instructions.md +621 -0
- package/bmad/bmm/workflows/testarch/test-design/test-design-template.md +285 -0
- package/bmad/bmm/workflows/testarch/test-design/workflow.yaml +52 -0
- package/bmad/bmm/workflows/testarch/test-review/checklist.md +470 -0
- package/bmad/bmm/workflows/testarch/test-review/instructions.md +608 -0
- package/bmad/bmm/workflows/testarch/test-review/test-review-template.md +388 -0
- package/bmad/bmm/workflows/testarch/test-review/workflow.yaml +53 -0
- package/bmad/bmm/workflows/testarch/trace/checklist.md +654 -0
- package/bmad/bmm/workflows/testarch/trace/instructions.md +1045 -0
- package/bmad/bmm/workflows/testarch/trace/trace-template.md +673 -0
- package/bmad/bmm/workflows/testarch/trace/workflow.yaml +66 -0
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +771 -0
- package/bmad/bmm/workflows/workflow-status/init/workflow.yaml +27 -0
- package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
- package/bmad/bmm/workflows/workflow-status/instructions.md +386 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/bmad/bmm/workflows/workflow-status/paths/game-design.yaml +75 -0
- package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml} +16 -18
- package/bmad/bmm/workflows/workflow-status/project-levels.yaml +59 -0
- package/bmad/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +49 -0
- package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +31 -0
- package/bmad/bmm/workflows/workflow-status/workflow.yaml +28 -0
- package/bmad/cis/README.md +153 -0
- package/bmad/cis/agents/README.md +104 -0
- package/bmad/cis/agents/brainstorming-coach.md +62 -0
- package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
- package/bmad/cis/agents/creative-problem-solver.md +62 -0
- package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
- package/bmad/cis/agents/design-thinking-coach.md +62 -0
- package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
- package/bmad/cis/agents/innovation-strategist.md +62 -0
- package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
- package/bmad/cis/agents/storyteller.md +59 -0
- package/bmad/cis/agents/storyteller.md.bak +59 -0
- package/bmad/{bmd → cis}/config.yaml +3 -3
- package/bmad/cis/teams/creative-squad.yaml +6 -0
- package/bmad/cis/workflows/README.md +139 -0
- package/bmad/cis/workflows/design-thinking/README.md +56 -0
- package/bmad/cis/workflows/design-thinking/design-methods.csv +31 -0
- package/bmad/cis/workflows/design-thinking/instructions.md +200 -0
- package/bmad/cis/workflows/design-thinking/template.md +111 -0
- package/bmad/cis/workflows/design-thinking/workflow.yaml +32 -0
- package/bmad/cis/workflows/innovation-strategy/README.md +56 -0
- package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +31 -0
- package/bmad/cis/workflows/innovation-strategy/instructions.md +274 -0
- package/bmad/cis/workflows/innovation-strategy/template.md +189 -0
- package/bmad/cis/workflows/innovation-strategy/workflow.yaml +32 -0
- package/bmad/cis/workflows/problem-solving/README.md +56 -0
- package/bmad/cis/workflows/problem-solving/instructions.md +250 -0
- package/bmad/cis/workflows/problem-solving/solving-methods.csv +31 -0
- package/bmad/cis/workflows/problem-solving/template.md +165 -0
- package/bmad/cis/workflows/problem-solving/workflow.yaml +32 -0
- package/bmad/cis/workflows/storytelling/README.md +58 -0
- package/bmad/cis/workflows/storytelling/instructions.md +291 -0
- package/bmad/cis/workflows/storytelling/story-types.csv +26 -0
- package/bmad/cis/workflows/storytelling/template.md +113 -0
- package/bmad/cis/workflows/storytelling/workflow.yaml +32 -0
- package/bmad/core/agents/bmad-master.md.bak +71 -0
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +1 -19
- package/bmad/core/tools/shard-doc.xml +8 -43
- package/docs/document-sharding-guide.md +447 -0
- package/docs/index.md +37 -41
- package/package.json +1 -1
- package/src/core/tasks/workflow.xml +1 -11
- package/src/core/tools/shard-doc.xml +8 -43
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +158 -0
- package/src/modules/bmm/README.md +79 -95
- package/src/modules/bmm/agents/architect.agent.yaml +0 -4
- package/src/modules/bmm/agents/game-designer.agent.yaml +2 -2
- package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
- package/src/modules/bmm/agents/pm.agent.yaml +11 -1
- package/src/modules/bmm/agents/sm.agent.yaml +1 -1
- package/src/modules/bmm/agents/tech-writer.agent.yaml +69 -0
- package/src/modules/bmm/docs/README.md +235 -0
- package/src/modules/bmm/docs/agents-guide.md +1057 -0
- package/src/modules/bmm/docs/brownfield-guide.md +759 -0
- package/src/modules/bmm/docs/enterprise-agentic-development.md +680 -0
- package/src/modules/bmm/docs/faq.md +589 -0
- package/src/modules/bmm/docs/glossary.md +321 -0
- package/src/modules/bmm/docs/party-mode.md +224 -0
- package/src/modules/bmm/docs/quick-spec-flow.md +652 -0
- package/src/modules/bmm/docs/quick-start.md +366 -0
- package/src/modules/bmm/docs/scale-adaptive-system.md +599 -0
- package/src/modules/bmm/docs/troubleshooting.md +680 -0
- package/src/modules/bmm/docs/workflow-architecture-reference.md +371 -0
- package/src/modules/bmm/docs/workflow-document-project-reference.md +487 -0
- package/src/modules/bmm/docs/workflows-analysis.md +670 -0
- package/src/modules/bmm/docs/workflows-implementation.md +1758 -0
- package/src/modules/bmm/docs/workflows-planning.md +1086 -0
- package/src/modules/bmm/docs/workflows-solutioning.md +726 -0
- package/src/modules/bmm/tasks/daily-standup.xml +1 -1
- package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +423 -0
- package/src/modules/bmm/workflows/1-analysis/domain-research/template.md +180 -0
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +36 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +405 -213
- package/src/modules/bmm/workflows/1-analysis/product-brief/template.md +93 -77
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +14 -0
- package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +144 -0
- package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +249 -0
- package/src/modules/bmm/workflows/1-analysis/research/checklist.md +154 -57
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +45 -29
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +181 -104
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +24 -32
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +94 -46
- package/src/modules/bmm/workflows/1-analysis/research/template-market.md +37 -1
- package/src/modules/bmm/workflows/1-analysis/research/template-technical.md +36 -1
- package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +13 -0
- 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 +22 -0
- package/src/modules/bmm/workflows/2-plan-workflows/gdd/instructions-gdd.md +18 -0
- package/src/modules/bmm/workflows/2-plan-workflows/gdd/workflow.yaml +14 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +296 -63
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +52 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +169 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +55 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +13 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +268 -291
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +198 -23
- package/src/modules/bmm/workflows/2-plan-workflows/prd/project-types.csv +11 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +26 -8
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +138 -31
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +73 -4
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +50 -17
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +199 -26
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +971 -109
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +132 -6
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +54 -20
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +23 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-template.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +40 -32
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +17 -4
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +32 -6
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +29 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +20 -0
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +29 -0
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +27 -0
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +29 -0
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +32 -6
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +1222 -241
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +28 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +17 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +8 -0
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +31 -1
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +27 -0
- package/src/modules/bmm/workflows/techdoc/documentation-standards.md +239 -0
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-4.yaml → method-brownfield.yaml} +35 -26
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-3.yaml → method-greenfield.yaml} +32 -17
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-0.yaml → quick-flow-brownfield.yaml} +23 -19
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-0.yaml → quick-flow-greenfield.yaml} +18 -16
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/tools/cli/commands/install.js +1 -1
- package/.claude/commands/bmad/bmd/agents/cli-chief.md +0 -108
- package/.claude/commands/bmad/bmd/agents/doc-keeper.md +0 -115
- package/.claude/commands/bmad/bmd/agents/release-chief.md +0 -109
- package/.claude/hooks/bmad-tts-injector.sh +0 -415
- package/.claude/hooks/bmad-voice-manager.sh +0 -511
- package/.claude/hooks/check-output-style.sh +0 -112
- package/.claude/hooks/download-extra-voices.sh +0 -244
- package/.claude/hooks/github-star-reminder.sh +0 -154
- package/.claude/hooks/language-manager.sh +0 -392
- package/.claude/hooks/learn-manager.sh +0 -475
- package/.claude/hooks/personality-manager.sh +0 -438
- package/.claude/hooks/piper-download-voices.sh +0 -165
- package/.claude/hooks/piper-installer.sh +0 -178
- package/.claude/hooks/piper-multispeaker-registry.sh +0 -165
- package/.claude/hooks/piper-voice-manager.sh +0 -293
- package/.claude/hooks/play-tts-elevenlabs.sh +0 -404
- package/.claude/hooks/play-tts-piper.sh +0 -338
- package/.claude/hooks/play-tts.sh +0 -100
- package/.claude/hooks/provider-commands.sh +0 -540
- package/.claude/hooks/provider-manager.sh +0 -298
- package/.claude/hooks/replay-target-audio.sh +0 -95
- package/.claude/hooks/sentiment-manager.sh +0 -201
- package/.claude/hooks/speed-manager.sh +0 -291
- package/.claude/hooks/voice-manager.sh +0 -594
- package/.claude/hooks/voices-config.sh +0 -70
- package/bmad/_cfg/agents/bmd-cli-chief.customize.yaml +0 -32
- package/bmad/bmb/workflows/create-agent/agent-architecture.md.bak +0 -412
- package/bmad/bmb/workflows/create-agent/agent-command-patterns.md.bak +0 -759
- package/bmad/bmb/workflows/create-module/README.md.bak +0 -218
- package/bmad/bmb/workflows/create-module/checklist.md.bak +0 -245
- package/bmad/bmb/workflows/create-module/installer-templates/installer.js.bak +0 -231
- package/bmad/bmb/workflows/create-module/instructions.md.bak +0 -521
- package/bmad/bmb/workflows/create-module/module-structure.md.bak +0 -310
- package/bmad/bmd/README.md +0 -193
- package/bmad/bmd/README.md.bak +0 -193
- package/bmad/bmd/agents/cli-chief-sidecar/instructions.md +0 -102
- package/bmad/bmd/agents/cli-chief-sidecar/instructions.md.bak +0 -102
- package/bmad/bmd/agents/cli-chief-sidecar/knowledge/README.md +0 -68
- package/bmad/bmd/agents/cli-chief-sidecar/knowledge/README.md.bak +0 -68
- package/bmad/bmd/agents/cli-chief-sidecar/knowledge/cli-reference.md +0 -123
- package/bmad/bmd/agents/cli-chief-sidecar/knowledge/cli-reference.md.bak +0 -123
- package/bmad/bmd/agents/cli-chief-sidecar/memories.md +0 -53
- package/bmad/bmd/agents/cli-chief-sidecar/memories.md.bak +0 -53
- package/bmad/bmd/agents/cli-chief.md +0 -108
- package/bmad/bmd/agents/cli-chief.md.bak +0 -108
- package/bmad/bmd/agents/doc-keeper-sidecar/instructions.md +0 -177
- package/bmad/bmd/agents/doc-keeper-sidecar/instructions.md.bak +0 -177
- package/bmad/bmd/agents/doc-keeper-sidecar/knowledge/README.md +0 -81
- package/bmad/bmd/agents/doc-keeper-sidecar/knowledge/README.md.bak +0 -81
- package/bmad/bmd/agents/doc-keeper-sidecar/memories.md +0 -88
- package/bmad/bmd/agents/doc-keeper-sidecar/memories.md.bak +0 -88
- package/bmad/bmd/agents/doc-keeper.md +0 -115
- package/bmad/bmd/agents/doc-keeper.md.bak +0 -115
- package/bmad/bmd/agents/release-chief-sidecar/instructions.md +0 -164
- package/bmad/bmd/agents/release-chief-sidecar/instructions.md.bak +0 -164
- package/bmad/bmd/agents/release-chief-sidecar/knowledge/README.md +0 -82
- package/bmad/bmd/agents/release-chief-sidecar/knowledge/README.md.bak +0 -82
- package/bmad/bmd/agents/release-chief-sidecar/memories.md +0 -73
- package/bmad/bmd/agents/release-chief-sidecar/memories.md.bak +0 -73
- package/bmad/bmd/agents/release-chief.md +0 -109
- package/bmad/bmd/agents/release-chief.md.bak +0 -109
- package/bmad/docs/codex-instructions.md +0 -21
- package/docs/bmad-brownfield-guide.md +0 -1260
- package/docs/conversion-report-shard-doc-2025-10-26.md +0 -188
- package/src/modules/bmm/tasks/retrospective.xml +0 -104
- package/src/modules/bmm/testarch/README.md +0 -311
- package/src/modules/bmm/workflows/1-analysis/brainstorm-game/README.md +0 -38
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
- package/src/modules/bmm/workflows/1-analysis/game-brief/README.md +0 -221
- package/src/modules/bmm/workflows/1-analysis/product-brief/README.md +0 -180
- package/src/modules/bmm/workflows/1-analysis/research/README.md +0 -454
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/sub-agents/bmm-competitor-analyzer.md +0 -259
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/sub-agents/bmm-data-analyst.md +0 -190
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/sub-agents/bmm-market-researcher.md +0 -337
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/sub-agents/bmm-trend-spotter.md +0 -107
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/sub-agents/bmm-user-researcher.md +0 -329
- package/src/modules/bmm/workflows/2-plan-workflows/README.md +0 -258
- package/src/modules/bmm/workflows/2-plan-workflows/gdd/README.md +0 -222
- package/src/modules/bmm/workflows/3-solutioning/README.md +0 -1
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
- package/src/modules/bmm/workflows/4-implementation/README.md +0 -221
- package/src/modules/bmm/workflows/4-implementation/code-review/README.md +0 -69
- package/src/modules/bmm/workflows/4-implementation/correct-course/README.md +0 -73
- package/src/modules/bmm/workflows/4-implementation/create-story/README.md +0 -146
- package/src/modules/bmm/workflows/4-implementation/dev-story/README.md +0 -206
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
- package/src/modules/bmm/workflows/4-implementation/retrospective/README.md +0 -77
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
- package/src/modules/bmm/workflows/4-implementation/story-context/README.md +0 -234
- package/src/modules/bmm/workflows/README.md +0 -215
- package/src/modules/bmm/workflows/document-project/templates/README.md +0 -38
- package/src/modules/bmm/workflows/testarch/README.md +0 -26
- package/src/modules/bmm/workflows/testarch/atdd/README.md +0 -672
- package/src/modules/bmm/workflows/testarch/automate/README.md +0 -869
- package/src/modules/bmm/workflows/testarch/ci/README.md +0 -493
- package/src/modules/bmm/workflows/testarch/framework/README.md +0 -340
- package/src/modules/bmm/workflows/testarch/nfr-assess/README.md +0 -469
- package/src/modules/bmm/workflows/testarch/test-design/README.md +0 -493
- package/src/modules/bmm/workflows/testarch/test-review/README.md +0 -775
- package/src/modules/bmm/workflows/testarch/trace/README.md +0 -802
- package/src/modules/bmm/workflows/workflow-status/README.md +0 -260
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- /package/bmad/_cfg/agents/{bmd-doc-keeper.customize.yaml → bmm-analyst.customize.yaml} +0 -0
- /package/bmad/_cfg/agents/{bmd-release-chief.customize.yaml → bmm-architect.customize.yaml} +0 -0
- /package/{src/modules/bmm/workflows/2-plan-workflows/prd → bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories}/epics-template.md +0 -0
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
# Project Brainstorming Workflow
|
|
2
|
-
|
|
3
|
-
Structured ideation for software projects exploring problem spaces, architectures, and innovative solutions beyond traditional requirements gathering.
|
|
4
|
-
|
|
5
|
-
## Table of Contents
|
|
6
|
-
|
|
7
|
-
- [Purpose](#purpose)
|
|
8
|
-
- [Usage](#usage)
|
|
9
|
-
- [Process](#process)
|
|
10
|
-
- [Inputs & Outputs](#inputs--outputs)
|
|
11
|
-
- [Integration](#integration)
|
|
12
|
-
|
|
13
|
-
## Purpose
|
|
14
|
-
|
|
15
|
-
Generate multiple solution approaches for software projects through:
|
|
16
|
-
|
|
17
|
-
- Parallel ideation tracks (architecture, UX, integration, value delivery)
|
|
18
|
-
- Technical-business alignment from inception
|
|
19
|
-
- Hidden assumption discovery
|
|
20
|
-
- Innovation beyond obvious solutions
|
|
21
|
-
|
|
22
|
-
## Usage
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Run brainstorming session
|
|
26
|
-
bmad bmm *brainstorm-project
|
|
27
|
-
|
|
28
|
-
# Or via Analyst agent
|
|
29
|
-
*brainstorm-project
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
## Process
|
|
33
|
-
|
|
34
|
-
### 1. Context Capture
|
|
35
|
-
|
|
36
|
-
- Business objectives and constraints
|
|
37
|
-
- Technical environment
|
|
38
|
-
- Stakeholder needs
|
|
39
|
-
- Success criteria
|
|
40
|
-
|
|
41
|
-
### 2. Parallel Ideation
|
|
42
|
-
|
|
43
|
-
- **Architecture Track**: Technical approaches with trade-offs
|
|
44
|
-
- **UX Track**: Interface paradigms and user journeys
|
|
45
|
-
- **Integration Track**: System connection patterns
|
|
46
|
-
- **Value Track**: Feature prioritization and delivery
|
|
47
|
-
|
|
48
|
-
### 3. Solution Synthesis
|
|
49
|
-
|
|
50
|
-
- Evaluate feasibility and impact
|
|
51
|
-
- Align with strategic objectives
|
|
52
|
-
- Surface hidden assumptions
|
|
53
|
-
- Generate recommendations
|
|
54
|
-
|
|
55
|
-
## Inputs & Outputs
|
|
56
|
-
|
|
57
|
-
### Inputs
|
|
58
|
-
|
|
59
|
-
| Input | Type | Purpose |
|
|
60
|
-
| ----------------- | -------- | --------------------------------------------- |
|
|
61
|
-
| Project Context | Document | Business objectives, environment, constraints |
|
|
62
|
-
| Problem Statement | Optional | Core challenge or opportunity |
|
|
63
|
-
|
|
64
|
-
### Outputs
|
|
65
|
-
|
|
66
|
-
| Output | Content |
|
|
67
|
-
| ------------------------ | ------------------------------------------- |
|
|
68
|
-
| Architecture Proposals | Multiple approaches with trade-off analysis |
|
|
69
|
-
| Value Framework | Prioritized features aligned to objectives |
|
|
70
|
-
| Risk Analysis | Dependencies, challenges, opportunities |
|
|
71
|
-
| Strategic Recommendation | Synthesized direction with rationale |
|
|
72
|
-
|
|
73
|
-
## Integration
|
|
74
|
-
|
|
75
|
-
### Workflow Chain
|
|
76
|
-
|
|
77
|
-
1. **brainstorm-project** ← Current step
|
|
78
|
-
2. research (optional deep dive)
|
|
79
|
-
3. product-brief (strategic document)
|
|
80
|
-
4. Phase 2 planning (PRD/tech-spec)
|
|
81
|
-
|
|
82
|
-
### Feed Into
|
|
83
|
-
|
|
84
|
-
- Product Brief development
|
|
85
|
-
- Architecture decisions
|
|
86
|
-
- PRD requirements
|
|
87
|
-
- Epic prioritization
|
|
88
|
-
|
|
89
|
-
## Best Practices
|
|
90
|
-
|
|
91
|
-
1. **Prepare context** - Gather business and technical background
|
|
92
|
-
2. **Think broadly** - Explore non-obvious approaches
|
|
93
|
-
3. **Document assumptions** - Capture implicit beliefs
|
|
94
|
-
4. **Consider constraints** - Technical, organizational, resource
|
|
95
|
-
5. **Focus on value** - Align to business objectives
|
|
96
|
-
|
|
97
|
-
## Configuration
|
|
98
|
-
|
|
99
|
-
```yaml
|
|
100
|
-
# bmad/bmm/config.yaml
|
|
101
|
-
output_folder: ./output
|
|
102
|
-
project_name: Your Project
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
## Related Workflows
|
|
106
|
-
|
|
107
|
-
- [Research](../research/README.md) - Deep investigation
|
|
108
|
-
- [Product Brief](../product-brief/README.md) - Strategic planning
|
|
109
|
-
- [PRD](../../2-plan-workflows/prd/README.md) - Requirements document
|
|
110
|
-
|
|
111
|
-
---
|
|
112
|
-
|
|
113
|
-
Part of BMad Method v6 - Phase 1 Analysis workflows
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
# Game Brief Workflow
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
The Game Brief workflow is the starting point for game projects in the BMad Method. It's a lightweight, interactive brainstorming and planning session that captures your game vision before diving into detailed Game Design Documents (GDD).
|
|
6
|
-
|
|
7
|
-
## Purpose
|
|
8
|
-
|
|
9
|
-
**Game Brief answers:**
|
|
10
|
-
|
|
11
|
-
- What game are you making?
|
|
12
|
-
- Who is it for?
|
|
13
|
-
- What makes it unique?
|
|
14
|
-
- Is it feasible?
|
|
15
|
-
|
|
16
|
-
**This is NOT:**
|
|
17
|
-
|
|
18
|
-
- A full Game Design Document
|
|
19
|
-
- A technical specification
|
|
20
|
-
- A production plan
|
|
21
|
-
- A detailed content outline
|
|
22
|
-
|
|
23
|
-
## When to Use This Workflow
|
|
24
|
-
|
|
25
|
-
Use the game-brief workflow when:
|
|
26
|
-
|
|
27
|
-
- Starting a new game project from scratch
|
|
28
|
-
- Exploring a game idea before committing
|
|
29
|
-
- Pitching a concept to team/stakeholders
|
|
30
|
-
- Validating market fit and feasibility
|
|
31
|
-
- Preparing input for the GDD workflow
|
|
32
|
-
|
|
33
|
-
Skip if:
|
|
34
|
-
|
|
35
|
-
- You already have a complete GDD
|
|
36
|
-
- Continuing an existing project
|
|
37
|
-
- Prototyping without planning needs
|
|
38
|
-
|
|
39
|
-
## Workflow Structure
|
|
40
|
-
|
|
41
|
-
### Interactive Mode (Recommended)
|
|
42
|
-
|
|
43
|
-
Work through each section collaboratively:
|
|
44
|
-
|
|
45
|
-
1. Game Vision (concept, pitch, vision statement)
|
|
46
|
-
2. Target Market (audience, competition, positioning)
|
|
47
|
-
3. Game Fundamentals (pillars, mechanics, experience goals)
|
|
48
|
-
4. Scope and Constraints (platforms, timeline, budget, team)
|
|
49
|
-
5. Reference Framework (inspiration, competitors, differentiators)
|
|
50
|
-
6. Content Framework (world, narrative, volume)
|
|
51
|
-
7. Art and Audio Direction (visual and audio style)
|
|
52
|
-
8. Risk Assessment (risks, challenges, mitigation)
|
|
53
|
-
9. Success Criteria (MVP, metrics, launch goals)
|
|
54
|
-
10. Next Steps (immediate actions, research, questions)
|
|
55
|
-
|
|
56
|
-
### YOLO Mode
|
|
57
|
-
|
|
58
|
-
AI generates complete draft, then you refine sections iteratively.
|
|
59
|
-
|
|
60
|
-
## Key Features
|
|
61
|
-
|
|
62
|
-
### Optional Inputs
|
|
63
|
-
|
|
64
|
-
The workflow can incorporate:
|
|
65
|
-
|
|
66
|
-
- Market research
|
|
67
|
-
- Brainstorming results
|
|
68
|
-
- Competitive analysis
|
|
69
|
-
- Design notes
|
|
70
|
-
- Reference game lists
|
|
71
|
-
|
|
72
|
-
### Realistic Scoping
|
|
73
|
-
|
|
74
|
-
The workflow actively helps you:
|
|
75
|
-
|
|
76
|
-
- Identify scope vs. resource mismatches
|
|
77
|
-
- Assess technical feasibility
|
|
78
|
-
- Recognize market risks
|
|
79
|
-
- Plan mitigation strategies
|
|
80
|
-
|
|
81
|
-
### Clear Handoff
|
|
82
|
-
|
|
83
|
-
Output is designed to feed directly into:
|
|
84
|
-
|
|
85
|
-
- GDD workflow (2-plan phase)
|
|
86
|
-
- Prototyping decisions
|
|
87
|
-
- Team discussions
|
|
88
|
-
- Stakeholder presentations
|
|
89
|
-
|
|
90
|
-
## Output
|
|
91
|
-
|
|
92
|
-
**game-brief-{game_name}-{date}.md** containing:
|
|
93
|
-
|
|
94
|
-
- Executive summary
|
|
95
|
-
- Complete game vision
|
|
96
|
-
- Target market analysis
|
|
97
|
-
- Core gameplay definition
|
|
98
|
-
- Scope and constraints
|
|
99
|
-
- Reference framework
|
|
100
|
-
- Art/audio direction
|
|
101
|
-
- Risk assessment
|
|
102
|
-
- Success criteria
|
|
103
|
-
- Next steps
|
|
104
|
-
|
|
105
|
-
## Integration with BMad Method
|
|
106
|
-
|
|
107
|
-
```
|
|
108
|
-
1-analysis/game-brief (You are here)
|
|
109
|
-
↓
|
|
110
|
-
2-plan-workflows/gdd (Game Design Document)
|
|
111
|
-
↓
|
|
112
|
-
2-plan-workflows/narrative (Optional: Story-heavy games)
|
|
113
|
-
↓
|
|
114
|
-
3-solutioning (Technical architecture, engine selection)
|
|
115
|
-
↓
|
|
116
|
-
4-dev-stories (Implementation stories)
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
## Comparison: Game Brief vs. GDD
|
|
120
|
-
|
|
121
|
-
| Aspect | Game Brief | GDD |
|
|
122
|
-
| ------------------- | --------------------------- | ------------------------- |
|
|
123
|
-
| **Purpose** | Validate concept | Design for implementation |
|
|
124
|
-
| **Detail Level** | High-level vision | Detailed specifications |
|
|
125
|
-
| **Time Investment** | 1-2 hours | 4-10 hours |
|
|
126
|
-
| **Audience** | Self, team, stakeholders | Development team |
|
|
127
|
-
| **Scope** | Concept validation | Implementation roadmap |
|
|
128
|
-
| **Format** | Conversational, exploratory | Structured, comprehensive |
|
|
129
|
-
| **Output** | 3-5 pages | 10-30+ pages |
|
|
130
|
-
|
|
131
|
-
## Comparison: Game Brief vs. Product Brief
|
|
132
|
-
|
|
133
|
-
| Aspect | Game Brief | Product Brief |
|
|
134
|
-
| ----------------- | ---------------------------- | --------------------------------- |
|
|
135
|
-
| **Focus** | Player experience, fun, feel | User problems, features, value |
|
|
136
|
-
| **Metrics** | Engagement, retention, fun | Revenue, conversion, satisfaction |
|
|
137
|
-
| **Core Elements** | Gameplay pillars, mechanics | Problem/solution, user segments |
|
|
138
|
-
| **References** | Other games | Competitors, market |
|
|
139
|
-
| **Vision** | Emotional experience | Business outcomes |
|
|
140
|
-
|
|
141
|
-
## Example Use Case
|
|
142
|
-
|
|
143
|
-
### Scenario: Indie Roguelike Card Game
|
|
144
|
-
|
|
145
|
-
**Starting Point:**
|
|
146
|
-
"I want to make a roguelike card game with a twist"
|
|
147
|
-
|
|
148
|
-
**After Game Brief:**
|
|
149
|
-
|
|
150
|
-
- **Core Concept:** "A roguelike card battler where you play as emotions battling inner demons"
|
|
151
|
-
- **Target Audience:** Core gamers who love Slay the Spire, interested in mental health themes
|
|
152
|
-
- **Differentiator:** Emotional narrative system where deck composition affects story
|
|
153
|
-
- **MVP Scope:** 3 characters, 80 cards, 30 enemy types, 3 bosses, 6-hour first run
|
|
154
|
-
- **Platform:** PC (Steam) first, mobile later
|
|
155
|
-
- **Timeline:** 12 months with 2-person team
|
|
156
|
-
- **Key Risk:** Emotional theme might alienate hardcore roguelike fans
|
|
157
|
-
- **Mitigation:** Prototype early, test with target audience, offer "mechanical-only" mode
|
|
158
|
-
|
|
159
|
-
**Next Steps:**
|
|
160
|
-
|
|
161
|
-
1. Build card combat prototype (2 weeks)
|
|
162
|
-
2. Test emotional resonance with players
|
|
163
|
-
3. Proceed to GDD workflow if prototype validates
|
|
164
|
-
|
|
165
|
-
## Tips for Success
|
|
166
|
-
|
|
167
|
-
### Be Honest About Scope
|
|
168
|
-
|
|
169
|
-
The most common game dev failure is scope mismatch. Use this workflow to reality-check:
|
|
170
|
-
|
|
171
|
-
- Can your team actually build this?
|
|
172
|
-
- Is the timeline realistic?
|
|
173
|
-
- Do you have budget for assets?
|
|
174
|
-
|
|
175
|
-
### Focus on Player Experience
|
|
176
|
-
|
|
177
|
-
Don't think about code or implementation. Think about:
|
|
178
|
-
|
|
179
|
-
- What will players DO?
|
|
180
|
-
- How will they FEEL?
|
|
181
|
-
- Why will they CARE?
|
|
182
|
-
|
|
183
|
-
### Validate Early
|
|
184
|
-
|
|
185
|
-
The brief identifies assumptions and risks. Don't skip to GDD without:
|
|
186
|
-
|
|
187
|
-
- Prototyping risky mechanics
|
|
188
|
-
- Testing with target audience
|
|
189
|
-
- Validating market interest
|
|
190
|
-
|
|
191
|
-
### Use References Wisely
|
|
192
|
-
|
|
193
|
-
"Like X but with Y" is a starting point, not a differentiator. Push beyond:
|
|
194
|
-
|
|
195
|
-
- What specifically from reference games?
|
|
196
|
-
- What are you explicitly NOT doing?
|
|
197
|
-
- What's genuinely new?
|
|
198
|
-
|
|
199
|
-
## FAQ
|
|
200
|
-
|
|
201
|
-
**Q: Is this required before GDD?**
|
|
202
|
-
A: No, but highly recommended for new projects. You can start directly with GDD if you have a clear vision.
|
|
203
|
-
|
|
204
|
-
**Q: Can I use this for game jams?**
|
|
205
|
-
A: Yes, but use YOLO mode for speed. Focus on vision, mechanics, and MVP scope.
|
|
206
|
-
|
|
207
|
-
**Q: What if my game concept changes?**
|
|
208
|
-
A: Revisit and update the brief. It's a living document during early development.
|
|
209
|
-
|
|
210
|
-
**Q: How detailed should content volume estimates be?**
|
|
211
|
-
A: Rough orders of magnitude are fine. "~50 enemies" not "47 enemies with 3 variants each."
|
|
212
|
-
|
|
213
|
-
**Q: Should I complete this alone or with my team?**
|
|
214
|
-
A: Involve your team! Collaborative briefs catch blind spots and build shared vision.
|
|
215
|
-
|
|
216
|
-
## Related Workflows
|
|
217
|
-
|
|
218
|
-
- **Product Brief** (`1-analysis/product-brief`): For software products, not games
|
|
219
|
-
- **GDD** (`2-plan-workflows/gdd`): Next step after game brief
|
|
220
|
-
- **Narrative Design** (`2-plan-workflows/narrative`): For story-heavy games after GDD
|
|
221
|
-
- **Solutioning** (`3-solutioning`): Technical architecture after planning
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
# Product Brief Workflow
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
Interactive product brief creation workflow that guides users through defining their product vision with multiple input sources and conversational collaboration. Supports both structured interactive mode and rapid "YOLO" mode for quick draft generation.
|
|
6
|
-
|
|
7
|
-
## Key Features
|
|
8
|
-
|
|
9
|
-
- **Dual Mode Operation** - Interactive step-by-step or rapid draft generation
|
|
10
|
-
- **Multi-Input Support** - Integrates market research, competitive analysis, and brainstorming results
|
|
11
|
-
- **Conversational Design** - Guides users through strategic thinking with probing questions
|
|
12
|
-
- **Executive Summary Generation** - Creates compelling summaries for stakeholder communication
|
|
13
|
-
- **Comprehensive Coverage** - Addresses all critical product planning dimensions
|
|
14
|
-
- **Stakeholder Ready** - Generates professional briefs suitable for PM handoff
|
|
15
|
-
|
|
16
|
-
## Usage
|
|
17
|
-
|
|
18
|
-
### Basic Invocation
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
workflow product-brief
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
### With Input Documents
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
# With market research
|
|
28
|
-
workflow product-brief --input market-research.md
|
|
29
|
-
|
|
30
|
-
# With multiple inputs
|
|
31
|
-
workflow product-brief --input market-research.md --input competitive-analysis.md
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
### Configuration
|
|
35
|
-
|
|
36
|
-
- **brief_format**: "comprehensive" (full detail) or "executive" (3-page limit)
|
|
37
|
-
- **autonomous**: false (requires user collaboration)
|
|
38
|
-
- **output_folder**: Location for generated brief
|
|
39
|
-
|
|
40
|
-
## Workflow Structure
|
|
41
|
-
|
|
42
|
-
### Files Included
|
|
43
|
-
|
|
44
|
-
```
|
|
45
|
-
product-brief/
|
|
46
|
-
├── workflow.yaml # Configuration and metadata
|
|
47
|
-
├── instructions.md # Interactive workflow steps
|
|
48
|
-
├── template.md # Product brief document structure
|
|
49
|
-
├── checklist.md # Validation criteria
|
|
50
|
-
└── README.md # This file
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
## Workflow Process
|
|
54
|
-
|
|
55
|
-
### Phase 1: Initialization and Context (Steps 0-2)
|
|
56
|
-
|
|
57
|
-
- **Project Setup**: Captures project name and basic context
|
|
58
|
-
- **Input Gathering**: Collects and analyzes available documents
|
|
59
|
-
- **Mode Selection**: Chooses interactive or YOLO collaboration approach
|
|
60
|
-
- **Context Extraction**: Identifies core problems and opportunities
|
|
61
|
-
|
|
62
|
-
### Phase 2: Interactive Development (Steps 3-12) - Interactive Mode
|
|
63
|
-
|
|
64
|
-
- **Problem Definition**: Deep dive into user pain points and market gaps
|
|
65
|
-
- **Solution Articulation**: Develops clear value proposition and approach
|
|
66
|
-
- **User Segmentation**: Defines primary and secondary target audiences
|
|
67
|
-
- **Success Metrics**: Establishes measurable goals and KPIs
|
|
68
|
-
- **MVP Scoping**: Ruthlessly defines minimum viable features
|
|
69
|
-
- **Financial Planning**: Assesses ROI and strategic alignment
|
|
70
|
-
- **Technical Context**: Captures platform and technology considerations
|
|
71
|
-
- **Risk Assessment**: Identifies constraints, assumptions, and unknowns
|
|
72
|
-
|
|
73
|
-
### Phase 3: Rapid Generation (Steps 3-4) - YOLO Mode
|
|
74
|
-
|
|
75
|
-
- **Complete Draft**: Generates full brief based on initial context
|
|
76
|
-
- **Iterative Refinement**: User-guided section improvements
|
|
77
|
-
- **Quality Validation**: Ensures completeness and consistency
|
|
78
|
-
|
|
79
|
-
### Phase 4: Finalization (Steps 13-15)
|
|
80
|
-
|
|
81
|
-
- **Executive Summary**: Creates compelling overview for stakeholders
|
|
82
|
-
- **Supporting Materials**: Compiles research summaries and references
|
|
83
|
-
- **Final Review**: Quality check and handoff preparation
|
|
84
|
-
|
|
85
|
-
## Output
|
|
86
|
-
|
|
87
|
-
### Generated Files
|
|
88
|
-
|
|
89
|
-
- **Primary output**: product-brief-{project_name}-{date}.md
|
|
90
|
-
- **Supporting files**: Research summaries and stakeholder input documentation
|
|
91
|
-
|
|
92
|
-
### Output Structure
|
|
93
|
-
|
|
94
|
-
1. **Executive Summary** - High-level product concept and value proposition
|
|
95
|
-
2. **Problem Statement** - Detailed problem analysis with evidence
|
|
96
|
-
3. **Proposed Solution** - Core approach and key differentiators
|
|
97
|
-
4. **Target Users** - Primary and secondary user segments with personas
|
|
98
|
-
5. **Goals and Success Metrics** - Business objectives and measurable KPIs
|
|
99
|
-
6. **MVP Scope** - Must-have features and out-of-scope items
|
|
100
|
-
7. **Post-MVP Vision** - Phase 2 features and long-term roadmap
|
|
101
|
-
8. **Financial Impact** - Investment requirements and ROI projections
|
|
102
|
-
9. **Strategic Alignment** - Connection to company OKRs and initiatives
|
|
103
|
-
10. **Technical Considerations** - Platform requirements and preferences
|
|
104
|
-
11. **Constraints and Assumptions** - Resource limits and key assumptions
|
|
105
|
-
12. **Risks and Open Questions** - Risk assessment and research needs
|
|
106
|
-
13. **Supporting Materials** - Research summaries and references
|
|
107
|
-
|
|
108
|
-
## Requirements
|
|
109
|
-
|
|
110
|
-
No special requirements - designed to work with or without existing documentation.
|
|
111
|
-
|
|
112
|
-
## Best Practices
|
|
113
|
-
|
|
114
|
-
### Before Starting
|
|
115
|
-
|
|
116
|
-
1. **Gather Available Research**: Collect any market research, competitive analysis, or user feedback
|
|
117
|
-
2. **Define Stakeholder Audience**: Know who will use this brief for decision-making
|
|
118
|
-
3. **Set Time Boundaries**: Interactive mode requires 60-90 minutes for quality results
|
|
119
|
-
|
|
120
|
-
### During Execution
|
|
121
|
-
|
|
122
|
-
1. **Be Specific**: Avoid generic statements - provide concrete examples and data
|
|
123
|
-
2. **Think Strategically**: Focus on "why" and "what" rather than "how"
|
|
124
|
-
3. **Challenge Assumptions**: Use the conversation to test and refine your thinking
|
|
125
|
-
4. **Scope Ruthlessly**: Resist feature creep in MVP definition
|
|
126
|
-
|
|
127
|
-
### After Completion
|
|
128
|
-
|
|
129
|
-
1. **Validate with Checklist**: Use included criteria to ensure completeness
|
|
130
|
-
2. **Stakeholder Review**: Share executive summary first, then full brief
|
|
131
|
-
3. **Iterate Based on Feedback**: Product briefs should evolve with new insights
|
|
132
|
-
|
|
133
|
-
## Troubleshooting
|
|
134
|
-
|
|
135
|
-
### Common Issues
|
|
136
|
-
|
|
137
|
-
**Issue**: Brief lacks specificity or contains vague statements
|
|
138
|
-
|
|
139
|
-
- **Solution**: Restart problem definition with concrete examples and measurable impacts
|
|
140
|
-
- **Check**: Ensure each section answers "so what?" and provides actionable insights
|
|
141
|
-
|
|
142
|
-
**Issue**: MVP scope is too large or undefined
|
|
143
|
-
|
|
144
|
-
- **Solution**: Use the "what's the minimum to validate core hypothesis?" filter
|
|
145
|
-
- **Check**: Verify that each MVP feature is truly essential for initial value delivery
|
|
146
|
-
|
|
147
|
-
**Issue**: Missing strategic context or business justification
|
|
148
|
-
|
|
149
|
-
- **Solution**: Return to financial impact and strategic alignment sections
|
|
150
|
-
- **Check**: Ensure connection to company goals and clear ROI potential
|
|
151
|
-
|
|
152
|
-
## Customization
|
|
153
|
-
|
|
154
|
-
To customize this workflow:
|
|
155
|
-
|
|
156
|
-
1. **Modify Questions**: Update instructions.md to add industry-specific or company-specific prompts
|
|
157
|
-
2. **Adjust Template**: Customize template.md sections for organizational brief standards
|
|
158
|
-
3. **Add Validation**: Extend checklist.md with company-specific quality criteria
|
|
159
|
-
4. **Configure Modes**: Adjust brief_format settings for different output styles
|
|
160
|
-
|
|
161
|
-
## Version History
|
|
162
|
-
|
|
163
|
-
- **v6.0.0** - Interactive conversational design with dual modes
|
|
164
|
-
- Interactive and YOLO mode support
|
|
165
|
-
- Multi-input document integration
|
|
166
|
-
- Executive summary generation
|
|
167
|
-
- Strategic alignment focus
|
|
168
|
-
|
|
169
|
-
## Support
|
|
170
|
-
|
|
171
|
-
For issues or questions:
|
|
172
|
-
|
|
173
|
-
- Review the workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
|
|
174
|
-
- Validate output using `checklist.md`
|
|
175
|
-
- Consider running market research workflow first if lacking business context
|
|
176
|
-
- Consult BMAD documentation for product planning methodology
|
|
177
|
-
|
|
178
|
-
---
|
|
179
|
-
|
|
180
|
-
_Part of the BMad Method v6 - BMM (Method) Module_
|