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
|
@@ -10,12 +10,23 @@
|
|
|
10
10
|
<step n="1" goal="Load tech spec and extract the change">
|
|
11
11
|
|
|
12
12
|
<action>Read the completed tech-spec.md file from {output_folder}/tech-spec.md</action>
|
|
13
|
-
<action>Load bmm-workflow-status.
|
|
13
|
+
<action>Load bmm-workflow-status.yaml from {output_folder}/bmm-workflow-status.yaml (if exists)</action>
|
|
14
14
|
<action>Extract dev_story_location from config (where stories are stored)</action>
|
|
15
|
-
|
|
16
|
-
<action>Extract
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
|
|
16
|
+
<action>Extract from the ENHANCED tech-spec structure:
|
|
17
|
+
|
|
18
|
+
- Problem statement from "The Change → Problem Statement" section
|
|
19
|
+
- Solution overview from "The Change → Proposed Solution" section
|
|
20
|
+
- Scope from "The Change → Scope" section
|
|
21
|
+
- Source tree from "Implementation Details → Source Tree Changes" section
|
|
22
|
+
- Time estimate from "Implementation Guide → Implementation Steps" section
|
|
23
|
+
- Acceptance criteria from "Implementation Guide → Acceptance Criteria" section
|
|
24
|
+
- Framework dependencies from "Development Context → Framework/Libraries" section
|
|
25
|
+
- Existing code references from "Development Context → Relevant Existing Code" section
|
|
26
|
+
- File paths from "Developer Resources → File Paths Reference" section
|
|
27
|
+
- Key code locations from "Developer Resources → Key Code Locations" section
|
|
28
|
+
- Testing locations from "Developer Resources → Testing Locations" section
|
|
29
|
+
</action>
|
|
19
30
|
|
|
20
31
|
</step>
|
|
21
32
|
|
|
@@ -76,9 +87,18 @@
|
|
|
76
87
|
**Dev Notes:**
|
|
77
88
|
|
|
78
89
|
- Extract technical constraints from tech-spec
|
|
79
|
-
- Include file paths from "
|
|
90
|
+
- Include file paths from "Developer Resources → File Paths Reference"
|
|
91
|
+
- Include existing code references from "Development Context → Relevant Existing Code"
|
|
80
92
|
- Reference architecture patterns if applicable
|
|
81
93
|
- Cite tech-spec sections for implementation details
|
|
94
|
+
- Note dependencies (internal and external)
|
|
95
|
+
|
|
96
|
+
**NEW: Comprehensive Context**
|
|
97
|
+
|
|
98
|
+
Since tech-spec is now context-rich, populate all new template fields:
|
|
99
|
+
|
|
100
|
+
- dependencies: Extract from "Development Context" and "Implementation Details → Integration Points"
|
|
101
|
+
- existing_code_references: Extract from "Development Context → Relevant Existing Code" and "Developer Resources → Key Code Locations"
|
|
82
102
|
</guidelines>
|
|
83
103
|
|
|
84
104
|
<action>Initialize story file using user_story_template</action>
|
|
@@ -94,6 +114,8 @@
|
|
|
94
114
|
<template-output file="{story_path}">test_locations</template-output>
|
|
95
115
|
<template-output file="{story_path}">story_points</template-output>
|
|
96
116
|
<template-output file="{story_path}">time_estimate</template-output>
|
|
117
|
+
<template-output file="{story_path}">dependencies</template-output>
|
|
118
|
+
<template-output file="{story_path}">existing_code_references</template-output>
|
|
97
119
|
<template-output file="{story_path}">architecture_references</template-output>
|
|
98
120
|
|
|
99
121
|
</step>
|
|
@@ -135,29 +157,40 @@
|
|
|
135
157
|
|
|
136
158
|
**Story Location:** `{story_path}`
|
|
137
159
|
|
|
138
|
-
**Next Steps
|
|
160
|
+
**Next Steps:**
|
|
139
161
|
|
|
140
|
-
|
|
162
|
+
**🎯 RECOMMENDED - Direct to Development (Level 0):**
|
|
141
163
|
|
|
142
|
-
|
|
143
|
-
2. Run story-context workflow
|
|
144
|
-
3. Then load DEV agent and run dev-story workflow
|
|
164
|
+
Since the tech-spec is now CONTEXT-RICH with:
|
|
145
165
|
|
|
146
|
-
|
|
166
|
+
- ✅ Brownfield codebase analysis (if applicable)
|
|
167
|
+
- ✅ Framework and library details with exact versions
|
|
168
|
+
- ✅ Existing patterns and code references
|
|
169
|
+
- ✅ Complete file paths and integration points
|
|
170
|
+
|
|
171
|
+
**You can skip story-context and go straight to dev!**
|
|
147
172
|
|
|
148
173
|
1. Load DEV agent: `{project-root}/bmad/bmm/agents/dev.md`
|
|
149
|
-
2. Run dev-story workflow
|
|
150
|
-
3. Begin implementation
|
|
174
|
+
2. Run `dev-story` workflow
|
|
175
|
+
3. Begin implementation immediately
|
|
176
|
+
|
|
177
|
+
**Option B - Generate Additional Context (optional):**
|
|
178
|
+
|
|
179
|
+
Only needed for extremely complex scenarios:
|
|
180
|
+
|
|
181
|
+
1. Load SM agent: `{project-root}/bmad/bmm/agents/sm.md`
|
|
182
|
+
2. Run `story-context` workflow (generates additional XML context)
|
|
183
|
+
3. Then load DEV agent and run `dev-story` workflow
|
|
151
184
|
|
|
152
185
|
**Progress Tracking:**
|
|
153
186
|
|
|
154
|
-
- All decisions logged in: `bmm-workflow-status.
|
|
187
|
+
- All decisions logged in: `bmm-workflow-status.yaml`
|
|
155
188
|
- Next action clearly identified
|
|
156
189
|
|
|
157
190
|
<ask>Ready to proceed? Choose your path:
|
|
158
191
|
|
|
159
|
-
1.
|
|
160
|
-
2.
|
|
192
|
+
1. Go directly to dev-story (RECOMMENDED - tech-spec has all context)
|
|
193
|
+
2. Generate additional story context (for complex edge cases)
|
|
161
194
|
3. Exit for now
|
|
162
195
|
|
|
163
196
|
Select option (1-3):</ask>
|
|
@@ -11,12 +11,23 @@
|
|
|
11
11
|
<step n="1" goal="Load tech spec and extract implementation tasks">
|
|
12
12
|
|
|
13
13
|
<action>Read the completed tech-spec.md file from {output_folder}/tech-spec.md</action>
|
|
14
|
-
<action>Load bmm-workflow-status.
|
|
14
|
+
<action>Load bmm-workflow-status.yaml from {output_folder}/bmm-workflow-status.yaml (if exists)</action>
|
|
15
15
|
<action>Extract dev_story_location from config (where stories are stored)</action>
|
|
16
|
-
|
|
17
|
-
<action>
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
|
|
17
|
+
<action>Extract from the ENHANCED tech-spec structure:
|
|
18
|
+
|
|
19
|
+
- Overall feature goal from "The Change → Problem Statement" and "Proposed Solution"
|
|
20
|
+
- Implementation tasks from "Implementation Guide → Implementation Steps"
|
|
21
|
+
- Time estimates from "Implementation Guide → Implementation Steps"
|
|
22
|
+
- Dependencies from "Implementation Details → Integration Points" and "Development Context → Dependencies"
|
|
23
|
+
- Source tree from "Implementation Details → Source Tree Changes"
|
|
24
|
+
- Framework dependencies from "Development Context → Framework/Libraries"
|
|
25
|
+
- Existing code references from "Development Context → Relevant Existing Code"
|
|
26
|
+
- File paths from "Developer Resources → File Paths Reference"
|
|
27
|
+
- Key code locations from "Developer Resources → Key Code Locations"
|
|
28
|
+
- Testing locations from "Developer Resources → Testing Locations"
|
|
29
|
+
- Acceptance criteria from "Implementation Guide → Acceptance Criteria"
|
|
30
|
+
</action>
|
|
20
31
|
|
|
21
32
|
</step>
|
|
22
33
|
|
|
@@ -60,6 +71,9 @@
|
|
|
60
71
|
|
|
61
72
|
<action>Initialize epics.md summary document using epics_template</action>
|
|
62
73
|
|
|
74
|
+
<action>Also capture project_level for the epic template</action>
|
|
75
|
+
|
|
76
|
+
<template-output file="{output_folder}/epics.md">project_level</template-output>
|
|
63
77
|
<template-output file="{output_folder}/epics.md">epic_title</template-output>
|
|
64
78
|
<template-output file="{output_folder}/epics.md">epic_slug</template-output>
|
|
65
79
|
<template-output file="{output_folder}/epics.md">epic_goal</template-output>
|
|
@@ -113,6 +127,25 @@
|
|
|
113
127
|
- Include technical acceptance criteria from tech spec tasks
|
|
114
128
|
- Link back to tech spec sections for implementation details
|
|
115
129
|
|
|
130
|
+
**CRITICAL: Acceptance Criteria Must Be:**
|
|
131
|
+
|
|
132
|
+
1. **Numbered** - AC #1, AC #2, AC #3, etc.
|
|
133
|
+
2. **Specific** - No vague statements like "works well" or "is fast"
|
|
134
|
+
3. **Testable** - Can be verified objectively
|
|
135
|
+
4. **Complete** - Covers all success conditions
|
|
136
|
+
5. **Independent** - Each AC tests one thing
|
|
137
|
+
6. **Format**: Use Given/When/Then when applicable
|
|
138
|
+
|
|
139
|
+
**Good AC Examples:**
|
|
140
|
+
✅ AC #1: Given a valid email address, when user submits the form, then the account is created and user receives a confirmation email within 30 seconds
|
|
141
|
+
✅ AC #2: Given an invalid email format, when user submits, then form displays "Invalid email format" error message
|
|
142
|
+
✅ AC #3: All unit tests in UserService.test.ts pass with 100% coverage
|
|
143
|
+
|
|
144
|
+
**Bad AC Examples:**
|
|
145
|
+
❌ "User can create account" (too vague)
|
|
146
|
+
❌ "System performs well" (not measurable)
|
|
147
|
+
❌ "Works correctly" (not specific)
|
|
148
|
+
|
|
116
149
|
**Story Point Estimation:**
|
|
117
150
|
|
|
118
151
|
- 1 point = < 1 day (2-4 hours)
|
|
@@ -134,7 +167,14 @@
|
|
|
134
167
|
- Acceptance Criteria: Numbered list from tech spec
|
|
135
168
|
- Tasks / Subtasks: Checkboxes mapped to tech spec tasks (AC: #n references)
|
|
136
169
|
- Dev Notes: Technical summary, project structure notes, references
|
|
137
|
-
- Dev Agent Record: Empty sections
|
|
170
|
+
- Dev Agent Record: Empty sections (tech-spec provides context)
|
|
171
|
+
|
|
172
|
+
**NEW: Comprehensive Context Fields**
|
|
173
|
+
|
|
174
|
+
Since tech-spec is context-rich, populate ALL template fields:
|
|
175
|
+
|
|
176
|
+
- dependencies: Extract from tech-spec "Development Context → Dependencies" and "Integration Points"
|
|
177
|
+
- existing_code_references: Extract from "Development Context → Relevant Existing Code" and "Developer Resources → Key Code Locations"
|
|
138
178
|
</guidelines>
|
|
139
179
|
|
|
140
180
|
<for-each story="1 to story_count">
|
|
@@ -149,10 +189,12 @@
|
|
|
149
189
|
- acceptance_criteria: Specific, measurable criteria from tech spec
|
|
150
190
|
- tasks_subtasks: Implementation tasks with AC references
|
|
151
191
|
- technical_summary: High-level approach, key decisions
|
|
152
|
-
- files_to_modify: List of files that will change
|
|
153
|
-
- test_locations: Where tests will be added
|
|
192
|
+
- files_to_modify: List of files that will change (from tech-spec "Developer Resources → File Paths Reference")
|
|
193
|
+
- test_locations: Where tests will be added (from tech-spec "Developer Resources → Testing Locations")
|
|
154
194
|
- story_points: Estimated effort (1/2/3/5)
|
|
155
195
|
- time_estimate: Days/hours estimate
|
|
196
|
+
- dependencies: Internal/external dependencies (from tech-spec "Development Context" and "Integration Points")
|
|
197
|
+
- existing_code_references: Code to reference (from tech-spec "Development Context → Relevant Existing Code" and "Key Code Locations")
|
|
156
198
|
- architecture_references: Links to tech-spec.md sections
|
|
157
199
|
</template-output>
|
|
158
200
|
</for-each>
|
|
@@ -161,12 +203,35 @@
|
|
|
161
203
|
|
|
162
204
|
</step>
|
|
163
205
|
|
|
164
|
-
<step n="5" goal="Create story map and implementation sequence">
|
|
206
|
+
<step n="5" goal="Create story map and implementation sequence with dependency validation">
|
|
207
|
+
|
|
208
|
+
<critical>Stories MUST be ordered so earlier stories don't depend on later ones</critical>
|
|
209
|
+
<critical>Each story must have CLEAR, TESTABLE acceptance criteria</critical>
|
|
210
|
+
|
|
211
|
+
<action>Analyze dependencies between stories:
|
|
212
|
+
|
|
213
|
+
**Dependency Rules:**
|
|
214
|
+
|
|
215
|
+
1. Infrastructure/setup → Feature implementation → Testing/polish
|
|
216
|
+
2. Database changes → API changes → UI changes
|
|
217
|
+
3. Backend services → Frontend components
|
|
218
|
+
4. Core functionality → Enhancement features
|
|
219
|
+
5. No story can depend on a later story!
|
|
220
|
+
|
|
221
|
+
**Validate Story Sequence:**
|
|
222
|
+
For each story N, check:
|
|
165
223
|
|
|
166
|
-
|
|
224
|
+
- Does it require anything from Story N+1, N+2, etc.? ❌ INVALID
|
|
225
|
+
- Does it only use things from Story 1...N-1? ✅ VALID
|
|
226
|
+
- Can it be implemented independently or using only prior stories? ✅ VALID
|
|
227
|
+
|
|
228
|
+
If invalid dependencies found, REORDER stories!
|
|
229
|
+
</action>
|
|
230
|
+
|
|
231
|
+
<action>Generate visual story map showing epic → stories hierarchy with dependencies</action>
|
|
167
232
|
<action>Calculate total story points across all stories</action>
|
|
168
233
|
<action>Estimate timeline based on total points (1-2 points per day typical)</action>
|
|
169
|
-
<action>Define implementation sequence
|
|
234
|
+
<action>Define implementation sequence with explicit dependency notes</action>
|
|
170
235
|
|
|
171
236
|
<example>
|
|
172
237
|
## Story Map
|
|
@@ -174,7 +239,10 @@
|
|
|
174
239
|
```
|
|
175
240
|
Epic: Icon Reliability
|
|
176
241
|
├── Story 1: Build Icon Infrastructure (3 points)
|
|
242
|
+
│ Dependencies: None (foundational work)
|
|
243
|
+
│
|
|
177
244
|
└── Story 2: Test and Deploy Icons (2 points)
|
|
245
|
+
Dependencies: Story 1 (requires infrastructure)
|
|
178
246
|
```
|
|
179
247
|
|
|
180
248
|
**Total Story Points:** 5
|
|
@@ -183,8 +251,15 @@ Epic: Icon Reliability
|
|
|
183
251
|
## Implementation Sequence
|
|
184
252
|
|
|
185
253
|
1. **Story 1** → Build icon infrastructure (setup, download, configure)
|
|
254
|
+
- Dependencies: None
|
|
255
|
+
- Deliverable: Icon files downloaded, organized, accessible
|
|
256
|
+
|
|
186
257
|
2. **Story 2** → Test and deploy (depends on Story 1)
|
|
187
|
-
|
|
258
|
+
- Dependencies: Story 1 must be complete
|
|
259
|
+
- Deliverable: Icons verified, tested, deployed to production
|
|
260
|
+
|
|
261
|
+
**Dependency Validation:** ✅ Valid sequence - no forward dependencies
|
|
262
|
+
</example>
|
|
188
263
|
|
|
189
264
|
<template-output file="{output_folder}/epics.md">story_summaries</template-output>
|
|
190
265
|
<template-output file="{output_folder}/epics.md">story_map</template-output>
|
|
@@ -214,12 +289,90 @@ Epic: Icon Reliability
|
|
|
214
289
|
|
|
215
290
|
</step>
|
|
216
291
|
|
|
217
|
-
<step n="7" goal="
|
|
292
|
+
<step n="7" goal="Auto-validate story quality and sequence">
|
|
293
|
+
|
|
294
|
+
<critical>Auto-run validation - NOT optional!</critical>
|
|
295
|
+
|
|
296
|
+
<action>Running automatic story validation...</action>
|
|
297
|
+
|
|
298
|
+
<action>**Validate Story Sequence (CRITICAL):**
|
|
299
|
+
|
|
300
|
+
For each story, check:
|
|
301
|
+
|
|
302
|
+
1. Does Story N depend on Story N+1 or later? ❌ FAIL - Reorder required!
|
|
303
|
+
2. Are dependencies clearly documented? ✅ PASS
|
|
304
|
+
3. Can stories be implemented in order 1→2→3? ✅ PASS
|
|
305
|
+
|
|
306
|
+
If sequence validation FAILS:
|
|
307
|
+
|
|
308
|
+
- Identify the problem dependencies
|
|
309
|
+
- Propose new ordering
|
|
310
|
+
- Ask user to confirm reordering
|
|
311
|
+
</action>
|
|
312
|
+
|
|
313
|
+
<action>**Validate Acceptance Criteria Quality:**
|
|
314
|
+
|
|
315
|
+
For each story's AC, check:
|
|
316
|
+
|
|
317
|
+
1. Is it numbered (AC #1, AC #2, etc.)? ✅ Required
|
|
318
|
+
2. Is it specific and testable? ✅ Required
|
|
319
|
+
3. Does it use Given/When/Then or equivalent? ✅ Recommended
|
|
320
|
+
4. Are all success conditions covered? ✅ Required
|
|
321
|
+
|
|
322
|
+
Count vague AC (contains "works", "good", "fast", "well"):
|
|
323
|
+
|
|
324
|
+
- 0 vague AC: ✅ EXCELLENT
|
|
325
|
+
- 1-2 vague AC: ⚠️ WARNING - Should improve
|
|
326
|
+
- 3+ vague AC: ❌ FAIL - Must improve
|
|
327
|
+
</action>
|
|
328
|
+
|
|
329
|
+
<action>**Validate Story Completeness:**
|
|
330
|
+
|
|
331
|
+
1. Do all stories map to tech spec tasks? ✅ Required
|
|
332
|
+
2. Do story points align with tech spec estimates? ✅ Recommended
|
|
333
|
+
3. Are dependencies clearly noted? ✅ Required
|
|
334
|
+
4. Does each story have testable AC? ✅ Required
|
|
335
|
+
</action>
|
|
336
|
+
|
|
337
|
+
<action>Generate validation report</action>
|
|
338
|
+
|
|
339
|
+
<check if="sequence validation fails OR AC quality fails">
|
|
340
|
+
<output>❌ **Story Validation Failed:**
|
|
341
|
+
|
|
342
|
+
{{issues_found}}
|
|
343
|
+
|
|
344
|
+
**Recommended Fixes:**
|
|
345
|
+
{{recommended_fixes}}
|
|
346
|
+
|
|
347
|
+
Shall I fix these issues? (yes/no)</output>
|
|
348
|
+
|
|
349
|
+
<ask>Apply fixes? (yes/no)</ask>
|
|
350
|
+
|
|
351
|
+
<check if="yes">
|
|
352
|
+
<action>Apply fixes (reorder stories, rewrite vague AC, add missing details)</action>
|
|
353
|
+
<action>Re-validate</action>
|
|
354
|
+
<output>✅ Validation passed after fixes!</output>
|
|
355
|
+
</check>
|
|
356
|
+
</check>
|
|
357
|
+
|
|
358
|
+
<check if="validation passes">
|
|
359
|
+
<output>✅ **Story Validation Passed!**
|
|
360
|
+
|
|
361
|
+
**Sequence:** ✅ Valid (no forward dependencies)
|
|
362
|
+
**AC Quality:** ✅ All specific and testable
|
|
363
|
+
**Completeness:** ✅ All tech spec tasks covered
|
|
364
|
+
**Dependencies:** ✅ Clearly documented
|
|
365
|
+
|
|
366
|
+
Stories are implementation-ready!</output>
|
|
367
|
+
</check>
|
|
368
|
+
|
|
369
|
+
</step>
|
|
370
|
+
|
|
371
|
+
<step n="8" goal="Finalize and provide user guidance">
|
|
218
372
|
|
|
219
|
-
<action>Confirm all
|
|
373
|
+
<action>Confirm all validation passed</action>
|
|
220
374
|
<action>Verify total story points align with tech spec time estimates</action>
|
|
221
|
-
<action>
|
|
222
|
-
<action>Confirm all stories have measurable acceptance criteria</action>
|
|
375
|
+
<action>Confirm epic and stories are complete</action>
|
|
223
376
|
|
|
224
377
|
**Level 1 Planning Complete!**
|
|
225
378
|
|
|
@@ -242,33 +395,53 @@ Epic: Icon Reliability
|
|
|
242
395
|
|
|
243
396
|
**Next Steps - Iterative Implementation:**
|
|
244
397
|
|
|
398
|
+
**🎯 RECOMMENDED - Direct to Development (Level 1):**
|
|
399
|
+
|
|
400
|
+
Since the tech-spec is now CONTEXT-RICH with:
|
|
401
|
+
|
|
402
|
+
- ✅ Brownfield codebase analysis (if applicable)
|
|
403
|
+
- ✅ Framework and library details with exact versions
|
|
404
|
+
- ✅ Existing patterns and code references
|
|
405
|
+
- ✅ Complete file paths and integration points
|
|
406
|
+
- ✅ Dependencies clearly mapped
|
|
407
|
+
|
|
408
|
+
**You can skip story-context for most Level 1 stories!**
|
|
409
|
+
|
|
245
410
|
**1. Start with Story 1:**
|
|
246
|
-
a. Load
|
|
247
|
-
b. Run story
|
|
248
|
-
c.
|
|
249
|
-
d.
|
|
411
|
+
a. Load DEV agent: `{project-root}/bmad/bmm/agents/dev.md`
|
|
412
|
+
b. Run `dev-story` workflow (select story-{epic_slug}-1.md)
|
|
413
|
+
c. Tech-spec provides all context needed
|
|
414
|
+
d. Implement story 1
|
|
250
415
|
|
|
251
416
|
**2. After Story 1 Complete:**
|
|
252
417
|
|
|
253
|
-
- Repeat
|
|
254
|
-
-
|
|
418
|
+
- Repeat for story-{epic_slug}-2.md
|
|
419
|
+
- Reference completed story 1 in your work
|
|
255
420
|
|
|
256
421
|
**3. After Story 2 Complete:**
|
|
257
422
|
{{#if story_3}}
|
|
258
423
|
|
|
259
|
-
- Repeat
|
|
424
|
+
- Repeat for story-{epic_slug}-3.md
|
|
260
425
|
{{/if}}
|
|
261
426
|
- Level 1 feature complete!
|
|
262
427
|
|
|
428
|
+
**Option B - Generate Additional Context (optional):**
|
|
429
|
+
|
|
430
|
+
Only needed for extremely complex multi-story dependencies:
|
|
431
|
+
|
|
432
|
+
1. Load SM agent: `{project-root}/bmad/bmm/agents/sm.md`
|
|
433
|
+
2. Run `story-context` workflow for complex stories
|
|
434
|
+
3. Then load DEV agent and run `dev-story`
|
|
435
|
+
|
|
263
436
|
**Progress Tracking:**
|
|
264
437
|
|
|
265
|
-
- All decisions logged in: `bmm-workflow-status.
|
|
438
|
+
- All decisions logged in: `bmm-workflow-status.yaml`
|
|
266
439
|
- Next action clearly identified
|
|
267
440
|
|
|
268
441
|
<ask>Ready to proceed? Choose your path:
|
|
269
442
|
|
|
270
|
-
1.
|
|
271
|
-
2.
|
|
443
|
+
1. Go directly to dev-story for story 1 (RECOMMENDED - tech-spec has all context)
|
|
444
|
+
2. Generate additional story context first (for complex dependencies)
|
|
272
445
|
3. Exit for now
|
|
273
446
|
|
|
274
447
|
Select option (1-3):</ask>
|