bmad-method 6.0.0-alpha.2 → 6.0.0-alpha.4
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 +73 -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/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/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/settings.local.json +10 -31
- package/CHANGELOG.md +239 -0
- package/README.md +210 -146
- package/bmad/_cfg/agent-manifest.csv +13 -4
- 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-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 +289 -22
- package/bmad/_cfg/ides/claude-code.yaml +6 -0
- package/bmad/_cfg/manifest.yaml +5 -6
- package/bmad/_cfg/task-manifest.csv +2 -0
- package/bmad/_cfg/workflow-manifest.csv +35 -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/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 +169 -0
- package/bmad/bmm/agents/analyst.md +67 -0
- package/bmad/bmm/agents/architect.md +73 -0
- package/bmad/bmm/agents/dev.md +69 -0
- package/bmad/bmm/agents/paige.md +82 -0
- package/bmad/bmm/agents/pm.md +76 -0
- package/bmad/bmm/agents/sm.md +85 -0
- package/bmad/bmm/agents/tea.md +72 -0
- package/bmad/bmm/agents/ux-designer.md +71 -0
- package/bmad/bmm/config.yaml +17 -0
- package/bmad/bmm/docs/quick-spec-flow.md +645 -0
- package/bmad/bmm/docs/quick-start.md +341 -0
- package/bmad/bmm/docs/scale-adaptive-system.md +1045 -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/README.md +113 -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/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/README.md +146 -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/README.md +256 -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 +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/{src/modules → bmad}/bmm/workflows/workflow-status/README.md +38 -19
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +390 -0
- package/bmad/bmm/workflows/workflow-status/init/workflow.yaml +27 -0
- package/bmad/bmm/workflows/workflow-status/instructions.md +386 -0
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +54 -0
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml +58 -0
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +76 -0
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml +95 -0
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +88 -0
- package/bmad/bmm/workflows/workflow-status/paths/game-design.yaml +75 -0
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +45 -0
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-1.yaml +49 -0
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml +78 -0
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +73 -0
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +75 -0
- 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/creative-problem-solver.md +62 -0
- package/bmad/cis/agents/design-thinking-coach.md +62 -0
- package/bmad/cis/agents/innovation-strategist.md +62 -0
- package/bmad/cis/agents/storyteller.md +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 +69 -0
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +0 -8
- package/bmad/core/tools/shard-doc.xml +8 -43
- package/docs/document-sharding-guide.md +447 -0
- package/docs/index.md +225 -0
- package/docs/v4-to-v6-upgrade.md +9 -7
- package/package.json +1 -1
- package/src/core/tools/shard-doc.xml +8 -43
- package/src/modules/bmb/README.md +135 -73
- package/src/modules/bmb/workflows/create-agent/README.md +126 -243
- package/src/modules/bmb/workflows/create-agent/instructions.md +25 -12
- package/src/modules/bmb/workflows/create-module/README.md +163 -154
- package/src/modules/bmb/workflows/create-workflow/instructions.md +16 -8
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +158 -0
- package/src/modules/bmm/README.md +79 -92
- package/src/modules/bmm/agents/game-designer.agent.yaml +2 -2
- package/src/modules/bmm/agents/paige.agent.yaml +69 -0
- package/src/modules/bmm/agents/pm.agent.yaml +11 -1
- package/src/modules/bmm/docs/README.md +235 -0
- package/src/modules/bmm/docs/agents-guide.md +1109 -0
- package/src/modules/bmm/docs/brownfield-guide.md +638 -0
- package/src/modules/bmm/docs/brownfield-guide.md.backup +1324 -0
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1040 -0
- package/src/modules/bmm/docs/faq.md +589 -0
- package/src/modules/bmm/docs/glossary.md +327 -0
- package/src/modules/bmm/docs/party-mode.md +1236 -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 +749 -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 +1759 -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/docs/workflows-testing.md +1572 -0
- package/src/modules/bmm/workflows/1-analysis/brainstorm-game/instructions.md +45 -26
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +42 -23
- 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/game-brief/instructions.md +42 -28
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +434 -231
- 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 +68 -62
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +203 -137
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +53 -45
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +116 -79
- 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 +58 -22
- 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 +52 -21
- package/src/modules/bmm/workflows/2-plan-workflows/gdd/workflow.yaml +14 -0
- package/src/modules/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md +73 -22
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +295 -63
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +63 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +395 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +43 -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 +295 -321
- 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 +24 -6
- 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 +51 -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 +1005 -141
- 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 +36 -5
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +21 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-template.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +91 -79
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +17 -4
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +94 -45
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +26 -0
- 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 +31 -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 +31 -5
- 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 +34 -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 +117 -24
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/workflow-status/instructions.md +173 -111
- package/src/modules/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +49 -0
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +31 -0
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -3
- package/src/modules/cis/README.md +153 -0
- package/src/modules/cis/workflows/README.md +102 -30
- package/src/modules/cis/workflows/storytelling/instructions.md +10 -2
- package/tools/cli/commands/install.js +1 -1
- package/tools/cli/installers/lib/core/manifest-generator.js +4 -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/conversion-report-shard-doc-2025-10-26.md +0 -188
- 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 -29
- package/src/modules/bmm/workflows/1-analysis/game-brief/README.md +0 -221
- 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/gdd/README.md +0 -222
- package/src/modules/bmm/workflows/4-implementation/create-story/README.md +0 -129
- package/src/modules/bmm/workflows/README.md +0 -577
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.md +0 -30
- package/src/modules/cis/readme.md +0 -86
- /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/{docs/bmad-brownfield-guide.md → bmad/bmm/docs/brownfield-guide.md} +0 -0
- /package/{src/modules → bmad}/bmm/tasks/retrospective.xml +0 -0
- /package/{src/modules → bmad}/bmm/testarch/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/1-analysis/product-brief/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/1-analysis/research/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/2-plan-workflows/README.md +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
- /package/{src/modules → bmad}/bmm/workflows/3-solutioning/README.md +0 -0
- /package/{src/modules/bmm/workflows/3-solutioning/architecture/readme.md → bmad/bmm/workflows/3-solutioning/architecture/README.md} +0 -0
- /package/{src/modules → bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/4-implementation/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/4-implementation/code-review/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/4-implementation/correct-course/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/4-implementation/dev-story/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/4-implementation/retrospective/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/4-implementation/sprint-planning/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/4-implementation/story-context/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/document-project/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/document-project/templates/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/atdd/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/automate/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/ci/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/framework/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/nfr-assess/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/test-design/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/test-review/README.md +0 -0
- /package/{src/modules → bmad}/bmm/workflows/testarch/trace/README.md +0 -0
- /package/src/modules/bmm/sub-modules/claude-code/{readme.md → README.md} +0 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# Retrospective - Epic Completion Review Workflow
|
|
2
|
+
name: "retrospective"
|
|
3
|
+
description: "Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic"
|
|
4
|
+
author: "BMad"
|
|
5
|
+
|
|
6
|
+
config_source: "{project-root}/bmad/bmm/config.yaml"
|
|
7
|
+
output_folder: "{config_source}:output_folder"
|
|
8
|
+
user_name: "{config_source}:user_name"
|
|
9
|
+
communication_language: "{config_source}:communication_language"
|
|
10
|
+
user_skill_level: "{config_source}:user_skill_level"
|
|
11
|
+
document_output_language: "{config_source}:document_output_language"
|
|
12
|
+
date: system-generated
|
|
13
|
+
|
|
14
|
+
installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/retrospective"
|
|
15
|
+
template: false
|
|
16
|
+
instructions: "{installed_path}/instructions.md"
|
|
17
|
+
|
|
18
|
+
mode: interactive
|
|
19
|
+
trigger: "Run AFTER completing an epic"
|
|
20
|
+
|
|
21
|
+
required_inputs:
|
|
22
|
+
- agent_manifest: "{project-root}/bmad/_cfg/agent-manifest.csv"
|
|
23
|
+
|
|
24
|
+
# Smart input file references - handles both whole docs and sharded docs
|
|
25
|
+
# Priority: Whole document first, then sharded version
|
|
26
|
+
# Strategy: SELECTIVE LOAD - only load the completed epic and relevant retrospectives
|
|
27
|
+
input_file_patterns:
|
|
28
|
+
epics:
|
|
29
|
+
whole: "{output_folder}/*epic*.md"
|
|
30
|
+
sharded_index: "{output_folder}/*epic*/index.md"
|
|
31
|
+
sharded_single: "{output_folder}/*epic*/epic-{{epic_num}}.md"
|
|
32
|
+
|
|
33
|
+
previous_retrospective:
|
|
34
|
+
pattern: "{output_folder}/retrospectives/epic-{{prev_epic_num}}-retro-*.md"
|
|
35
|
+
|
|
36
|
+
architecture:
|
|
37
|
+
whole: "{output_folder}/*architecture*.md"
|
|
38
|
+
sharded: "{output_folder}/*architecture*/index.md"
|
|
39
|
+
|
|
40
|
+
prd:
|
|
41
|
+
whole: "{output_folder}/*prd*.md"
|
|
42
|
+
sharded: "{output_folder}/*prd*/index.md"
|
|
43
|
+
|
|
44
|
+
document_project:
|
|
45
|
+
sharded: "{output_folder}/docs/index.md"
|
|
46
|
+
|
|
47
|
+
# Required files
|
|
48
|
+
sprint_status_file: "{output_folder}/sprint-status.yaml"
|
|
49
|
+
story_directory: "{config_source}:dev_story_location"
|
|
50
|
+
retrospectives_folder: "{output_folder}/retrospectives"
|
|
51
|
+
|
|
52
|
+
output_artifacts:
|
|
53
|
+
- retrospective_summary: "Comprehensive review of what went well and what could improve"
|
|
54
|
+
- lessons_learned: "Key insights for future epics"
|
|
55
|
+
- action_items: "Specific improvements with ownership"
|
|
56
|
+
- next_epic_preparation: "Dependencies, gaps, and preparation tasks for next epic"
|
|
57
|
+
- critical_path: "Blockers or prerequisites that must be addressed"
|
|
58
|
+
|
|
59
|
+
facilitation:
|
|
60
|
+
facilitator: "Bob (Scrum Master)"
|
|
61
|
+
tone: "Psychological safety - no blame, focus on systems and processes"
|
|
62
|
+
format: "Two-part: (1) Review completed epic + (2) Preview next epic preparation"
|
|
63
|
+
|
|
64
|
+
validation_required:
|
|
65
|
+
- testing_complete: "Has full regression testing been completed?"
|
|
66
|
+
- deployment_status: "Has epic been deployed to production?"
|
|
67
|
+
- business_validation: "Have stakeholders reviewed and accepted deliverables?"
|
|
68
|
+
- technical_health: "Is codebase in stable, maintainable state?"
|
|
69
|
+
- blocker_resolution: "Any unresolved blockers that will impact next epic?"
|
|
70
|
+
|
|
71
|
+
standalone: true
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Sprint Planning Validation Checklist
|
|
2
|
+
|
|
3
|
+
## Core Validation
|
|
4
|
+
|
|
5
|
+
### Complete Coverage Check
|
|
6
|
+
|
|
7
|
+
- [ ] Every epic found in epic\*.md files appears in sprint-status.yaml
|
|
8
|
+
- [ ] Every story found in epic\*.md files appears in sprint-status.yaml
|
|
9
|
+
- [ ] Every epic has a corresponding retrospective entry
|
|
10
|
+
- [ ] No items in sprint-status.yaml that don't exist in epic files
|
|
11
|
+
|
|
12
|
+
### Parsing Verification
|
|
13
|
+
|
|
14
|
+
Compare epic files against generated sprint-status.yaml:
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
Epic Files Contains: Sprint Status Contains:
|
|
18
|
+
✓ Epic 1 ✓ epic-1: [status]
|
|
19
|
+
✓ Story 1.1: User Auth ✓ 1-1-user-auth: [status]
|
|
20
|
+
✓ Story 1.2: Account Mgmt ✓ 1-2-account-mgmt: [status]
|
|
21
|
+
✓ Story 1.3: Plant Naming ✓ 1-3-plant-naming: [status]
|
|
22
|
+
✓ epic-1-retrospective: [status]
|
|
23
|
+
✓ Epic 2 ✓ epic-2: [status]
|
|
24
|
+
✓ Story 2.1: Personality Model ✓ 2-1-personality-model: [status]
|
|
25
|
+
✓ Story 2.2: Chat Interface ✓ 2-2-chat-interface: [status]
|
|
26
|
+
✓ epic-2-retrospective: [status]
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Final Check
|
|
30
|
+
|
|
31
|
+
- [ ] Total count of epics matches
|
|
32
|
+
- [ ] Total count of stories matches
|
|
33
|
+
- [ ] All items are in the expected order (epic, stories, retrospective)
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
# Sprint Planning - Sprint Status Generator
|
|
2
|
+
|
|
3
|
+
<critical>The workflow execution engine is governed by: {project-root}/bmad/core/tasks/workflow.xml</critical>
|
|
4
|
+
<critical>You MUST have already loaded and processed: {project-root}/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml</critical>
|
|
5
|
+
|
|
6
|
+
## 📚 Document Discovery - Full Epic Loading
|
|
7
|
+
|
|
8
|
+
**Strategy**: Sprint planning needs ALL epics and stories to build complete status tracking.
|
|
9
|
+
|
|
10
|
+
**Epic Discovery Process:**
|
|
11
|
+
|
|
12
|
+
1. **Search for whole document first** - Look for `epics.md`, `bmm-epics.md`, or any `*epic*.md` file
|
|
13
|
+
2. **Check for sharded version** - If whole document not found, look for `epics/index.md`
|
|
14
|
+
3. **If sharded version found**:
|
|
15
|
+
- Read `index.md` to understand the document structure
|
|
16
|
+
- Read ALL epic section files listed in the index (e.g., `epic-1.md`, `epic-2.md`, etc.)
|
|
17
|
+
- Process all epics and their stories from the combined content
|
|
18
|
+
- This ensures complete sprint status coverage
|
|
19
|
+
4. **Priority**: If both whole and sharded versions exist, use the whole document
|
|
20
|
+
|
|
21
|
+
**Fuzzy matching**: Be flexible with document names - users may use variations like `epics.md`, `bmm-epics.md`, `user-stories.md`, etc.
|
|
22
|
+
|
|
23
|
+
<workflow>
|
|
24
|
+
|
|
25
|
+
<step n="1" goal="Parse epic files and extract all work items">
|
|
26
|
+
<action>Communicate in {communication_language} with {user_name}</action>
|
|
27
|
+
<action>Look for all files matching `{epics_pattern}` in {epics_location}</action>
|
|
28
|
+
<action>Could be a single `epics.md` file or multiple `epic-1.md`, `epic-2.md` files</action>
|
|
29
|
+
|
|
30
|
+
<action>For each epic file found, extract:</action>
|
|
31
|
+
|
|
32
|
+
- Epic numbers from headers like `## Epic 1:` or `## Epic 2:`
|
|
33
|
+
- Story IDs and titles from patterns like `### Story 1.1: User Authentication`
|
|
34
|
+
- Convert story format from `Epic.Story: Title` to kebab-case key: `epic-story-title`
|
|
35
|
+
|
|
36
|
+
**Story ID Conversion Rules:**
|
|
37
|
+
|
|
38
|
+
- Original: `### Story 1.1: User Authentication`
|
|
39
|
+
- Replace period with dash: `1-1`
|
|
40
|
+
- Convert title to kebab-case: `user-authentication`
|
|
41
|
+
- Final key: `1-1-user-authentication`
|
|
42
|
+
|
|
43
|
+
<action>Build complete inventory of all epics and stories from all epic files</action>
|
|
44
|
+
</step>
|
|
45
|
+
|
|
46
|
+
<step n="2" goal="Build sprint status structure">
|
|
47
|
+
<action>For each epic found, create entries in this order:</action>
|
|
48
|
+
|
|
49
|
+
1. **Epic entry** - Key: `epic-{num}`, Default status: `backlog`
|
|
50
|
+
2. **Story entries** - Key: `{epic}-{story}-{title}`, Default status: `backlog`
|
|
51
|
+
3. **Retrospective entry** - Key: `epic-{num}-retrospective`, Default status: `optional`
|
|
52
|
+
|
|
53
|
+
**Example structure:**
|
|
54
|
+
|
|
55
|
+
```yaml
|
|
56
|
+
development_status:
|
|
57
|
+
epic-1: backlog
|
|
58
|
+
1-1-user-authentication: backlog
|
|
59
|
+
1-2-account-management: backlog
|
|
60
|
+
epic-1-retrospective: optional
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
</step>
|
|
64
|
+
|
|
65
|
+
<step n="3" goal="Apply intelligent status detection">
|
|
66
|
+
<action>For each epic, check if tech context file exists:</action>
|
|
67
|
+
|
|
68
|
+
- Check: `{output_folder}/epic-{num}-context.md`
|
|
69
|
+
- If exists → set epic status to `contexted`
|
|
70
|
+
- Else → keep as `backlog`
|
|
71
|
+
|
|
72
|
+
<action>For each story, detect current status by checking files:</action>
|
|
73
|
+
|
|
74
|
+
**Story file detection:**
|
|
75
|
+
|
|
76
|
+
- Check: `{story_location_absolute}/{story-key}.md` (e.g., `stories/1-1-user-authentication.md`)
|
|
77
|
+
- If exists → upgrade status to at least `drafted`
|
|
78
|
+
|
|
79
|
+
**Story context detection:**
|
|
80
|
+
|
|
81
|
+
- Check: `{story_location_absolute}/{story-key}-context.md` (e.g., `stories/1-1-user-authentication-context.md`)
|
|
82
|
+
- If exists → upgrade status to at least `ready-for-dev`
|
|
83
|
+
|
|
84
|
+
**Preservation rule:**
|
|
85
|
+
|
|
86
|
+
- If existing `{status_file}` exists and has more advanced status, preserve it
|
|
87
|
+
- Never downgrade status (e.g., don't change `done` to `drafted`)
|
|
88
|
+
|
|
89
|
+
**Status Flow Reference:**
|
|
90
|
+
|
|
91
|
+
- Epic: `backlog` → `contexted`
|
|
92
|
+
- Story: `backlog` → `drafted` → `ready-for-dev` → `in-progress` → `review` → `done`
|
|
93
|
+
- Retrospective: `optional` ↔ `completed`
|
|
94
|
+
</step>
|
|
95
|
+
|
|
96
|
+
<step n="4" goal="Generate sprint status file">
|
|
97
|
+
<action>Create or update {status_file} with:</action>
|
|
98
|
+
|
|
99
|
+
**File Structure:**
|
|
100
|
+
|
|
101
|
+
```yaml
|
|
102
|
+
# generated: {date}
|
|
103
|
+
# project: {project_name}
|
|
104
|
+
# project_key: {project_key}
|
|
105
|
+
# tracking_system: {tracking_system}
|
|
106
|
+
# story_location: {story_location}
|
|
107
|
+
|
|
108
|
+
# STATUS DEFINITIONS:
|
|
109
|
+
# ==================
|
|
110
|
+
# Epic Status:
|
|
111
|
+
# - backlog: Epic exists in epic file but not contexted
|
|
112
|
+
# - contexted: Epic tech context created (required before drafting stories)
|
|
113
|
+
#
|
|
114
|
+
# Story Status:
|
|
115
|
+
# - backlog: Story only exists in epic file
|
|
116
|
+
# - drafted: Story file created in stories folder
|
|
117
|
+
# - ready-for-dev: Draft approved and story context created
|
|
118
|
+
# - in-progress: Developer actively working on implementation
|
|
119
|
+
# - review: Under SM review (via code-review workflow)
|
|
120
|
+
# - done: Story completed
|
|
121
|
+
#
|
|
122
|
+
# Retrospective Status:
|
|
123
|
+
# - optional: Can be completed but not required
|
|
124
|
+
# - completed: Retrospective has been done
|
|
125
|
+
#
|
|
126
|
+
# WORKFLOW NOTES:
|
|
127
|
+
# ===============
|
|
128
|
+
# - Epics should be 'contexted' before stories can be 'drafted'
|
|
129
|
+
# - Stories can be worked in parallel if team capacity allows
|
|
130
|
+
# - SM typically drafts next story after previous one is 'done' to incorporate learnings
|
|
131
|
+
# - Dev moves story to 'review', SM reviews, then Dev moves to 'done'
|
|
132
|
+
|
|
133
|
+
generated: { date }
|
|
134
|
+
project: { project_name }
|
|
135
|
+
project_key: { project_key }
|
|
136
|
+
tracking_system: { tracking_system }
|
|
137
|
+
story_location: { story_location }
|
|
138
|
+
|
|
139
|
+
development_status:
|
|
140
|
+
# All epics, stories, and retrospectives in order
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
<action>Write the complete sprint status YAML to {status_file}</action>
|
|
144
|
+
<action>CRITICAL: For story_location field, write the variable value EXACTLY as defined in workflow.yaml: "{project-root}/docs/stories"</action>
|
|
145
|
+
<action>CRITICAL: Do NOT resolve {project-root} to an absolute path - keep it as the literal string "{project-root}/docs/stories"</action>
|
|
146
|
+
<action>CRITICAL: Metadata appears TWICE - once as comments (#) for documentation, once as YAML key:value fields for parsing</action>
|
|
147
|
+
<action>Ensure all items are ordered: epic, its stories, its retrospective, next epic...</action>
|
|
148
|
+
</step>
|
|
149
|
+
|
|
150
|
+
<step n="5" goal="Validate and report">
|
|
151
|
+
<action>Perform validation checks:</action>
|
|
152
|
+
|
|
153
|
+
- [ ] Every epic in epic files appears in sprint-status.yaml
|
|
154
|
+
- [ ] Every story in epic files appears in sprint-status.yaml
|
|
155
|
+
- [ ] Every epic has a corresponding retrospective entry
|
|
156
|
+
- [ ] No items in sprint-status.yaml that don't exist in epic files
|
|
157
|
+
- [ ] All status values are legal (match state machine definitions)
|
|
158
|
+
- [ ] File is valid YAML syntax
|
|
159
|
+
|
|
160
|
+
<action>Count totals:</action>
|
|
161
|
+
|
|
162
|
+
- Total epics: {{epic_count}}
|
|
163
|
+
- Total stories: {{story_count}}
|
|
164
|
+
- Epics contexted: {{contexted_count}}
|
|
165
|
+
- Stories in progress: {{in_progress_count}}
|
|
166
|
+
- Stories done: {{done_count}}
|
|
167
|
+
|
|
168
|
+
<action>Display completion summary to {user_name} in {communication_language}:</action>
|
|
169
|
+
|
|
170
|
+
**Sprint Status Generated Successfully**
|
|
171
|
+
|
|
172
|
+
- **File Location:** {status_file}
|
|
173
|
+
- **Total Epics:** {{epic_count}}
|
|
174
|
+
- **Total Stories:** {{story_count}}
|
|
175
|
+
- **Contexted Epics:** {{contexted_count}}
|
|
176
|
+
- **Stories In Progress:** {{in_progress_count}}
|
|
177
|
+
- **Stories Completed:** {{done_count}}
|
|
178
|
+
|
|
179
|
+
**Next Steps:**
|
|
180
|
+
|
|
181
|
+
1. Review the generated sprint-status.yaml
|
|
182
|
+
2. Use this file to track development progress
|
|
183
|
+
3. Agents will update statuses as they work
|
|
184
|
+
4. Re-run this workflow to refresh auto-detected statuses
|
|
185
|
+
|
|
186
|
+
</step>
|
|
187
|
+
|
|
188
|
+
</workflow>
|
|
189
|
+
|
|
190
|
+
## Additional Documentation
|
|
191
|
+
|
|
192
|
+
### Status State Machine
|
|
193
|
+
|
|
194
|
+
**Epic Status Flow:**
|
|
195
|
+
|
|
196
|
+
```
|
|
197
|
+
backlog → contexted
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
- **backlog**: Epic exists in epic file but tech context not created
|
|
201
|
+
- **contexted**: Epic tech context has been generated (prerequisite for story drafting)
|
|
202
|
+
|
|
203
|
+
**Story Status Flow:**
|
|
204
|
+
|
|
205
|
+
```
|
|
206
|
+
backlog → drafted → ready-for-dev → in-progress → review → done
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
- **backlog**: Story only exists in epic file
|
|
210
|
+
- **drafted**: Story file created (e.g., `stories/1-3-plant-naming.md`)
|
|
211
|
+
- **ready-for-dev**: Draft approved + story context created
|
|
212
|
+
- **in-progress**: Developer actively working
|
|
213
|
+
- **review**: Under SM review (via code-review workflow)
|
|
214
|
+
- **done**: Completed
|
|
215
|
+
|
|
216
|
+
**Retrospective Status:**
|
|
217
|
+
|
|
218
|
+
```
|
|
219
|
+
optional ↔ completed
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
- **optional**: Can be done but not required
|
|
223
|
+
- **completed**: Retrospective has been completed
|
|
224
|
+
|
|
225
|
+
### Guidelines
|
|
226
|
+
|
|
227
|
+
1. **Epic Context Recommended**: Epics should be `contexted` before stories can be `drafted`
|
|
228
|
+
2. **Sequential Default**: Stories are typically worked in order, but parallel work is supported
|
|
229
|
+
3. **Parallel Work Supported**: Multiple stories can be `in-progress` if team capacity allows
|
|
230
|
+
4. **Review Before Done**: Stories should pass through `review` before `done`
|
|
231
|
+
5. **Learning Transfer**: SM typically drafts next story after previous one is `done` to incorporate learnings
|
|
232
|
+
|
|
233
|
+
### Error Handling
|
|
234
|
+
|
|
235
|
+
- If epic file can't be parsed, report specific file and continue with others
|
|
236
|
+
- If existing status file is malformed, backup and regenerate
|
|
237
|
+
- Log warnings for duplicate story IDs across epics
|
|
238
|
+
- Validate status transitions are legal (can't go from `backlog` to `done`)
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Sprint Status Template
|
|
2
|
+
# This is an EXAMPLE showing the expected format
|
|
3
|
+
# The actual file will be generated with all epics/stories from your epic files
|
|
4
|
+
|
|
5
|
+
# generated: {date}
|
|
6
|
+
# project: {project_name}
|
|
7
|
+
# project_key: {project_key}
|
|
8
|
+
# tracking_system: {tracking_system}
|
|
9
|
+
# story_location: {story_location}
|
|
10
|
+
|
|
11
|
+
# STATUS DEFINITIONS:
|
|
12
|
+
# ==================
|
|
13
|
+
# Epic Status:
|
|
14
|
+
# - backlog: Epic exists in epic file but not contexted
|
|
15
|
+
# - contexted: Next epic tech context created by *epic-tech-context (required)
|
|
16
|
+
#
|
|
17
|
+
# Story Status:
|
|
18
|
+
# - backlog: Story only exists in epic file
|
|
19
|
+
# - drafted: Story file created in stories folder by *create-story
|
|
20
|
+
# - ready-for-dev: Draft approved and story context created by *story-ready
|
|
21
|
+
# - in-progress: Developer actively working on implementation by *dev-story
|
|
22
|
+
# - review: Implementation complete, ready for review by *code-review
|
|
23
|
+
# - done: Story completed by *story-done
|
|
24
|
+
#
|
|
25
|
+
# Retrospective Status:
|
|
26
|
+
# - optional: Can be completed but not required
|
|
27
|
+
# - completed: Retrospective has been done by *retrospective
|
|
28
|
+
#
|
|
29
|
+
# WORKFLOW NOTES:
|
|
30
|
+
# ===============
|
|
31
|
+
# - Epics should be 'contexted' before stories can be 'drafted'
|
|
32
|
+
# - SM typically drafts next story ONLY after previous one is 'done' to incorporate learnings
|
|
33
|
+
# - Dev moves story to 'review', dev reviews, then Dev moves to 'done'
|
|
34
|
+
|
|
35
|
+
# EXAMPLE STRUCTURE (your actual epics/stories will replace these):
|
|
36
|
+
|
|
37
|
+
generated: 05-06-2-2025 21:30
|
|
38
|
+
project: My Awesome Project
|
|
39
|
+
project_key: jira-1234
|
|
40
|
+
tracking_system: file-system
|
|
41
|
+
story_location: "{project-root}/docs/stories"
|
|
42
|
+
|
|
43
|
+
development_status:
|
|
44
|
+
epic-1: contexted
|
|
45
|
+
1-1-user-authentication: done
|
|
46
|
+
1-2-account-management: drafted
|
|
47
|
+
1-3-plant-data-model: backlog
|
|
48
|
+
1-4-add-plant-manual: backlog
|
|
49
|
+
epic-1-retrospective: optional
|
|
50
|
+
|
|
51
|
+
epic-2: backlog
|
|
52
|
+
2-1-personality-system: backlog
|
|
53
|
+
2-2-chat-interface: backlog
|
|
54
|
+
2-3-llm-integration: backlog
|
|
55
|
+
epic-2-retrospective: optional
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
name: sprint-planning
|
|
2
|
+
description: "Generate and manage the sprint status tracking file for Phase 4 implementation, extracting all epics and stories from epic files and tracking their status through the development lifecycle"
|
|
3
|
+
author: "BMad"
|
|
4
|
+
|
|
5
|
+
# Critical variables from config
|
|
6
|
+
config_source: "{project-root}/bmad/bmm/config.yaml"
|
|
7
|
+
output_folder: "{config_source}:output_folder"
|
|
8
|
+
user_name: "{config_source}:user_name"
|
|
9
|
+
communication_language: "{config_source}:communication_language"
|
|
10
|
+
date: system-generated
|
|
11
|
+
|
|
12
|
+
# Workflow components
|
|
13
|
+
installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/sprint-planning"
|
|
14
|
+
instructions: "{installed_path}/instructions.md"
|
|
15
|
+
template: "{installed_path}/sprint-status-template.yaml"
|
|
16
|
+
validation: "{installed_path}/checklist.md"
|
|
17
|
+
|
|
18
|
+
# Variables and inputs
|
|
19
|
+
variables:
|
|
20
|
+
# Project identification
|
|
21
|
+
project_name: "{config_source}:project_name"
|
|
22
|
+
project_key: "{config_source}:project_name" # Future: Jira project key, Linear workspace ID, etc.
|
|
23
|
+
|
|
24
|
+
# Tracking system configuration
|
|
25
|
+
tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
|
|
26
|
+
story_location: "{project-root}/docs/stories" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
|
|
27
|
+
story_location_absolute: "{config_source}:dev_story_location" # Absolute path for file operations
|
|
28
|
+
|
|
29
|
+
# Source files (file-system only)
|
|
30
|
+
epics_location: "{output_folder}" # Directory containing epic*.md files
|
|
31
|
+
epics_pattern: "epic*.md" # Pattern to find epic files
|
|
32
|
+
|
|
33
|
+
# Output configuration
|
|
34
|
+
status_file: "{output_folder}/sprint-status.yaml"
|
|
35
|
+
|
|
36
|
+
# Smart input file references - handles both whole docs and sharded docs
|
|
37
|
+
# Priority: Whole document first, then sharded version
|
|
38
|
+
# Strategy: FULL LOAD - sprint planning needs ALL epics to build complete status
|
|
39
|
+
input_file_patterns:
|
|
40
|
+
epics:
|
|
41
|
+
whole: "{output_folder}/*epic*.md"
|
|
42
|
+
sharded: "{output_folder}/*epic*/index.md"
|
|
43
|
+
|
|
44
|
+
# Output configuration
|
|
45
|
+
default_output_file: "{status_file}"
|
|
46
|
+
|
|
47
|
+
standalone: true
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Story Context Assembly Checklist
|
|
2
|
+
|
|
3
|
+
```xml
|
|
4
|
+
<checklist id="bmad/bmm/workflows/4-implementation/story-context/checklist">
|
|
5
|
+
<item>Story fields (asA/iWant/soThat) captured</item>
|
|
6
|
+
<item>Acceptance criteria list matches story draft exactly (no invention)</item>
|
|
7
|
+
<item>Tasks/subtasks captured as task list</item>
|
|
8
|
+
<item>Relevant docs (5-15) included with path and snippets</item>
|
|
9
|
+
<item>Relevant code references included with reason and line hints</item>
|
|
10
|
+
<item>Interfaces/API contracts extracted if applicable</item>
|
|
11
|
+
<item>Constraints include applicable dev rules and patterns</item>
|
|
12
|
+
<item>Dependencies detected from manifests and frameworks</item>
|
|
13
|
+
<item>Testing standards and locations populated</item>
|
|
14
|
+
<item>XML structure follows story-context template format</item>
|
|
15
|
+
</checklist>
|
|
16
|
+
```
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<story-context id="bmad/bmm/workflows/4-implementation/story-context/template" v="1.0">
|
|
2
|
+
<metadata>
|
|
3
|
+
<epicId>{{epic_id}}</epicId>
|
|
4
|
+
<storyId>{{story_id}}</storyId>
|
|
5
|
+
<title>{{story_title}}</title>
|
|
6
|
+
<status>{{story_status}}</status>
|
|
7
|
+
<generatedAt>{{date}}</generatedAt>
|
|
8
|
+
<generator>BMAD Story Context Workflow</generator>
|
|
9
|
+
<sourceStoryPath>{{story_path}}</sourceStoryPath>
|
|
10
|
+
</metadata>
|
|
11
|
+
|
|
12
|
+
<story>
|
|
13
|
+
<asA>{{as_a}}</asA>
|
|
14
|
+
<iWant>{{i_want}}</iWant>
|
|
15
|
+
<soThat>{{so_that}}</soThat>
|
|
16
|
+
<tasks>{{story_tasks}}</tasks>
|
|
17
|
+
</story>
|
|
18
|
+
|
|
19
|
+
<acceptanceCriteria>{{acceptance_criteria}}</acceptanceCriteria>
|
|
20
|
+
|
|
21
|
+
<artifacts>
|
|
22
|
+
<docs>{{docs_artifacts}}</docs>
|
|
23
|
+
<code>{{code_artifacts}}</code>
|
|
24
|
+
<dependencies>{{dependencies_artifacts}}</dependencies>
|
|
25
|
+
</artifacts>
|
|
26
|
+
|
|
27
|
+
<constraints>{{constraints}}</constraints>
|
|
28
|
+
<interfaces>{{interfaces}}</interfaces>
|
|
29
|
+
<tests>
|
|
30
|
+
<standards>{{test_standards}}</standards>
|
|
31
|
+
<locations>{{test_locations}}</locations>
|
|
32
|
+
<ideas>{{test_ideas}}</ideas>
|
|
33
|
+
</tests>
|
|
34
|
+
</story-context>
|