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,222 +0,0 @@
|
|
|
1
|
-
# Game Design Document (GDD) Workflow
|
|
2
|
-
|
|
3
|
-
This folder contains the GDD workflow for game projects, replacing the traditional PRD approach with game-specific documentation.
|
|
4
|
-
|
|
5
|
-
## Overview
|
|
6
|
-
|
|
7
|
-
The GDD workflow creates a comprehensive Game Design Document that captures:
|
|
8
|
-
|
|
9
|
-
- Core gameplay mechanics and pillars
|
|
10
|
-
- Game type-specific elements (RPG systems, platformer movement, puzzle mechanics, etc.)
|
|
11
|
-
- Level design framework
|
|
12
|
-
- Art and audio direction
|
|
13
|
-
- Technical specifications (platform-agnostic)
|
|
14
|
-
- Development epics
|
|
15
|
-
|
|
16
|
-
## Architecture
|
|
17
|
-
|
|
18
|
-
### Universal Template
|
|
19
|
-
|
|
20
|
-
`gdd-template.md` contains sections common to ALL game types:
|
|
21
|
-
|
|
22
|
-
- Executive Summary
|
|
23
|
-
- Goals and Context
|
|
24
|
-
- Core Gameplay
|
|
25
|
-
- Win/Loss Conditions
|
|
26
|
-
- Progression and Balance
|
|
27
|
-
- Level Design Framework
|
|
28
|
-
- Art and Audio Direction
|
|
29
|
-
- Technical Specs
|
|
30
|
-
- Development Epics
|
|
31
|
-
- Success Metrics
|
|
32
|
-
|
|
33
|
-
### Game-Type-Specific Injection
|
|
34
|
-
|
|
35
|
-
The template includes a `{{GAME_TYPE_SPECIFIC_SECTIONS}}` placeholder that gets replaced with game-type-specific content.
|
|
36
|
-
|
|
37
|
-
### Game Types Registry
|
|
38
|
-
|
|
39
|
-
`game-types.csv` defines 24+ game types with:
|
|
40
|
-
|
|
41
|
-
- **id**: Unique identifier (e.g., `action-platformer`, `rpg`, `roguelike`)
|
|
42
|
-
- **name**: Human-readable name
|
|
43
|
-
- **description**: Brief description of the game type
|
|
44
|
-
- **genre_tags**: Searchable tags
|
|
45
|
-
- **fragment_file**: Path to type-specific template fragment
|
|
46
|
-
|
|
47
|
-
### Game-Type Fragments
|
|
48
|
-
|
|
49
|
-
Located in `game-types/` folder, these markdown files contain sections specific to each game type:
|
|
50
|
-
|
|
51
|
-
**action-platformer.md**:
|
|
52
|
-
|
|
53
|
-
- Movement System (jump mechanics, air control, special moves)
|
|
54
|
-
- Combat System (attack types, combos, enemy AI)
|
|
55
|
-
- Level Design Patterns (platforming challenges, combat arenas)
|
|
56
|
-
- Player Abilities and Unlocks
|
|
57
|
-
|
|
58
|
-
**rpg.md**:
|
|
59
|
-
|
|
60
|
-
- Character System (stats, classes, leveling)
|
|
61
|
-
- Inventory and Equipment
|
|
62
|
-
- Quest System
|
|
63
|
-
- World and Exploration
|
|
64
|
-
- NPC and Dialogue
|
|
65
|
-
- Combat System
|
|
66
|
-
|
|
67
|
-
**puzzle.md**:
|
|
68
|
-
|
|
69
|
-
- Core Puzzle Mechanics
|
|
70
|
-
- Puzzle Progression
|
|
71
|
-
- Level Structure
|
|
72
|
-
- Player Assistance
|
|
73
|
-
- Replayability
|
|
74
|
-
|
|
75
|
-
**roguelike.md**:
|
|
76
|
-
|
|
77
|
-
- Run Structure
|
|
78
|
-
- Procedural Generation
|
|
79
|
-
- Permadeath and Progression
|
|
80
|
-
- Item and Upgrade System
|
|
81
|
-
- Character Selection
|
|
82
|
-
- Difficulty Modifiers
|
|
83
|
-
|
|
84
|
-
...and 20+ more game types!
|
|
85
|
-
|
|
86
|
-
## Workflow Flow
|
|
87
|
-
|
|
88
|
-
1. **Router Detection** (instructions-router.md):
|
|
89
|
-
- Step 3 asks for project type
|
|
90
|
-
- If "Game" selected → sets `workflow_type = "gdd"`
|
|
91
|
-
- Skips standard level classification
|
|
92
|
-
- Jumps to GDD-specific assessment
|
|
93
|
-
|
|
94
|
-
2. **Game Type Selection** (instructions-gdd.md Step 1):
|
|
95
|
-
- Presents 9 common game types + "Other"
|
|
96
|
-
- Maps selection to `game-types.csv`
|
|
97
|
-
- Loads corresponding fragment file
|
|
98
|
-
- Stores `game_type` for injection
|
|
99
|
-
|
|
100
|
-
3. **Universal GDD Sections** (Steps 2-5, 7-13):
|
|
101
|
-
- Platform and target audience
|
|
102
|
-
- Goals and context
|
|
103
|
-
- Core gameplay (pillars, loop, win/loss)
|
|
104
|
-
- Mechanics and controls
|
|
105
|
-
- Progression and balance
|
|
106
|
-
- Level design
|
|
107
|
-
- Art and audio
|
|
108
|
-
- Technical specs
|
|
109
|
-
- Epics and metrics
|
|
110
|
-
|
|
111
|
-
4. **Game-Type Injection** (Step 6):
|
|
112
|
-
- Loads fragment from `game-types/{game_type}.md`
|
|
113
|
-
- For each `{{placeholder}}` in fragment, elicits details
|
|
114
|
-
- Injects completed sections into `{{GAME_TYPE_SPECIFIC_SECTIONS}}`
|
|
115
|
-
|
|
116
|
-
5. **Solutioning Handoff** (Step 14):
|
|
117
|
-
- Routes to `3-solutioning` workflow
|
|
118
|
-
- Platform/engine specifics handled by solutioning registry
|
|
119
|
-
- Game-\* entries in solutioning `registry.csv` provide engine-specific guidance
|
|
120
|
-
|
|
121
|
-
## Platform vs. Game Type Separation
|
|
122
|
-
|
|
123
|
-
**GDD (this workflow)**: Game-type specifics
|
|
124
|
-
|
|
125
|
-
- What makes an RPG an RPG (stats, quests, inventory)
|
|
126
|
-
- What makes a platformer a platformer (jump mechanics, level design)
|
|
127
|
-
- Genre-defining mechanics and systems
|
|
128
|
-
|
|
129
|
-
**Solutioning (3-solutioning workflow)**: Platform/engine specifics
|
|
130
|
-
|
|
131
|
-
- Unity vs. Godot vs. Phaser vs. Unreal
|
|
132
|
-
- 2D vs. 3D rendering
|
|
133
|
-
- Physics engines
|
|
134
|
-
- Input systems
|
|
135
|
-
- Platform constraints (mobile, web, console)
|
|
136
|
-
|
|
137
|
-
This separation allows:
|
|
138
|
-
|
|
139
|
-
- Single universal GDD regardless of platform
|
|
140
|
-
- Platform decisions made during architecture phase
|
|
141
|
-
- Easy platform pivots without rewriting GDD
|
|
142
|
-
|
|
143
|
-
## Output
|
|
144
|
-
|
|
145
|
-
**GDD.md**: Complete game design document with:
|
|
146
|
-
|
|
147
|
-
- All universal sections filled
|
|
148
|
-
- Game-type-specific sections injected
|
|
149
|
-
- Ready for solutioning handoff
|
|
150
|
-
|
|
151
|
-
## Example Game Types
|
|
152
|
-
|
|
153
|
-
| ID | Name | Key Sections |
|
|
154
|
-
| ----------------- | ----------------- | ------------------------------------------------- |
|
|
155
|
-
| action-platformer | Action Platformer | Movement, Combat, Level Patterns, Abilities |
|
|
156
|
-
| rpg | RPG | Character System, Inventory, Quests, World, NPCs |
|
|
157
|
-
| puzzle | Puzzle | Puzzle Mechanics, Progression, Level Structure |
|
|
158
|
-
| roguelike | Roguelike | Run Structure, Procgen, Permadeath, Items |
|
|
159
|
-
| shooter | Shooter | Weapon Systems, Enemy AI, Arena Design |
|
|
160
|
-
| strategy | Strategy | Resources, Units, AI, Victory Conditions |
|
|
161
|
-
| metroidvania | Metroidvania | Interconnected World, Ability Gating, Exploration |
|
|
162
|
-
| visual-novel | Visual Novel | Branching Story, Dialogue Trees, Choices |
|
|
163
|
-
| tower-defense | Tower Defense | Waves, Tower Types, Placement, Economy |
|
|
164
|
-
| card-game | Card Game | Deck Building, Card Mechanics, Turn System |
|
|
165
|
-
|
|
166
|
-
...and 14+ more!
|
|
167
|
-
|
|
168
|
-
## Adding New Game Types
|
|
169
|
-
|
|
170
|
-
1. Add row to `game-types.csv`:
|
|
171
|
-
|
|
172
|
-
```csv
|
|
173
|
-
new-type,New Type Name,"Description",tags,new-type.md
|
|
174
|
-
```
|
|
175
|
-
|
|
176
|
-
2. Create `game-types/new-type.md`:
|
|
177
|
-
|
|
178
|
-
```markdown
|
|
179
|
-
## New Type Specific Elements
|
|
180
|
-
|
|
181
|
-
### System Name
|
|
182
|
-
|
|
183
|
-
{{system_placeholder}}
|
|
184
|
-
|
|
185
|
-
**Details:**
|
|
186
|
-
|
|
187
|
-
- Element 1
|
|
188
|
-
- Element 2
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
3. The workflow automatically uses it!
|
|
192
|
-
|
|
193
|
-
## Integration with Solutioning
|
|
194
|
-
|
|
195
|
-
When a game project completes the GDD and moves to solutioning:
|
|
196
|
-
|
|
197
|
-
1. Solutioning workflow reads `project_type == "game"`
|
|
198
|
-
2. Loads GDD.md instead of PRD.md
|
|
199
|
-
3. Matches game platforms to solutioning `registry.csv` game-\* entries
|
|
200
|
-
4. Provides engine-specific guidance (Unity, Godot, Phaser, etc.)
|
|
201
|
-
5. Generates architecture.md with platform decisions
|
|
202
|
-
6. Creates per-epic tech specs
|
|
203
|
-
|
|
204
|
-
Example solutioning registry entries:
|
|
205
|
-
|
|
206
|
-
- `game-unity-2d`: Unity 2D games
|
|
207
|
-
- `game-godot-3d`: Godot 3D games
|
|
208
|
-
- `game-phaser`: Phaser web games
|
|
209
|
-
- `game-unreal-3d`: Unreal Engine games
|
|
210
|
-
- `game-custom-3d-rust`: Custom Rust game engines
|
|
211
|
-
|
|
212
|
-
## Philosophy
|
|
213
|
-
|
|
214
|
-
**Game projects are fundamentally different from software products**:
|
|
215
|
-
|
|
216
|
-
- Gameplay feel > feature lists
|
|
217
|
-
- Playtesting > user testing
|
|
218
|
-
- Game pillars > product goals
|
|
219
|
-
- Mechanics > requirements
|
|
220
|
-
- Fun > utility
|
|
221
|
-
|
|
222
|
-
The GDD workflow respects these differences while maintaining BMAD Method rigor.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
New Doc Incoming...
|
|
@@ -1,177 +0,0 @@
|
|
|
1
|
-
# Implementation Ready Check Workflow
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
The Implementation Ready Check workflow provides a systematic validation of all planning and solutioning artifacts before transitioning from Phase 3 (Solutioning) to Phase 4 (Implementation) in the BMad Method. This workflow ensures that PRDs, architecture documents, and story breakdowns are properly aligned with no critical gaps or contradictions.
|
|
6
|
-
|
|
7
|
-
## Purpose
|
|
8
|
-
|
|
9
|
-
This workflow is designed to:
|
|
10
|
-
|
|
11
|
-
- **Validate Completeness**: Ensure all required planning documents exist and are complete
|
|
12
|
-
- **Verify Alignment**: Check that PRD, architecture, and stories are cohesive and aligned
|
|
13
|
-
- **Identify Gaps**: Detect missing stories, unaddressed requirements, or sequencing issues
|
|
14
|
-
- **Assess Risks**: Find contradictions, conflicts, or potential implementation blockers
|
|
15
|
-
- **Provide Confidence**: Give teams confidence that planning is solid before starting development
|
|
16
|
-
|
|
17
|
-
## When to Use
|
|
18
|
-
|
|
19
|
-
This workflow should be invoked:
|
|
20
|
-
|
|
21
|
-
- At the end of Phase 3 (Solutioning) for Level 2-4 projects
|
|
22
|
-
- Before beginning Phase 4 (Implementation)
|
|
23
|
-
- After significant planning updates or architectural changes
|
|
24
|
-
- When validating readiness for Level 0-1 projects (simplified validation)
|
|
25
|
-
|
|
26
|
-
## Project Level Adaptations
|
|
27
|
-
|
|
28
|
-
The workflow adapts its validation based on project level:
|
|
29
|
-
|
|
30
|
-
### Level 0-1 Projects
|
|
31
|
-
|
|
32
|
-
- Validates tech spec and simple stories only
|
|
33
|
-
- Checks internal consistency and basic coverage
|
|
34
|
-
- Lighter validation appropriate for simple projects
|
|
35
|
-
|
|
36
|
-
### Level 2 Projects
|
|
37
|
-
|
|
38
|
-
- Validates PRD, tech spec (with embedded architecture), and stories
|
|
39
|
-
- Ensures PRD requirements are fully covered
|
|
40
|
-
- Verifies technical approach aligns with business goals
|
|
41
|
-
|
|
42
|
-
### Level 3-4 Projects
|
|
43
|
-
|
|
44
|
-
- Full validation of PRD, architecture document, and comprehensive stories
|
|
45
|
-
- Deep cross-reference checking across all artifacts
|
|
46
|
-
- Validates architectural decisions don't introduce scope creep
|
|
47
|
-
- Checks UX artifacts if applicable
|
|
48
|
-
|
|
49
|
-
## How to Invoke
|
|
50
|
-
|
|
51
|
-
### Via Scrum Master Agent
|
|
52
|
-
|
|
53
|
-
```
|
|
54
|
-
*solutioning-gate-check
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
### Direct Workflow Invocation
|
|
58
|
-
|
|
59
|
-
```
|
|
60
|
-
workflow solutioning-gate-check
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
## Expected Inputs
|
|
64
|
-
|
|
65
|
-
The workflow will automatically search your project's output folder for:
|
|
66
|
-
|
|
67
|
-
- Product Requirements Documents (PRD)
|
|
68
|
-
- Architecture documents
|
|
69
|
-
- Technical Specifications
|
|
70
|
-
- Epic and Story breakdowns
|
|
71
|
-
- UX artifacts (if applicable)
|
|
72
|
-
|
|
73
|
-
No manual input file specification needed - the workflow discovers documents automatically.
|
|
74
|
-
|
|
75
|
-
## Generated Output
|
|
76
|
-
|
|
77
|
-
The workflow produces a comprehensive **Implementation Readiness Report** containing:
|
|
78
|
-
|
|
79
|
-
1. **Executive Summary** - Overall readiness status
|
|
80
|
-
2. **Document Inventory** - What was found and reviewed
|
|
81
|
-
3. **Alignment Validation** - Cross-reference analysis results
|
|
82
|
-
4. **Gap Analysis** - Missing items and risks identified
|
|
83
|
-
5. **Findings by Severity** - Critical, High, Medium, Low issues
|
|
84
|
-
6. **Recommendations** - Specific actions to address issues
|
|
85
|
-
7. **Readiness Decision** - Ready, Ready with Conditions, or Not Ready
|
|
86
|
-
|
|
87
|
-
Output Location: `{output_folder}/implementation-readiness-report-{date}.md`
|
|
88
|
-
|
|
89
|
-
## Workflow Steps
|
|
90
|
-
|
|
91
|
-
1. **Initialize** - Get current workflow status and project level
|
|
92
|
-
2. **Document Discovery** - Find all planning artifacts
|
|
93
|
-
3. **Deep Analysis** - Extract requirements, decisions, and stories
|
|
94
|
-
4. **Cross-Reference Validation** - Check alignment between all documents
|
|
95
|
-
5. **Gap and Risk Analysis** - Identify issues and conflicts
|
|
96
|
-
6. **UX Validation** (optional) - Verify UX concerns are addressed
|
|
97
|
-
7. **Generate Report** - Compile comprehensive readiness assessment
|
|
98
|
-
8. **Status Update** (optional) - Offer to advance workflow to next phase
|
|
99
|
-
|
|
100
|
-
## Validation Criteria
|
|
101
|
-
|
|
102
|
-
The workflow uses systematic validation rules adapted to each project level:
|
|
103
|
-
|
|
104
|
-
- **Document completeness and quality**
|
|
105
|
-
- **Requirement to story traceability**
|
|
106
|
-
- **Architecture to implementation alignment**
|
|
107
|
-
- **Story sequencing and dependencies**
|
|
108
|
-
- **Greenfield project setup coverage**
|
|
109
|
-
- **Risk identification and mitigation**
|
|
110
|
-
|
|
111
|
-
For projects using the new architecture workflow (decision-architecture.md), additional validations include:
|
|
112
|
-
|
|
113
|
-
- **Implementation patterns defined for consistency**
|
|
114
|
-
- **Technology versions verified and current**
|
|
115
|
-
- **Starter template initialization as first story**
|
|
116
|
-
- **UX specification alignment (if provided)**
|
|
117
|
-
|
|
118
|
-
## Special Features
|
|
119
|
-
|
|
120
|
-
### Intelligent Adaptation
|
|
121
|
-
|
|
122
|
-
- Automatically adjusts validation based on project level
|
|
123
|
-
- Recognizes when UX workflow is active
|
|
124
|
-
- Handles greenfield vs. brownfield projects differently
|
|
125
|
-
|
|
126
|
-
### Comprehensive Coverage
|
|
127
|
-
|
|
128
|
-
- Validates not just presence but quality and alignment
|
|
129
|
-
- Checks for both gaps and gold-plating
|
|
130
|
-
- Ensures logical story sequencing
|
|
131
|
-
|
|
132
|
-
### Actionable Output
|
|
133
|
-
|
|
134
|
-
- Provides specific, actionable recommendations
|
|
135
|
-
- Categorizes issues by severity
|
|
136
|
-
- Includes positive findings and commendations
|
|
137
|
-
|
|
138
|
-
## Integration with BMad Method
|
|
139
|
-
|
|
140
|
-
This workflow integrates seamlessly with the BMad Method workflow system:
|
|
141
|
-
|
|
142
|
-
- Uses workflow-status to understand project context
|
|
143
|
-
- Can update workflow status to advance to next phase
|
|
144
|
-
- Follows standard BMad document naming conventions
|
|
145
|
-
- Searches standard output folders automatically
|
|
146
|
-
|
|
147
|
-
## Troubleshooting
|
|
148
|
-
|
|
149
|
-
### Documents Not Found
|
|
150
|
-
|
|
151
|
-
- Ensure documents are in the configured output folder
|
|
152
|
-
- Check that document names follow BMad conventions
|
|
153
|
-
- Verify workflow-status is properly configured
|
|
154
|
-
|
|
155
|
-
### Validation Too Strict
|
|
156
|
-
|
|
157
|
-
- The workflow adapts to project level automatically
|
|
158
|
-
- Level 0-1 projects get lighter validation
|
|
159
|
-
- Consider if your project level is set correctly
|
|
160
|
-
|
|
161
|
-
### Report Too Long
|
|
162
|
-
|
|
163
|
-
- Focus on Critical and High priority issues first
|
|
164
|
-
- Use the executive summary for quick decisions
|
|
165
|
-
- Review detailed findings only for areas of concern
|
|
166
|
-
|
|
167
|
-
## Support
|
|
168
|
-
|
|
169
|
-
For issues or questions about this workflow:
|
|
170
|
-
|
|
171
|
-
- Consult the BMad Method documentation
|
|
172
|
-
- Check the SM agent for workflow guidance
|
|
173
|
-
- Review validation-criteria.yaml for detailed rules
|
|
174
|
-
|
|
175
|
-
---
|
|
176
|
-
|
|
177
|
-
_This workflow is part of the BMad Method v6-alpha suite of planning and solutioning tools_
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
# Phase 4: Implementation
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
Phase 4 is where planning transitions into actual development. This phase manages the iterative implementation of stories defined in the epic files, tracking their progress through a well-defined status workflow.
|
|
6
|
-
|
|
7
|
-
## Status Definitions
|
|
8
|
-
|
|
9
|
-
### Epic Status
|
|
10
|
-
|
|
11
|
-
Epics progress through a simple two-state flow:
|
|
12
|
-
|
|
13
|
-
| Status | Description | Next Status |
|
|
14
|
-
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
15
|
-
| **backlog** | Epic exists in epic file but technical context has not been created | contexted |
|
|
16
|
-
| **contexted** | Epic technical context has been created via `epic-tech-context` workflow. This is a prerequisite before any stories in the epic can be drafted. | - |
|
|
17
|
-
|
|
18
|
-
**File Indicators:**
|
|
19
|
-
|
|
20
|
-
- `backlog`: No `epic-{n}-context.md` file exists
|
|
21
|
-
- `contexted`: `{output_folder}/epic-{n}-context.md` file exists
|
|
22
|
-
|
|
23
|
-
### Story Status
|
|
24
|
-
|
|
25
|
-
Stories progress through a six-state flow representing their journey from idea to implementation:
|
|
26
|
-
|
|
27
|
-
| Status | Description | Set By | Next Status |
|
|
28
|
-
| ----------------- | ---------------------------------------------------------------------------------- | ------------- | ------------- |
|
|
29
|
-
| **backlog** | Story only exists in the epic file, no work has begun | Initial state | drafted |
|
|
30
|
-
| **drafted** | Story file has been created via `create-story` workflow | SM Agent | ready-for-dev |
|
|
31
|
-
| **ready-for-dev** | Story has been drafted, approved, and context created via `story-context` workflow | SM Agent | in-progress |
|
|
32
|
-
| **in-progress** | Developer is actively implementing the story | Dev Agent | review |
|
|
33
|
-
| **review** | Implementation complete, under SM review via `code-review` workflow | Dev Agent | done |
|
|
34
|
-
| **done** | Story has been reviewed and completed | Dev Agent | - |
|
|
35
|
-
|
|
36
|
-
**File Indicators:**
|
|
37
|
-
|
|
38
|
-
- `backlog`: No story file exists
|
|
39
|
-
- `drafted`: `{story_dir}/{story-key}.md` file exists (e.g., `1-1-user-auth.md`)
|
|
40
|
-
- `ready-for-dev`: Both story file and context exist (e.g., `1-1-user-auth-context.md`)
|
|
41
|
-
- `in-progress`, `review`, `done`: Manual status updates in sprint-status.yaml
|
|
42
|
-
|
|
43
|
-
### Retrospective Status
|
|
44
|
-
|
|
45
|
-
Optional retrospectives can be completed after an epic:
|
|
46
|
-
|
|
47
|
-
| Status | Description |
|
|
48
|
-
| ------------- | -------------------------------------------------- |
|
|
49
|
-
| **optional** | Retrospective can be completed but is not required |
|
|
50
|
-
| **completed** | Retrospective has been completed |
|
|
51
|
-
|
|
52
|
-
## Status Transitions
|
|
53
|
-
|
|
54
|
-
### Epic Flow
|
|
55
|
-
|
|
56
|
-
```mermaid
|
|
57
|
-
graph LR
|
|
58
|
-
backlog --> contexted[contexted via epic-tech-context]
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
### Story Flow
|
|
62
|
-
|
|
63
|
-
```mermaid
|
|
64
|
-
graph LR
|
|
65
|
-
backlog --> drafted[drafted via create-story]
|
|
66
|
-
drafted --> ready[ready-for-dev via story-context]
|
|
67
|
-
ready --> progress[in-progress - dev starts]
|
|
68
|
-
progress --> review[review via code-review]
|
|
69
|
-
review --> done[done - dev completes]
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
## Sprint Status Management
|
|
73
|
-
|
|
74
|
-
The `sprint-status.yaml` file is the single source of truth for tracking all work items. It contains:
|
|
75
|
-
|
|
76
|
-
- All epics with their current status
|
|
77
|
-
- All stories with their current status
|
|
78
|
-
- Retrospective placeholders for each epic
|
|
79
|
-
- Clear documentation of status definitions
|
|
80
|
-
|
|
81
|
-
### Example Sprint Status File
|
|
82
|
-
|
|
83
|
-
```yaml
|
|
84
|
-
development_status:
|
|
85
|
-
epic-1: contexted
|
|
86
|
-
1-1-project-foundation: done
|
|
87
|
-
1-2-app-shell: done
|
|
88
|
-
1-3-user-authentication: in-progress
|
|
89
|
-
1-4-plant-data-model: ready-for-dev
|
|
90
|
-
1-5-add-plant-manual: drafted
|
|
91
|
-
1-6-photo-identification: backlog
|
|
92
|
-
1-7-plant-naming: backlog
|
|
93
|
-
epic-1-retrospective: optional
|
|
94
|
-
|
|
95
|
-
epic-2: backlog
|
|
96
|
-
2-1-personality-system: backlog
|
|
97
|
-
2-2-chat-interface: backlog
|
|
98
|
-
2-3-llm-integration: backlog
|
|
99
|
-
epic-2-retrospective: optional
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
## Workflows in Phase 4
|
|
103
|
-
|
|
104
|
-
### Core Workflows
|
|
105
|
-
|
|
106
|
-
| Workflow | Purpose | Updates Status |
|
|
107
|
-
| --------------------- | -------------------------------------------------- | ----------------------------------- |
|
|
108
|
-
| **sprint-planning** | Generate/update sprint-status.yaml from epic files | Auto-detects file-based statuses |
|
|
109
|
-
| **epic-tech-context** | Create technical context for an epic | epic: backlog → contexted |
|
|
110
|
-
| **create-story** | Draft a story from epics/PRD | story: backlog → drafted |
|
|
111
|
-
| **story-context** | Add implementation context to story | story: drafted → ready-for-dev |
|
|
112
|
-
| **dev-story** | Developer implements the story | story: ready-for-dev → in-progress |
|
|
113
|
-
| **code-review** | SM reviews implementation | story: in-progress → review |
|
|
114
|
-
| **retrospective** | Conduct epic retrospective | retrospective: optional → completed |
|
|
115
|
-
| **correct-course** | Course correction when needed | Various status updates |
|
|
116
|
-
|
|
117
|
-
### Sprint Planning Workflow
|
|
118
|
-
|
|
119
|
-
The `sprint-planning` workflow is the foundation of Phase 4. It:
|
|
120
|
-
|
|
121
|
-
1. **Parses all epic files** (`epic*.md` or `epics.md`)
|
|
122
|
-
2. **Extracts all epics and stories** maintaining their order
|
|
123
|
-
3. **Auto-detects current status** based on existing files:
|
|
124
|
-
- Checks for epic context files
|
|
125
|
-
- Checks for story files
|
|
126
|
-
- Checks for story context files
|
|
127
|
-
4. **Generates sprint-status.yaml** with current reality
|
|
128
|
-
5. **Preserves manual status updates** (won't downgrade statuses)
|
|
129
|
-
|
|
130
|
-
Run this workflow:
|
|
131
|
-
|
|
132
|
-
- Initially after Phase 3 completion
|
|
133
|
-
- After creating epic contexts
|
|
134
|
-
- Periodically to sync file-based status
|
|
135
|
-
- To verify current project state
|
|
136
|
-
|
|
137
|
-
### Workflow Guidelines
|
|
138
|
-
|
|
139
|
-
1. **Epic Context First**: Epics should be contexted before drafting their stories
|
|
140
|
-
2. **Flexible Parallelism**: Multiple stories can be in-progress based on team capacity
|
|
141
|
-
3. **Sequential Default**: Stories within an epic are typically worked in order
|
|
142
|
-
4. **Learning Transfer**: SM drafts next story after previous is done, incorporating learnings
|
|
143
|
-
5. **Review Flow**: Dev moves to review, SM reviews, Dev moves to done
|
|
144
|
-
|
|
145
|
-
## Agent Responsibilities
|
|
146
|
-
|
|
147
|
-
### SM (Scrum Master) Agent
|
|
148
|
-
|
|
149
|
-
- Run `sprint-planning` to generate initial status
|
|
150
|
-
- Create epic contexts (`epic-tech-context`)
|
|
151
|
-
- Draft stories (`create-story`)
|
|
152
|
-
- Create story contexts (`story-context`)
|
|
153
|
-
- Review completed work (`code-review`)
|
|
154
|
-
- Update status in sprint-status.yaml
|
|
155
|
-
|
|
156
|
-
### Developer Agent
|
|
157
|
-
|
|
158
|
-
- Check sprint-status.yaml for `ready-for-dev` stories
|
|
159
|
-
- Update status to `in-progress` when starting
|
|
160
|
-
- Implement stories (`dev-story`)
|
|
161
|
-
- Move to `review` when complete
|
|
162
|
-
- Address review feedback
|
|
163
|
-
- Update to `done` after approval
|
|
164
|
-
|
|
165
|
-
### Test Architect
|
|
166
|
-
|
|
167
|
-
- Monitor stories entering `review` status
|
|
168
|
-
- Track epic progress
|
|
169
|
-
- Identify when retrospectives needed
|
|
170
|
-
- Validate implementation quality
|
|
171
|
-
|
|
172
|
-
## Best Practices
|
|
173
|
-
|
|
174
|
-
1. **Always run sprint-planning first** to establish current state
|
|
175
|
-
2. **Update status immediately** as work progresses
|
|
176
|
-
3. **Check sprint-status.yaml** before starting any work
|
|
177
|
-
4. **Preserve learning** by drafting stories sequentially when possible
|
|
178
|
-
5. **Document decisions** in story and context files
|
|
179
|
-
|
|
180
|
-
## Naming Conventions
|
|
181
|
-
|
|
182
|
-
### Story File Naming
|
|
183
|
-
|
|
184
|
-
- Format: `{epic}-{story}-{kebab-title}.md`
|
|
185
|
-
- Example: `1-1-user-authentication.md`
|
|
186
|
-
- Avoids YAML float parsing issues (1.1 vs 1.10)
|
|
187
|
-
- Makes files self-descriptive
|
|
188
|
-
|
|
189
|
-
### Git Branch Naming
|
|
190
|
-
|
|
191
|
-
- Format: `feat/{epic}-{story}-{kebab-title}`
|
|
192
|
-
- Example: `feat/1-1-user-authentication`
|
|
193
|
-
- Consistent with story file naming
|
|
194
|
-
- Clean for branch management
|
|
195
|
-
|
|
196
|
-
## File Structure
|
|
197
|
-
|
|
198
|
-
```
|
|
199
|
-
{output_folder}/
|
|
200
|
-
├── sprint-status.yaml # Sprint status tracking
|
|
201
|
-
├── epic*.md or epics.md # Epic definitions
|
|
202
|
-
├── epic-1-context.md # Epic technical contexts
|
|
203
|
-
├── epic-2-context.md
|
|
204
|
-
└── stories/
|
|
205
|
-
├── 1-1-user-authentication.md # Story drafts
|
|
206
|
-
├── 1-1-user-authentication-context.md # Story contexts
|
|
207
|
-
├── 1-2-account-management.md
|
|
208
|
-
├── 1-2-account-management-context.md
|
|
209
|
-
└── ...
|
|
210
|
-
```
|
|
211
|
-
|
|
212
|
-
## Next Steps
|
|
213
|
-
|
|
214
|
-
After Phase 4 implementation, projects typically move to:
|
|
215
|
-
|
|
216
|
-
- Deployment and release
|
|
217
|
-
- User acceptance testing
|
|
218
|
-
- Production monitoring
|
|
219
|
-
- Maintenance and updates
|
|
220
|
-
|
|
221
|
-
The sprint-status.yaml file provides a complete audit trail of the development process and can be used for project reporting and retrospectives.
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
# Review Story (Senior Developer Code Review)
|
|
2
|
-
|
|
3
|
-
Perform an AI-driven Senior Developer Code Review on a story flagged "Ready for Review". The workflow ingests the story, its Story Context, and the epic’s Tech Spec, consults local docs, uses enabled MCP servers for up-to-date best practices (with web search fallback), and appends structured review notes to the story.
|
|
4
|
-
|
|
5
|
-
## What It Does
|
|
6
|
-
|
|
7
|
-
- Auto-discovers the target story or accepts an explicit `story_path`
|
|
8
|
-
- Verifies the story is in a reviewable state (e.g., Ready for Review/Review)
|
|
9
|
-
- Loads Story Context (from Dev Agent Record → Context Reference or auto-discovery)
|
|
10
|
-
- Locates the epic Tech Spec and relevant architecture/standards docs
|
|
11
|
-
- Uses MCP servers for best-practices and security references; falls back to web search
|
|
12
|
-
- Reviews implementation vs Acceptance Criteria, Tech Spec, and repo standards
|
|
13
|
-
- Evaluates code quality, security, and test coverage
|
|
14
|
-
- Appends a "Senior Developer Review (AI)" section to the story with findings and action items
|
|
15
|
-
- Optionally updates story Status based on outcome
|
|
16
|
-
|
|
17
|
-
## How to Invoke
|
|
18
|
-
|
|
19
|
-
- Tell the Dev Agent to perform a \*code-review after loading the dev agent. This is a context intensive operation so this should not be done in the same context as a just completed dev session - clear the context, reload the dev, then run code-review!
|
|
20
|
-
|
|
21
|
-
## Inputs and Variables
|
|
22
|
-
|
|
23
|
-
- `story_path` (optional): Explicit path to a story file
|
|
24
|
-
- `story_dir` (from config): `{project-root}/bmad/bmm/config.yaml` → `dev_story_location`
|
|
25
|
-
- `allow_status_values`: Defaults include `Ready for Review`, `Review`
|
|
26
|
-
- `auto_discover_context` (default: true)
|
|
27
|
-
- `auto_discover_tech_spec` (default: true)
|
|
28
|
-
- `tech_spec_glob_template`: `tech-spec-epic-{{epic_num}}*.md`
|
|
29
|
-
- `arch_docs_search_dirs`: Defaults to `docs/` and `outputs/`
|
|
30
|
-
- `enable_mcp_doc_search` (default: true)
|
|
31
|
-
- `enable_web_fallback` (default: true)
|
|
32
|
-
- `update_status_on_result` (default: false)
|
|
33
|
-
|
|
34
|
-
## Story Updates
|
|
35
|
-
|
|
36
|
-
- Appends a section titled: `Senior Developer Review (AI)` at the end
|
|
37
|
-
- Adds a Change Log entry: "Senior Developer Review notes appended"
|
|
38
|
-
- If enabled, updates `Status` based on outcome
|
|
39
|
-
|
|
40
|
-
## Persistence and Backlog
|
|
41
|
-
|
|
42
|
-
To ensure review findings become actionable work, the workflow can persist action items to multiple targets (configurable):
|
|
43
|
-
|
|
44
|
-
- Story tasks: Inserts unchecked items under `Tasks / Subtasks` in a "Review Follow-ups (AI)" subsection so `dev-story` can pick them up next.
|
|
45
|
-
- Story review section: Keeps a full list under "Senior Developer Review (AI) → Action Items".
|
|
46
|
-
- Backlog file: Appends normalized rows to `docs/backlog.md` (created if missing) for cross-cutting or longer-term improvements.
|
|
47
|
-
- Epic follow-ups: If an epic Tech Spec is found, appends to its `Post-Review Follow-ups` section.
|
|
48
|
-
|
|
49
|
-
Configure via `workflow.yaml` variables:
|
|
50
|
-
|
|
51
|
-
- `persist_action_items` (default: true)
|
|
52
|
-
- `persist_targets`: `story_tasks`, `story_review_section`, `backlog_file`, `epic_followups`
|
|
53
|
-
- `backlog_file` (default: `{project-root}/docs/backlog.md`)
|
|
54
|
-
- `update_epic_followups` (default: true)
|
|
55
|
-
- `epic_followups_section_title` (default: `Post-Review Follow-ups`)
|
|
56
|
-
|
|
57
|
-
Routing guidance:
|
|
58
|
-
|
|
59
|
-
- Put must-fix items to ship the story into the story’s tasks.
|
|
60
|
-
- Put same-epic but non-blocking improvements into the epic Tech Spec follow-ups.
|
|
61
|
-
- Put cross-cutting, future, or refactor work into the backlog file.
|
|
62
|
-
|
|
63
|
-
## Related Workflows
|
|
64
|
-
|
|
65
|
-
- `dev-story` — Implements tasks/subtasks and can act on review action items
|
|
66
|
-
- `story-context` — Generates Story Context for a single story
|
|
67
|
-
- `tech-spec` — Generates epic Tech Spec documents
|
|
68
|
-
|
|
69
|
-
_Part of the BMAD Method v6 — Implementation Phase_
|