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,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: analyze-process
|
|
3
|
+
description: Phân tích quy trình nghiệp vụ và ánh xạ với chức năng Odoo thông qua khám phá từng bước có cấu trúc.
|
|
4
|
+
web_bundle: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Quy Trình Phân Tích Quy Trình Nghiệp Vụ Odoo
|
|
8
|
+
|
|
9
|
+
**Mục tiêu:** Phân tích quy trình nghiệp vụ hiện tại và xác định cách ánh xạ với chức năng Odoo thông qua khám phá hợp tác.
|
|
10
|
+
|
|
11
|
+
**Vai trò của bạn:** Ngoài tên, phong cách giao tiếp, và persona của bạn, bạn còn là một Chuyên viên Phân tích Nghiệp vụ tập trung vào Odoo hợp tác với người dùng như đồng nghiệp. Đây là quan hệ đối tác, không phải quan hệ khách hàng-nhà cung cấp. Bạn mang tư duy có cấu trúc và chuyên môn Odoo, trong khi người dùng mang kiến thức về lĩnh vực và quy trình nghiệp vụ.
|
|
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, là một phần của quy trình tổng thể phải được tuân theo chính xác
|
|
22
|
+
- **Tải Just-In-Time**: Chỉ file bước hiện tại được tải vào bộ nhớ - không bao giờ tải file bước tương lai cho đến khi được yêu cầu
|
|
23
|
+
- **Thực thi Tuần tự**: Trình tự trong các file bước phải được hoàn thành theo thứ tự, không được bỏ qua hoặc tối ưu hóa
|
|
24
|
+
- **Theo dõi Trạng thái**: Ghi lại tiến độ trong frontmatter file đầu ra sử dụng mảng `stepsCompleted`
|
|
25
|
+
- **Xây dựng Chỉ-thêm**: Xây dựng tài liệu bằng cách thêm nội dung theo hướng dẫn vào file đầu ra
|
|
26
|
+
|
|
27
|
+
### Quy Tắc Xử Lý Bước
|
|
28
|
+
|
|
29
|
+
1. **ĐỌC HOÀN CHỈNH**: Luôn đọc toàn bộ file bước trước khi thực hiện bất kỳ hành động nào
|
|
30
|
+
2. **TUÂN THEO TRÌNH TỰ**: Thực thi tất cả các phần đánh số theo thứ tự, không bao giờ đi chệch
|
|
31
|
+
3. **CHỜ ĐẦU VÀO**: Nếu một menu được trình bày, dừng lại và chờ lựa chọn của người dùng
|
|
32
|
+
4. **KIỂM TRA TIẾP TỤC**: Nếu bước có menu với Tiếp tục là một tùy chọn, chỉ tiến tới bước tiếp theo khi người dùng chọn 'C' (Tiếp tục)
|
|
33
|
+
5. **LƯU TRẠNG THÁI**: Cập nhật `stepsCompleted` trong frontmatter trước khi tải bước tiếp theo
|
|
34
|
+
6. **TẢI TIẾP**: Khi được chỉ định, tải, đọc toàn bộ file, sau đó thực thi file bước tiếp theo
|
|
35
|
+
|
|
36
|
+
### Quy Tắc Quan Trọng (KHÔNG NGOẠI LỆ)
|
|
37
|
+
|
|
38
|
+
- 🛑 **KHÔNG BAO GIỜ** tải nhiều file bước cùng lúc
|
|
39
|
+
- 📖 **LUÔN** đọc toàn bộ file bước trước khi thực thi
|
|
40
|
+
- 🚫 **KHÔNG BAO GIỜ** bỏ qua bước hoặc tối ưu hóa trình tự
|
|
41
|
+
- 💾 **LUÔN** cập nhật frontmatter của file đầu ra khi viết đầu ra cuối cùng cho một bước cụ thể
|
|
42
|
+
- 🎯 **LUÔN** tuân theo hướng dẫn chính xác trong file bước
|
|
43
|
+
- ⏸️ **LUÔN** dừng tại menu và chờ đầu vào của người dùng
|
|
44
|
+
- 📋 **KHÔNG BAO GIỜ** tạo danh sách todo trong đầu từ các bước tương lai
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## TRÌNH TỰ KHỞI TẠO
|
|
49
|
+
|
|
50
|
+
### 1. Tải Cấu Hình
|
|
51
|
+
|
|
52
|
+
Tải và đọc toàn bộ config từ {project-root}/_bmad-odoo/bmm/config.yaml và giải quyết:
|
|
53
|
+
|
|
54
|
+
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`, `user_skill_level`
|
|
55
|
+
|
|
56
|
+
Tải kiến thức Odoo từ {project-root}/_bmad-odoo/bmm/data/odoo-knowledge-base.md
|
|
57
|
+
|
|
58
|
+
### 2. THỰC THI Bước Đầu Tiên
|
|
59
|
+
|
|
60
|
+
Tải, đọc toàn bộ file và sau đó thực thi `{project-root}/_bmad-odoo/bmm/workflows/1-analysis/analyze-process/steps/step-01-init.md` để bắt đầu quy trình.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Bước 1: Khởi Tạo Product Brief Odoo
|
|
2
|
+
|
|
3
|
+
## 1. Chào Người Dùng
|
|
4
|
+
|
|
5
|
+
Chào {user_name}! Tôi sẽ giúp bạn tạo Product Brief cho dự án Odoo.
|
|
6
|
+
|
|
7
|
+
## 2. Thông Tin Dự Án Cơ Bản
|
|
8
|
+
|
|
9
|
+
### 2.1 Tên Dự Án
|
|
10
|
+
**Tên dự án:** ___
|
|
11
|
+
|
|
12
|
+
### 2.2 Tầm Nhìn Sản Phẩm (Vision)
|
|
13
|
+
Mô tả ngắn gọn (1-2 câu) về mục tiêu cuối cùng của dự án:
|
|
14
|
+
> ___
|
|
15
|
+
|
|
16
|
+
### 2.3 Vấn Đề Cần Giải Quyết
|
|
17
|
+
Vấn đề nghiệp vụ hiện tại mà dự án này sẽ giải quyết là gì?
|
|
18
|
+
> ___
|
|
19
|
+
|
|
20
|
+
### 2.4 Phạm Vi Odoo
|
|
21
|
+
Phạm vi liên quan đến Odoo:
|
|
22
|
+
- [ ] Triển khai Odoo mới
|
|
23
|
+
- [ ] Mở rộng hệ thống Odoo hiện có
|
|
24
|
+
- [ ] Migration từ phiên bản cũ
|
|
25
|
+
- [ ] Tích hợp với hệ thống khác
|
|
26
|
+
|
|
27
|
+
### 2.5 Phiên Bản Odoo
|
|
28
|
+
- [ ] Odoo 17.0 (khuyến nghị)
|
|
29
|
+
- [ ] Odoo 16.0
|
|
30
|
+
- [ ] Odoo Enterprise
|
|
31
|
+
- [ ] Odoo Community
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 3. Menu
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
[C] Tiếp tục - Chuyển sang bước tiếp theo
|
|
39
|
+
[H] Trợ giúp
|
|
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-users-stakeholders.md`
|
package/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-02-users-stakeholders.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Bước 2: Người Dùng & Các Bên Liên Quan
|
|
2
|
+
|
|
3
|
+
## 1. Xác Định Người Dùng Odoo
|
|
4
|
+
|
|
5
|
+
### 1.1 Nhóm Người Dùng Chính
|
|
6
|
+
|
|
7
|
+
| Nhóm | Vai trò | Modules sử dụng | Số lượng |
|
|
8
|
+
|------|---------|-----------------|----------|
|
|
9
|
+
| Quản lý | Xem báo cáo, phê duyệt | Dashboard, Reports | |
|
|
10
|
+
| Kế toán | Ghi nhận, đối chiếu | Accounting | |
|
|
11
|
+
| Bán hàng | Tạo báo giá, đơn hàng | Sales, CRM | |
|
|
12
|
+
| Kho | Nhập xuất, kiểm kê | Inventory | |
|
|
13
|
+
| Mua hàng | Đặt hàng NCC | Purchase | |
|
|
14
|
+
| Sản xuất | Lệnh sản xuất | Manufacturing | |
|
|
15
|
+
|
|
16
|
+
### 1.2 Kỳ Vọng Của Từng Nhóm
|
|
17
|
+
|
|
18
|
+
**Nhóm 1:** ___
|
|
19
|
+
- Kỳ vọng:
|
|
20
|
+
- Điểm đau hiện tại:
|
|
21
|
+
|
|
22
|
+
**Nhóm 2:** ___
|
|
23
|
+
- Kỳ vọng:
|
|
24
|
+
- Điểm đau hiện tại:
|
|
25
|
+
|
|
26
|
+
### 1.3 Các Bên Liên Quan (Stakeholders)
|
|
27
|
+
|
|
28
|
+
| Stakeholder | Quyền lợi | Mức độ ảnh hưởng |
|
|
29
|
+
|-------------|-----------|------------------|
|
|
30
|
+
| Ban giám đốc | ROI, hiệu quả | Cao |
|
|
31
|
+
| IT | Bảo trì, hỗ trợ | Cao |
|
|
32
|
+
| End users | Dễ sử dụng | Trung bình |
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## 2. Menu
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
[C] Tiếp tục
|
|
40
|
+
[A] Thêm nhóm người dùng
|
|
41
|
+
[B] Quay lại
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## 3. Hành Động Tiếp Theo
|
|
45
|
+
|
|
46
|
+
Khi chọn **[C]**: Tải `steps/step-03-odoo-modules.md`
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Bước 3: Odoo Modules Mapping
|
|
2
|
+
|
|
3
|
+
## 1. Đánh Giá Modules Cần Thiết
|
|
4
|
+
|
|
5
|
+
### 1.1 Core Modules (Bắt buộc)
|
|
6
|
+
|
|
7
|
+
| Module | Tên | Cần thiết | Ghi chú |
|
|
8
|
+
|--------|-----|-----------|---------|
|
|
9
|
+
| `base` | Contacts | ✓ | Luôn có |
|
|
10
|
+
| `sale` | Sales | ? | |
|
|
11
|
+
| `purchase` | Purchase | ? | |
|
|
12
|
+
| `stock` | Inventory | ? | |
|
|
13
|
+
| `account` | Accounting | ? | |
|
|
14
|
+
| `crm` | CRM | ? | |
|
|
15
|
+
| `hr` | Human Resources | ? | |
|
|
16
|
+
| `project` | Project | ? | |
|
|
17
|
+
| `manufacturing` | Manufacturing | ? | |
|
|
18
|
+
|
|
19
|
+
### 1.2 OCA Modules Đề Xuất
|
|
20
|
+
|
|
21
|
+
Dựa trên yêu cầu, các OCA modules có thể hữu ích:
|
|
22
|
+
|
|
23
|
+
| Module OCA | Mục đích | Repo |
|
|
24
|
+
|------------|----------|------|
|
|
25
|
+
| | | |
|
|
26
|
+
|
|
27
|
+
### 1.3 Custom Modules Cần Phát Triển
|
|
28
|
+
|
|
29
|
+
| Module | Mục đích | Độ phức tạp |
|
|
30
|
+
|--------|----------|-------------|
|
|
31
|
+
| | | Thấp/TB/Cao |
|
|
32
|
+
|
|
33
|
+
## 2. Sơ Đồ Modules
|
|
34
|
+
|
|
35
|
+
```
|
|
36
|
+
┌─────────────────────────────────────────┐
|
|
37
|
+
│ ODOO SOLUTION │
|
|
38
|
+
├─────────────┬─────────────┬─────────────┤
|
|
39
|
+
│ SALES │ INVENTORY │ PURCHASE │
|
|
40
|
+
├─────────────┼─────────────┼─────────────┤
|
|
41
|
+
│ ACCOUNTING │ HR │ PROJECT │
|
|
42
|
+
├─────────────┴─────────────┴─────────────┤
|
|
43
|
+
│ CUSTOM MODULES │
|
|
44
|
+
└─────────────────────────────────────────┘
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## 3. Menu
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
[C] Tiếp tục
|
|
53
|
+
[D] Chi tiết module
|
|
54
|
+
[B] Quay lại
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## 4. Hành Động Tiếp Theo
|
|
58
|
+
|
|
59
|
+
Khi chọn **[C]**: Tải `steps/step-04-scope-timeline.md`
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Bước 4: Phạm Vi & Timeline
|
|
2
|
+
|
|
3
|
+
## 1. Phạm Vi Dự Án
|
|
4
|
+
|
|
5
|
+
### 1.1 Trong Phạm Vi (In Scope)
|
|
6
|
+
|
|
7
|
+
| # | Tính năng/Module | Mô tả | Ưu tiên |
|
|
8
|
+
|---|-----------------|-------|---------|
|
|
9
|
+
| 1 | | | P1/P2/P3 |
|
|
10
|
+
| 2 | | | |
|
|
11
|
+
| 3 | | | |
|
|
12
|
+
|
|
13
|
+
### 1.2 Ngoài Phạm Vi (Out of Scope)
|
|
14
|
+
|
|
15
|
+
- [ ] ___
|
|
16
|
+
- [ ] ___
|
|
17
|
+
|
|
18
|
+
### 1.3 Giả Định & Ràng Buộc
|
|
19
|
+
|
|
20
|
+
**Giả định:**
|
|
21
|
+
- Dữ liệu cũ đã được làm sạch
|
|
22
|
+
- Người dùng được training
|
|
23
|
+
- Hạ tầng server sẵn sàng
|
|
24
|
+
|
|
25
|
+
**Ràng buộc:**
|
|
26
|
+
- Budget: ___
|
|
27
|
+
- Timeline: ___
|
|
28
|
+
- Resources: ___
|
|
29
|
+
|
|
30
|
+
## 2. Timeline Đề Xuất
|
|
31
|
+
|
|
32
|
+
### 2.1 Các Giai Đoạn
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
Phase 1: Analysis & Design │████│ 2-3 tuần
|
|
36
|
+
Phase 2: Development │████████████│ 4-8 tuần
|
|
37
|
+
Phase 3: Testing & UAT │████│ 2-3 tuần
|
|
38
|
+
Phase 4: Training & Go-live │████│ 2 tuần
|
|
39
|
+
|
|
40
|
+
Tổng: 10-16 tuần
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### 2.2 Milestones
|
|
44
|
+
|
|
45
|
+
| Milestone | Mục tiêu | Ngày dự kiến |
|
|
46
|
+
|-----------|----------|--------------|
|
|
47
|
+
| M1 | PRD hoàn thành | |
|
|
48
|
+
| M2 | Development xong | |
|
|
49
|
+
| M3 | UAT pass | |
|
|
50
|
+
| M4 | Go-live | |
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## 3. Menu
|
|
55
|
+
|
|
56
|
+
```
|
|
57
|
+
[C] Tiếp tục - Hoàn thành Product Brief
|
|
58
|
+
[E] Chỉnh sửa
|
|
59
|
+
[B] Quay lại
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## 4. Hành Động Tiếp Theo
|
|
63
|
+
|
|
64
|
+
Khi chọn **[C]**: Tải `steps/step-05-complete.md`
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Bước 5: Hoàn Thành Product Brief
|
|
2
|
+
|
|
3
|
+
## 1. Tóm Tắt
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
📋 ODOO PRODUCT BRIEF
|
|
7
|
+
|
|
8
|
+
Dự án: {project_name}
|
|
9
|
+
Phiên bản Odoo: {version}
|
|
10
|
+
Timeline: {timeline}
|
|
11
|
+
|
|
12
|
+
MODULES:
|
|
13
|
+
├── Core: {list core modules}
|
|
14
|
+
├── OCA: {list oca modules}
|
|
15
|
+
└── Custom: {list custom modules}
|
|
16
|
+
|
|
17
|
+
STAKEHOLDERS: {count}
|
|
18
|
+
USER GROUPS: {count}
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## 2. Đầu Ra
|
|
22
|
+
|
|
23
|
+
Lưu vào: `{planning_artifacts}/product-brief-{project_name}.md`
|
|
24
|
+
|
|
25
|
+
## 3. Bước Tiếp Theo Đề Xuất
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
[1] Tạo PRD chi tiết (workflow create-odoo-prd)
|
|
29
|
+
[2] Phân tích Gap Analysis (workflow gap-analysis)
|
|
30
|
+
[3] Thiết kế kiến trúc (workflow create-odoo-addon)
|
|
31
|
+
[X] Quay về menu chính
|
|
32
|
+
```
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-odoo-product-brief
|
|
3
|
+
description: Tạo Product Brief cho dự án Odoo với focus vào module mapping và gap analysis.
|
|
4
|
+
web_bundle: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Quy Trình Tạo Product Brief Odoo
|
|
8
|
+
|
|
9
|
+
**Mục tiêu:** Tạo Product Brief toàn diện cho dự án Odoo, bao gồm đánh giá module mapping và gap analysis.
|
|
10
|
+
|
|
11
|
+
**Vai trò:** Business Analyst Odoo hợp tác với Product Manager.
|
|
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
|
+
- Thiết kế Micro-file: Mỗi bước là file hướng dẫn độc lập
|
|
21
|
+
- Tải Just-In-Time: Chỉ file bước hiện tại được tải
|
|
22
|
+
- Thực thi Tuần tự: Tuân theo thứ tự, không bỏ qua
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## TRÌNH TỰ KHỞI TẠO
|
|
27
|
+
|
|
28
|
+
### 1. Tải Cấu Hình
|
|
29
|
+
|
|
30
|
+
Tải config từ {project-root}/_bmad-odoo/bmm/config.yaml
|
|
31
|
+
Tải kiến thức từ {project-root}/_bmad-odoo/bmm/data/odoo-knowledge-base.md
|
|
32
|
+
|
|
33
|
+
### 2. THỰC THI Bước Đầu Tiên
|
|
34
|
+
|
|
35
|
+
Tải và thực thi `{project-root}/_bmad-odoo/bmm/workflows/1-analysis/create-odoo-product-brief/steps/step-01-init.md`
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-01-init'
|
|
3
|
+
description: 'Initialize the product brief workflow by detecting continuation state and setting up the document'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-01-init.md'
|
|
10
|
+
nextStepFile: '{workflow_path}/steps/step-02-vision.md'
|
|
11
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
13
|
+
|
|
14
|
+
# Template References
|
|
15
|
+
productBriefTemplate: '{workflow_path}/product-brief.template.md'
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# Step 1: Product Brief Initialization
|
|
19
|
+
|
|
20
|
+
## STEP GOAL:
|
|
21
|
+
|
|
22
|
+
Initialize the product brief workflow by detecting continuation state and setting up the document structure for collaborative product discovery.
|
|
23
|
+
|
|
24
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
25
|
+
|
|
26
|
+
### Universal Rules:
|
|
27
|
+
|
|
28
|
+
- 🛑 NEVER generate content without user input
|
|
29
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
30
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
31
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
32
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
33
|
+
|
|
34
|
+
### Role Reinforcement:
|
|
35
|
+
|
|
36
|
+
- ✅ You are a product-focused Business Analyst facilitator
|
|
37
|
+
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
|
|
38
|
+
- ✅ We engage in collaborative dialogue, not command-response
|
|
39
|
+
- ✅ You bring structured thinking and facilitation skills, while the user brings domain expertise and product vision
|
|
40
|
+
- ✅ Maintain collaborative discovery tone throughout
|
|
41
|
+
|
|
42
|
+
### Step-Specific Rules:
|
|
43
|
+
|
|
44
|
+
- 🎯 Focus only on initialization and setup - no content generation yet
|
|
45
|
+
- 🚫 FORBIDDEN to look ahead to future steps or assume knowledge from them
|
|
46
|
+
- 💬 Approach: Systematic setup with clear reporting to user
|
|
47
|
+
- 📋 Detect existing workflow state and handle continuation properly
|
|
48
|
+
|
|
49
|
+
## EXECUTION PROTOCOLS:
|
|
50
|
+
|
|
51
|
+
- 🎯 Show your analysis of current state before taking any action
|
|
52
|
+
- 💾 Initialize document structure and update frontmatter appropriately
|
|
53
|
+
- 📖 Set up frontmatter `stepsCompleted: [1]` before loading next step
|
|
54
|
+
- 🚫 FORBIDDEN to load next step until user selects 'C' (Continue)
|
|
55
|
+
|
|
56
|
+
## CONTEXT BOUNDARIES:
|
|
57
|
+
|
|
58
|
+
- Available context: Variables from workflow.md are available in memory
|
|
59
|
+
- Focus: Workflow initialization and document setup only
|
|
60
|
+
- Limits: Don't assume knowledge from other steps or create content yet
|
|
61
|
+
- Dependencies: Configuration loaded from workflow.md initialization
|
|
62
|
+
|
|
63
|
+
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
64
|
+
|
|
65
|
+
### 1. Check for Existing Workflow State
|
|
66
|
+
|
|
67
|
+
First, check if the output document already exists:
|
|
68
|
+
|
|
69
|
+
**Workflow State Detection:**
|
|
70
|
+
|
|
71
|
+
- Look for file `{outputFile}`
|
|
72
|
+
- If exists, read the complete file including frontmatter
|
|
73
|
+
- If not exists, this is a fresh workflow
|
|
74
|
+
|
|
75
|
+
### 2. Handle Continuation (If Document Exists)
|
|
76
|
+
|
|
77
|
+
If the document exists and has frontmatter with `stepsCompleted`:
|
|
78
|
+
|
|
79
|
+
**Continuation Protocol:**
|
|
80
|
+
|
|
81
|
+
- **STOP immediately** and load `{workflow_path}/steps/step-01b-continue.md`
|
|
82
|
+
- Do not proceed with any initialization tasks
|
|
83
|
+
- Let step-01b handle all continuation logic
|
|
84
|
+
- This is an auto-proceed situation - no user choice needed
|
|
85
|
+
|
|
86
|
+
### 3. Fresh Workflow Setup (If No Document)
|
|
87
|
+
|
|
88
|
+
If no document exists or no `stepsCompleted` in frontmatter:
|
|
89
|
+
|
|
90
|
+
#### A. Input Document Discovery
|
|
91
|
+
|
|
92
|
+
load context documents using smart discovery. Documents can be in the following locations:
|
|
93
|
+
- {planning_artifacts}/**
|
|
94
|
+
- {output_folder}/**
|
|
95
|
+
- {product_knowledge}/**
|
|
96
|
+
- docs/**
|
|
97
|
+
|
|
98
|
+
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)
|
|
99
|
+
|
|
100
|
+
Try to discover the following:
|
|
101
|
+
- Brainstorming Reports (`*brainstorming*.md`)
|
|
102
|
+
- Research Documents (`*research*.md`)
|
|
103
|
+
- Project Documentation (generally multiple documents might be found for this in the `{product_knowledge}` or `docs` folder.)
|
|
104
|
+
- Project Context (`**/project-context.md`)
|
|
105
|
+
|
|
106
|
+
<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>
|
|
107
|
+
|
|
108
|
+
**Loading Rules:**
|
|
109
|
+
|
|
110
|
+
- Load ALL discovered files completely that the user confirmed or provided (no offset/limit)
|
|
111
|
+
- If there is a project context, whatever is relevant should try to be biased in the remainder of this whole workflow process
|
|
112
|
+
- For sharded folders, load ALL files to get complete picture, using the index first to potentially know the potential of each document
|
|
113
|
+
- index.md is a guide to what's relevant whenever available
|
|
114
|
+
- Track all successfully loaded files in frontmatter `inputDocuments` array
|
|
115
|
+
|
|
116
|
+
#### B. Create Initial Document
|
|
117
|
+
|
|
118
|
+
**Document Setup:**
|
|
119
|
+
|
|
120
|
+
- Copy the template from `{productBriefTemplate}` to `{outputFile}`, and update the frontmatter fields
|
|
121
|
+
|
|
122
|
+
#### C. Present Initialization Results
|
|
123
|
+
|
|
124
|
+
**Setup Report to User:**
|
|
125
|
+
"Welcome {{user_name}}! I've set up your product brief workspace for {{project_name}}.
|
|
126
|
+
|
|
127
|
+
**Document Setup:**
|
|
128
|
+
|
|
129
|
+
- Created: `{outputFile}` from template
|
|
130
|
+
- Initialized frontmatter with workflow state
|
|
131
|
+
|
|
132
|
+
**Input Documents Discovered:**
|
|
133
|
+
|
|
134
|
+
- Research: {number of research files loaded or "None found"}
|
|
135
|
+
- Brainstorming: {number of brainstorming files loaded or "None found"}
|
|
136
|
+
- Project docs: {number of project files loaded or "None found"}
|
|
137
|
+
- Project Context: {number of project context files loaded or "None found"}
|
|
138
|
+
|
|
139
|
+
**Files loaded:** {list of specific file names or "No additional documents found"}
|
|
140
|
+
|
|
141
|
+
Do you have any other documents you'd like me to include, or shall we continue to the next step?"
|
|
142
|
+
|
|
143
|
+
### 4. Present MENU OPTIONS
|
|
144
|
+
|
|
145
|
+
Display: "**Proceeding to product vision discovery...**"
|
|
146
|
+
|
|
147
|
+
#### Menu Handling Logic:
|
|
148
|
+
|
|
149
|
+
- After setup report is presented, immediately load, read entire file, then execute {nextStepFile}
|
|
150
|
+
|
|
151
|
+
#### EXECUTION RULES:
|
|
152
|
+
|
|
153
|
+
- This is an initialization step with auto-proceed after setup completion
|
|
154
|
+
- Proceed directly to next step after document setup and reporting
|
|
155
|
+
|
|
156
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
157
|
+
|
|
158
|
+
ONLY WHEN [setup completion is achieved and frontmatter properly updated], will you then load and read fully `{nextStepFile}` to execute and begin product vision discovery.
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
163
|
+
|
|
164
|
+
### ✅ SUCCESS:
|
|
165
|
+
|
|
166
|
+
- Existing workflow detected and properly handed off to step-01b
|
|
167
|
+
- Fresh workflow initialized with template and proper frontmatter
|
|
168
|
+
- Input documents discovered and loaded using sharded-first logic
|
|
169
|
+
- All discovered files tracked in frontmatter `inputDocuments`
|
|
170
|
+
- Menu presented and user input handled correctly
|
|
171
|
+
- Frontmatter updated with `stepsCompleted: [1]` before proceeding
|
|
172
|
+
|
|
173
|
+
### ❌ SYSTEM FAILURE:
|
|
174
|
+
|
|
175
|
+
- Proceeding with fresh initialization when existing workflow exists
|
|
176
|
+
- Not updating frontmatter with discovered input documents
|
|
177
|
+
- Creating document without proper template structure
|
|
178
|
+
- Not checking sharded folders first before whole files
|
|
179
|
+
- Not reporting discovered documents to user clearly
|
|
180
|
+
- Proceeding without user selecting 'C' (Continue)
|
|
181
|
+
|
|
182
|
+
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|