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,234 @@
|
|
|
1
|
+
# Step 5: UX Pattern Analysis & Inspiration
|
|
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 analyzing existing UX patterns and extracting inspiration
|
|
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 inspiration analysis 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 pattern insights
|
|
28
|
+
- **P ( Party Mode)**: Bring multiple perspectives to analyze UX patterns
|
|
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
|
+
- Emotional response goals from step 4 inform pattern analysis
|
|
42
|
+
- No additional data files needed for this step
|
|
43
|
+
- Focus on analyzing existing UX patterns and extracting lessons
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Analyze inspiring products and UX patterns to inform design decisions for the current project.
|
|
48
|
+
|
|
49
|
+
## INSPIRATION ANALYSIS SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Identify User's Favorite Apps
|
|
52
|
+
|
|
53
|
+
Start by gathering inspiration sources:
|
|
54
|
+
"Let's learn from products your users already love and use regularly.
|
|
55
|
+
|
|
56
|
+
**Inspiration Questions:**
|
|
57
|
+
|
|
58
|
+
- Name 2-3 apps your target users already love and USE frequently
|
|
59
|
+
- For each one, what do they do well from a UX perspective?
|
|
60
|
+
- What makes the experience compelling or delightful?
|
|
61
|
+
- What keeps users coming back to these apps?
|
|
62
|
+
|
|
63
|
+
Think about apps in your category or even unrelated products that have great UX."
|
|
64
|
+
|
|
65
|
+
### 2. Analyze UX Patterns and Principles
|
|
66
|
+
|
|
67
|
+
Break down what makes these apps successful:
|
|
68
|
+
"For each inspiring app, let's analyze their UX success:
|
|
69
|
+
|
|
70
|
+
**For [App Name]:**
|
|
71
|
+
|
|
72
|
+
- What core problem does it solve elegantly?
|
|
73
|
+
- What makes the onboarding experience effective?
|
|
74
|
+
- How do they handle navigation and information hierarchy?
|
|
75
|
+
- What are their most innovative or delightful interactions?
|
|
76
|
+
- What visual design choices support the user experience?
|
|
77
|
+
- How do they handle errors or edge cases?"
|
|
78
|
+
|
|
79
|
+
### 3. Extract Transferable Patterns
|
|
80
|
+
|
|
81
|
+
Identify patterns that could apply to your project:
|
|
82
|
+
"**Transferable UX Patterns:**
|
|
83
|
+
Looking across these inspiring apps, I see patterns we could adapt:
|
|
84
|
+
|
|
85
|
+
**Navigation Patterns:**
|
|
86
|
+
|
|
87
|
+
- [Pattern 1] - could work for your [specific use case]
|
|
88
|
+
- [Pattern 2] - might solve your [specific challenge]
|
|
89
|
+
|
|
90
|
+
**Interaction Patterns:**
|
|
91
|
+
|
|
92
|
+
- [Pattern 1] - excellent for [your user goal]
|
|
93
|
+
- [Pattern 2] - addresses [your user pain point]
|
|
94
|
+
|
|
95
|
+
**Visual Patterns:**
|
|
96
|
+
|
|
97
|
+
- [Pattern 1] - supports your [emotional goal]
|
|
98
|
+
- [Pattern 2] - aligns with your [platform requirements]
|
|
99
|
+
|
|
100
|
+
Which of these patterns resonate most for your product?"
|
|
101
|
+
|
|
102
|
+
### 4. Identify Anti-Patterns to Avoid
|
|
103
|
+
|
|
104
|
+
Surface what not to do based on analysis:
|
|
105
|
+
"**UX Anti-Patterns to Avoid:**
|
|
106
|
+
From analyzing both successes and failures in your space, here are patterns to avoid:
|
|
107
|
+
|
|
108
|
+
- [Anti-pattern 1] - users find this confusing/frustrating
|
|
109
|
+
- [Anti-pattern 2] - this creates unnecessary friction
|
|
110
|
+
- [Anti-pattern 3] - doesn't align with your [emotional goals]
|
|
111
|
+
|
|
112
|
+
Learning from others' mistakes is as important as learning from their successes."
|
|
113
|
+
|
|
114
|
+
### 5. Define Design Inspiration Strategy
|
|
115
|
+
|
|
116
|
+
Create a clear strategy for using this inspiration:
|
|
117
|
+
"**Design Inspiration Strategy:**
|
|
118
|
+
|
|
119
|
+
**What to Adopt:**
|
|
120
|
+
|
|
121
|
+
- [Specific pattern] - because it supports [your core experience]
|
|
122
|
+
- [Specific pattern] - because it aligns with [user needs]
|
|
123
|
+
|
|
124
|
+
**What to Adapt:**
|
|
125
|
+
|
|
126
|
+
- [Specific pattern] - modify for [your unique requirements]
|
|
127
|
+
- [Specific pattern] - simplify for [your user skill level]
|
|
128
|
+
|
|
129
|
+
**What to Avoid:**
|
|
130
|
+
|
|
131
|
+
- [Specific anti-pattern] - conflicts with [your goals]
|
|
132
|
+
- [Specific anti-pattern] - doesn't fit [your platform]
|
|
133
|
+
|
|
134
|
+
This strategy will guide our design decisions while keeping {{project_name}} unique."
|
|
135
|
+
|
|
136
|
+
### 6. Generate Inspiration Analysis Content
|
|
137
|
+
|
|
138
|
+
Prepare the content to append to the document:
|
|
139
|
+
|
|
140
|
+
#### Content Structure:
|
|
141
|
+
|
|
142
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
143
|
+
|
|
144
|
+
```markdown
|
|
145
|
+
## UX Pattern Analysis & Inspiration
|
|
146
|
+
|
|
147
|
+
### Inspiring Products Analysis
|
|
148
|
+
|
|
149
|
+
[Analysis of inspiring products based on conversation]
|
|
150
|
+
|
|
151
|
+
### Transferable UX Patterns
|
|
152
|
+
|
|
153
|
+
[Transferable patterns identified based on conversation]
|
|
154
|
+
|
|
155
|
+
### Anti-Patterns to Avoid
|
|
156
|
+
|
|
157
|
+
[Anti-patterns to avoid based on conversation]
|
|
158
|
+
|
|
159
|
+
### Design Inspiration Strategy
|
|
160
|
+
|
|
161
|
+
[Strategy for using inspiration based on conversation]
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### 7. Present Content and Menu
|
|
165
|
+
|
|
166
|
+
Show the generated inspiration analysis content and present choices:
|
|
167
|
+
"I've analyzed inspiring UX patterns and products to inform our design strategy for {{project_name}}. This gives us a solid foundation of proven patterns to build upon.
|
|
168
|
+
|
|
169
|
+
**Here's what I'll add to the document:**
|
|
170
|
+
|
|
171
|
+
[Show the complete markdown content from step 6]
|
|
172
|
+
|
|
173
|
+
**What would you like to do?**
|
|
174
|
+
[A] Advanced Elicitation - Let's deepen our UX pattern analysis
|
|
175
|
+
[P] Party Mode - Bring different perspectives on inspiration sources
|
|
176
|
+
[C] Continue - Save this to the document and move to design system choice"
|
|
177
|
+
|
|
178
|
+
### 8. Handle Menu Selection
|
|
179
|
+
|
|
180
|
+
#### If 'A' (Advanced Elicitation):
|
|
181
|
+
|
|
182
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current inspiration analysis content
|
|
183
|
+
- Process the enhanced pattern insights that come back
|
|
184
|
+
- Ask user: "Accept these improvements to the inspiration analysis? (y/n)"
|
|
185
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
186
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
187
|
+
|
|
188
|
+
#### If 'P' (Party Mode):
|
|
189
|
+
|
|
190
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current inspiration analysis
|
|
191
|
+
- Process the collaborative pattern insights that come back
|
|
192
|
+
- Ask user: "Accept these changes to the inspiration analysis? (y/n)"
|
|
193
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
194
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
195
|
+
|
|
196
|
+
#### If 'C' (Continue):
|
|
197
|
+
|
|
198
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
199
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
200
|
+
- Load and execute`./step-06-design-system.md`
|
|
201
|
+
|
|
202
|
+
## APPEND TO DOCUMENT:
|
|
203
|
+
|
|
204
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
205
|
+
|
|
206
|
+
## SUCCESS METRICS:
|
|
207
|
+
|
|
208
|
+
✅ Inspiring products identified and analyzed thoroughly
|
|
209
|
+
✅ UX patterns extracted and categorized effectively
|
|
210
|
+
✅ Transferable patterns identified for current project
|
|
211
|
+
✅ Anti-patterns identified to avoid common mistakes
|
|
212
|
+
✅ Clear design inspiration strategy established
|
|
213
|
+
✅ A/P/C menu presented and handled correctly
|
|
214
|
+
✅ Content properly appended to document when C selected
|
|
215
|
+
|
|
216
|
+
## FAILURE MODES:
|
|
217
|
+
|
|
218
|
+
❌ Not getting specific examples of inspiring products
|
|
219
|
+
❌ Surface-level analysis without deep pattern extraction
|
|
220
|
+
❌ Missing opportunities for pattern adaptation
|
|
221
|
+
❌ Not identifying relevant anti-patterns to avoid
|
|
222
|
+
❌ Strategy too generic or not actionable
|
|
223
|
+
❌ Not presenting A/P/C menu after content generation
|
|
224
|
+
❌ Appending content without user selecting 'C'
|
|
225
|
+
|
|
226
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
227
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
228
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
229
|
+
|
|
230
|
+
## NEXT STEP:
|
|
231
|
+
|
|
232
|
+
After user selects 'C' and content is saved to document, load `./step-06-design-system.md` to choose the appropriate design system approach.
|
|
233
|
+
|
|
234
|
+
Remember: Do NOT proceed to step-06 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
# Step 6: Design System Choice
|
|
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 choosing appropriate design system approach
|
|
12
|
+
- 🎯 COLLABORATIVE decision-making, not recommendation-only
|
|
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 design system decision 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 design system insights
|
|
28
|
+
- **P (Party Mode)**: Bring multiple perspectives to evaluate design system options
|
|
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
|
+
- Platform requirements from step 3 inform design system choice
|
|
42
|
+
- Inspiration patterns from step 5 guide design system selection
|
|
43
|
+
- Focus on choosing foundation for consistent design
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Choose appropriate design system approach based on project requirements and constraints.
|
|
48
|
+
|
|
49
|
+
## DESIGN SYSTEM CHOICE SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Present Design System Options
|
|
52
|
+
|
|
53
|
+
Educate about design system approaches:
|
|
54
|
+
"For {{project_name}}, we need to choose a design system foundation. Think of design systems like LEGO blocks for UI - they provide proven components and patterns, ensuring consistency and speeding development.
|
|
55
|
+
|
|
56
|
+
**Design System Approaches:**
|
|
57
|
+
|
|
58
|
+
**1. Custom Design System**
|
|
59
|
+
|
|
60
|
+
- Complete visual uniqueness
|
|
61
|
+
- Full control over every component
|
|
62
|
+
- Higher initial investment
|
|
63
|
+
- Perfect for established brands with unique needs
|
|
64
|
+
|
|
65
|
+
**2. Established System (Material Design, Ant Design, etc.)**
|
|
66
|
+
|
|
67
|
+
- Fast development with proven patterns
|
|
68
|
+
- Great defaults and accessibility built-in
|
|
69
|
+
- Less visual differentiation
|
|
70
|
+
- Ideal for startups or internal tools
|
|
71
|
+
|
|
72
|
+
**3. Themeable System (MUI, Chakra UI, Tailwind UI)**
|
|
73
|
+
|
|
74
|
+
- Customizable with strong foundation
|
|
75
|
+
- Brand flexibility with proven components
|
|
76
|
+
- Moderate learning curve
|
|
77
|
+
- Good balance of speed and uniqueness
|
|
78
|
+
|
|
79
|
+
Which direction feels right for your project?"
|
|
80
|
+
|
|
81
|
+
### 2. Analyze Project Requirements
|
|
82
|
+
|
|
83
|
+
Guide decision based on project context:
|
|
84
|
+
"**Let's consider your specific needs:**
|
|
85
|
+
|
|
86
|
+
**Based on our previous conversations:**
|
|
87
|
+
|
|
88
|
+
- Platform: [platform from step 3]
|
|
89
|
+
- Timeline: [inferred from user conversation]
|
|
90
|
+
- Team Size: [inferred from user conversation]
|
|
91
|
+
- Brand Requirements: [inferred from user conversation]
|
|
92
|
+
- Technical Constraints: [inferred from user conversation]
|
|
93
|
+
|
|
94
|
+
**Decision Factors:**
|
|
95
|
+
|
|
96
|
+
- Need for speed vs. need for uniqueness
|
|
97
|
+
- Brand guidelines or existing visual identity
|
|
98
|
+
- Team's design expertise
|
|
99
|
+
- Long-term maintenance considerations
|
|
100
|
+
- Integration requirements with existing systems"
|
|
101
|
+
|
|
102
|
+
### 3. Explore Specific Design System Options
|
|
103
|
+
|
|
104
|
+
Dive deeper into relevant options:
|
|
105
|
+
"**Recommended Options Based on Your Needs:**
|
|
106
|
+
|
|
107
|
+
**For [Your Platform Type]:**
|
|
108
|
+
|
|
109
|
+
- [Option 1] - [Key benefit] - [Best for scenario]
|
|
110
|
+
- [Option 2] - [Key benefit] - [Best for scenario]
|
|
111
|
+
- [Option 3] - [Key benefit] - [Best for scenario]
|
|
112
|
+
|
|
113
|
+
**Considerations:**
|
|
114
|
+
|
|
115
|
+
- Component library size and quality
|
|
116
|
+
- Documentation and community support
|
|
117
|
+
- Customization capabilities
|
|
118
|
+
- Accessibility compliance
|
|
119
|
+
- Performance characteristics
|
|
120
|
+
- Learning curve for your team"
|
|
121
|
+
|
|
122
|
+
### 4. Facilitate Decision Process
|
|
123
|
+
|
|
124
|
+
Help user make informed choice:
|
|
125
|
+
"**Decision Framework:**
|
|
126
|
+
|
|
127
|
+
1. What's most important: Speed, uniqueness, or balance?
|
|
128
|
+
2. How much design expertise does your team have?
|
|
129
|
+
3. Are there existing brand guidelines to follow?
|
|
130
|
+
4. What's your timeline and budget?
|
|
131
|
+
5. Long-term maintenance needs?
|
|
132
|
+
|
|
133
|
+
Let's evaluate options based on your answers to these questions."
|
|
134
|
+
|
|
135
|
+
### 5. Finalize Design System Choice
|
|
136
|
+
|
|
137
|
+
Confirm and document the decision:
|
|
138
|
+
"Based on our analysis, I recommend [Design System Choice] for {{project_name}}.
|
|
139
|
+
|
|
140
|
+
**Rationale:**
|
|
141
|
+
|
|
142
|
+
- [Reason 1 based on project needs]
|
|
143
|
+
- [Reason 2 based on constraints]
|
|
144
|
+
- [Reason 3 based on team considerations]
|
|
145
|
+
|
|
146
|
+
**Next Steps:**
|
|
147
|
+
|
|
148
|
+
- We'll customize this system to match your brand and needs
|
|
149
|
+
- Define component strategy for custom components needed
|
|
150
|
+
- Establish design tokens and patterns
|
|
151
|
+
|
|
152
|
+
Does this design system choice feel right to you?"
|
|
153
|
+
|
|
154
|
+
### 6. Generate Design System Content
|
|
155
|
+
|
|
156
|
+
Prepare the content to append to the document:
|
|
157
|
+
|
|
158
|
+
#### Content Structure:
|
|
159
|
+
|
|
160
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
161
|
+
|
|
162
|
+
```markdown
|
|
163
|
+
## Design System Foundation
|
|
164
|
+
|
|
165
|
+
### 1.1 Design System Choice
|
|
166
|
+
|
|
167
|
+
[Design system choice based on conversation]
|
|
168
|
+
|
|
169
|
+
### Rationale for Selection
|
|
170
|
+
|
|
171
|
+
[Rationale for design system selection based on conversation]
|
|
172
|
+
|
|
173
|
+
### Implementation Approach
|
|
174
|
+
|
|
175
|
+
[Implementation approach based on chosen system]
|
|
176
|
+
|
|
177
|
+
### Customization Strategy
|
|
178
|
+
|
|
179
|
+
[Customization strategy based on project needs]
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
### 7. Present Content and Menu
|
|
183
|
+
|
|
184
|
+
Show the generated design system content and present choices:
|
|
185
|
+
"I've documented our design system choice for {{project_name}}. This foundation will ensure consistency and speed up development.
|
|
186
|
+
|
|
187
|
+
**Here's what I'll add to the document:**
|
|
188
|
+
|
|
189
|
+
[Show the complete markdown content from step 6]
|
|
190
|
+
|
|
191
|
+
**What would you like to do?**
|
|
192
|
+
[A] Advanced Elicitation - Let's refine our design system decision
|
|
193
|
+
[P] Party Mode - Bring technical perspectives on design systems
|
|
194
|
+
[C] Continue - Save this to the document and move to defining experience
|
|
195
|
+
|
|
196
|
+
### 8. Handle Menu Selection
|
|
197
|
+
|
|
198
|
+
#### If 'A' (Advanced Elicitation):
|
|
199
|
+
|
|
200
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current design system content
|
|
201
|
+
- Process the enhanced design system insights that come back
|
|
202
|
+
- Ask user: "Accept these improvements to the design system decision? (y/n)"
|
|
203
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
204
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
205
|
+
|
|
206
|
+
#### If 'P' (Party Mode):
|
|
207
|
+
|
|
208
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current design system choice
|
|
209
|
+
- Process the collaborative design system insights that come back
|
|
210
|
+
- Ask user: "Accept these changes to the design system decision? (y/n)"
|
|
211
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
212
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
213
|
+
|
|
214
|
+
#### If 'C' (Continue):
|
|
215
|
+
|
|
216
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
217
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
218
|
+
- Load `./step-07-defining-experience.md`
|
|
219
|
+
|
|
220
|
+
## APPEND TO DOCUMENT:
|
|
221
|
+
|
|
222
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
223
|
+
|
|
224
|
+
## SUCCESS METRICS:
|
|
225
|
+
|
|
226
|
+
✅ Design system options clearly presented and explained
|
|
227
|
+
✅ Decision framework applied to project requirements
|
|
228
|
+
✅ Specific design system chosen with clear rationale
|
|
229
|
+
✅ Implementation approach planned
|
|
230
|
+
✅ Customization strategy defined
|
|
231
|
+
✅ A/P/C menu presented and handled correctly
|
|
232
|
+
✅ Content properly appended to document when C selected
|
|
233
|
+
|
|
234
|
+
## FAILURE MODES:
|
|
235
|
+
|
|
236
|
+
❌ Not explaining design system concepts clearly
|
|
237
|
+
❌ Rushing to recommendation without understanding requirements
|
|
238
|
+
❌ Not considering technical constraints or team capabilities
|
|
239
|
+
❌ Choosing design system without clear rationale
|
|
240
|
+
❌ Not planning implementation approach
|
|
241
|
+
❌ Not presenting A/P/C menu after content generation
|
|
242
|
+
❌ Appending content without user selecting 'C'
|
|
243
|
+
|
|
244
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
245
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
246
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
247
|
+
|
|
248
|
+
## NEXT STEP:
|
|
249
|
+
|
|
250
|
+
After user selects 'C' and content is saved to document, load `./step-07-defining-experience.md` to define the core user interaction.
|
|
251
|
+
|
|
252
|
+
Remember: Do NOT proceed to step-07 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|