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,379 @@
|
|
|
1
|
+
# Step 6: Project Structure & Boundaries
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- 🛑 NEVER generate content without user input
|
|
6
|
+
|
|
7
|
+
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
8
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
9
|
+
- ✅ ALWAYS treat this as collaborative discovery between architectural peers
|
|
10
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
11
|
+
- 💬 FOCUS on defining complete project structure and clear boundaries
|
|
12
|
+
- 🗺️ MAP requirements/epics to architectural components
|
|
13
|
+
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
15
|
+
|
|
16
|
+
## EXECUTION PROTOCOLS:
|
|
17
|
+
|
|
18
|
+
- 🎯 Show your analysis before taking any action
|
|
19
|
+
- 🗺️ Create complete project tree, not generic placeholders
|
|
20
|
+
- ⚠️ Present A/P/C menu after generating project structure
|
|
21
|
+
- 💾 ONLY save when user chooses C (Continue)
|
|
22
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6]` before loading next step
|
|
23
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
24
|
+
|
|
25
|
+
## COLLABORATION MENUS (A/P/C):
|
|
26
|
+
|
|
27
|
+
This step will generate content and present choices:
|
|
28
|
+
|
|
29
|
+
- **A (Advanced Elicitation)**: Use discovery protocols to explore innovative project organization approaches
|
|
30
|
+
- **P (Party Mode)**: Bring multiple perspectives to evaluate project structure trade-offs
|
|
31
|
+
- **C (Continue)**: Save the project structure and proceed to validation
|
|
32
|
+
|
|
33
|
+
## PROTOCOL INTEGRATION:
|
|
34
|
+
|
|
35
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
36
|
+
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
37
|
+
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
38
|
+
- User accepts/rejects protocol changes before proceeding
|
|
39
|
+
|
|
40
|
+
## CONTEXT BOUNDARIES:
|
|
41
|
+
|
|
42
|
+
- All previous architectural decisions are complete
|
|
43
|
+
- Implementation patterns and consistency rules are defined
|
|
44
|
+
- Focus on physical project structure and component boundaries
|
|
45
|
+
- Map requirements to specific files and directories
|
|
46
|
+
|
|
47
|
+
## YOUR TASK:
|
|
48
|
+
|
|
49
|
+
Define the complete project structure and architectural boundaries based on all decisions made, creating a concrete implementation guide for AI agents.
|
|
50
|
+
|
|
51
|
+
## PROJECT STRUCTURE SEQUENCE:
|
|
52
|
+
|
|
53
|
+
### 1. Analyze Requirements Mapping
|
|
54
|
+
|
|
55
|
+
Map project requirements to architectural components:
|
|
56
|
+
|
|
57
|
+
**From Epics (if available):**
|
|
58
|
+
"Epic: {{epic_name}} → Lives in {{module/directory/service}}"
|
|
59
|
+
|
|
60
|
+
- User stories within the epic
|
|
61
|
+
- Cross-epic dependencies
|
|
62
|
+
- Shared components needed
|
|
63
|
+
|
|
64
|
+
**From FR Categories (if no epics):**
|
|
65
|
+
"FR Category: {{fr_category_name}} → Lives in {{module/directory/service}}"
|
|
66
|
+
|
|
67
|
+
- Related functional requirements
|
|
68
|
+
- Shared functionality across categories
|
|
69
|
+
- Integration points between categories
|
|
70
|
+
|
|
71
|
+
### 2. Define Project Directory Structure
|
|
72
|
+
|
|
73
|
+
Based on technology stack and patterns, create the complete project structure:
|
|
74
|
+
|
|
75
|
+
**Root Configuration Files:**
|
|
76
|
+
|
|
77
|
+
- Package management files (package.json, requirements.txt, etc.)
|
|
78
|
+
- Build and development configuration
|
|
79
|
+
- Environment configuration files
|
|
80
|
+
- CI/CD pipeline files
|
|
81
|
+
- Documentation files
|
|
82
|
+
|
|
83
|
+
**Source Code Organization:**
|
|
84
|
+
|
|
85
|
+
- Application entry points
|
|
86
|
+
- Core application structure
|
|
87
|
+
- Feature/module organization
|
|
88
|
+
- Shared utilities and libraries
|
|
89
|
+
- Configuration and environment files
|
|
90
|
+
|
|
91
|
+
**Test Organization:**
|
|
92
|
+
|
|
93
|
+
- Unit test locations and structure
|
|
94
|
+
- Integration test organization
|
|
95
|
+
- End-to-end test structure
|
|
96
|
+
- Test utilities and fixtures
|
|
97
|
+
|
|
98
|
+
**Build and Distribution:**
|
|
99
|
+
|
|
100
|
+
- Build output directories
|
|
101
|
+
- Distribution files
|
|
102
|
+
- Static assets
|
|
103
|
+
- Documentation build
|
|
104
|
+
|
|
105
|
+
### 3. Define Integration Boundaries
|
|
106
|
+
|
|
107
|
+
Map how components communicate and where boundaries exist:
|
|
108
|
+
|
|
109
|
+
**API Boundaries:**
|
|
110
|
+
|
|
111
|
+
- External API endpoints
|
|
112
|
+
- Internal service boundaries
|
|
113
|
+
- Authentication and authorization boundaries
|
|
114
|
+
- Data access layer boundaries
|
|
115
|
+
|
|
116
|
+
**Component Boundaries:**
|
|
117
|
+
|
|
118
|
+
- Frontend component communication patterns
|
|
119
|
+
- State management boundaries
|
|
120
|
+
- Service communication patterns
|
|
121
|
+
- Event-driven integration points
|
|
122
|
+
|
|
123
|
+
**Data Boundaries:**
|
|
124
|
+
|
|
125
|
+
- Database schema boundaries
|
|
126
|
+
- Data access patterns
|
|
127
|
+
- Caching boundaries
|
|
128
|
+
- External data integration points
|
|
129
|
+
|
|
130
|
+
### 4. Create Complete Project Tree
|
|
131
|
+
|
|
132
|
+
Generate a comprehensive directory structure showing all files and directories:
|
|
133
|
+
|
|
134
|
+
**Technology-Specific Structure Examples:**
|
|
135
|
+
|
|
136
|
+
**Next.js Full-Stack:**
|
|
137
|
+
|
|
138
|
+
```
|
|
139
|
+
project-name/
|
|
140
|
+
├── README.md
|
|
141
|
+
├── package.json
|
|
142
|
+
├── next.config.js
|
|
143
|
+
├── tailwind.config.js
|
|
144
|
+
├── tsconfig.json
|
|
145
|
+
├── .env.local
|
|
146
|
+
├── .env.example
|
|
147
|
+
├── .gitignore
|
|
148
|
+
├── .github/
|
|
149
|
+
│ └── workflows/
|
|
150
|
+
│ └── ci.yml
|
|
151
|
+
├── src/
|
|
152
|
+
│ ├── app/
|
|
153
|
+
│ │ ├── globals.css
|
|
154
|
+
│ │ ├── layout.tsx
|
|
155
|
+
│ │ └── page.tsx
|
|
156
|
+
│ ├── components/
|
|
157
|
+
│ │ ├── ui/
|
|
158
|
+
│ │ ├── forms/
|
|
159
|
+
│ │ └── features/
|
|
160
|
+
│ ├── lib/
|
|
161
|
+
│ │ ├── db.ts
|
|
162
|
+
│ │ ├── auth.ts
|
|
163
|
+
│ │ └── utils.ts
|
|
164
|
+
│ ├── types/
|
|
165
|
+
│ └── middleware.ts
|
|
166
|
+
├── prisma/
|
|
167
|
+
│ ├── schema.prisma
|
|
168
|
+
│ └── migrations/
|
|
169
|
+
├── tests/
|
|
170
|
+
│ ├── __mocks__/
|
|
171
|
+
│ ├── components/
|
|
172
|
+
│ └── e2e/
|
|
173
|
+
└── public/
|
|
174
|
+
└── assets/
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
**API Backend (NestJS):**
|
|
178
|
+
|
|
179
|
+
```
|
|
180
|
+
project-name/
|
|
181
|
+
├── package.json
|
|
182
|
+
├── nest-cli.json
|
|
183
|
+
├── tsconfig.json
|
|
184
|
+
├── .env
|
|
185
|
+
├── .env.example
|
|
186
|
+
├── .gitignore
|
|
187
|
+
├── README.md
|
|
188
|
+
├── src/
|
|
189
|
+
│ ├── main.ts
|
|
190
|
+
│ ├── app.module.ts
|
|
191
|
+
│ ├── config/
|
|
192
|
+
│ ├── modules/
|
|
193
|
+
│ │ ├── auth/
|
|
194
|
+
│ │ ├── users/
|
|
195
|
+
│ │ └── common/
|
|
196
|
+
│ ├── services/
|
|
197
|
+
│ ├── repositories/
|
|
198
|
+
│ ├── decorators/
|
|
199
|
+
│ ├── pipes/
|
|
200
|
+
│ ├── guards/
|
|
201
|
+
│ └── interceptors/
|
|
202
|
+
├── test/
|
|
203
|
+
│ ├── unit/
|
|
204
|
+
│ ├── integration/
|
|
205
|
+
│ └── e2e/
|
|
206
|
+
├── prisma/
|
|
207
|
+
│ ├── schema.prisma
|
|
208
|
+
│ └── migrations/
|
|
209
|
+
└── docker-compose.yml
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
### 5. Map Requirements to Structure
|
|
213
|
+
|
|
214
|
+
Create explicit mapping from project requirements to specific files/directories:
|
|
215
|
+
|
|
216
|
+
**Epic/Feature Mapping:**
|
|
217
|
+
"Epic: User Management
|
|
218
|
+
|
|
219
|
+
- Components: src/components/features/users/
|
|
220
|
+
- Services: src/services/users/
|
|
221
|
+
- API Routes: src/app/api/users/
|
|
222
|
+
- Database: prisma/migrations/_*users*_
|
|
223
|
+
- Tests: tests/features/users/"
|
|
224
|
+
|
|
225
|
+
**Cross-Cutting Concerns:**
|
|
226
|
+
"Authentication System
|
|
227
|
+
|
|
228
|
+
- Components: src/components/auth/
|
|
229
|
+
- Services: src/services/auth/
|
|
230
|
+
- Middleware: src/middleware/auth.ts
|
|
231
|
+
- Guards: src/guards/auth.guard.ts
|
|
232
|
+
- Tests: tests/auth/"
|
|
233
|
+
|
|
234
|
+
### 6. Generate Structure Content
|
|
235
|
+
|
|
236
|
+
Prepare the content to append to the document:
|
|
237
|
+
|
|
238
|
+
#### Content Structure:
|
|
239
|
+
|
|
240
|
+
```markdown
|
|
241
|
+
## Project Structure & Boundaries
|
|
242
|
+
|
|
243
|
+
### Complete Project Directory Structure
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
{{complete_project_tree_with_all_files_and_directories}}
|
|
247
|
+
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
### Architectural Boundaries
|
|
251
|
+
|
|
252
|
+
**API Boundaries:**
|
|
253
|
+
{{api_boundary_definitions_and_endpoints}}
|
|
254
|
+
|
|
255
|
+
**Component Boundaries:**
|
|
256
|
+
{{component_communication_patterns_and_boundaries}}
|
|
257
|
+
|
|
258
|
+
**Service Boundaries:**
|
|
259
|
+
{{service_integration_patterns_and_boundaries}}
|
|
260
|
+
|
|
261
|
+
**Data Boundaries:**
|
|
262
|
+
{{data_access_patterns_and_boundaries}}
|
|
263
|
+
|
|
264
|
+
### Requirements to Structure Mapping
|
|
265
|
+
|
|
266
|
+
**Feature/Epic Mapping:**
|
|
267
|
+
{{mapping_of_epics_or_features_to_specific_directories}}
|
|
268
|
+
|
|
269
|
+
**Cross-Cutting Concerns:**
|
|
270
|
+
{{mapping_of_shared_functionality_to_locations}}
|
|
271
|
+
|
|
272
|
+
### Integration Points
|
|
273
|
+
|
|
274
|
+
**Internal Communication:**
|
|
275
|
+
{{how_components_within_the_project_communicate}}
|
|
276
|
+
|
|
277
|
+
**External Integrations:**
|
|
278
|
+
{{third_party_service_integration_points}}
|
|
279
|
+
|
|
280
|
+
**Data Flow:**
|
|
281
|
+
{{how_data_flows_through_the_architecture}}
|
|
282
|
+
|
|
283
|
+
### File Organization Patterns
|
|
284
|
+
|
|
285
|
+
**Configuration Files:**
|
|
286
|
+
{{where_and_how_config_files_are_organized}}
|
|
287
|
+
|
|
288
|
+
**Source Organization:**
|
|
289
|
+
{{how_source_code_is_structured_and_organized}}
|
|
290
|
+
|
|
291
|
+
**Test Organization:**
|
|
292
|
+
{{how_tests_are_structured_and_organized}}
|
|
293
|
+
|
|
294
|
+
**Asset Organization:**
|
|
295
|
+
{{how_static_and_dynamic_assets_are_organized}}
|
|
296
|
+
|
|
297
|
+
### Development Workflow Integration
|
|
298
|
+
|
|
299
|
+
**Development Server Structure:**
|
|
300
|
+
{{how_the_project_is organized_for_development}}
|
|
301
|
+
|
|
302
|
+
**Build Process Structure:**
|
|
303
|
+
{{how_the_build_process_uses_the_project_structure}}
|
|
304
|
+
|
|
305
|
+
**Deployment Structure:**
|
|
306
|
+
{{how_the_project_structure_supports_deployment}}
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
### 7. Present Content and Menu
|
|
310
|
+
|
|
311
|
+
Show the generated project structure content and present choices:
|
|
312
|
+
|
|
313
|
+
"I've created a complete project structure based on all our architectural decisions.
|
|
314
|
+
|
|
315
|
+
**Here's what I'll add to the document:**
|
|
316
|
+
|
|
317
|
+
[Show the complete markdown content from step 6]
|
|
318
|
+
|
|
319
|
+
**What would you like to do?**
|
|
320
|
+
[A] Advanced Elicitation - Explore innovative project organization approaches
|
|
321
|
+
[P] Party Mode - Review structure from different development perspectives
|
|
322
|
+
[C] Continue - Save this structure and move to architecture validation"
|
|
323
|
+
|
|
324
|
+
### 8. Handle Menu Selection
|
|
325
|
+
|
|
326
|
+
#### If 'A' (Advanced Elicitation):
|
|
327
|
+
|
|
328
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with current project structure
|
|
329
|
+
- Process enhanced organizational insights that come back
|
|
330
|
+
- Ask user: "Accept these changes to the project structure? (y/n)"
|
|
331
|
+
- If yes: Update content, then return to A/P/C menu
|
|
332
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
333
|
+
|
|
334
|
+
#### If 'P' (Party Mode):
|
|
335
|
+
|
|
336
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with project structure context
|
|
337
|
+
- Process collaborative insights about organization trade-offs
|
|
338
|
+
- Ask user: "Accept these changes to the project structure? (y/n)"
|
|
339
|
+
- If yes: Update content, then return to A/P/C menu
|
|
340
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
341
|
+
|
|
342
|
+
#### If 'C' (Continue):
|
|
343
|
+
|
|
344
|
+
- Append the final content to `{planning_artifacts}/architecture.md`
|
|
345
|
+
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6]`
|
|
346
|
+
- Load `./step-07-validation.md`
|
|
347
|
+
|
|
348
|
+
## APPEND TO DOCUMENT:
|
|
349
|
+
|
|
350
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
351
|
+
|
|
352
|
+
## SUCCESS METRICS:
|
|
353
|
+
|
|
354
|
+
✅ Complete project tree defined with all files and directories
|
|
355
|
+
✅ All architectural boundaries clearly documented
|
|
356
|
+
✅ Requirements/epics mapped to specific locations
|
|
357
|
+
✅ Integration points and communication patterns defined
|
|
358
|
+
✅ Project structure aligned with chosen technology stack
|
|
359
|
+
✅ A/P/C menu presented and handled correctly
|
|
360
|
+
✅ Content properly appended to document when C selected
|
|
361
|
+
|
|
362
|
+
## FAILURE MODES:
|
|
363
|
+
|
|
364
|
+
❌ Creating generic placeholder structure instead of specific, complete tree
|
|
365
|
+
❌ Not mapping requirements to specific files and directories
|
|
366
|
+
❌ Missing important integration boundaries
|
|
367
|
+
❌ Not considering the chosen technology stack in structure design
|
|
368
|
+
❌ Not defining how components communicate across boundaries
|
|
369
|
+
❌ Not presenting A/P/C menu after content generation
|
|
370
|
+
|
|
371
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
372
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
373
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
374
|
+
|
|
375
|
+
## NEXT STEP:
|
|
376
|
+
|
|
377
|
+
After user selects 'C' and content is saved to document, load `./step-07-validation.md` to validate architectural coherence and completeness.
|
|
378
|
+
|
|
379
|
+
Remember: Do NOT proceed to step-07 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|