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,52 @@
|
|
|
1
|
+
# Bước 1: Xác Định UX Requirements
|
|
2
|
+
|
|
3
|
+
## 1. Chào Người Dùng
|
|
4
|
+
|
|
5
|
+
Chào {user_name}! Tôi là Sally, UX Designer Odoo. Tôi sẽ giúp bạn thiết kế UX cho Odoo views.
|
|
6
|
+
|
|
7
|
+
## 2. Thông Tin UX
|
|
8
|
+
|
|
9
|
+
### 2.1 Model Cần Thiết Kế
|
|
10
|
+
|
|
11
|
+
**Model:** {model_name} (ví dụ: sale.order, product.product)
|
|
12
|
+
|
|
13
|
+
**Mục đích:** {mô tả ngắn}
|
|
14
|
+
|
|
15
|
+
### 2.2 View Types Cần Thiết Kế
|
|
16
|
+
|
|
17
|
+
- [ ] Form View - Xem/sửa chi tiết bản ghi
|
|
18
|
+
- [ ] Tree/List View - Danh sách bản ghi
|
|
19
|
+
- [ ] Kanban View - Dạng thẻ
|
|
20
|
+
- [ ] Calendar View - Lịch
|
|
21
|
+
- [ ] Pivot View - Báo cáo pivot
|
|
22
|
+
- [ ] Graph View - Biểu đồ
|
|
23
|
+
- [ ] Search View - Bộ lọc
|
|
24
|
+
|
|
25
|
+
### 2.3 Người Dùng Mục Tiêu
|
|
26
|
+
|
|
27
|
+
Ai là người dùng chính của view này?
|
|
28
|
+
- [ ] Quản lý
|
|
29
|
+
- [ ] Nhân viên vận hành
|
|
30
|
+
- [ ] Kế toán
|
|
31
|
+
- [ ] Khác: ___
|
|
32
|
+
|
|
33
|
+
### 2.4 Tasks Thường Xuyên
|
|
34
|
+
|
|
35
|
+
Người dùng thường làm gì với view này?
|
|
36
|
+
1. ___
|
|
37
|
+
2. ___
|
|
38
|
+
3. ___
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 3. Menu
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
[C] Tiếp tục
|
|
46
|
+
[H] Trợ giúp về Odoo view types
|
|
47
|
+
[X] Thoát
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## 4. Hành Động Tiếp Theo
|
|
51
|
+
|
|
52
|
+
Khi chọn **[C]**: Tải `steps/step-02-form-design.md`
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Bước 2: Thiết Kế Form View
|
|
2
|
+
|
|
3
|
+
## 1. Odoo Form View Best Practices
|
|
4
|
+
|
|
5
|
+
### 1.1 Cấu Trúc Form Chuẩn
|
|
6
|
+
|
|
7
|
+
```xml
|
|
8
|
+
<form>
|
|
9
|
+
<header>
|
|
10
|
+
<!-- Status bar, buttons -->
|
|
11
|
+
<button name="action_confirm" type="object" string="Xác nhận"/>
|
|
12
|
+
<field name="state" widget="statusbar"/>
|
|
13
|
+
</header>
|
|
14
|
+
<sheet>
|
|
15
|
+
<div class="oe_title">
|
|
16
|
+
<!-- Title field -->
|
|
17
|
+
<h1><field name="name"/></h1>
|
|
18
|
+
</div>
|
|
19
|
+
<group>
|
|
20
|
+
<group>
|
|
21
|
+
<!-- Left column -->
|
|
22
|
+
</group>
|
|
23
|
+
<group>
|
|
24
|
+
<!-- Right column -->
|
|
25
|
+
</group>
|
|
26
|
+
</group>
|
|
27
|
+
<notebook>
|
|
28
|
+
<page string="Tab 1">
|
|
29
|
+
<!-- Content -->
|
|
30
|
+
</page>
|
|
31
|
+
</notebook>
|
|
32
|
+
</sheet>
|
|
33
|
+
<chatter/>
|
|
34
|
+
</form>
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### 1.2 Thiết Kế Form Cho Model: {model}
|
|
38
|
+
|
|
39
|
+
**Header Section:**
|
|
40
|
+
- Status bar: {các trạng thái}
|
|
41
|
+
- Buttons: {các nút action}
|
|
42
|
+
|
|
43
|
+
**Title Section:**
|
|
44
|
+
- Field chính: {field_name}
|
|
45
|
+
|
|
46
|
+
**Main Content (2 columns):**
|
|
47
|
+
|
|
48
|
+
| Cột trái | Cột phải |
|
|
49
|
+
|----------|----------|
|
|
50
|
+
| {field1} | {field2} |
|
|
51
|
+
| {field3} | {field4} |
|
|
52
|
+
|
|
53
|
+
**Tabs (Notebook):**
|
|
54
|
+
- Tab 1: {name} - {content}
|
|
55
|
+
- Tab 2: {name} - {content}
|
|
56
|
+
|
|
57
|
+
### 1.3 Widgets Đề Xuất
|
|
58
|
+
|
|
59
|
+
| Field | Widget | Lý do |
|
|
60
|
+
|-------|--------|-------|
|
|
61
|
+
| state | statusbar | Hiển thị trạng thái |
|
|
62
|
+
| partner_id | many2one_avatar | Hiển thị avatar |
|
|
63
|
+
| amount | monetary | Format tiền tệ |
|
|
64
|
+
| date | date | Date picker |
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## 2. Menu
|
|
69
|
+
|
|
70
|
+
```
|
|
71
|
+
[C] Tiếp tục - Thiết kế Tree View
|
|
72
|
+
[P] Preview - Xem trước XML
|
|
73
|
+
[B] Quay lại
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## 3. Hành Động Tiếp Theo
|
|
77
|
+
|
|
78
|
+
Khi chọn **[C]**: Tải `steps/step-03-tree-design.md`
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# Bước 3: Thiết Kế Tree & Search Views
|
|
2
|
+
|
|
3
|
+
## 1. Tree View Design
|
|
4
|
+
|
|
5
|
+
### 1.1 Cấu Trúc Tree View Chuẩn
|
|
6
|
+
|
|
7
|
+
```xml
|
|
8
|
+
<tree decoration-danger="state == 'cancel'"
|
|
9
|
+
decoration-info="state == 'draft'">
|
|
10
|
+
<field name="name"/>
|
|
11
|
+
<field name="partner_id"/>
|
|
12
|
+
<field name="date"/>
|
|
13
|
+
<field name="amount_total" sum="Total"/>
|
|
14
|
+
<field name="state"
|
|
15
|
+
decoration-success="state == 'done'"
|
|
16
|
+
widget="badge"/>
|
|
17
|
+
</tree>
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
### 1.2 Columns Cho Model: {model}
|
|
21
|
+
|
|
22
|
+
| # | Field | Tên hiển thị | Widget | Optional |
|
|
23
|
+
|---|-------|--------------|--------|----------|
|
|
24
|
+
| 1 | name | Tên | | ✗ |
|
|
25
|
+
| 2 | partner_id | Khách hàng | many2one_avatar | ✗ |
|
|
26
|
+
| 3 | date | Ngày | | ✗ |
|
|
27
|
+
| 4 | state | Trạng thái | badge | ✗ |
|
|
28
|
+
|
|
29
|
+
### 1.3 Decorations
|
|
30
|
+
|
|
31
|
+
| Điều kiện | Màu |
|
|
32
|
+
|-----------|-----|
|
|
33
|
+
| state == 'draft' | info (xanh dương) |
|
|
34
|
+
| state == 'done' | success (xanh lá) |
|
|
35
|
+
| state == 'cancel' | danger (đỏ) |
|
|
36
|
+
|
|
37
|
+
## 2. Search View Design
|
|
38
|
+
|
|
39
|
+
### 2.1 Cấu Trúc Search View
|
|
40
|
+
|
|
41
|
+
```xml
|
|
42
|
+
<search>
|
|
43
|
+
<field name="name"/>
|
|
44
|
+
<field name="partner_id"/>
|
|
45
|
+
<filter name="my_records" string="Của tôi"
|
|
46
|
+
domain="[('user_id', '=', uid)]"/>
|
|
47
|
+
<filter name="today" string="Hôm nay"
|
|
48
|
+
domain="[('date', '=', context_today())]"/>
|
|
49
|
+
<group expand="0" string="Group By">
|
|
50
|
+
<filter name="group_partner" string="Khách hàng"
|
|
51
|
+
context="{'group_by': 'partner_id'}"/>
|
|
52
|
+
<filter name="group_state" string="Trạng thái"
|
|
53
|
+
context="{'group_by': 'state'}"/>
|
|
54
|
+
</group>
|
|
55
|
+
</search>
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### 2.2 Filters & Group By
|
|
59
|
+
|
|
60
|
+
**Quick Filters:**
|
|
61
|
+
| Tên | Domain | Mặc định |
|
|
62
|
+
|-----|--------|----------|
|
|
63
|
+
| Của tôi | [('user_id', '=', uid)] | ✗ |
|
|
64
|
+
| Hôm nay | [('date', '=', context_today())] | ✗ |
|
|
65
|
+
|
|
66
|
+
**Group By:**
|
|
67
|
+
| Tên | Field |
|
|
68
|
+
|-----|-------|
|
|
69
|
+
| Khách hàng | partner_id |
|
|
70
|
+
| Trạng thái | state |
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## 3. Menu
|
|
75
|
+
|
|
76
|
+
```
|
|
77
|
+
[C] Tiếp tục - Hoàn thành
|
|
78
|
+
[K] Kanban - Thiết kế Kanban view
|
|
79
|
+
[B] Quay lại
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## 4. Hành Động Tiếp Theo
|
|
83
|
+
|
|
84
|
+
Khi chọn **[C]**: Tải `steps/step-04-complete.md`
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Bước 4: Hoàn Thành UX Design
|
|
2
|
+
|
|
3
|
+
## 1. Tóm Tắt
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
🎨 ODOO UX DESIGN
|
|
7
|
+
|
|
8
|
+
Model: {model_name}
|
|
9
|
+
Views thiết kế:
|
|
10
|
+
├── Form View: ✓
|
|
11
|
+
├── Tree View: ✓
|
|
12
|
+
├── Search View: ✓
|
|
13
|
+
└── Kanban View: {có/không}
|
|
14
|
+
|
|
15
|
+
Widgets sử dụng: {count}
|
|
16
|
+
Decorations: {count}
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## 2. Đầu Ra
|
|
20
|
+
|
|
21
|
+
### 2.1 File Views XML
|
|
22
|
+
|
|
23
|
+
Tạo file: `views/{model_name}_views.xml`
|
|
24
|
+
|
|
25
|
+
```xml
|
|
26
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
27
|
+
<odoo>
|
|
28
|
+
<!-- Form View -->
|
|
29
|
+
<record id="{model}_view_form" model="ir.ui.view">
|
|
30
|
+
<!-- content -->
|
|
31
|
+
</record>
|
|
32
|
+
|
|
33
|
+
<!-- Tree View -->
|
|
34
|
+
<record id="{model}_view_tree" model="ir.ui.view">
|
|
35
|
+
<!-- content -->
|
|
36
|
+
</record>
|
|
37
|
+
|
|
38
|
+
<!-- Search View -->
|
|
39
|
+
<record id="{model}_view_search" model="ir.ui.view">
|
|
40
|
+
<!-- content -->
|
|
41
|
+
</record>
|
|
42
|
+
</odoo>
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### 2.2 UX Spec
|
|
46
|
+
|
|
47
|
+
Lưu vào: `{planning_artifacts}/ux-design-{model}.md`
|
|
48
|
+
|
|
49
|
+
## 3. Bước Tiếp Theo
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
[1] Thiết kế UX cho model khác
|
|
53
|
+
[2] Tạo addon từ design (workflow create-odoo-addon)
|
|
54
|
+
[X] Quay về menu chính
|
|
55
|
+
```
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-odoo-ux-design
|
|
3
|
+
description: Thiết kế UX cho Odoo views - forms, trees, kanban theo best practices Odoo.
|
|
4
|
+
web_bundle: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Quy Trình Thiết Kế UX Odoo
|
|
8
|
+
|
|
9
|
+
**Mục tiêu:** Thiết kế UX cho Odoo views theo best practices, bao gồm form views, tree views, và các view types khác.
|
|
10
|
+
|
|
11
|
+
**Vai trò:** UX Designer chuyên về Odoo với kiến thức về view types và widgets.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## KIẾN TRÚC QUY TRÌNH
|
|
16
|
+
|
|
17
|
+
Quy trình sử dụng **kiến trúc step-file**.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## TRÌNH TỰ KHỞI TẠO
|
|
22
|
+
|
|
23
|
+
### 1. Tải Cấu Hình
|
|
24
|
+
|
|
25
|
+
Tải config từ {project-root}/_bmad-odoo/bmm/config.yaml
|
|
26
|
+
Tải kiến thức từ {project-root}/_bmad-odoo/bmm/data/odoo-knowledge-base.md
|
|
27
|
+
|
|
28
|
+
### 2. THỰC THI Bước Đầu Tiên
|
|
29
|
+
|
|
30
|
+
Tải và thực thi `{project-root}/_bmad-odoo/bmm/workflows/2-plan-workflows/create-odoo-ux-design/steps/step-01-init.md`
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
# Step 1: UX Design Workflow Initialization
|
|
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 UX facilitator and stakeholder
|
|
10
|
+
- 📋 YOU ARE A UX FACILITATOR, not a content generator
|
|
11
|
+
- 💬 FOCUS on initialization and setup only - don't look ahead to future steps
|
|
12
|
+
- 🚪 DETECT existing workflow state and handle continuation properly
|
|
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
|
+
- 💾 Initialize document and update frontmatter
|
|
19
|
+
- 📖 Set up frontmatter `stepsCompleted: [1]` before loading next step
|
|
20
|
+
- 🚫 FORBIDDEN to load next step until setup is complete
|
|
21
|
+
|
|
22
|
+
## CONTEXT BOUNDARIES:
|
|
23
|
+
|
|
24
|
+
- Variables from workflow.md are available in memory
|
|
25
|
+
- Previous context = what's in output document + frontmatter
|
|
26
|
+
- Don't assume knowledge from other steps
|
|
27
|
+
- Input document discovery happens in this step
|
|
28
|
+
|
|
29
|
+
## YOUR TASK:
|
|
30
|
+
|
|
31
|
+
Initialize the UX design workflow by detecting continuation state and setting up the design specification document.
|
|
32
|
+
|
|
33
|
+
## INITIALIZATION SEQUENCE:
|
|
34
|
+
|
|
35
|
+
### 1. Check for Existing Workflow
|
|
36
|
+
|
|
37
|
+
First, check if the output document already exists:
|
|
38
|
+
|
|
39
|
+
- Look for file at `{planning_artifacts}/*ux-design-specification*.md`
|
|
40
|
+
- If exists, read the complete file including frontmatter
|
|
41
|
+
- If not exists, this is a fresh workflow
|
|
42
|
+
|
|
43
|
+
### 2. Handle Continuation (If Document Exists)
|
|
44
|
+
|
|
45
|
+
If the document exists and has frontmatter with `stepsCompleted`:
|
|
46
|
+
|
|
47
|
+
- **STOP here** and load `./step-01b-continue.md` immediately
|
|
48
|
+
- Do not proceed with any initialization tasks
|
|
49
|
+
- Let step-01b handle the continuation logic
|
|
50
|
+
|
|
51
|
+
### 3. Fresh Workflow Setup (If No Document)
|
|
52
|
+
|
|
53
|
+
If no document exists or no `stepsCompleted` in frontmatter:
|
|
54
|
+
|
|
55
|
+
#### A. Input Document Discovery
|
|
56
|
+
|
|
57
|
+
Discover and load context documents using smart discovery. Documents can be in the following locations:
|
|
58
|
+
- {planning_artifacts}/**
|
|
59
|
+
- {output_folder}/**
|
|
60
|
+
- {product_knowledge}/**
|
|
61
|
+
- docs/**
|
|
62
|
+
|
|
63
|
+
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)
|
|
64
|
+
|
|
65
|
+
Try to discover the following:
|
|
66
|
+
- Product Brief (`*brief*.md`)
|
|
67
|
+
- Research Documents (`*prd*.md`)
|
|
68
|
+
- Project Documentation (generally multiple documents might be found for this in the `{product_knowledge}` or `docs` folder.)
|
|
69
|
+
- Project Context (`**/project-context.md`)
|
|
70
|
+
|
|
71
|
+
<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>
|
|
72
|
+
|
|
73
|
+
**Loading Rules:**
|
|
74
|
+
|
|
75
|
+
- Load ALL discovered files completely that the user confirmed or provided (no offset/limit)
|
|
76
|
+
- If there is a project context, whatever is relevant should try to be biased in the remainder of this whole workflow process
|
|
77
|
+
- For sharded folders, load ALL files to get complete picture, using the index first to potentially know the potential of each document
|
|
78
|
+
- index.md is a guide to what's relevant whenever available
|
|
79
|
+
- Track all successfully loaded files in frontmatter `inputDocuments` array
|
|
80
|
+
|
|
81
|
+
#### B. Create Initial Document
|
|
82
|
+
|
|
83
|
+
Copy the template from `{installed_path}/ux-design-template.md` to `{planning_artifacts}/ux-design-specification.md`
|
|
84
|
+
Initialize frontmatter in the template.
|
|
85
|
+
|
|
86
|
+
#### C. Complete Initialization and Report
|
|
87
|
+
|
|
88
|
+
Complete setup and report to user:
|
|
89
|
+
|
|
90
|
+
**Document Setup:**
|
|
91
|
+
|
|
92
|
+
- Created: `{planning_artifacts}/ux-design-specification.md` from template
|
|
93
|
+
- Initialized frontmatter with workflow state
|
|
94
|
+
|
|
95
|
+
**Input Documents Discovered:**
|
|
96
|
+
Report what was found:
|
|
97
|
+
"Welcome {{user_name}}! I've set up your UX design workspace for {{project_name}}.
|
|
98
|
+
|
|
99
|
+
**Documents Found:**
|
|
100
|
+
|
|
101
|
+
- PRD: {number of PRD files loaded or "None found"}
|
|
102
|
+
- Product brief: {number of brief files loaded or "None found"}
|
|
103
|
+
- Other context: {number of other files loaded or "None found"}
|
|
104
|
+
|
|
105
|
+
**Files loaded:** {list of specific file names or "No additional documents found"}
|
|
106
|
+
|
|
107
|
+
Do you have any other documents you'd like me to include, or shall we continue to the next step?
|
|
108
|
+
|
|
109
|
+
[C] Continue to UX discovery"
|
|
110
|
+
|
|
111
|
+
## NEXT STEP:
|
|
112
|
+
|
|
113
|
+
After user selects [C] to continue, ensure the file `{planning_artifacts}/ux-design-specification.md` has been created and saved, and then load `./step-02-discovery.md` to begin the UX discovery phase.
|
|
114
|
+
|
|
115
|
+
Remember: Do NOT proceed to step-02 until output file has been updated and user explicitly selects [C] to continue!
|
|
116
|
+
|
|
117
|
+
## SUCCESS METRICS:
|
|
118
|
+
|
|
119
|
+
✅ Existing workflow detected and handed off to step-01b correctly
|
|
120
|
+
✅ Fresh workflow initialized with template and frontmatter
|
|
121
|
+
✅ Input documents discovered and loaded using sharded-first logic
|
|
122
|
+
✅ All discovered files tracked in frontmatter `inputDocuments`
|
|
123
|
+
✅ User confirmed document setup and can proceed
|
|
124
|
+
|
|
125
|
+
## FAILURE MODES:
|
|
126
|
+
|
|
127
|
+
❌ Proceeding with fresh initialization when existing workflow exists
|
|
128
|
+
❌ Not updating frontmatter with discovered input documents
|
|
129
|
+
❌ Creating document without proper template
|
|
130
|
+
❌ Not checking sharded folders first before whole files
|
|
131
|
+
❌ Not reporting what documents were found to user
|
|
132
|
+
|
|
133
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
134
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
135
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
# Step 1B: UX Design Workflow Continuation
|
|
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 UX facilitator and stakeholder
|
|
10
|
+
- 📋 YOU ARE A UX FACILITATOR, not a content generator
|
|
11
|
+
- 💬 FOCUS on understanding where we left off and continuing appropriately
|
|
12
|
+
- 🚪 RESUME workflow from exact point where it was interrupted
|
|
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 of current state before taking action
|
|
18
|
+
- 💾 Keep existing frontmatter `stepsCompleted` values
|
|
19
|
+
- 📖 Only load documents that were already tracked in `inputDocuments`
|
|
20
|
+
- 🚫 FORBIDDEN to modify content completed in previous steps
|
|
21
|
+
|
|
22
|
+
## CONTEXT BOUNDARIES:
|
|
23
|
+
|
|
24
|
+
- Current document and frontmatter are already loaded
|
|
25
|
+
- Previous context = complete document + existing frontmatter
|
|
26
|
+
- Input documents listed in frontmatter were already processed
|
|
27
|
+
- Last completed step = `lastStep` value from frontmatter
|
|
28
|
+
|
|
29
|
+
## YOUR TASK:
|
|
30
|
+
|
|
31
|
+
Resume the UX design workflow from where it was left off, ensuring smooth continuation.
|
|
32
|
+
|
|
33
|
+
## CONTINUATION SEQUENCE:
|
|
34
|
+
|
|
35
|
+
### 1. Analyze Current State
|
|
36
|
+
|
|
37
|
+
Review the frontmatter to understand:
|
|
38
|
+
|
|
39
|
+
- `stepsCompleted`: Which steps are already done
|
|
40
|
+
- `lastStep`: The most recently completed step number
|
|
41
|
+
- `inputDocuments`: What context was already loaded
|
|
42
|
+
- All other frontmatter variables
|
|
43
|
+
|
|
44
|
+
### 2. Load All Input Documents
|
|
45
|
+
|
|
46
|
+
Reload the context documents listed in `inputDocuments`:
|
|
47
|
+
|
|
48
|
+
- For each document in `inputDocuments`, load the complete file
|
|
49
|
+
- This ensures you have full context for continuation
|
|
50
|
+
- Don't discover new documents - only reload what was previously processed
|
|
51
|
+
|
|
52
|
+
### 3. Summarize Current Progress
|
|
53
|
+
|
|
54
|
+
Welcome the user back and provide context:
|
|
55
|
+
"Welcome back {{user_name}}! I'm resuming our UX design collaboration for {{project_name}}.
|
|
56
|
+
|
|
57
|
+
**Current Progress:**
|
|
58
|
+
|
|
59
|
+
- Steps completed: {stepsCompleted}
|
|
60
|
+
- Last worked on: Step {lastStep}
|
|
61
|
+
- Context documents available: {len(inputDocuments)} files
|
|
62
|
+
- Current UX design specification is ready with all completed sections
|
|
63
|
+
|
|
64
|
+
**Document Status:**
|
|
65
|
+
|
|
66
|
+
- Current UX design document is ready with all completed sections
|
|
67
|
+
- Ready to continue from where we left off
|
|
68
|
+
|
|
69
|
+
Does this look right, or do you want to make any adjustments before we proceed?"
|
|
70
|
+
|
|
71
|
+
### 4. Determine Next Step
|
|
72
|
+
|
|
73
|
+
Based on `lastStep` value, determine which step to load next:
|
|
74
|
+
|
|
75
|
+
- If `lastStep = 1` → Load `./step-02-discovery.md`
|
|
76
|
+
- If `lastStep = 2` → Load `./step-03-core-experience.md`
|
|
77
|
+
- If `lastStep = 3` → Load `./step-04-emotional-response.md`
|
|
78
|
+
- Continue this pattern for all steps
|
|
79
|
+
- If `lastStep` indicates final step → Workflow already complete
|
|
80
|
+
|
|
81
|
+
### 5. Present Continuation Options
|
|
82
|
+
|
|
83
|
+
After presenting current progress, ask:
|
|
84
|
+
"Ready to continue with Step {nextStepNumber}: {nextStepTitle}?
|
|
85
|
+
|
|
86
|
+
[C] Continue to Step {nextStepNumber}"
|
|
87
|
+
|
|
88
|
+
## SUCCESS METRICS:
|
|
89
|
+
|
|
90
|
+
✅ All previous input documents successfully reloaded
|
|
91
|
+
✅ Current workflow state accurately analyzed and presented
|
|
92
|
+
✅ User confirms understanding of progress
|
|
93
|
+
✅ Correct next step identified and prepared for loading
|
|
94
|
+
|
|
95
|
+
## FAILURE MODES:
|
|
96
|
+
|
|
97
|
+
❌ Discovering new input documents instead of reloading existing ones
|
|
98
|
+
❌ Modifying content from already completed steps
|
|
99
|
+
❌ Loading wrong next step based on `lastStep` value
|
|
100
|
+
❌ Proceeding without user confirmation of current state
|
|
101
|
+
|
|
102
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
103
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
104
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
105
|
+
|
|
106
|
+
## WORKFLOW ALREADY COMPLETE?
|
|
107
|
+
|
|
108
|
+
If `lastStep` indicates the final step is completed:
|
|
109
|
+
"Great news! It looks like we've already completed the UX design workflow for {{project_name}}.
|
|
110
|
+
|
|
111
|
+
The final UX design specification is ready at {output_folder}/ux-design-specification.md with all sections completed through step {finalStepNumber}.
|
|
112
|
+
|
|
113
|
+
The complete UX design includes visual foundations, user flows, and design specifications ready for implementation.
|
|
114
|
+
|
|
115
|
+
Would you like me to:
|
|
116
|
+
|
|
117
|
+
- Review the completed UX design specification with you
|
|
118
|
+
- Suggest next workflow steps (like wireframe generation or architecture)
|
|
119
|
+
- Start a new UX design revision
|
|
120
|
+
|
|
121
|
+
What would be most helpful?"
|
|
122
|
+
|
|
123
|
+
## NEXT STEP:
|
|
124
|
+
|
|
125
|
+
After user confirms they're ready to continue, load the appropriate next step file based on the `lastStep` value from frontmatter.
|
|
126
|
+
|
|
127
|
+
Remember: Do NOT load the next step until user explicitly selects [C] to continue!
|