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,45 @@
|
|
|
1
|
+
# Bước 1: Khởi Tạo Phân Tích Khoảng Trống
|
|
2
|
+
|
|
3
|
+
## 1. Chào Người Dùng
|
|
4
|
+
|
|
5
|
+
Chào {user_name}! Tôi sẽ giúp bạn phân tích khoảng trống giữa yêu cầu nghiệp vụ và khả năng Odoo.
|
|
6
|
+
|
|
7
|
+
## 2. Thu Thập Yêu Cầu
|
|
8
|
+
|
|
9
|
+
### 2.1 Nguồn Yêu Cầu
|
|
10
|
+
|
|
11
|
+
Yêu cầu được lấy từ đâu?
|
|
12
|
+
- [ ] PRD (Product Requirements Document) có sẵn
|
|
13
|
+
- [ ] Phân tích quy trình đã thực hiện
|
|
14
|
+
- [ ] Phỏng vấn người dùng
|
|
15
|
+
- [ ] Khác
|
|
16
|
+
|
|
17
|
+
### 2.2 Phân Loại Yêu Cầu
|
|
18
|
+
|
|
19
|
+
Liệt kê yêu cầu theo mức độ ưu tiên:
|
|
20
|
+
|
|
21
|
+
**Must-have (Bắt buộc):**
|
|
22
|
+
1.
|
|
23
|
+
2.
|
|
24
|
+
|
|
25
|
+
**Should-have (Nên có):**
|
|
26
|
+
1.
|
|
27
|
+
2.
|
|
28
|
+
|
|
29
|
+
**Nice-to-have (Tốt nếu có):**
|
|
30
|
+
1.
|
|
31
|
+
2.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 3. Menu
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
[C] Tiếp tục - Đã thu thập đủ yêu cầu
|
|
39
|
+
[H] Trợ giúp - Cần giải thích
|
|
40
|
+
[X] Thoát
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## 4. Hành Động Tiếp Theo
|
|
44
|
+
|
|
45
|
+
Khi chọn **[C]**: Tải `steps/step-02-odoo-capabilities.md`
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Bước 2: Đánh Giá Khả Năng Odoo
|
|
2
|
+
|
|
3
|
+
## 1. Mục Tiêu
|
|
4
|
+
|
|
5
|
+
Đối chiếu từng yêu cầu với khả năng Odoo tiêu chuẩn, OCA, và xác định gaps.
|
|
6
|
+
|
|
7
|
+
## 2. Tham Chiếu
|
|
8
|
+
|
|
9
|
+
Tải: `{project-root}/_bmad-odoo/bmm/data/odoo-knowledge-base.md`
|
|
10
|
+
|
|
11
|
+
## 3. Đánh Giá Từng Yêu Cầu
|
|
12
|
+
|
|
13
|
+
Với mỗi yêu cầu đã thu thập, đánh giá:
|
|
14
|
+
|
|
15
|
+
| Yêu Cầu | Odoo Standard | Module | OCA | Custom |
|
|
16
|
+
|---------|--------------|--------|-----|--------|
|
|
17
|
+
| [Yêu cầu 1] | ✓ Có / ✗ Không / ◐ Một phần | [Tên module] | [Link nếu có] | [Mô tả nếu cần] |
|
|
18
|
+
|
|
19
|
+
### Ký Hiệu:
|
|
20
|
+
- ✓ = Có sẵn hoàn toàn
|
|
21
|
+
- ◐ = Có một phần, cần customize
|
|
22
|
+
- ✗ = Không có, cần phát triển
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## 4. Menu
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
[C] Tiếp tục - Đã đánh giá xong
|
|
30
|
+
[D] Chi tiết - Phân tích chi tiết một yêu cầu
|
|
31
|
+
[B] Quay lại
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## 5. Hành Động Tiếp Theo
|
|
35
|
+
|
|
36
|
+
Khi chọn **[C]**: Tải `steps/step-03-gap-matrix.md`
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Bước 3: Tạo Ma Trận Khoảng Trống
|
|
2
|
+
|
|
3
|
+
## 1. Mục Tiêu
|
|
4
|
+
|
|
5
|
+
Tổng hợp kết quả thành ma trận gap analysis hoàn chỉnh.
|
|
6
|
+
|
|
7
|
+
## 2. Ma Trận Khoảng Trống
|
|
8
|
+
|
|
9
|
+
### 2.1 Bảng Tổng Hợp
|
|
10
|
+
|
|
11
|
+
| # | Yêu Cầu | Ưu Tiên | Odoo Std | OCA | Custom | Effort | Ghi Chú |
|
|
12
|
+
|---|---------|---------|----------|-----|--------|--------|---------|
|
|
13
|
+
| 1 | | M/S/N | ✓/◐/✗ | | | H/M/L | |
|
|
14
|
+
|
|
15
|
+
### 2.2 Thống Kê
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
📊 THỐNG KÊ GAP ANALYSIS
|
|
19
|
+
|
|
20
|
+
Tổng yêu cầu: {X}
|
|
21
|
+
├── Có sẵn trong Odoo Standard: {X} ({X}%)
|
|
22
|
+
├── Có trong OCA: {X} ({X}%)
|
|
23
|
+
├── Cần phát triển custom: {X} ({X}%)
|
|
24
|
+
└── Cần customize: {X} ({X}%)
|
|
25
|
+
|
|
26
|
+
Effort ước tính:
|
|
27
|
+
├── High: {X} items
|
|
28
|
+
├── Medium: {X} items
|
|
29
|
+
└── Low: {X} items
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## 3. Đề Xuất
|
|
33
|
+
|
|
34
|
+
Dựa trên phân tích, đề xuất:
|
|
35
|
+
1. **Ưu tiên cao**: {danh sách}
|
|
36
|
+
2. **Có thể hoãn**: {danh sách}
|
|
37
|
+
3. **Cần đánh giá thêm**: {danh sách}
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 4. Menu
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
[C] Hoàn thành - Lưu báo cáo
|
|
45
|
+
[E] Chỉnh sửa - Điều chỉnh
|
|
46
|
+
[B] Quay lại
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## 5. Đầu Ra
|
|
50
|
+
|
|
51
|
+
Lưu vào: `{planning_artifacts}/gap-analysis-{name}.md`
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: gap-analysis
|
|
3
|
+
description: Phân tích khoảng trống giữa yêu cầu nghiệp vụ và khả năng Odoo thông qua đánh giá có cấu trúc.
|
|
4
|
+
web_bundle: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Quy Trình Phân Tích Khoảng Trống Odoo
|
|
8
|
+
|
|
9
|
+
**Mục tiêu:** Xác định khoảng trống giữa yêu cầu nghiệp vụ và chức năng Odoo tiêu chuẩn, giúp lập kế hoạch phát triển hiệu quả.
|
|
10
|
+
|
|
11
|
+
**Vai trò của bạn:** Bạn là một Chuyên viên Phân tích Nghiệp vụ Odoo, chuyên về việc đánh giá và so sánh yêu cầu với khả năng hệ thống.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## KIẾN TRÚC QUY TRÌNH
|
|
16
|
+
|
|
17
|
+
Quy trình này sử dụng **kiến trúc step-file** để thực thi có kỷ luật:
|
|
18
|
+
|
|
19
|
+
### Nguyên Tắc Cốt Lõi
|
|
20
|
+
|
|
21
|
+
- **Thiết kế Micro-file**: Mỗi bước là file hướng dẫn độc lập
|
|
22
|
+
- **Tải Just-In-Time**: Chỉ file bước hiện tại được tải vào bộ nhớ
|
|
23
|
+
- **Thực thi Tuần tự**: Tuân theo thứ tự, không bỏ qua
|
|
24
|
+
- **Theo dõi Trạng thái**: Ghi lại tiến độ trong frontmatter
|
|
25
|
+
|
|
26
|
+
### Quy Tắc Quan Trọng (KHÔNG NGOẠI LỆ)
|
|
27
|
+
|
|
28
|
+
- 🛑 **KHÔNG BAO GIỜ** tải nhiều file bước cùng lúc
|
|
29
|
+
- 📖 **LUÔN** đọc toàn bộ file bước trước khi thực thi
|
|
30
|
+
- 🚫 **KHÔNG BAO GIỜ** bỏ qua bước hoặc tối ưu hóa trình tự
|
|
31
|
+
- ⏸️ **LUÔN** dừng tại menu và chờ đầu vào của người dùng
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## TRÌNH TỰ KHỞI TẠO
|
|
36
|
+
|
|
37
|
+
### 1. Tải Cấu Hình
|
|
38
|
+
|
|
39
|
+
Tải và đọc toàn bộ config từ {project-root}/_bmad-odoo/bmm/config.yaml
|
|
40
|
+
|
|
41
|
+
Tải kiến thức Odoo từ {project-root}/_bmad-odoo/bmm/data/odoo-knowledge-base.md
|
|
42
|
+
|
|
43
|
+
### 2. THỰC THI Bước Đầu Tiên
|
|
44
|
+
|
|
45
|
+
Tải, đọc toàn bộ file và sau đó thực thi `{project-root}/_bmad-odoo/bmm/workflows/1-analysis/gap-analysis/steps/step-01-init.md` để bắt đầu quy trình.
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
# Domain Research Step 1: Domain Research Scope Confirmation
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- 🛑 NEVER generate content without user confirmation
|
|
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
|
+
- ✅ FOCUS EXCLUSIVELY on confirming domain research scope and approach
|
|
10
|
+
- 📋 YOU ARE A DOMAIN RESEARCH PLANNER, not content generator
|
|
11
|
+
- 💬 ACKNOWLEDGE and CONFIRM understanding of domain research goals
|
|
12
|
+
- 🔍 This is SCOPE CONFIRMATION ONLY - no web research yet
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
|
|
15
|
+
## EXECUTION PROTOCOLS:
|
|
16
|
+
|
|
17
|
+
- 🎯 Show your analysis before taking any action
|
|
18
|
+
- ⚠️ Present [C] continue option after scope confirmation
|
|
19
|
+
- 💾 ONLY proceed when user chooses C (Continue)
|
|
20
|
+
- 📖 Update frontmatter `stepsCompleted: [1]` before loading next step
|
|
21
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
22
|
+
|
|
23
|
+
## CONTEXT BOUNDARIES:
|
|
24
|
+
|
|
25
|
+
- Research type = "domain" is already set
|
|
26
|
+
- **Research topic = "{{research_topic}}"** - discovered from initial discussion
|
|
27
|
+
- **Research goals = "{{research_goals}}"** - captured from initial discussion
|
|
28
|
+
- Focus on industry/domain analysis with web research
|
|
29
|
+
- Web search is required to verify and supplement your knowledge with current facts
|
|
30
|
+
|
|
31
|
+
## YOUR TASK:
|
|
32
|
+
|
|
33
|
+
Confirm domain research scope and approach for **{{research_topic}}** with the user's goals in mind.
|
|
34
|
+
|
|
35
|
+
## DOMAIN SCOPE CONFIRMATION:
|
|
36
|
+
|
|
37
|
+
### 1. Begin Scope Confirmation
|
|
38
|
+
|
|
39
|
+
Start with domain scope understanding:
|
|
40
|
+
"I understand you want to conduct **domain research** for **{{research_topic}}** with these goals: {{research_goals}}
|
|
41
|
+
|
|
42
|
+
**Domain Research Scope:**
|
|
43
|
+
|
|
44
|
+
- **Industry Analysis**: Industry structure, market dynamics, and competitive landscape
|
|
45
|
+
- **Regulatory Environment**: Compliance requirements, regulations, and standards
|
|
46
|
+
- **Technology Patterns**: Innovation trends, technology adoption, and digital transformation
|
|
47
|
+
- **Economic Factors**: Market size, growth trends, and economic impact
|
|
48
|
+
- **Supply Chain**: Value chain analysis and ecosystem relationships
|
|
49
|
+
|
|
50
|
+
**Research Approach:**
|
|
51
|
+
|
|
52
|
+
- All claims verified against current public sources
|
|
53
|
+
- Multi-source validation for critical domain claims
|
|
54
|
+
- Confidence levels for uncertain domain information
|
|
55
|
+
- Comprehensive domain coverage with industry-specific insights
|
|
56
|
+
|
|
57
|
+
### 2. Scope Confirmation
|
|
58
|
+
|
|
59
|
+
Present clear scope confirmation:
|
|
60
|
+
"**Domain Research Scope Confirmation:**
|
|
61
|
+
|
|
62
|
+
For **{{research_topic}}**, I will research:
|
|
63
|
+
|
|
64
|
+
✅ **Industry Analysis** - market structure, key players, competitive dynamics
|
|
65
|
+
✅ **Regulatory Requirements** - compliance standards, legal frameworks
|
|
66
|
+
✅ **Technology Trends** - innovation patterns, digital transformation
|
|
67
|
+
✅ **Economic Factors** - market size, growth projections, economic impact
|
|
68
|
+
✅ **Supply Chain Analysis** - value chain, ecosystem, partnerships
|
|
69
|
+
|
|
70
|
+
**All claims verified against current public sources.**
|
|
71
|
+
|
|
72
|
+
**Does this domain research scope and approach align with your goals?**
|
|
73
|
+
[C] Continue - Begin domain research with this scope
|
|
74
|
+
|
|
75
|
+
### 3. Handle Continue Selection
|
|
76
|
+
|
|
77
|
+
#### If 'C' (Continue):
|
|
78
|
+
|
|
79
|
+
- Document scope confirmation in research file
|
|
80
|
+
- Update frontmatter: `stepsCompleted: [1]`
|
|
81
|
+
- Load: `./step-02-domain-analysis.md`
|
|
82
|
+
|
|
83
|
+
## APPEND TO DOCUMENT:
|
|
84
|
+
|
|
85
|
+
When user selects 'C', append scope confirmation:
|
|
86
|
+
|
|
87
|
+
```markdown
|
|
88
|
+
## Domain Research Scope Confirmation
|
|
89
|
+
|
|
90
|
+
**Research Topic:** {{research_topic}}
|
|
91
|
+
**Research Goals:** {{research_goals}}
|
|
92
|
+
|
|
93
|
+
**Domain Research Scope:**
|
|
94
|
+
|
|
95
|
+
- Industry Analysis - market structure, competitive landscape
|
|
96
|
+
- Regulatory Environment - compliance requirements, legal frameworks
|
|
97
|
+
- Technology Trends - innovation patterns, digital transformation
|
|
98
|
+
- Economic Factors - market size, growth projections
|
|
99
|
+
- Supply Chain Analysis - value chain, ecosystem relationships
|
|
100
|
+
|
|
101
|
+
**Research Methodology:**
|
|
102
|
+
|
|
103
|
+
- All claims verified against current public sources
|
|
104
|
+
- Multi-source validation for critical domain claims
|
|
105
|
+
- Confidence level framework for uncertain information
|
|
106
|
+
- Comprehensive domain coverage with industry-specific insights
|
|
107
|
+
|
|
108
|
+
**Scope Confirmed:** {{date}}
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
## SUCCESS METRICS:
|
|
112
|
+
|
|
113
|
+
✅ Domain research scope clearly confirmed with user
|
|
114
|
+
✅ All domain analysis areas identified and explained
|
|
115
|
+
✅ Research methodology emphasized
|
|
116
|
+
✅ [C] continue option presented and handled correctly
|
|
117
|
+
✅ Scope confirmation documented when user proceeds
|
|
118
|
+
✅ Proper routing to next domain research step
|
|
119
|
+
|
|
120
|
+
## FAILURE MODES:
|
|
121
|
+
|
|
122
|
+
❌ Not clearly confirming domain research scope with user
|
|
123
|
+
❌ Missing critical domain analysis areas
|
|
124
|
+
❌ Not explaining that web search is required for current facts
|
|
125
|
+
❌ Not presenting [C] continue option
|
|
126
|
+
❌ Proceeding without user scope confirmation
|
|
127
|
+
❌ Not routing to next domain research step
|
|
128
|
+
|
|
129
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
130
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
131
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
132
|
+
|
|
133
|
+
## NEXT STEP:
|
|
134
|
+
|
|
135
|
+
After user selects 'C', load `./step-02-domain-analysis.md` to begin industry analysis.
|
|
136
|
+
|
|
137
|
+
Remember: This is SCOPE CONFIRMATION ONLY - no actual domain research yet, just confirming the research approach and scope!
|
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
# Domain Research Step 2: Industry Analysis
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- 🛑 NEVER generate content without web search verification
|
|
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
|
+
- ✅ Search the web to verify and supplement your knowledge with current facts
|
|
10
|
+
- 📋 YOU ARE AN INDUSTRY ANALYST, not content generator
|
|
11
|
+
- 💬 FOCUS on market size, growth, and industry dynamics
|
|
12
|
+
- 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
|
|
13
|
+
- 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
15
|
+
|
|
16
|
+
## EXECUTION PROTOCOLS:
|
|
17
|
+
|
|
18
|
+
- 🎯 Show web search analysis before presenting findings
|
|
19
|
+
- ⚠️ Present [C] continue option after industry analysis content generation
|
|
20
|
+
- 📝 WRITE INDUSTRY ANALYSIS TO DOCUMENT IMMEDIATELY
|
|
21
|
+
- 💾 ONLY proceed when user chooses C (Continue)
|
|
22
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2]` before loading next step
|
|
23
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
24
|
+
|
|
25
|
+
## CONTEXT BOUNDARIES:
|
|
26
|
+
|
|
27
|
+
- Current document and frontmatter from step-01 are available
|
|
28
|
+
- **Research topic = "{{research_topic}}"** - established from initial discussion
|
|
29
|
+
- **Research goals = "{{research_goals}}"** - established from initial discussion
|
|
30
|
+
- Focus on market size, growth, and industry dynamics
|
|
31
|
+
- Web search capabilities with source verification are enabled
|
|
32
|
+
|
|
33
|
+
## YOUR TASK:
|
|
34
|
+
|
|
35
|
+
Conduct industry analysis focusing on market size, growth, and industry dynamics. Search the web to verify and supplement current facts.
|
|
36
|
+
|
|
37
|
+
## INDUSTRY ANALYSIS SEQUENCE:
|
|
38
|
+
|
|
39
|
+
### 1. Begin Industry Analysis
|
|
40
|
+
|
|
41
|
+
**UTILIZE SUBPROCESSES AND SUBAGENTS**: Use research subagents, subprocesses or parallel processing if available to thoroughly analyze different industry areas simultaneously and thoroughly.
|
|
42
|
+
|
|
43
|
+
Start with industry research approach:
|
|
44
|
+
"Now I'll conduct **industry analysis** for **{{research_topic}}** to understand market dynamics.
|
|
45
|
+
|
|
46
|
+
**Industry Analysis Focus:**
|
|
47
|
+
|
|
48
|
+
- Market size and valuation metrics
|
|
49
|
+
- Growth rates and market dynamics
|
|
50
|
+
- Market segmentation and structure
|
|
51
|
+
- Industry trends and evolution patterns
|
|
52
|
+
- Economic impact and value creation
|
|
53
|
+
|
|
54
|
+
**Let me search for current industry insights.**"
|
|
55
|
+
|
|
56
|
+
### 2. Parallel Industry Research Execution
|
|
57
|
+
|
|
58
|
+
**Execute multiple web searches simultaneously:**
|
|
59
|
+
|
|
60
|
+
Search the web: "{{research_topic}} market size value"
|
|
61
|
+
Search the web: "{{research_topic}} market growth rate dynamics"
|
|
62
|
+
Search the web: "{{research_topic}} market segmentation structure"
|
|
63
|
+
Search the web: "{{research_topic}} industry trends evolution"
|
|
64
|
+
|
|
65
|
+
**Analysis approach:**
|
|
66
|
+
|
|
67
|
+
- Look for recent market research reports and industry analyses
|
|
68
|
+
- Search for authoritative sources (market research firms, industry associations)
|
|
69
|
+
- Identify market size, growth rates, and segmentation data
|
|
70
|
+
- Research industry trends and evolution patterns
|
|
71
|
+
- Analyze economic impact and value creation metrics
|
|
72
|
+
|
|
73
|
+
### 3. Analyze and Aggregate Results
|
|
74
|
+
|
|
75
|
+
**Collect and analyze findings from all parallel searches:**
|
|
76
|
+
|
|
77
|
+
"After executing comprehensive parallel web searches, let me analyze and aggregate industry findings:
|
|
78
|
+
|
|
79
|
+
**Research Coverage:**
|
|
80
|
+
|
|
81
|
+
- Market size and valuation analysis
|
|
82
|
+
- Growth rates and market dynamics
|
|
83
|
+
- Market segmentation and structure
|
|
84
|
+
- Industry trends and evolution patterns
|
|
85
|
+
|
|
86
|
+
**Cross-Industry Analysis:**
|
|
87
|
+
[Identify patterns connecting market dynamics, segmentation, and trends]
|
|
88
|
+
|
|
89
|
+
**Quality Assessment:**
|
|
90
|
+
[Overall confidence levels and research gaps identified]"
|
|
91
|
+
|
|
92
|
+
### 4. Generate Industry Analysis Content
|
|
93
|
+
|
|
94
|
+
**WRITE IMMEDIATELY TO DOCUMENT**
|
|
95
|
+
|
|
96
|
+
Prepare industry analysis with web search citations:
|
|
97
|
+
|
|
98
|
+
#### Content Structure:
|
|
99
|
+
|
|
100
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
101
|
+
|
|
102
|
+
```markdown
|
|
103
|
+
## Industry Analysis
|
|
104
|
+
|
|
105
|
+
### Market Size and Valuation
|
|
106
|
+
|
|
107
|
+
[Market size analysis with source citations]
|
|
108
|
+
_Total Market Size: [Current market valuation]_
|
|
109
|
+
_Growth Rate: [CAGR and market growth projections]_
|
|
110
|
+
_Market Segments: [Size and value of key market segments]_
|
|
111
|
+
_Economic Impact: [Economic contribution and value creation]_
|
|
112
|
+
_Source: [URL]_
|
|
113
|
+
|
|
114
|
+
### Market Dynamics and Growth
|
|
115
|
+
|
|
116
|
+
[Market dynamics analysis with source citations]
|
|
117
|
+
_Growth Drivers: [Key factors driving market growth]_
|
|
118
|
+
_Growth Barriers: [Factors limiting market expansion]_
|
|
119
|
+
_Cyclical Patterns: [Industry seasonality and cycles]_
|
|
120
|
+
_Market Maturity: [Life cycle stage and development phase]_
|
|
121
|
+
_Source: [URL]_
|
|
122
|
+
|
|
123
|
+
### Market Structure and Segmentation
|
|
124
|
+
|
|
125
|
+
[Market structure analysis with source citations]
|
|
126
|
+
_Primary Segments: [Key market segments and their characteristics]_
|
|
127
|
+
_Sub-segment Analysis: [Detailed breakdown of market sub-segments]_
|
|
128
|
+
_Geographic Distribution: [Regional market variations and concentrations]_
|
|
129
|
+
_Vertical Integration: [Supply chain and value chain structure]_
|
|
130
|
+
_Source: [URL]_
|
|
131
|
+
|
|
132
|
+
### Industry Trends and Evolution
|
|
133
|
+
|
|
134
|
+
[Industry trends analysis with source citations]
|
|
135
|
+
_Emerging Trends: [Current industry developments and transformations]_
|
|
136
|
+
_Historical Evolution: [Industry development over recent years]_
|
|
137
|
+
_Technology Integration: [How technology is changing the industry]_
|
|
138
|
+
_Future Outlook: [Projected industry developments and changes]_
|
|
139
|
+
_Source: [URL]_
|
|
140
|
+
|
|
141
|
+
### Competitive Dynamics
|
|
142
|
+
|
|
143
|
+
[Competitive dynamics analysis with source citations]
|
|
144
|
+
_Market Concentration: [Level of market consolidation and competition]_
|
|
145
|
+
_Competitive Intensity: [Degree of competition and rivalry]_
|
|
146
|
+
_Barriers to Entry: [Obstacles for new market entrants]_
|
|
147
|
+
_Innovation Pressure: [Rate of innovation and change]_
|
|
148
|
+
_Source: [URL]_
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
### 5. Present Analysis and Continue Option
|
|
152
|
+
|
|
153
|
+
**Show analysis and present continue option:**
|
|
154
|
+
|
|
155
|
+
"I've completed **industry analysis** for {{research_topic}}.
|
|
156
|
+
|
|
157
|
+
**Key Industry Findings:**
|
|
158
|
+
|
|
159
|
+
- Market size and valuation thoroughly analyzed
|
|
160
|
+
- Growth dynamics and market structure documented
|
|
161
|
+
- Industry trends and evolution patterns identified
|
|
162
|
+
- Competitive dynamics clearly mapped
|
|
163
|
+
- Multiple sources verified for critical insights
|
|
164
|
+
|
|
165
|
+
**Ready to proceed to competitive landscape analysis?**
|
|
166
|
+
[C] Continue - Save this to document and proceed to competitive landscape
|
|
167
|
+
|
|
168
|
+
### 6. Handle Continue Selection
|
|
169
|
+
|
|
170
|
+
#### If 'C' (Continue):
|
|
171
|
+
|
|
172
|
+
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
|
173
|
+
- Update frontmatter: `stepsCompleted: [1, 2]`
|
|
174
|
+
- Load: `./step-03-competitive-landscape.md`
|
|
175
|
+
|
|
176
|
+
## APPEND TO DOCUMENT:
|
|
177
|
+
|
|
178
|
+
Content is already written to document when generated in step 4. No additional append needed.
|
|
179
|
+
|
|
180
|
+
## SUCCESS METRICS:
|
|
181
|
+
|
|
182
|
+
✅ Market size and valuation thoroughly analyzed
|
|
183
|
+
✅ Growth dynamics and market structure documented
|
|
184
|
+
✅ Industry trends and evolution patterns identified
|
|
185
|
+
✅ Competitive dynamics clearly mapped
|
|
186
|
+
✅ Multiple sources verified for critical insights
|
|
187
|
+
✅ Content written immediately to document
|
|
188
|
+
✅ [C] continue option presented and handled correctly
|
|
189
|
+
✅ Proper routing to next step (competitive landscape)
|
|
190
|
+
✅ Research goals alignment maintained
|
|
191
|
+
|
|
192
|
+
## FAILURE MODES:
|
|
193
|
+
|
|
194
|
+
❌ Relying on training data instead of web search for current facts
|
|
195
|
+
❌ Missing critical market size or growth data
|
|
196
|
+
❌ Incomplete market structure analysis
|
|
197
|
+
❌ Not identifying key industry trends
|
|
198
|
+
❌ Not writing content immediately to document
|
|
199
|
+
❌ Not presenting [C] continue option after content generation
|
|
200
|
+
❌ Not routing to competitive landscape step
|
|
201
|
+
|
|
202
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
203
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
204
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
205
|
+
|
|
206
|
+
## INDUSTRY RESEARCH PROTOCOLS:
|
|
207
|
+
|
|
208
|
+
- Research market research reports and industry analyses
|
|
209
|
+
- Use authoritative sources (market research firms, industry associations)
|
|
210
|
+
- Analyze market size, growth rates, and segmentation data
|
|
211
|
+
- Study industry trends and evolution patterns
|
|
212
|
+
- Search the web to verify facts
|
|
213
|
+
- Present conflicting information when sources disagree
|
|
214
|
+
- Apply confidence levels appropriately
|
|
215
|
+
|
|
216
|
+
## INDUSTRY ANALYSIS STANDARDS:
|
|
217
|
+
|
|
218
|
+
- Always cite URLs for web search results
|
|
219
|
+
- Use authoritative industry research sources
|
|
220
|
+
- Note data currency and potential limitations
|
|
221
|
+
- Present multiple perspectives when sources conflict
|
|
222
|
+
- Apply confidence levels to uncertain data
|
|
223
|
+
- Focus on actionable industry insights
|
|
224
|
+
|
|
225
|
+
## NEXT STEP:
|
|
226
|
+
|
|
227
|
+
After user selects 'C', load `./step-03-competitive-landscape.md` to analyze competitive landscape, key players, and ecosystem analysis for {{research_topic}}.
|
|
228
|
+
|
|
229
|
+
Remember: Always write research content to document immediately and search the web to verify facts!
|