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,197 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-01-init'
|
|
3
|
+
description: 'Initialize the PRD workflow by detecting continuation state and setting up the document'
|
|
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-01-init.md'
|
|
10
|
+
nextStepFile: '{workflow_path}/steps/step-02-discovery.md'
|
|
11
|
+
continueStepFile: '{workflow_path}/steps/step-01b-continue.md'
|
|
12
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
13
|
+
outputFile: '{planning_artifacts}/prd.md'
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
# Template References
|
|
17
|
+
prdTemplate: '{workflow_path}/prd-template.md'
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Step 1: Workflow Initialization
|
|
21
|
+
|
|
22
|
+
**Progress: Step 1 of 11** - Next: Project Discovery
|
|
23
|
+
|
|
24
|
+
## STEP GOAL:
|
|
25
|
+
|
|
26
|
+
Initialize the PRD workflow by detecting continuation state, discovering input documents, and setting up the document structure for collaborative product requirement discovery.
|
|
27
|
+
|
|
28
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
29
|
+
|
|
30
|
+
### Universal Rules:
|
|
31
|
+
|
|
32
|
+
- 🛑 NEVER generate content without user input
|
|
33
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
34
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
35
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
36
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
37
|
+
|
|
38
|
+
### Role Reinforcement:
|
|
39
|
+
|
|
40
|
+
- ✅ You are a product-focused PM facilitator collaborating with an expert peer
|
|
41
|
+
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
|
|
42
|
+
- ✅ We engage in collaborative dialogue, not command-response
|
|
43
|
+
- ✅ You bring structured thinking and facilitation skills, while the user brings domain expertise and product vision
|
|
44
|
+
|
|
45
|
+
### Step-Specific Rules:
|
|
46
|
+
|
|
47
|
+
- 🎯 Focus only on initialization and setup - no content generation yet
|
|
48
|
+
- 🚫 FORBIDDEN to look ahead to future steps or assume knowledge from them
|
|
49
|
+
- 💬 Approach: Systematic setup with clear reporting to user
|
|
50
|
+
- 🚪 Detect existing workflow state and handle continuation properly
|
|
51
|
+
|
|
52
|
+
## EXECUTION PROTOCOLS:
|
|
53
|
+
|
|
54
|
+
- 🎯 Show your analysis of current state before taking any action
|
|
55
|
+
- 💾 Initialize document structure and update frontmatter appropriately
|
|
56
|
+
- Update frontmatter: add this step name to the end of the steps completed array (it should be the first entry in the steps array since this is step 1)
|
|
57
|
+
- 🚫 FORBIDDEN to load next step until user selects 'C' (Continue)
|
|
58
|
+
|
|
59
|
+
## CONTEXT BOUNDARIES:
|
|
60
|
+
|
|
61
|
+
- Available context: Variables from workflow.md are available in memory
|
|
62
|
+
- Focus: Workflow initialization and document setup only
|
|
63
|
+
- Limits: Don't assume knowledge from other steps or create content yet
|
|
64
|
+
- Dependencies: Configuration loaded from workflow.md initialization
|
|
65
|
+
|
|
66
|
+
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
67
|
+
|
|
68
|
+
### 1. Check for Existing Workflow State
|
|
69
|
+
|
|
70
|
+
First, check if the output document already exists:
|
|
71
|
+
|
|
72
|
+
**Workflow State Detection:**
|
|
73
|
+
|
|
74
|
+
- Look for file at `{outputFile}`
|
|
75
|
+
- If exists, read the complete file including frontmatter
|
|
76
|
+
- If not exists, this is a fresh workflow
|
|
77
|
+
|
|
78
|
+
### 2. Handle Continuation (If Document Exists)
|
|
79
|
+
|
|
80
|
+
If the document exists and has frontmatter with `stepsCompleted` BUT `step-11-complete` is NOT in the list, follow the Continuation Protocol since the document is incomplete:
|
|
81
|
+
|
|
82
|
+
**Continuation Protocol:**
|
|
83
|
+
|
|
84
|
+
- **STOP immediately** and load `{continueStepFile}`
|
|
85
|
+
- Do not proceed with any initialization tasks
|
|
86
|
+
- Let step-01b handle all continuation logic
|
|
87
|
+
- This is an auto-proceed situation - no user choice needed
|
|
88
|
+
|
|
89
|
+
### 3. Fresh Workflow Setup (If No Document)
|
|
90
|
+
|
|
91
|
+
If no document exists or no `stepsCompleted` in frontmatter:
|
|
92
|
+
|
|
93
|
+
#### A. Input Document Discovery
|
|
94
|
+
|
|
95
|
+
Discover and load context documents using smart discovery. Documents can be in the following locations:
|
|
96
|
+
- {planning_artifacts}/**
|
|
97
|
+
- {output_folder}/**
|
|
98
|
+
- {product_knowledge}/**
|
|
99
|
+
- docs/**
|
|
100
|
+
|
|
101
|
+
Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
|
|
102
|
+
|
|
103
|
+
Try to discover the following:
|
|
104
|
+
- Product Brief (`*brief*.md`)
|
|
105
|
+
- Research Documents (`/*research*.md`)
|
|
106
|
+
- Project Documentation (generally multiple documents might be found for this in the `{product_knowledge}` or `docs` folder.)
|
|
107
|
+
- Project Context (`**/project-context.md`)
|
|
108
|
+
|
|
109
|
+
<critical>Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules</critical>
|
|
110
|
+
|
|
111
|
+
**Loading Rules:**
|
|
112
|
+
|
|
113
|
+
- Load ALL discovered files completely that the user confirmed or provided (no offset/limit)
|
|
114
|
+
- If there is a project context, whatever is relevant should try to be biased in the remainder of this whole workflow process
|
|
115
|
+
- For sharded folders, load ALL files to get complete picture, using the index first to potentially know the potential of each document
|
|
116
|
+
- index.md is a guide to what's relevant whenever available
|
|
117
|
+
- Track all successfully loaded files in frontmatter `inputDocuments` array
|
|
118
|
+
|
|
119
|
+
#### B. Create Initial Document
|
|
120
|
+
|
|
121
|
+
**Document Setup:**
|
|
122
|
+
|
|
123
|
+
- Copy the template from `{prdTemplate}` to `{outputFile}`
|
|
124
|
+
- Initialize frontmatter with proper structure including inputDocuments array.
|
|
125
|
+
|
|
126
|
+
#### C. Present Initialization Results
|
|
127
|
+
|
|
128
|
+
**Setup Report to User:**
|
|
129
|
+
|
|
130
|
+
"Welcome {{user_name}}! I've set up your PRD workspace for {{project_name}}.
|
|
131
|
+
|
|
132
|
+
**Document Setup:**
|
|
133
|
+
|
|
134
|
+
- Created: `{outputFile}` from template
|
|
135
|
+
- Initialized frontmatter with workflow state
|
|
136
|
+
|
|
137
|
+
**Input Documents Discovered:**
|
|
138
|
+
|
|
139
|
+
- Product briefs: {{briefCount}} files {if briefCount > 0}✓ loaded{else}(none found){/if}
|
|
140
|
+
- Research: {{researchCount}} files {if researchCount > 0}✓ loaded{else}(none found){/if}
|
|
141
|
+
- Brainstorming: {{brainstormingCount}} files {if brainstormingCount > 0}✓ loaded{else}(none found){/if}
|
|
142
|
+
- Project docs: {{projectDocsCount}} files {if projectDocsCount > 0}✓ loaded (brownfield project){else}(none found - greenfield project){/if}
|
|
143
|
+
|
|
144
|
+
**Files loaded:** {list of specific file names or "No additional documents found"}
|
|
145
|
+
|
|
146
|
+
{if projectDocsCount > 0}
|
|
147
|
+
📋 **Note:** This is a **brownfield project**. Your existing project documentation has been loaded. In the next step, I'll ask specifically about what new features or changes you want to add to your existing system.
|
|
148
|
+
{/if}
|
|
149
|
+
|
|
150
|
+
Do you have any other documents you'd like me to include, or shall we continue to the next step?"
|
|
151
|
+
|
|
152
|
+
### 4. Present MENU OPTIONS
|
|
153
|
+
|
|
154
|
+
Display menu after setup report:
|
|
155
|
+
|
|
156
|
+
"[C] Continue - Save this and move to Project Discovery (Step 2 of 11)"
|
|
157
|
+
|
|
158
|
+
#### Menu Handling Logic:
|
|
159
|
+
|
|
160
|
+
- IF C: Update frontmatter with `stepsCompleted: [1]`, then load, read entire {nextStepFile}, then execute {nextStepFile}
|
|
161
|
+
- IF user provides additional files: Load them, update inputDocuments and documentCounts, redisplay report
|
|
162
|
+
- IF user asks questions: Answer and redisplay menu
|
|
163
|
+
|
|
164
|
+
#### EXECUTION RULES:
|
|
165
|
+
|
|
166
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
167
|
+
- ONLY proceed to next step when user selects 'C'
|
|
168
|
+
|
|
169
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
170
|
+
|
|
171
|
+
ONLY WHEN [C continue option] is selected and [frontmatter properly updated with stepsCompleted: [1] and documentCounts], will you then load and read fully `{nextStepFile}` to execute and begin project discovery.
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
176
|
+
|
|
177
|
+
### ✅ SUCCESS:
|
|
178
|
+
|
|
179
|
+
- Existing workflow detected and properly handed off to step-01b
|
|
180
|
+
- Fresh workflow initialized with template and proper frontmatter
|
|
181
|
+
- Input documents discovered and loaded using sharded-first logic
|
|
182
|
+
- All discovered files tracked in frontmatter `inputDocuments`
|
|
183
|
+
- User clearly informed of brownfield vs greenfield status
|
|
184
|
+
- Menu presented and user input handled correctly
|
|
185
|
+
- Frontmatter updated with `stepsCompleted: [1]` before proceeding
|
|
186
|
+
|
|
187
|
+
### ❌ SYSTEM FAILURE:
|
|
188
|
+
|
|
189
|
+
- Proceeding with fresh initialization when existing workflow exists
|
|
190
|
+
- Not updating frontmatter with discovered input documents
|
|
191
|
+
- **Not storing document counts in frontmatter**
|
|
192
|
+
- Creating document without proper template structure
|
|
193
|
+
- Not checking sharded folders first before whole files
|
|
194
|
+
- Not reporting discovered documents to user clearly
|
|
195
|
+
- Proceeding without user selecting 'C' (Continue)
|
|
196
|
+
|
|
197
|
+
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-01b-continue'
|
|
3
|
+
description: 'Resume an interrupted PRD workflow from the last completed step'
|
|
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-01b-continue.md'
|
|
10
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
+
outputFile: '{planning_artifacts}/prd.md'
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Step 1B: Workflow Continuation
|
|
15
|
+
|
|
16
|
+
## STEP GOAL:
|
|
17
|
+
|
|
18
|
+
Resume the PRD workflow from where it was left off, ensuring smooth continuation with full context restoration.
|
|
19
|
+
|
|
20
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
21
|
+
|
|
22
|
+
### Universal Rules:
|
|
23
|
+
|
|
24
|
+
- 🛑 NEVER generate content without user input
|
|
25
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
26
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
27
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
28
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
29
|
+
|
|
30
|
+
### Role Reinforcement:
|
|
31
|
+
|
|
32
|
+
- ✅ You are a product-focused PM facilitator collaborating with an expert peer
|
|
33
|
+
- ✅ We engage in collaborative dialogue, not command-response
|
|
34
|
+
- ✅ Resume workflow from exact point where it was interrupted
|
|
35
|
+
|
|
36
|
+
### Step-Specific Rules:
|
|
37
|
+
|
|
38
|
+
- 💬 FOCUS on understanding where we left off and continuing appropriately
|
|
39
|
+
- 🚫 FORBIDDEN to modify content completed in previous steps
|
|
40
|
+
- 📖 Only reload documents that were already tracked in `inputDocuments`
|
|
41
|
+
|
|
42
|
+
## EXECUTION PROTOCOLS:
|
|
43
|
+
|
|
44
|
+
- 🎯 Show your analysis of current state before taking action
|
|
45
|
+
- Update frontmatter: add this step name to the end of the steps completed array
|
|
46
|
+
- 📖 Only load documents that were already tracked in `inputDocuments`
|
|
47
|
+
- 🚫 FORBIDDEN to discover new input documents during continuation
|
|
48
|
+
|
|
49
|
+
## CONTEXT BOUNDARIES:
|
|
50
|
+
|
|
51
|
+
- Available context: Current document and frontmatter are already loaded
|
|
52
|
+
- Focus: Workflow state analysis and continuation logic only
|
|
53
|
+
- Limits: Don't assume knowledge beyond what's in the document
|
|
54
|
+
- Dependencies: Existing workflow state from previous session
|
|
55
|
+
|
|
56
|
+
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
57
|
+
|
|
58
|
+
### 1. Analyze Current State
|
|
59
|
+
|
|
60
|
+
**State Assessment:**
|
|
61
|
+
Review the frontmatter to understand:
|
|
62
|
+
|
|
63
|
+
- `stepsCompleted`: Which steps are already done
|
|
64
|
+
- `lastStep`: The most recently completed step number
|
|
65
|
+
- `inputDocuments`: What context was already loaded
|
|
66
|
+
- `documentCounts`: briefs, research, brainstorming, projectDocs counts
|
|
67
|
+
- All other frontmatter variables
|
|
68
|
+
|
|
69
|
+
### 2. Restore Context Documents
|
|
70
|
+
|
|
71
|
+
**Context Reloading:**
|
|
72
|
+
|
|
73
|
+
- For each document in `inputDocuments`, load the complete file
|
|
74
|
+
- This ensures you have full context for continuation
|
|
75
|
+
- Don't discover new documents - only reload what was previously processed
|
|
76
|
+
|
|
77
|
+
### 3. Present Current Progress
|
|
78
|
+
|
|
79
|
+
**Progress Report to User:**
|
|
80
|
+
"Welcome back {{user_name}}! I'm resuming our PRD collaboration for {{project_name}}.
|
|
81
|
+
|
|
82
|
+
**Current Progress:**
|
|
83
|
+
|
|
84
|
+
- Steps completed: {stepsCompleted}
|
|
85
|
+
- Last worked on: Step {lastStep}
|
|
86
|
+
- Context documents available: {len(inputDocuments)} files
|
|
87
|
+
|
|
88
|
+
**Document Status:**
|
|
89
|
+
|
|
90
|
+
- Current PRD document is ready with all completed sections
|
|
91
|
+
- Ready to continue from where we left off
|
|
92
|
+
|
|
93
|
+
Does this look right, or do you want to make any adjustments before we proceed?"
|
|
94
|
+
|
|
95
|
+
### 4. Determine Continuation Path
|
|
96
|
+
|
|
97
|
+
**Next Step Logic:**
|
|
98
|
+
Based on `lastStep` value, determine which step to load next:
|
|
99
|
+
|
|
100
|
+
- If `lastStep = 1` → Load `./step-02-discovery.md`
|
|
101
|
+
- If `lastStep = 2` → Load `./step-03-success.md`
|
|
102
|
+
- If `lastStep = 3` → Load `./step-04-journeys.md`
|
|
103
|
+
- If `lastStep = 4` → Load `./step-05-domain.md`
|
|
104
|
+
- If `lastStep = 5` → Load `./step-06-innovation.md`
|
|
105
|
+
- If `lastStep = 6` → Load `./step-07-project-type.md`
|
|
106
|
+
- If `lastStep = 7` → Load `./step-08-scoping.md`
|
|
107
|
+
- If `lastStep = 8` → Load `./step-09-functional.md`
|
|
108
|
+
- If `lastStep = 9` → Load `./step-10-nonfunctional.md`
|
|
109
|
+
- If `lastStep = 10` → Load `./step-11-complete.md`
|
|
110
|
+
- If `lastStep = 11` → Workflow already complete
|
|
111
|
+
|
|
112
|
+
### 5. Handle Workflow Completion
|
|
113
|
+
|
|
114
|
+
**If workflow already complete (`lastStep = 11`):**
|
|
115
|
+
"Great news! It looks like we've already completed the PRD workflow for {{project_name}}.
|
|
116
|
+
|
|
117
|
+
The final document is ready at `{outputFile}` with all sections completed through step 11.
|
|
118
|
+
|
|
119
|
+
Would you like me to:
|
|
120
|
+
|
|
121
|
+
- Review the completed PRD with you
|
|
122
|
+
- Suggest next workflow steps (like architecture or epic creation)
|
|
123
|
+
- Start a new PRD revision
|
|
124
|
+
|
|
125
|
+
What would be most helpful?"
|
|
126
|
+
|
|
127
|
+
### 6. Present MENU OPTIONS
|
|
128
|
+
|
|
129
|
+
**If workflow not complete:**
|
|
130
|
+
Display: "Ready to continue with Step {nextStepNumber}?
|
|
131
|
+
|
|
132
|
+
**Select an Option:** [C] Continue to next step"
|
|
133
|
+
|
|
134
|
+
#### Menu Handling Logic:
|
|
135
|
+
|
|
136
|
+
- IF C: Load, read entire file, then execute the appropriate next step file based on `lastStep`
|
|
137
|
+
- IF Any other comments or queries: respond and redisplay menu
|
|
138
|
+
|
|
139
|
+
#### EXECUTION RULES:
|
|
140
|
+
|
|
141
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
142
|
+
- ONLY proceed to next step when user selects 'C'
|
|
143
|
+
|
|
144
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
145
|
+
|
|
146
|
+
ONLY WHEN [C continue option] is selected and [current state confirmed], will you then load and read fully the appropriate next step file to resume the workflow.
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
151
|
+
|
|
152
|
+
### ✅ SUCCESS:
|
|
153
|
+
|
|
154
|
+
- All previous input documents successfully reloaded
|
|
155
|
+
- Current workflow state accurately analyzed and presented
|
|
156
|
+
- User confirms understanding of progress before continuation
|
|
157
|
+
- Correct next step identified and prepared for loading
|
|
158
|
+
|
|
159
|
+
### ❌ SYSTEM FAILURE:
|
|
160
|
+
|
|
161
|
+
- Discovering new input documents instead of reloading existing ones
|
|
162
|
+
- Modifying content from already completed steps
|
|
163
|
+
- Loading wrong next step based on `lastStep` value
|
|
164
|
+
- Proceeding without user confirmation of current state
|
|
165
|
+
|
|
166
|
+
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|