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,190 @@
|
|
|
1
|
+
# Step 2: Project Understanding
|
|
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 project context and user needs
|
|
12
|
+
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
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 A/P/C menu after generating project understanding content
|
|
19
|
+
- 💾 ONLY save when user chooses C (Continue)
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
21
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
22
|
+
|
|
23
|
+
## COLLABORATION MENUS (A/P/C):
|
|
24
|
+
|
|
25
|
+
This step will generate content and present choices:
|
|
26
|
+
|
|
27
|
+
- **A (Advanced Elicitation)**: Use discovery protocols to develop deeper project insights
|
|
28
|
+
- **P (Party Mode)**: Bring multiple perspectives to understand project context
|
|
29
|
+
- **C (Continue)**: Save the content to the document and proceed to next step
|
|
30
|
+
|
|
31
|
+
## PROTOCOL INTEGRATION:
|
|
32
|
+
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
34
|
+
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
35
|
+
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
|
+
- User accepts/rejects protocol changes before proceeding
|
|
37
|
+
|
|
38
|
+
## CONTEXT BOUNDARIES:
|
|
39
|
+
|
|
40
|
+
- Current document and frontmatter from step 1 are available
|
|
41
|
+
- Input documents (PRD, briefs, epics) already loaded are in memory
|
|
42
|
+
- No additional data files needed for this step
|
|
43
|
+
- Focus on project and user understanding
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Understand the project context, target users, and what makes this product special from a UX perspective.
|
|
48
|
+
|
|
49
|
+
## PROJECT DISCOVERY SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Review Loaded Context
|
|
52
|
+
|
|
53
|
+
Start by analyzing what we know from the loaded documents:
|
|
54
|
+
"Based on the project documentation we have loaded, let me confirm what I'm understanding about {{project_name}}.
|
|
55
|
+
|
|
56
|
+
**From the documents:**
|
|
57
|
+
{summary of key insights from loaded PRD, briefs, and other context documents}
|
|
58
|
+
|
|
59
|
+
**Target Users:**
|
|
60
|
+
{summary of user information from loaded documents}
|
|
61
|
+
|
|
62
|
+
**Key Features/Goals:**
|
|
63
|
+
{summary of main features and goals from loaded documents}
|
|
64
|
+
|
|
65
|
+
Does this match your understanding? Are there any corrections or additions you'd like to make?"
|
|
66
|
+
|
|
67
|
+
### 2. Fill Context Gaps (If no documents or gaps exist)
|
|
68
|
+
|
|
69
|
+
If no documents were loaded or key information is missing:
|
|
70
|
+
"Since we don't have complete documentation, let's start with the essentials:
|
|
71
|
+
|
|
72
|
+
**What are you building?** (Describe your product in 1-2 sentences)
|
|
73
|
+
|
|
74
|
+
**Who is this for?** (Describe your ideal user or target audience)
|
|
75
|
+
|
|
76
|
+
**What makes this special or different?** (What's the unique value proposition?)
|
|
77
|
+
|
|
78
|
+
**What's the main thing users will do with this?** (Core user action or goal)"
|
|
79
|
+
|
|
80
|
+
### 3. Explore User Context Deeper
|
|
81
|
+
|
|
82
|
+
Dive into user understanding:
|
|
83
|
+
"Let me understand your users better to inform the UX design:
|
|
84
|
+
|
|
85
|
+
**User Context Questions:**
|
|
86
|
+
|
|
87
|
+
- What problem are users trying to solve?
|
|
88
|
+
- What frustrates them with current solutions?
|
|
89
|
+
- What would make them say 'this is exactly what I needed'?
|
|
90
|
+
- How tech-savvy are your target users?
|
|
91
|
+
- What devices will they use most?
|
|
92
|
+
- When/where will they use this product?"
|
|
93
|
+
|
|
94
|
+
### 4. Identify UX Design Challenges
|
|
95
|
+
|
|
96
|
+
Surface the key UX challenges to address:
|
|
97
|
+
"From what we've discussed, I'm seeing some key UX design considerations:
|
|
98
|
+
|
|
99
|
+
**Design Challenges:**
|
|
100
|
+
|
|
101
|
+
- [Identify 2-3 key UX challenges based on project type and user needs]
|
|
102
|
+
- [Note any platform-specific considerations]
|
|
103
|
+
- [Highlight any complex user flows or interactions]
|
|
104
|
+
|
|
105
|
+
**Design Opportunities:**
|
|
106
|
+
|
|
107
|
+
- [Identify 2-3 areas where great UX could create competitive advantage]
|
|
108
|
+
- [Note any opportunities for innovative UX patterns]
|
|
109
|
+
|
|
110
|
+
Does this capture the key UX considerations we need to address?"
|
|
111
|
+
|
|
112
|
+
### 5. Generate Project Understanding Content
|
|
113
|
+
|
|
114
|
+
Prepare the content to append to the document:
|
|
115
|
+
|
|
116
|
+
#### Content Structure:
|
|
117
|
+
|
|
118
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
119
|
+
|
|
120
|
+
```markdown
|
|
121
|
+
## Executive Summary
|
|
122
|
+
|
|
123
|
+
### Project Vision
|
|
124
|
+
|
|
125
|
+
[Project vision summary based on conversation]
|
|
126
|
+
|
|
127
|
+
### Target Users
|
|
128
|
+
|
|
129
|
+
[Target user descriptions based on conversation]
|
|
130
|
+
|
|
131
|
+
### Key Design Challenges
|
|
132
|
+
|
|
133
|
+
[Key UX challenges identified based on conversation]
|
|
134
|
+
|
|
135
|
+
### Design Opportunities
|
|
136
|
+
|
|
137
|
+
[Design opportunities identified based on conversation]
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
### 6. Present Content and Menu
|
|
141
|
+
|
|
142
|
+
Show the generated project understanding content and present choices:
|
|
143
|
+
"I've documented our understanding of {{project_name}} from a UX perspective. This will guide all our design decisions moving forward.
|
|
144
|
+
|
|
145
|
+
**Here's what I'll add to the document:**
|
|
146
|
+
|
|
147
|
+
[Show the complete markdown content from step 5]
|
|
148
|
+
|
|
149
|
+
**What would you like to do?**
|
|
150
|
+
[C] Continue - Save this to the document and move to core experience definition"
|
|
151
|
+
|
|
152
|
+
### 7. Handle Menu Selection
|
|
153
|
+
|
|
154
|
+
#### If 'C' (Continue):
|
|
155
|
+
|
|
156
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
157
|
+
- Update frontmatter: `stepsCompleted: [1, 2]`
|
|
158
|
+
- Load `./step-03-core-experience.md`
|
|
159
|
+
|
|
160
|
+
## APPEND TO DOCUMENT:
|
|
161
|
+
|
|
162
|
+
When user selects 'C', append the content directly to the document. Only after the content is saved to document, load `./step-03-core-experience.md` and execute the instructions.
|
|
163
|
+
|
|
164
|
+
## SUCCESS METRICS:
|
|
165
|
+
|
|
166
|
+
✅ All available context documents reviewed and synthesized
|
|
167
|
+
✅ Project vision clearly articulated
|
|
168
|
+
✅ Target users well understood
|
|
169
|
+
✅ Key UX challenges identified
|
|
170
|
+
✅ Design opportunities surfaced
|
|
171
|
+
✅ A/P/C menu presented and handled correctly
|
|
172
|
+
✅ Content properly appended to document when C selected
|
|
173
|
+
|
|
174
|
+
## FAILURE MODES:
|
|
175
|
+
|
|
176
|
+
❌ Not reviewing loaded context documents thoroughly
|
|
177
|
+
❌ Making assumptions about users without asking
|
|
178
|
+
❌ Missing key UX challenges that will impact design
|
|
179
|
+
❌ Not identifying design opportunities
|
|
180
|
+
❌ Generating generic content without real project insight
|
|
181
|
+
❌ Not presenting A/P/C menu after content generation
|
|
182
|
+
❌ Appending content without user selecting 'C'
|
|
183
|
+
|
|
184
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
185
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
186
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
187
|
+
|
|
188
|
+
## NEXT STEP:
|
|
189
|
+
|
|
190
|
+
Remember: Do NOT proceed to step-03 until user explicitly selects 'C' from the menu and content is saved!
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
# Step 3: Core Experience Definition
|
|
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 defining the core user experience and platform
|
|
12
|
+
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
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 A/P/C menu after generating core experience content
|
|
19
|
+
- 💾 ONLY save when user chooses C (Continue)
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
21
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
22
|
+
|
|
23
|
+
## COLLABORATION MENUS (A/P/C):
|
|
24
|
+
|
|
25
|
+
This step will generate content and present choices:
|
|
26
|
+
|
|
27
|
+
- **A (Advanced Elicitation)**: Use discovery protocols to develop deeper experience insights
|
|
28
|
+
- **P (Party Mode)**: Bring multiple perspectives to define optimal user experience
|
|
29
|
+
- **C (Continue)**: Save the content to the document and proceed to next step
|
|
30
|
+
|
|
31
|
+
## PROTOCOL INTEGRATION:
|
|
32
|
+
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
34
|
+
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
35
|
+
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
|
+
- User accepts/rejects protocol changes before proceeding
|
|
37
|
+
|
|
38
|
+
## CONTEXT BOUNDARIES:
|
|
39
|
+
|
|
40
|
+
- Current document and frontmatter from previous steps are available
|
|
41
|
+
- Project understanding from step 2 informs this step
|
|
42
|
+
- No additional data files needed for this step
|
|
43
|
+
- Focus on core experience and platform decisions
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Define the core user experience, platform requirements, and what makes the interaction effortless.
|
|
48
|
+
|
|
49
|
+
## CORE EXPERIENCE DISCOVERY SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Define Core User Action
|
|
52
|
+
|
|
53
|
+
Start by identifying the most important user interaction:
|
|
54
|
+
"Now let's dig into the heart of the user experience for {{project_name}}.
|
|
55
|
+
|
|
56
|
+
**Core Experience Questions:**
|
|
57
|
+
|
|
58
|
+
- What's the ONE thing users will do most frequently?
|
|
59
|
+
- What user action is absolutely critical to get right?
|
|
60
|
+
- What should be completely effortless for users?
|
|
61
|
+
- If we nail one interaction, everything else follows - what is it?
|
|
62
|
+
|
|
63
|
+
Think about the core loop or primary action that defines your product's value."
|
|
64
|
+
|
|
65
|
+
### 2. Explore Platform Requirements
|
|
66
|
+
|
|
67
|
+
Determine where and how users will interact:
|
|
68
|
+
"Let's define the platform context for {{project_name}}:
|
|
69
|
+
|
|
70
|
+
**Platform Questions:**
|
|
71
|
+
|
|
72
|
+
- Web, mobile app, desktop, or multiple platforms?
|
|
73
|
+
- Will this be primarily touch-based or mouse/keyboard?
|
|
74
|
+
- Any specific platform requirements or constraints?
|
|
75
|
+
- Do we need to consider offline functionality?
|
|
76
|
+
- Any device-specific capabilities we should leverage?"
|
|
77
|
+
|
|
78
|
+
### 3. Identify Effortless Interactions
|
|
79
|
+
|
|
80
|
+
Surface what should feel magical or completely seamless:
|
|
81
|
+
"**Effortless Experience Design:**
|
|
82
|
+
|
|
83
|
+
- What user actions should feel completely natural and require zero thought?
|
|
84
|
+
- Where do users currently struggle with similar products?
|
|
85
|
+
- What interaction, if made effortless, would create delight?
|
|
86
|
+
- What should happen automatically without user intervention?
|
|
87
|
+
- Where can we eliminate steps that competitors require?"
|
|
88
|
+
|
|
89
|
+
### 4. Define Critical Success Moments
|
|
90
|
+
|
|
91
|
+
Identify the moments that determine success or failure:
|
|
92
|
+
"**Critical Success Moments:**
|
|
93
|
+
|
|
94
|
+
- What's the moment where users realize 'this is better'?
|
|
95
|
+
- When does the user feel successful or accomplished?
|
|
96
|
+
- What interaction, if failed, would ruin the experience?
|
|
97
|
+
- What are the make-or-break user flows?
|
|
98
|
+
- Where does first-time user success happen?"
|
|
99
|
+
|
|
100
|
+
### 5. Synthesize Experience Principles
|
|
101
|
+
|
|
102
|
+
Extract guiding principles from the conversation:
|
|
103
|
+
"Based on our discussion, I'm hearing these core experience principles for {{project_name}}:
|
|
104
|
+
|
|
105
|
+
**Experience Principles:**
|
|
106
|
+
|
|
107
|
+
- [Principle 1 based on core action focus]
|
|
108
|
+
- [Principle 2 based on effortless interactions]
|
|
109
|
+
- [Principle 3 based on platform considerations]
|
|
110
|
+
- [Principle 4 based on critical success moments]
|
|
111
|
+
|
|
112
|
+
These principles will guide all our UX decisions. Do these capture what's most important?"
|
|
113
|
+
|
|
114
|
+
### 6. Generate Core Experience Content
|
|
115
|
+
|
|
116
|
+
Prepare the content to append to the document:
|
|
117
|
+
|
|
118
|
+
#### Content Structure:
|
|
119
|
+
|
|
120
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
121
|
+
|
|
122
|
+
```markdown
|
|
123
|
+
## Core User Experience
|
|
124
|
+
|
|
125
|
+
### Defining Experience
|
|
126
|
+
|
|
127
|
+
[Core experience definition based on conversation]
|
|
128
|
+
|
|
129
|
+
### Platform Strategy
|
|
130
|
+
|
|
131
|
+
[Platform requirements and decisions based on conversation]
|
|
132
|
+
|
|
133
|
+
### Effortless Interactions
|
|
134
|
+
|
|
135
|
+
[Effortless interaction areas identified based on conversation]
|
|
136
|
+
|
|
137
|
+
### Critical Success Moments
|
|
138
|
+
|
|
139
|
+
[Critical success moments defined based on conversation]
|
|
140
|
+
|
|
141
|
+
### Experience Principles
|
|
142
|
+
|
|
143
|
+
[Guiding principles for UX decisions based on conversation]
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
### 7. Present Content and Menu
|
|
147
|
+
|
|
148
|
+
Show the generated core experience content and present choices:
|
|
149
|
+
"I've defined the core user experience for {{project_name}} based on our conversation. This establishes the foundation for all our UX design decisions.
|
|
150
|
+
|
|
151
|
+
**Here's what I'll add to the document:**
|
|
152
|
+
|
|
153
|
+
[Show the complete markdown content from step 6]
|
|
154
|
+
|
|
155
|
+
**What would you like to do?**
|
|
156
|
+
[A] Advanced Elicitation - Let's refine the core experience definition
|
|
157
|
+
[P] Party Mode - Bring different perspectives on the user experience
|
|
158
|
+
[C] Continue - Save this to the document and move to emotional response definition"
|
|
159
|
+
|
|
160
|
+
### 8. Handle Menu Selection
|
|
161
|
+
|
|
162
|
+
#### If 'A' (Advanced Elicitation):
|
|
163
|
+
|
|
164
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current core experience content
|
|
165
|
+
- Process the enhanced experience insights that come back
|
|
166
|
+
- Ask user: "Accept these improvements to the core experience definition? (y/n)"
|
|
167
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
168
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
169
|
+
|
|
170
|
+
#### If 'P' (Party Mode):
|
|
171
|
+
|
|
172
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current core experience definition
|
|
173
|
+
- Process the collaborative experience improvements that come back
|
|
174
|
+
- Ask user: "Accept these changes to the core experience definition? (y/n)"
|
|
175
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
176
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
177
|
+
|
|
178
|
+
#### If 'C' (Continue):
|
|
179
|
+
|
|
180
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
181
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
182
|
+
- Load `./step-04-emotional-response.md`
|
|
183
|
+
|
|
184
|
+
## APPEND TO DOCUMENT:
|
|
185
|
+
|
|
186
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
187
|
+
|
|
188
|
+
## SUCCESS METRICS:
|
|
189
|
+
|
|
190
|
+
✅ Core user action clearly identified and defined
|
|
191
|
+
✅ Platform requirements thoroughly explored
|
|
192
|
+
✅ Effortless interaction areas identified
|
|
193
|
+
✅ Critical success moments mapped out
|
|
194
|
+
✅ Experience principles established as guiding framework
|
|
195
|
+
✅ A/P/C menu presented and handled correctly
|
|
196
|
+
✅ Content properly appended to document when C selected
|
|
197
|
+
|
|
198
|
+
## FAILURE MODES:
|
|
199
|
+
|
|
200
|
+
❌ Missing the core user action that defines the product
|
|
201
|
+
❌ Not properly considering platform requirements
|
|
202
|
+
❌ Overlooking what should be effortless for users
|
|
203
|
+
❌ Not identifying critical make-or-break interactions
|
|
204
|
+
❌ Experience principles too generic or not actionable
|
|
205
|
+
❌ Not presenting A/P/C menu after content generation
|
|
206
|
+
❌ Appending content without user selecting 'C'
|
|
207
|
+
|
|
208
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
209
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
210
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
211
|
+
|
|
212
|
+
## NEXT STEP:
|
|
213
|
+
|
|
214
|
+
After user selects 'C' and content is saved to document, load `./step-04-emotional-response.md` to define desired emotional responses.
|
|
215
|
+
|
|
216
|
+
Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
# Step 4: Desired Emotional Response
|
|
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 defining desired emotional responses and user feelings
|
|
12
|
+
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
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 A/P/C menu after generating emotional response content
|
|
19
|
+
- 💾 ONLY save when user chooses C (Continue)
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
21
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
22
|
+
|
|
23
|
+
## COLLABORATION MENUS (A/P/C):
|
|
24
|
+
|
|
25
|
+
This step will generate content and present choices:
|
|
26
|
+
|
|
27
|
+
- **A (Advanced Elicitation)**: Use discovery protocols to develop deeper emotional insights
|
|
28
|
+
- **P (Party Mode)**: Bring multiple perspectives to define optimal emotional responses
|
|
29
|
+
- **C (Continue)**: Save the content to the document and proceed to next step
|
|
30
|
+
|
|
31
|
+
## PROTOCOL INTEGRATION:
|
|
32
|
+
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
34
|
+
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
35
|
+
- PROTOCOLS always return to this step's A/P/C menu
|
|
36
|
+
- User accepts/rejects protocol changes before proceeding
|
|
37
|
+
|
|
38
|
+
## CONTEXT BOUNDARIES:
|
|
39
|
+
|
|
40
|
+
- Current document and frontmatter from previous steps are available
|
|
41
|
+
- Core experience definition from step 3 informs emotional response
|
|
42
|
+
- No additional data files needed for this step
|
|
43
|
+
- Focus on user feelings and emotional design goals
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Define the desired emotional responses users should feel when using the product.
|
|
48
|
+
|
|
49
|
+
## EMOTIONAL RESPONSE DISCOVERY SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Explore Core Emotional Goals
|
|
52
|
+
|
|
53
|
+
Start by understanding the emotional objectives:
|
|
54
|
+
"Now let's think about how {{project_name}} should make users feel.
|
|
55
|
+
|
|
56
|
+
**Emotional Response Questions:**
|
|
57
|
+
|
|
58
|
+
- What should users FEEL when using this product?
|
|
59
|
+
- What emotion would make them tell a friend about this?
|
|
60
|
+
- How should users feel after accomplishing their primary goal?
|
|
61
|
+
- What feeling differentiates this from competitors?
|
|
62
|
+
|
|
63
|
+
Common emotional goals: Empowered and in control? Delighted and surprised? Efficient and productive? Creative and inspired? Calm and focused? Connected and engaged?"
|
|
64
|
+
|
|
65
|
+
### 2. Identify Emotional Journey Mapping
|
|
66
|
+
|
|
67
|
+
Explore feelings at different stages:
|
|
68
|
+
"**Emotional Journey Considerations:**
|
|
69
|
+
|
|
70
|
+
- How should users feel when they first discover the product?
|
|
71
|
+
- What emotion during the core experience/action?
|
|
72
|
+
- How should they feel after completing their task?
|
|
73
|
+
- What if something goes wrong - what emotional response do we want?
|
|
74
|
+
- How should they feel when returning to use it again?"
|
|
75
|
+
|
|
76
|
+
### 3. Define Micro-Emotions
|
|
77
|
+
|
|
78
|
+
Surface subtle but important emotional states:
|
|
79
|
+
"**Micro-Emotions to Consider:**
|
|
80
|
+
|
|
81
|
+
- Confidence vs. Confusion
|
|
82
|
+
- Trust vs. Skepticism
|
|
83
|
+
- Excitement vs. Anxiety
|
|
84
|
+
- Accomplishment vs. Frustration
|
|
85
|
+
- Delight vs. Satisfaction
|
|
86
|
+
- Belonging vs. Isolation
|
|
87
|
+
|
|
88
|
+
Which of these emotional states are most critical for your product's success?"
|
|
89
|
+
|
|
90
|
+
### 4. Connect Emotions to UX Decisions
|
|
91
|
+
|
|
92
|
+
Link feelings to design implications:
|
|
93
|
+
"**Design Implications:**
|
|
94
|
+
|
|
95
|
+
- If we want users to feel [emotional state], what UX choices support this?
|
|
96
|
+
- What interactions might create negative emotions we want to avoid?
|
|
97
|
+
- Where can we add moments of delight or surprise?
|
|
98
|
+
- How do we build trust and confidence through design?
|
|
99
|
+
|
|
100
|
+
**Emotion-Design Connections:**
|
|
101
|
+
|
|
102
|
+
- [Emotion 1] → [UX design approach]
|
|
103
|
+
- [Emotion 2] → [UX design approach]
|
|
104
|
+
- [Emotion 3] → [UX design approach]"
|
|
105
|
+
|
|
106
|
+
### 5. Validate Emotional Goals
|
|
107
|
+
|
|
108
|
+
Check if emotional goals align with product vision:
|
|
109
|
+
"Let me make sure I understand the emotional vision for {{project_name}}:
|
|
110
|
+
|
|
111
|
+
**Primary Emotional Goal:** [Summarize main emotional response]
|
|
112
|
+
**Secondary Feelings:** [List supporting emotional states]
|
|
113
|
+
**Emotions to Avoid:** [List negative emotions to prevent]
|
|
114
|
+
|
|
115
|
+
Does this capture the emotional experience you want to create? Any adjustments needed?"
|
|
116
|
+
|
|
117
|
+
### 6. Generate Emotional Response Content
|
|
118
|
+
|
|
119
|
+
Prepare the content to append to the document:
|
|
120
|
+
|
|
121
|
+
#### Content Structure:
|
|
122
|
+
|
|
123
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
124
|
+
|
|
125
|
+
```markdown
|
|
126
|
+
## Desired Emotional Response
|
|
127
|
+
|
|
128
|
+
### Primary Emotional Goals
|
|
129
|
+
|
|
130
|
+
[Primary emotional goals based on conversation]
|
|
131
|
+
|
|
132
|
+
### Emotional Journey Mapping
|
|
133
|
+
|
|
134
|
+
[Emotional journey mapping based on conversation]
|
|
135
|
+
|
|
136
|
+
### Micro-Emotions
|
|
137
|
+
|
|
138
|
+
[Micro-emotions identified based on conversation]
|
|
139
|
+
|
|
140
|
+
### Design Implications
|
|
141
|
+
|
|
142
|
+
[UX design implications for emotional responses based on conversation]
|
|
143
|
+
|
|
144
|
+
### Emotional Design Principles
|
|
145
|
+
|
|
146
|
+
[Guiding principles for emotional design based on conversation]
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### 7. Present Content and Menu
|
|
150
|
+
|
|
151
|
+
Show the generated emotional response content and present choices:
|
|
152
|
+
"I've defined the desired emotional responses for {{project_name}}. These emotional goals will guide our design decisions to create the right user experience.
|
|
153
|
+
|
|
154
|
+
**Here's what I'll add to the document:**
|
|
155
|
+
|
|
156
|
+
[Show the complete markdown content from step 6]
|
|
157
|
+
|
|
158
|
+
**What would you like to do?**
|
|
159
|
+
[A] Advanced Elicitation - Let's refine the emotional response definition
|
|
160
|
+
[P] Party Mode - Bring different perspectives on user emotional needs
|
|
161
|
+
[C] Continue - Save this to the document and move to inspiration analysis"
|
|
162
|
+
|
|
163
|
+
### 8. Handle Menu Selection
|
|
164
|
+
|
|
165
|
+
#### If 'A' (Advanced Elicitation):
|
|
166
|
+
|
|
167
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current emotional response content
|
|
168
|
+
- Process the enhanced emotional insights that come back
|
|
169
|
+
- Ask user: "Accept these improvements to the emotional response definition? (y/n)"
|
|
170
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
171
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
172
|
+
|
|
173
|
+
#### If 'P' (Party Mode):
|
|
174
|
+
|
|
175
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current emotional response definition
|
|
176
|
+
- Process the collaborative emotional insights that come back
|
|
177
|
+
- Ask user: "Accept these changes to the emotional response definition? (y/n)"
|
|
178
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
179
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
180
|
+
|
|
181
|
+
#### If 'C' (Continue):
|
|
182
|
+
|
|
183
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
184
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
185
|
+
- Load `./step-05-inspiration.md`
|
|
186
|
+
|
|
187
|
+
## APPEND TO DOCUMENT:
|
|
188
|
+
|
|
189
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
190
|
+
|
|
191
|
+
## SUCCESS METRICS:
|
|
192
|
+
|
|
193
|
+
✅ Primary emotional goals clearly defined
|
|
194
|
+
✅ Emotional journey mapped across user experience
|
|
195
|
+
✅ Micro-emotions identified and addressed
|
|
196
|
+
✅ Design implications connected to emotional responses
|
|
197
|
+
✅ Emotional design principles established
|
|
198
|
+
✅ A/P/C menu presented and handled correctly
|
|
199
|
+
✅ Content properly appended to document when C selected
|
|
200
|
+
|
|
201
|
+
## FAILURE MODES:
|
|
202
|
+
|
|
203
|
+
❌ Missing core emotional goals or being too generic
|
|
204
|
+
❌ Not considering emotional journey across different stages
|
|
205
|
+
❌ Overlooking micro-emotions that impact user satisfaction
|
|
206
|
+
❌ Not connecting emotional goals to specific UX design choices
|
|
207
|
+
❌ Emotional principles too vague or not actionable
|
|
208
|
+
❌ Not presenting A/P/C menu after content generation
|
|
209
|
+
❌ Appending content without user selecting 'C'
|
|
210
|
+
|
|
211
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
212
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
213
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
214
|
+
|
|
215
|
+
## NEXT STEP:
|
|
216
|
+
|
|
217
|
+
After user selects 'C' and content is saved to document, load `./step-05-inspiration.md` to analyze UX patterns from inspiring products.
|
|
218
|
+
|
|
219
|
+
Remember: Do NOT proceed to step-05 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|