bmad-odoo 1.0.0
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/CHANGELOG.md +38 -0
- package/LICENSE +21 -0
- package/README.md +317 -0
- package/_config/agent-manifest.csv +10 -0
- package/_config/manifest.yaml +10 -0
- package/_config/workflow-manifest.csv +10 -0
- package/bmm/agents/analyst.md +93 -0
- package/bmm/agents/architect.md +72 -0
- package/bmm/agents/dev.md +85 -0
- package/bmm/agents/pm.md +61 -0
- package/bmm/agents/quick-flow-solo-dev.md +58 -0
- package/bmm/agents/sm.md +56 -0
- package/bmm/agents/tea.md +57 -0
- package/bmm/agents/tech-writer.md +56 -0
- package/bmm/agents/ux-designer.md +56 -0
- package/bmm/config.yaml +27 -0
- package/bmm/data/odoo-knowledge-base.md +90 -0
- package/bmm/teams/default-team.md +17 -0
- package/bmm/testarch/odoo-test-design/steps/step-01-init.md +44 -0
- package/bmm/testarch/odoo-test-design/steps/step-02-test-cases.md +82 -0
- package/bmm/testarch/odoo-test-design/steps/step-03-complete.md +69 -0
- package/bmm/testarch/odoo-test-design/workflow.md +30 -0
- package/bmm/testarch/odoo-testing-guide.md +30 -0
- package/bmm/workflows/1-analysis/analyze-process/process-analysis.template.md +80 -0
- package/bmm/workflows/1-analysis/analyze-process/steps/step-01-init.md +44 -0
- package/bmm/workflows/1-analysis/analyze-process/steps/step-02-current-state.md +55 -0
- package/bmm/workflows/1-analysis/analyze-process/steps/step-03-pain-points.md +67 -0
- package/bmm/workflows/1-analysis/analyze-process/steps/step-04-odoo-mapping.md +67 -0
- package/bmm/workflows/1-analysis/analyze-process/steps/step-05-recommendations.md +99 -0
- package/bmm/workflows/1-analysis/analyze-process/steps/step-06-complete.md +62 -0
- package/bmm/workflows/1-analysis/analyze-process/workflow.md +60 -0
- package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-01-init.md +45 -0
- package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-02-users-stakeholders.md +46 -0
- package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-03-odoo-modules.md +59 -0
- package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-04-scope-timeline.md +64 -0
- package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-05-complete.md +32 -0
- package/bmm/workflows/1-analysis/create-odoo-product-brief/workflow.md +35 -0
- package/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
- package/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +182 -0
- package/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +166 -0
- package/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +204 -0
- package/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +207 -0
- package/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +210 -0
- package/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +224 -0
- package/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +199 -0
- package/bmm/workflows/1-analysis/create-product-brief/workflow.md +58 -0
- package/bmm/workflows/1-analysis/gap-analysis/steps/step-01-init.md +45 -0
- package/bmm/workflows/1-analysis/gap-analysis/steps/step-02-odoo-capabilities.md +36 -0
- package/bmm/workflows/1-analysis/gap-analysis/steps/step-03-gap-matrix.md +51 -0
- package/bmm/workflows/1-analysis/gap-analysis/workflow.md +45 -0
- package/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
- package/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
- package/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
- package/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
- package/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +200 -0
- package/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
- package/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
- package/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
- package/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/bmm/workflows/1-analysis/research/research.template.md +29 -0
- package/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
- package/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
- package/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
- package/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
- package/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/bmm/workflows/1-analysis/research/workflow.md +173 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-01-init.md +48 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-02-technical-design.md +82 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-addon/steps/step-03-generate.md +86 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-addon/workflow.md +39 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-01-init.md +55 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-02-stories.md +53 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-epic/steps/step-03-complete.md +39 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-epic/workflow.md +35 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-01-init.md +46 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-02-functional-requirements.md +56 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-03-technical-requirements.md +45 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-prd/steps/step-04-complete.md +40 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-prd/workflow.md +29 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-01-init.md +52 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-02-form-design.md +78 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-03-tree-design.md +84 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-04-complete.md +55 -0
- package/bmm/workflows/2-plan-workflows/create-odoo-ux-design/workflow.md +30 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +228 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
- package/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
- package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-01-init.md +49 -0
- package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-02-risk-assessment.md +51 -0
- package/bmm/workflows/2-plan-workflows/plan-odoo-migration/steps/step-03-roadmap.md +58 -0
- package/bmm/workflows/2-plan-workflows/plan-odoo-migration/workflow.md +29 -0
- package/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +13 -0
- package/bmm/workflows/2-plan-workflows/prd/prd-template.md +11 -0
- package/bmm/workflows/2-plan-workflows/prd/project-types.csv +11 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +197 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +166 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +421 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +290 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +291 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +271 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +262 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +258 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +299 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +270 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +294 -0
- package/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +186 -0
- package/bmm/workflows/2-plan-workflows/prd/workflow.md +63 -0
- package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
- package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
- package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
- package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
- package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
- package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +133 -0
- package/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
- package/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
- package/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
- package/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
- package/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +352 -0
- package/bmm/workflows/3-solutioning/create-architecture/workflow.md +50 -0
- package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
- package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
- package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
- package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +145 -0
- package/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
- package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-01-init.md +44 -0
- package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-02-inheritance-strategy.md +75 -0
- package/bmm/workflows/3-solutioning/enhance-existing-system/steps/step-03-implementation.md +64 -0
- package/bmm/workflows/3-solutioning/enhance-existing-system/workflow.md +30 -0
- package/bmm/workflows/3-solutioning/quick-addon/workflow.md +23 -0
- package/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
- package/bmm/workflows/4-implementation/code-review/instructions.xml +225 -0
- package/bmm/workflows/4-implementation/code-review/workflow.yaml +50 -0
- package/bmm/workflows/4-implementation/correct-course/checklist.md +279 -0
- package/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
- package/bmm/workflows/4-implementation/correct-course/workflow.yaml +58 -0
- package/bmm/workflows/4-implementation/create-next-story/steps/step-01-init.md +53 -0
- package/bmm/workflows/4-implementation/create-next-story/steps/step-02-acceptance-criteria.md +63 -0
- package/bmm/workflows/4-implementation/create-next-story/steps/step-03-tasks.md +68 -0
- package/bmm/workflows/4-implementation/create-next-story/steps/step-04-complete.md +70 -0
- package/bmm/workflows/4-implementation/create-next-story/workflow.md +30 -0
- package/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
- package/bmm/workflows/4-implementation/dev-story/instructions.xml +409 -0
- package/bmm/workflows/4-implementation/dev-story/workflow.yaml +25 -0
- package/bmm/workflows/4-implementation/rapid-brownfield/steps/step-01-quick-story.md +79 -0
- package/bmm/workflows/4-implementation/rapid-brownfield/workflow.md +29 -0
- package/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
- package/bmm/workflows/4-implementation/retrospective/workflow.yaml +57 -0
- package/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
- package/bmm/workflows/4-implementation/sprint-planning/instructions.md +225 -0
- package/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
- package/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +52 -0
- package/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
- package/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
- package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +189 -0
- package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +144 -0
- package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +128 -0
- package/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +173 -0
- package/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +74 -0
- package/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +79 -0
- package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
- package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
- package/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +52 -0
- package/bmm/workflows/document-odoo/steps/step-01-init.md +43 -0
- package/bmm/workflows/document-odoo/steps/step-02-readme.md +98 -0
- package/bmm/workflows/document-odoo/steps/step-03-user-guide.md +76 -0
- package/bmm/workflows/document-odoo/steps/step-04-complete.md +58 -0
- package/bmm/workflows/document-odoo/workflow.md +30 -0
- package/bmm/workflows/document-project/checklist.md +245 -0
- package/bmm/workflows/document-project/documentation-requirements.csv +12 -0
- package/bmm/workflows/document-project/instructions.md +221 -0
- package/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
- package/bmm/workflows/document-project/templates/index-template.md +169 -0
- package/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
- package/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
- package/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
- package/bmm/workflows/document-project/workflow.yaml +28 -0
- package/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
- package/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
- package/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
- package/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
- package/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
- package/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
- package/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
- package/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
- package/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
- package/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
- package/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
- package/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
- package/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
- package/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
- package/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
- package/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
- package/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
- package/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
- package/bmm/workflows/generate-project-context/project-context-template.md +21 -0
- package/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
- package/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
- package/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
- package/bmm/workflows/generate-project-context/workflow.md +49 -0
- package/bmm/workflows/testarch/atdd/atdd-checklist-template.md +364 -0
- package/bmm/workflows/testarch/atdd/checklist.md +374 -0
- package/bmm/workflows/testarch/atdd/instructions.md +806 -0
- package/bmm/workflows/testarch/atdd/workflow.yaml +45 -0
- package/bmm/workflows/testarch/automate/checklist.md +582 -0
- package/bmm/workflows/testarch/automate/instructions.md +1324 -0
- package/bmm/workflows/testarch/automate/workflow.yaml +52 -0
- package/bmm/workflows/testarch/ci/checklist.md +248 -0
- package/bmm/workflows/testarch/ci/github-actions-template.yaml +198 -0
- package/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +149 -0
- package/bmm/workflows/testarch/ci/instructions.md +536 -0
- package/bmm/workflows/testarch/ci/workflow.yaml +45 -0
- package/bmm/workflows/testarch/framework/checklist.md +321 -0
- package/bmm/workflows/testarch/framework/instructions.md +481 -0
- package/bmm/workflows/testarch/framework/workflow.yaml +47 -0
- package/bmm/workflows/testarch/nfr-assess/checklist.md +407 -0
- package/bmm/workflows/testarch/nfr-assess/instructions.md +722 -0
- package/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +445 -0
- package/bmm/workflows/testarch/nfr-assess/workflow.yaml +47 -0
- package/bmm/workflows/testarch/test-design/checklist.md +235 -0
- package/bmm/workflows/testarch/test-design/instructions.md +788 -0
- package/bmm/workflows/testarch/test-design/test-design-template.md +294 -0
- package/bmm/workflows/testarch/test-design/workflow.yaml +54 -0
- package/bmm/workflows/testarch/test-review/checklist.md +472 -0
- package/bmm/workflows/testarch/test-review/instructions.md +628 -0
- package/bmm/workflows/testarch/test-review/test-review-template.md +390 -0
- package/bmm/workflows/testarch/test-review/workflow.yaml +46 -0
- package/bmm/workflows/testarch/trace/checklist.md +655 -0
- package/bmm/workflows/testarch/trace/instructions.md +1047 -0
- package/bmm/workflows/testarch/trace/trace-template.md +675 -0
- package/bmm/workflows/testarch/trace/workflow.yaml +55 -0
- package/bmm/workflows/workflow-status/init/instructions.md +346 -0
- package/bmm/workflows/workflow-status/init/workflow.yaml +29 -0
- package/bmm/workflows/workflow-status/instructions.md +395 -0
- package/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +103 -0
- package/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +100 -0
- package/bmm/workflows/workflow-status/paths/method-brownfield.yaml +103 -0
- package/bmm/workflows/workflow-status/paths/method-greenfield.yaml +100 -0
- package/bmm/workflows/workflow-status/project-levels.yaml +59 -0
- package/bmm/workflows/workflow-status/workflow-status-template.yaml +24 -0
- package/bmm/workflows/workflow-status/workflow.yaml +30 -0
- package/core/agents/bmad-odoo-master.md +61 -0
- package/core/config.yaml +7 -0
- package/core/resources/README.md +5 -0
- package/core/tasks/README.md +7 -0
- package/core/workflows/README.md +8 -0
- package/index.js +84 -0
- package/package.json +48 -0
- package/scripts/postinstall.js +447 -0
- package/scripts/setup-cli.js +17 -0
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-11-complete'
|
|
3
|
+
description: 'Complete the PRD workflow, update status files, and suggest next steps'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-11-complete.md'
|
|
10
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
+
outputFile: '{planning_artifacts}/prd.md'
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Step 11: Workflow Completion
|
|
15
|
+
|
|
16
|
+
**Final Step - Complete the PRD**
|
|
17
|
+
|
|
18
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
19
|
+
|
|
20
|
+
- ✅ THIS IS A FINAL STEP - Workflow completion required
|
|
21
|
+
|
|
22
|
+
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
23
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
24
|
+
- 🛑 NO content generation - this is a wrap-up step
|
|
25
|
+
- 📋 FINALIZE document and update workflow status
|
|
26
|
+
- 💬 FOCUS on completion, next steps, and suggestions
|
|
27
|
+
- 🎯 UPDATE workflow status files with completion information
|
|
28
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
29
|
+
|
|
30
|
+
## EXECUTION PROTOCOLS:
|
|
31
|
+
|
|
32
|
+
- 🎯 Show your analysis before taking any action
|
|
33
|
+
- 💾 Update the main workflow status file with completion information
|
|
34
|
+
- 📖 Suggest potential next workflow steps for the user
|
|
35
|
+
- 🚫 DO NOT load additional steps after this one
|
|
36
|
+
|
|
37
|
+
## TERMINATION STEP PROTOCOLS:
|
|
38
|
+
|
|
39
|
+
- This is a FINAL step - workflow completion required
|
|
40
|
+
- Output any remaining content if needed (none for this step)
|
|
41
|
+
- Update the main workflow status file with finalized document
|
|
42
|
+
- Suggest potential next steps for the user
|
|
43
|
+
- Mark workflow as complete in status tracking
|
|
44
|
+
|
|
45
|
+
## CONTEXT BOUNDARIES:
|
|
46
|
+
|
|
47
|
+
- Complete PRD document is available from all previous steps
|
|
48
|
+
- Workflow frontmatter shows all completed steps
|
|
49
|
+
- All collaborative content has been generated and saved
|
|
50
|
+
- Focus on completion, validation, and next steps
|
|
51
|
+
|
|
52
|
+
## YOUR TASK:
|
|
53
|
+
|
|
54
|
+
Complete the PRD workflow, update status files, and suggest next steps for the project.
|
|
55
|
+
|
|
56
|
+
## WORKFLOW COMPLETION SEQUENCE:
|
|
57
|
+
|
|
58
|
+
### 1. Announce Workflow Completion
|
|
59
|
+
|
|
60
|
+
Inform user that the PRD is complete:
|
|
61
|
+
"🎉 **PRD Complete, {{user_name}}!**
|
|
62
|
+
|
|
63
|
+
I've successfully collaborated with you to create a comprehensive Product Requirements Document for {{project_name}}.
|
|
64
|
+
|
|
65
|
+
**What we've accomplished:**
|
|
66
|
+
|
|
67
|
+
- ✅ Executive Summary with vision and product differentiator
|
|
68
|
+
- ✅ Success Criteria with measurable outcomes and scope definition
|
|
69
|
+
- ✅ User Journeys covering all interaction patterns
|
|
70
|
+
- ✅ Domain-specific requirements (if applicable)
|
|
71
|
+
- ✅ Innovation analysis (if applicable)
|
|
72
|
+
- ✅ Project-type specific technical requirements
|
|
73
|
+
- ✅ Comprehensive Functional Requirements (capability contract)
|
|
74
|
+
- ✅ Non-Functional Requirements for quality attributes
|
|
75
|
+
|
|
76
|
+
**The complete PRD is now available at:** `{outputFile}`
|
|
77
|
+
|
|
78
|
+
This document is now ready to guide UX design, technical architecture, and development planning."
|
|
79
|
+
|
|
80
|
+
### 2. Workflow Status Update
|
|
81
|
+
|
|
82
|
+
Update the main workflow status file if there is one:
|
|
83
|
+
|
|
84
|
+
- Load `{status_file}` from workflow configuration (if exists)
|
|
85
|
+
- Update workflow_status["prd"] = "{default_output_file}"
|
|
86
|
+
- Save file, preserving all comments and structure
|
|
87
|
+
- Mark current timestamp as completion time
|
|
88
|
+
|
|
89
|
+
### 3. Suggest Next Steps
|
|
90
|
+
|
|
91
|
+
Provide guidance on logical next workflows:
|
|
92
|
+
|
|
93
|
+
**Typical Next Workflows:**
|
|
94
|
+
|
|
95
|
+
**Immediate Next Steps:**
|
|
96
|
+
|
|
97
|
+
1. `workflow create-ux-design` - UX Design (if UI exists)
|
|
98
|
+
- User journey insights from step-04 will inform interaction design
|
|
99
|
+
- Functional requirements from step-09 define design scope
|
|
100
|
+
|
|
101
|
+
2. `workflow create-architecture` - Technical architecture
|
|
102
|
+
- Project-type requirements from step-07 guide technical decisions
|
|
103
|
+
- Non-functional requirements from step-10 inform architecture choices
|
|
104
|
+
|
|
105
|
+
3. `workflow create-epics-and-stories` - Epic breakdown
|
|
106
|
+
- Functional requirements from step-09 become epics and stories
|
|
107
|
+
- Scope definition from step-03 guides sprint planning
|
|
108
|
+
|
|
109
|
+
**Strategic Considerations:**
|
|
110
|
+
|
|
111
|
+
- UX design and architecture can happen in parallel
|
|
112
|
+
- Epics/stories are richer when created after UX/architecture
|
|
113
|
+
|
|
114
|
+
**What would be most valuable to tackle next?**
|
|
115
|
+
|
|
116
|
+
### 4. Document Quality Check
|
|
117
|
+
|
|
118
|
+
Perform final validation of the PRD:
|
|
119
|
+
|
|
120
|
+
**Completeness Check:**
|
|
121
|
+
|
|
122
|
+
- Does the executive summary clearly communicate the vision?
|
|
123
|
+
- Are success criteria specific and measurable?
|
|
124
|
+
- Do user journeys cover all major user types?
|
|
125
|
+
- Are functional requirements comprehensive and testable?
|
|
126
|
+
- Are non-functional requirements relevant and specific?
|
|
127
|
+
|
|
128
|
+
**Consistency Check:**
|
|
129
|
+
|
|
130
|
+
- Do all sections align with the product differentiator?
|
|
131
|
+
- Is scope consistent across all sections?
|
|
132
|
+
- Are requirements traceable to user needs and success criteria?
|
|
133
|
+
|
|
134
|
+
### 5. Final Completion Confirmation
|
|
135
|
+
|
|
136
|
+
- Confirm completion with user and summarize what you have done.
|
|
137
|
+
- Update frontmatter: add this final step name to the end of the steps completed array.
|
|
138
|
+
|
|
139
|
+
## SUCCESS METRICS:
|
|
140
|
+
|
|
141
|
+
✅ PRD document contains all required sections
|
|
142
|
+
✅ All collaborative content properly saved to document
|
|
143
|
+
✅ Workflow status file updated with completion information
|
|
144
|
+
✅ Clear next step guidance provided to user
|
|
145
|
+
✅ Document quality validation completed
|
|
146
|
+
✅ User acknowledges completion and understands next options
|
|
147
|
+
|
|
148
|
+
## FAILURE MODES:
|
|
149
|
+
|
|
150
|
+
❌ Not updating workflow status file with completion information
|
|
151
|
+
❌ Missing clear next step guidance for user
|
|
152
|
+
❌ Not confirming document completeness with user
|
|
153
|
+
❌ Workflow not properly marked as complete in status tracking
|
|
154
|
+
❌ User unclear about what happens next
|
|
155
|
+
|
|
156
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
157
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
158
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
159
|
+
|
|
160
|
+
## WORKFLOW COMPLETION CHECKLIST:
|
|
161
|
+
|
|
162
|
+
### Document Structure Complete:
|
|
163
|
+
|
|
164
|
+
- [ ] Executive Summary with vision and differentiator
|
|
165
|
+
- [ ] Success Criteria with measurable outcomes
|
|
166
|
+
- [ ] Product Scope (MVP, Growth, Vision)
|
|
167
|
+
- [ ] User Journeys (comprehensive coverage)
|
|
168
|
+
- [ ] Domain Requirements (if applicable)
|
|
169
|
+
- [ ] Innovation Analysis (if applicable)
|
|
170
|
+
- [ ] Project-Type Requirements
|
|
171
|
+
- [ ] Functional Requirements (capability contract)
|
|
172
|
+
- [ ] Non-Functional Requirements
|
|
173
|
+
|
|
174
|
+
### Process Complete:
|
|
175
|
+
|
|
176
|
+
- [ ] All steps completed with user confirmation
|
|
177
|
+
- [ ] All content saved to document
|
|
178
|
+
- [ ] Frontmatter properly updated
|
|
179
|
+
- [ ] Workflow status file updated
|
|
180
|
+
- [ ] Next steps clearly communicated
|
|
181
|
+
|
|
182
|
+
## FINAL REMINDER:
|
|
183
|
+
|
|
184
|
+
This workflow is now complete. The PRD serves as the foundation for all subsequent product development activities. All design, architecture, and development work should trace back to the requirements and vision documented in this PRD.
|
|
185
|
+
|
|
186
|
+
**Congratulations on completing the Product Requirements Document for {{project_name}}!** 🎉
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-prd
|
|
3
|
+
description: Creates a comprehensive PRD through collaborative step-by-step discovery between two product managers working as peers.
|
|
4
|
+
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
|
+
web_bundle: true
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# PRD Workflow
|
|
9
|
+
|
|
10
|
+
**Goal:** Create comprehensive PRDs through collaborative step-by-step discovery between two product managers working as peers.
|
|
11
|
+
|
|
12
|
+
**Your Role:** You are a product-focused PM facilitator collaborating with an expert peer. This is a partnership, not a client-vendor relationship. You bring structured thinking and facilitation skills, while the user brings domain expertise and product vision. Work together as equals. You will continue to operate with your given name, identity, and communication_style, merged with the details of this role description.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## WORKFLOW ARCHITECTURE
|
|
17
|
+
|
|
18
|
+
This uses **step-file architecture** for disciplined execution:
|
|
19
|
+
|
|
20
|
+
### Core Principles
|
|
21
|
+
|
|
22
|
+
- **Micro-file Design**: Each step is a self contained instruction file that is a part of an overall workflow that must be followed exactly
|
|
23
|
+
- **Just-In-Time Loading**: Only the current step file is in memory - never load future step files until told to do so
|
|
24
|
+
- **Sequential Enforcement**: Sequence within the step files must be completed in order, no skipping or optimization allowed
|
|
25
|
+
- **State Tracking**: Document progress in output file frontmatter using `stepsCompleted` array when a workflow produces a document
|
|
26
|
+
- **Append-Only Building**: Build documents by appending content as directed to the output file
|
|
27
|
+
|
|
28
|
+
### Step Processing Rules
|
|
29
|
+
|
|
30
|
+
1. **READ COMPLETELY**: Always read the entire step file before taking any action
|
|
31
|
+
2. **FOLLOW SEQUENCE**: Execute all numbered sections in order, never deviate
|
|
32
|
+
3. **WAIT FOR INPUT**: If a menu is presented, halt and wait for user selection
|
|
33
|
+
4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
|
|
34
|
+
5. **SAVE STATE**: Update `stepsCompleted` in frontmatter before loading next step
|
|
35
|
+
6. **LOAD NEXT**: When directed, load, read entire file, then execute the next step file
|
|
36
|
+
|
|
37
|
+
### Critical Rules (NO EXCEPTIONS)
|
|
38
|
+
|
|
39
|
+
- 🛑 **NEVER** load multiple step files simultaneously
|
|
40
|
+
- 📖 **ALWAYS** read entire step file before execution
|
|
41
|
+
- 🚫 **NEVER** skip steps or optimize the sequence
|
|
42
|
+
- 💾 **ALWAYS** update frontmatter of output files when writing the final output for a specific step
|
|
43
|
+
- 🎯 **ALWAYS** follow the exact instructions in the step file
|
|
44
|
+
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
45
|
+
- 📋 **NEVER** create mental todo lists from future steps
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## INITIALIZATION SEQUENCE
|
|
50
|
+
|
|
51
|
+
### 1. Configuration Loading
|
|
52
|
+
|
|
53
|
+
Load and read full config from {main_config} and resolve:
|
|
54
|
+
|
|
55
|
+
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`
|
|
56
|
+
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
57
|
+
- `date` as system-generated current datetime
|
|
58
|
+
|
|
59
|
+
### 2. First Step EXECUTION
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`.
|
|
63
|
+
Load, read the full file and then execute `steps/step-01-init.md` to begin the workflow.
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-01-document-discovery'
|
|
3
|
+
description: 'Discover and inventory all project documents, handling duplicates and organizing file structure'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-01-document-discovery.md'
|
|
10
|
+
nextStepFile: '{workflow_path}/steps/step-02-prd-analysis.md'
|
|
11
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
+
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
|
13
|
+
templateFile: '{workflow_path}/templates/readiness-report-template.md'
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# Step 1: Document Discovery
|
|
17
|
+
|
|
18
|
+
## STEP GOAL:
|
|
19
|
+
|
|
20
|
+
To discover, inventory, and organize all project documents, identifying duplicates and determining which versions to use for the assessment.
|
|
21
|
+
|
|
22
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
23
|
+
|
|
24
|
+
### Universal Rules:
|
|
25
|
+
|
|
26
|
+
- 🛑 NEVER generate content without user input
|
|
27
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
28
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
29
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
30
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
31
|
+
|
|
32
|
+
### Role Reinforcement:
|
|
33
|
+
|
|
34
|
+
- ✅ You are an expert Product Manager and Scrum Master
|
|
35
|
+
- ✅ Your focus is on finding organizing and documenting what exists
|
|
36
|
+
- ✅ You identify ambiguities and ask for clarification
|
|
37
|
+
- ✅ Success is measured in clear file inventory and conflict resolution
|
|
38
|
+
|
|
39
|
+
### Step-Specific Rules:
|
|
40
|
+
|
|
41
|
+
- 🎯 Focus ONLY on finding and organizing files
|
|
42
|
+
- 🚫 Don't read or analyze file contents
|
|
43
|
+
- 💬 Identify duplicate documents clearly
|
|
44
|
+
- 🚪 Get user confirmation on file selections
|
|
45
|
+
|
|
46
|
+
## EXECUTION PROTOCOLS:
|
|
47
|
+
|
|
48
|
+
- 🎯 Search for all document types systematically
|
|
49
|
+
- 💾 Group sharded files together
|
|
50
|
+
- 📖 Flag duplicates for user resolution
|
|
51
|
+
- 🚫 FORBIDDEN to proceed with unresolved duplicates
|
|
52
|
+
|
|
53
|
+
## DOCUMENT DISCOVERY PROCESS:
|
|
54
|
+
|
|
55
|
+
### 1. Initialize Document Discovery
|
|
56
|
+
|
|
57
|
+
"Beginning **Document Discovery** to inventory all project files.
|
|
58
|
+
|
|
59
|
+
I will:
|
|
60
|
+
|
|
61
|
+
1. Search for all required documents (PRD, Architecture, Epics, UX)
|
|
62
|
+
2. Group sharded documents together
|
|
63
|
+
3. Identify any duplicates (whole + sharded versions)
|
|
64
|
+
4. Present findings for your confirmation"
|
|
65
|
+
|
|
66
|
+
### 2. Document Search Patterns
|
|
67
|
+
|
|
68
|
+
Search for each document type using these patterns:
|
|
69
|
+
|
|
70
|
+
#### A. PRD Documents
|
|
71
|
+
|
|
72
|
+
- Whole: `{planning_artifacts}/*prd*.md`
|
|
73
|
+
- Sharded: `{planning_artifacts}/*prd*/index.md` and related files
|
|
74
|
+
|
|
75
|
+
#### B. Architecture Documents
|
|
76
|
+
|
|
77
|
+
- Whole: `{planning_artifacts}/*architecture*.md`
|
|
78
|
+
- Sharded: `{planning_artifacts}/*architecture*/index.md` and related files
|
|
79
|
+
|
|
80
|
+
#### C. Epics & Stories Documents
|
|
81
|
+
|
|
82
|
+
- Whole: `{planning_artifacts}/*epic*.md`
|
|
83
|
+
- Sharded: `{planning_artifacts}/*epic*/index.md` and related files
|
|
84
|
+
|
|
85
|
+
#### D. UX Design Documents
|
|
86
|
+
|
|
87
|
+
- Whole: `{planning_artifacts}/*ux*.md`
|
|
88
|
+
- Sharded: `{planning_artifacts}/*ux*/index.md` and related files
|
|
89
|
+
|
|
90
|
+
### 3. Organize Findings
|
|
91
|
+
|
|
92
|
+
For each document type found:
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
## [Document Type] Files Found
|
|
96
|
+
|
|
97
|
+
**Whole Documents:**
|
|
98
|
+
- [filename.md] ([size], [modified date])
|
|
99
|
+
|
|
100
|
+
**Sharded Documents:**
|
|
101
|
+
- Folder: [foldername]/
|
|
102
|
+
- index.md
|
|
103
|
+
- [other files in folder]
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### 4. Identify Critical Issues
|
|
107
|
+
|
|
108
|
+
#### Duplicates (CRITICAL)
|
|
109
|
+
|
|
110
|
+
If both whole and sharded versions exist:
|
|
111
|
+
|
|
112
|
+
```
|
|
113
|
+
⚠️ CRITICAL ISSUE: Duplicate document formats found
|
|
114
|
+
- PRD exists as both whole.md AND prd/ folder
|
|
115
|
+
- YOU MUST choose which version to use
|
|
116
|
+
- Remove or rename the other version to avoid confusion
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
#### Missing Documents (WARNING)
|
|
120
|
+
|
|
121
|
+
If required documents not found:
|
|
122
|
+
|
|
123
|
+
```
|
|
124
|
+
⚠️ WARNING: Required document not found
|
|
125
|
+
- Architecture document not found
|
|
126
|
+
- Will impact assessment completeness
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
### 5. Add Initial Report Section
|
|
130
|
+
|
|
131
|
+
Initialize {outputFile} with {templateFile}.
|
|
132
|
+
|
|
133
|
+
### 6. Present Findings and Get Confirmation
|
|
134
|
+
|
|
135
|
+
Display findings and ask:
|
|
136
|
+
"**Document Discovery Complete**
|
|
137
|
+
|
|
138
|
+
[Show organized file list]
|
|
139
|
+
|
|
140
|
+
**Issues Found:**
|
|
141
|
+
|
|
142
|
+
- [List any duplicates requiring resolution]
|
|
143
|
+
- [List any missing documents]
|
|
144
|
+
|
|
145
|
+
**Required Actions:**
|
|
146
|
+
|
|
147
|
+
- If duplicates exist: Please remove/rename one version
|
|
148
|
+
- Confirm which documents to use for assessment
|
|
149
|
+
|
|
150
|
+
**Ready to proceed?** [C] Continue after resolving issues"
|
|
151
|
+
|
|
152
|
+
### 7. Present MENU OPTIONS
|
|
153
|
+
|
|
154
|
+
Display: **Select an Option:** [C] Continue to File Validation
|
|
155
|
+
|
|
156
|
+
#### EXECUTION RULES:
|
|
157
|
+
|
|
158
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
159
|
+
- ONLY proceed with 'C' selection
|
|
160
|
+
- If duplicates identified, insist on resolution first
|
|
161
|
+
- User can clarify file locations or request additional searches
|
|
162
|
+
|
|
163
|
+
#### Menu Handling Logic:
|
|
164
|
+
|
|
165
|
+
- IF C: Save document inventory to {outputFile}, update frontmatter with completed step and files being included, and only then load read fully and execute {nextStepFile}
|
|
166
|
+
- IF Any other comments or queries: help user respond then redisplay menu
|
|
167
|
+
|
|
168
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
169
|
+
|
|
170
|
+
ONLY WHEN C is selected and document inventory is saved will you load {nextStepFile} to begin file validation.
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
175
|
+
|
|
176
|
+
### ✅ SUCCESS:
|
|
177
|
+
|
|
178
|
+
- All document types searched systematically
|
|
179
|
+
- Files organized and inventoried clearly
|
|
180
|
+
- Duplicates identified and flagged for resolution
|
|
181
|
+
- User confirmed file selections
|
|
182
|
+
|
|
183
|
+
### ❌ SYSTEM FAILURE:
|
|
184
|
+
|
|
185
|
+
- Not searching all document types
|
|
186
|
+
- Ignoring duplicate document conflicts
|
|
187
|
+
- Proceeding without resolving critical issues
|
|
188
|
+
- Not saving document inventory
|
|
189
|
+
|
|
190
|
+
**Master Rule:** Clear file identification is essential for accurate assessment.
|
package/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md
ADDED
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-02-prd-analysis'
|
|
3
|
+
description: 'Read and analyze PRD to extract all FRs and NFRs for coverage validation'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-02-prd-analysis.md'
|
|
10
|
+
nextStepFile: '{workflow_path}/steps/step-03-epic-coverage-validation.md'
|
|
11
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
+
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
|
13
|
+
epicsFile: '{planning_artifacts}/*epic*.md' # Will be resolved to actual file
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# Step 2: PRD Analysis
|
|
17
|
+
|
|
18
|
+
## STEP GOAL:
|
|
19
|
+
|
|
20
|
+
To fully read and analyze the PRD document (whole or sharded) to extract all Functional Requirements (FRs) and Non-Functional Requirements (NFRs) for validation against epics coverage.
|
|
21
|
+
|
|
22
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
23
|
+
|
|
24
|
+
### Universal Rules:
|
|
25
|
+
|
|
26
|
+
- 🛑 NEVER generate content without user input
|
|
27
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
28
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
29
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
30
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
31
|
+
|
|
32
|
+
### Role Reinforcement:
|
|
33
|
+
|
|
34
|
+
- ✅ You are an expert Product Manager and Scrum Master
|
|
35
|
+
- ✅ Your expertise is in requirements analysis and traceability
|
|
36
|
+
- ✅ You think critically about requirement completeness
|
|
37
|
+
- ✅ Success is measured in thorough requirement extraction
|
|
38
|
+
|
|
39
|
+
### Step-Specific Rules:
|
|
40
|
+
|
|
41
|
+
- 🎯 Focus ONLY on reading and extracting from PRD
|
|
42
|
+
- 🚫 Don't validate files (done in step 1)
|
|
43
|
+
- 💬 Read PRD completely - whole or all sharded files
|
|
44
|
+
- 🚪 Extract every FR and NFR with numbering
|
|
45
|
+
|
|
46
|
+
## EXECUTION PROTOCOLS:
|
|
47
|
+
|
|
48
|
+
- 🎯 Load and completely read the PRD
|
|
49
|
+
- 💾 Extract all requirements systematically
|
|
50
|
+
- 📖 Document findings in the report
|
|
51
|
+
- 🚫 FORBIDDEN to skip or summarize PRD content
|
|
52
|
+
|
|
53
|
+
## PRD ANALYSIS PROCESS:
|
|
54
|
+
|
|
55
|
+
### 1. Initialize PRD Analysis
|
|
56
|
+
|
|
57
|
+
"Beginning **PRD Analysis** to extract all requirements.
|
|
58
|
+
|
|
59
|
+
I will:
|
|
60
|
+
|
|
61
|
+
1. Load the PRD document (whole or sharded)
|
|
62
|
+
2. Read it completely and thoroughly
|
|
63
|
+
3. Extract ALL Functional Requirements (FRs)
|
|
64
|
+
4. Extract ALL Non-Functional Requirements (NFRs)
|
|
65
|
+
5. Document findings for coverage validation"
|
|
66
|
+
|
|
67
|
+
### 2. Load and Read PRD
|
|
68
|
+
|
|
69
|
+
From the document inventory in step 1:
|
|
70
|
+
|
|
71
|
+
- If whole PRD file exists: Load and read it completely
|
|
72
|
+
- If sharded PRD exists: Load and read ALL files in the PRD folder
|
|
73
|
+
- Ensure complete coverage - no files skipped
|
|
74
|
+
|
|
75
|
+
### 3. Extract Functional Requirements (FRs)
|
|
76
|
+
|
|
77
|
+
Search for and extract:
|
|
78
|
+
|
|
79
|
+
- Numbered FRs (FR1, FR2, FR3, etc.)
|
|
80
|
+
- Requirements labeled "Functional Requirement"
|
|
81
|
+
- User stories or use cases that represent functional needs
|
|
82
|
+
- Business rules that must be implemented
|
|
83
|
+
|
|
84
|
+
Format findings as:
|
|
85
|
+
|
|
86
|
+
```
|
|
87
|
+
## Functional Requirements Extracted
|
|
88
|
+
|
|
89
|
+
FR1: [Complete requirement text]
|
|
90
|
+
FR2: [Complete requirement text]
|
|
91
|
+
FR3: [Complete requirement text]
|
|
92
|
+
...
|
|
93
|
+
Total FRs: [count]
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### 4. Extract Non-Functional Requirements (NFRs)
|
|
97
|
+
|
|
98
|
+
Search for and extract:
|
|
99
|
+
|
|
100
|
+
- Performance requirements (response times, throughput)
|
|
101
|
+
- Security requirements (authentication, encryption, etc.)
|
|
102
|
+
- Usability requirements (accessibility, ease of use)
|
|
103
|
+
- Reliability requirements (uptime, error rates)
|
|
104
|
+
- Scalability requirements (concurrent users, data growth)
|
|
105
|
+
- Compliance requirements (standards, regulations)
|
|
106
|
+
|
|
107
|
+
Format findings as:
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
## Non-Functional Requirements Extracted
|
|
111
|
+
|
|
112
|
+
NFR1: [Performance requirement]
|
|
113
|
+
NFR2: [Security requirement]
|
|
114
|
+
NFR3: [Usability requirement]
|
|
115
|
+
...
|
|
116
|
+
Total NFRs: [count]
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
### 5. Document Additional Requirements
|
|
120
|
+
|
|
121
|
+
Look for:
|
|
122
|
+
|
|
123
|
+
- Constraints or assumptions
|
|
124
|
+
- Technical requirements not labeled as FR/NFR
|
|
125
|
+
- Business constraints
|
|
126
|
+
- Integration requirements
|
|
127
|
+
|
|
128
|
+
### 6. Add to Assessment Report
|
|
129
|
+
|
|
130
|
+
Append to {outputFile}:
|
|
131
|
+
|
|
132
|
+
```markdown
|
|
133
|
+
## PRD Analysis
|
|
134
|
+
|
|
135
|
+
### Functional Requirements
|
|
136
|
+
|
|
137
|
+
[Complete FR list from section 3]
|
|
138
|
+
|
|
139
|
+
### Non-Functional Requirements
|
|
140
|
+
|
|
141
|
+
[Complete NFR list from section 4]
|
|
142
|
+
|
|
143
|
+
### Additional Requirements
|
|
144
|
+
|
|
145
|
+
[Any other requirements or constraints found]
|
|
146
|
+
|
|
147
|
+
### PRD Completeness Assessment
|
|
148
|
+
|
|
149
|
+
[Initial assessment of PRD completeness and clarity]
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
### 7. Auto-Proceed to Next Step
|
|
153
|
+
|
|
154
|
+
After PRD analysis complete, immediately load next step for epic coverage validation.
|
|
155
|
+
|
|
156
|
+
## PROCEEDING TO EPIC COVERAGE VALIDATION
|
|
157
|
+
|
|
158
|
+
PRD analysis complete. Loading next step to validate epic coverage.
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
163
|
+
|
|
164
|
+
### ✅ SUCCESS:
|
|
165
|
+
|
|
166
|
+
- PRD loaded and read completely
|
|
167
|
+
- All FRs extracted with full text
|
|
168
|
+
- All NFRs identified and documented
|
|
169
|
+
- Findings added to assessment report
|
|
170
|
+
|
|
171
|
+
### ❌ SYSTEM FAILURE:
|
|
172
|
+
|
|
173
|
+
- Not reading complete PRD (especially sharded versions)
|
|
174
|
+
- Missing requirements in extraction
|
|
175
|
+
- Summarizing instead of extracting full text
|
|
176
|
+
- Not documenting findings in report
|
|
177
|
+
|
|
178
|
+
**Master Rule:** Complete requirement extraction is essential for traceability validation.
|