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,237 @@
|
|
|
1
|
+
# Step 12: UX Consistency Patterns
|
|
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 establishing consistency patterns for common UX situations
|
|
12
|
+
- 🎯 COLLABORATIVE pattern definition, 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 UX patterns 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 define 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
|
+
- Component strategy from step 11 informs pattern decisions
|
|
42
|
+
- User journeys from step 10 identify common pattern needs
|
|
43
|
+
- Focus on consistency patterns for common UX situations
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Establish UX consistency patterns for common situations like buttons, forms, navigation, and feedback.
|
|
48
|
+
|
|
49
|
+
## UX PATTERNS SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Identify Pattern Categories
|
|
52
|
+
|
|
53
|
+
Determine which patterns need definition for your product:
|
|
54
|
+
"Let's establish consistency patterns for how {{project_name}} behaves in common situations.
|
|
55
|
+
|
|
56
|
+
**Pattern Categories to Define:**
|
|
57
|
+
|
|
58
|
+
- Button hierarchy and actions
|
|
59
|
+
- Feedback patterns (success, error, warning, info)
|
|
60
|
+
- Form patterns and validation
|
|
61
|
+
- Navigation patterns
|
|
62
|
+
- Modal and overlay patterns
|
|
63
|
+
- Empty states and loading states
|
|
64
|
+
- Search and filtering patterns
|
|
65
|
+
|
|
66
|
+
Which categories are most critical for your product? We can go through each thoroughly or focus on the most important ones."
|
|
67
|
+
|
|
68
|
+
### 2. Define Critical Patterns First
|
|
69
|
+
|
|
70
|
+
Focus on patterns most relevant to your product:
|
|
71
|
+
|
|
72
|
+
**For [Critical Pattern Category]:**
|
|
73
|
+
"**[Pattern Type] Patterns:**
|
|
74
|
+
What should users see/do when they need to [pattern action]?
|
|
75
|
+
|
|
76
|
+
**Considerations:**
|
|
77
|
+
|
|
78
|
+
- Visual hierarchy (primary vs. secondary actions)
|
|
79
|
+
- Feedback mechanisms
|
|
80
|
+
- Error recovery
|
|
81
|
+
- Accessibility requirements
|
|
82
|
+
- Mobile vs. desktop considerations
|
|
83
|
+
|
|
84
|
+
**Examples:**
|
|
85
|
+
|
|
86
|
+
- [Example 1 for this pattern type]
|
|
87
|
+
- [Example 2 for this pattern type]
|
|
88
|
+
|
|
89
|
+
How should {{project_name}} handle [pattern type] interactions?"
|
|
90
|
+
|
|
91
|
+
### 3. Establish Pattern Guidelines
|
|
92
|
+
|
|
93
|
+
Document specific design decisions:
|
|
94
|
+
|
|
95
|
+
**Pattern Guidelines Template:**
|
|
96
|
+
|
|
97
|
+
```markdown
|
|
98
|
+
### [Pattern Type]
|
|
99
|
+
|
|
100
|
+
**When to Use:** [Clear usage guidelines]
|
|
101
|
+
**Visual Design:** [How it should look]
|
|
102
|
+
**Behavior:** [How it should interact]
|
|
103
|
+
**Accessibility:** [A11y requirements]
|
|
104
|
+
**Mobile Considerations:** [Mobile-specific needs]
|
|
105
|
+
**Variants:** [Different states or styles if applicable]
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### 4. Design System Integration
|
|
109
|
+
|
|
110
|
+
Ensure patterns work with chosen design system:
|
|
111
|
+
"**Integration with [Design System]:**
|
|
112
|
+
|
|
113
|
+
- How do these patterns complement our design system components?
|
|
114
|
+
- What customizations are needed?
|
|
115
|
+
- How do we maintain consistency while meeting unique needs?
|
|
116
|
+
|
|
117
|
+
**Custom Pattern Rules:**
|
|
118
|
+
|
|
119
|
+
- [Custom rule 1]
|
|
120
|
+
- [Custom rule 2]
|
|
121
|
+
- [Custom rule 3]"
|
|
122
|
+
|
|
123
|
+
### 5. Create Pattern Documentation
|
|
124
|
+
|
|
125
|
+
Generate comprehensive pattern library:
|
|
126
|
+
|
|
127
|
+
**Pattern Library Structure:**
|
|
128
|
+
|
|
129
|
+
- Clear usage guidelines for each pattern
|
|
130
|
+
- Visual examples and specifications
|
|
131
|
+
- Implementation notes for developers
|
|
132
|
+
- Accessibility checklists
|
|
133
|
+
- Mobile-first considerations
|
|
134
|
+
|
|
135
|
+
### 6. Generate UX Patterns Content
|
|
136
|
+
|
|
137
|
+
Prepare the content to append to the document:
|
|
138
|
+
|
|
139
|
+
#### Content Structure:
|
|
140
|
+
|
|
141
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
142
|
+
|
|
143
|
+
```markdown
|
|
144
|
+
## UX Consistency Patterns
|
|
145
|
+
|
|
146
|
+
### Button Hierarchy
|
|
147
|
+
|
|
148
|
+
[Button hierarchy patterns based on conversation]
|
|
149
|
+
|
|
150
|
+
### Feedback Patterns
|
|
151
|
+
|
|
152
|
+
[Feedback patterns based on conversation]
|
|
153
|
+
|
|
154
|
+
### Form Patterns
|
|
155
|
+
|
|
156
|
+
[Form patterns based on conversation]
|
|
157
|
+
|
|
158
|
+
### Navigation Patterns
|
|
159
|
+
|
|
160
|
+
[Navigation patterns based on conversation]
|
|
161
|
+
|
|
162
|
+
### Additional Patterns
|
|
163
|
+
|
|
164
|
+
[Additional patterns based on conversation]
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
### 7. Present Content and Menu
|
|
168
|
+
|
|
169
|
+
Show the generated UX patterns content and present choices:
|
|
170
|
+
"I've established UX consistency patterns for {{project_name}}. These patterns ensure users have a consistent, predictable experience across all interactions.
|
|
171
|
+
|
|
172
|
+
**Here's what I'll add to the document:**
|
|
173
|
+
|
|
174
|
+
[Show the complete markdown content from step 6]
|
|
175
|
+
|
|
176
|
+
**What would you like to do?**
|
|
177
|
+
[A] Advanced Elicitation - Let's refine our UX patterns
|
|
178
|
+
[P] Party Mode - Bring different perspectives on consistency patterns
|
|
179
|
+
[C] Continue - Save this to the document and move to responsive design
|
|
180
|
+
|
|
181
|
+
### 8. Handle Menu Selection
|
|
182
|
+
|
|
183
|
+
#### If 'A' (Advanced Elicitation):
|
|
184
|
+
|
|
185
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current UX patterns content
|
|
186
|
+
- Process the enhanced pattern insights that come back
|
|
187
|
+
- Ask user: "Accept these improvements to the UX patterns? (y/n)"
|
|
188
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
189
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
190
|
+
|
|
191
|
+
#### If 'P' (Party Mode):
|
|
192
|
+
|
|
193
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current UX patterns
|
|
194
|
+
- Process the collaborative pattern insights that come back
|
|
195
|
+
- Ask user: "Accept these changes to the UX patterns? (y/n)"
|
|
196
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
197
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
198
|
+
|
|
199
|
+
#### If 'C' (Continue):
|
|
200
|
+
|
|
201
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
202
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
203
|
+
- Load `./step-13-responsive-accessibility.md`
|
|
204
|
+
|
|
205
|
+
## APPEND TO DOCUMENT:
|
|
206
|
+
|
|
207
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
208
|
+
|
|
209
|
+
## SUCCESS METRICS:
|
|
210
|
+
|
|
211
|
+
✅ Critical pattern categories identified and prioritized
|
|
212
|
+
✅ Consistency patterns clearly defined and documented
|
|
213
|
+
✅ Patterns integrated with chosen design system
|
|
214
|
+
✅ Accessibility considerations included for all patterns
|
|
215
|
+
✅ Mobile-first approach incorporated
|
|
216
|
+
✅ A/P/C menu presented and handled correctly
|
|
217
|
+
✅ Content properly appended to document when C selected
|
|
218
|
+
|
|
219
|
+
## FAILURE MODES:
|
|
220
|
+
|
|
221
|
+
❌ Not identifying the most critical pattern categories
|
|
222
|
+
❌ Patterns too generic or not actionable
|
|
223
|
+
❌ Missing accessibility considerations
|
|
224
|
+
❌ Patterns not aligned with design system
|
|
225
|
+
❌ Not considering mobile differences
|
|
226
|
+
❌ Not presenting A/P/C menu after content generation
|
|
227
|
+
❌ Appending content without user selecting 'C'
|
|
228
|
+
|
|
229
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
230
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
231
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
232
|
+
|
|
233
|
+
## NEXT STEP:
|
|
234
|
+
|
|
235
|
+
After user selects 'C' and content is saved to document, load `./step-13-responsive-accessibility.md` to define responsive design and accessibility strategy.
|
|
236
|
+
|
|
237
|
+
Remember: Do NOT proceed to step-13 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
package/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md
ADDED
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
# Step 13: Responsive Design & Accessibility
|
|
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 responsive design strategy and accessibility compliance
|
|
12
|
+
- 🎯 COLLABORATIVE strategy definition, 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 responsive/accessibility 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 responsive/accessibility insights
|
|
28
|
+
- **P (Party Mode)**: Bring multiple perspectives to define responsive/accessibility strategy
|
|
29
|
+
- **C (Continue)**: Save the content to the document and proceed to final 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 responsive design
|
|
42
|
+
- Design direction from step 9 influences responsive layout choices
|
|
43
|
+
- Focus on cross-device adaptation and accessibility compliance
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Define responsive design strategy and accessibility requirements for the product.
|
|
48
|
+
|
|
49
|
+
## RESPONSIVE & ACCESSIBILITY SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Define Responsive Strategy
|
|
52
|
+
|
|
53
|
+
Establish how the design adapts across devices:
|
|
54
|
+
"Let's define how {{project_name}} adapts across different screen sizes and devices.
|
|
55
|
+
|
|
56
|
+
**Responsive Design Questions:**
|
|
57
|
+
|
|
58
|
+
**Desktop Strategy:**
|
|
59
|
+
|
|
60
|
+
- How should we use extra screen real estate?
|
|
61
|
+
- Multi-column layouts, side navigation, or content density?
|
|
62
|
+
- What desktop-specific features can we include?
|
|
63
|
+
|
|
64
|
+
**Tablet Strategy:**
|
|
65
|
+
|
|
66
|
+
- Should we use simplified layouts or touch-optimized interfaces?
|
|
67
|
+
- How do gestures and touch interactions work on tablets?
|
|
68
|
+
- What's the optimal information density for tablet screens?
|
|
69
|
+
|
|
70
|
+
**Mobile Strategy:**
|
|
71
|
+
|
|
72
|
+
- Bottom navigation or hamburger menu?
|
|
73
|
+
- How do layouts collapse on small screens?
|
|
74
|
+
- What's the most critical information to show mobile-first?"
|
|
75
|
+
|
|
76
|
+
### 2. Establish Breakpoint Strategy
|
|
77
|
+
|
|
78
|
+
Define when and how layouts change:
|
|
79
|
+
"**Breakpoint Strategy:**
|
|
80
|
+
We need to define screen size breakpoints where layouts adapt.
|
|
81
|
+
|
|
82
|
+
**Common Breakpoints:**
|
|
83
|
+
|
|
84
|
+
- Mobile: 320px - 767px
|
|
85
|
+
- Tablet: 768px - 1023px
|
|
86
|
+
- Desktop: 1024px+
|
|
87
|
+
|
|
88
|
+
**For {{project_name}}, should we:**
|
|
89
|
+
|
|
90
|
+
- Use standard breakpoints or custom ones?
|
|
91
|
+
- Focus on mobile-first or desktop-first design?
|
|
92
|
+
- Have specific breakpoints for your key use cases?"
|
|
93
|
+
|
|
94
|
+
### 3. Design Accessibility Strategy
|
|
95
|
+
|
|
96
|
+
Define accessibility requirements and compliance level:
|
|
97
|
+
"**Accessibility Strategy:**
|
|
98
|
+
What level of WCAG compliance does {{project_name}} need?
|
|
99
|
+
|
|
100
|
+
**WCAG Levels:**
|
|
101
|
+
|
|
102
|
+
- **Level A (Basic)** - Essential accessibility for legal compliance
|
|
103
|
+
- **Level AA (Recommended)** - Industry standard for good UX
|
|
104
|
+
- **Level AAA (Highest)** - Exceptional accessibility (rarely needed)
|
|
105
|
+
|
|
106
|
+
**Based on your product:**
|
|
107
|
+
|
|
108
|
+
- [Recommendation based on user base, legal requirements, etc.]
|
|
109
|
+
|
|
110
|
+
**Key Accessibility Considerations:**
|
|
111
|
+
|
|
112
|
+
- Color contrast ratios (4.5:1 for normal text)
|
|
113
|
+
- Keyboard navigation support
|
|
114
|
+
- Screen reader compatibility
|
|
115
|
+
- Touch target sizes (minimum 44x44px)
|
|
116
|
+
- Focus indicators and skip links"
|
|
117
|
+
|
|
118
|
+
### 4. Define Testing Strategy
|
|
119
|
+
|
|
120
|
+
Plan how to ensure responsive design and accessibility:
|
|
121
|
+
"**Testing Strategy:**
|
|
122
|
+
|
|
123
|
+
**Responsive Testing:**
|
|
124
|
+
|
|
125
|
+
- Device testing on actual phones/tablets
|
|
126
|
+
- Browser testing across Chrome, Firefox, Safari, Edge
|
|
127
|
+
- Real device network performance testing
|
|
128
|
+
|
|
129
|
+
**Accessibility Testing:**
|
|
130
|
+
|
|
131
|
+
- Automated accessibility testing tools
|
|
132
|
+
- Screen reader testing (VoiceOver, NVDA, JAWS)
|
|
133
|
+
- Keyboard-only navigation testing
|
|
134
|
+
- Color blindness simulation testing
|
|
135
|
+
|
|
136
|
+
**User Testing:**
|
|
137
|
+
|
|
138
|
+
- Include users with disabilities in testing
|
|
139
|
+
- Test with diverse assistive technologies
|
|
140
|
+
- Validate with actual target devices"
|
|
141
|
+
|
|
142
|
+
### 5. Document Implementation Guidelines
|
|
143
|
+
|
|
144
|
+
Create specific guidelines for developers:
|
|
145
|
+
"**Implementation Guidelines:**
|
|
146
|
+
|
|
147
|
+
**Responsive Development:**
|
|
148
|
+
|
|
149
|
+
- Use relative units (rem, %, vw, vh) over fixed pixels
|
|
150
|
+
- Implement mobile-first media queries
|
|
151
|
+
- Test touch targets and gesture areas
|
|
152
|
+
- Optimize images and assets for different devices
|
|
153
|
+
|
|
154
|
+
**Accessibility Development:**
|
|
155
|
+
|
|
156
|
+
- Semantic HTML structure
|
|
157
|
+
- ARIA labels and roles
|
|
158
|
+
- Keyboard navigation implementation
|
|
159
|
+
- Focus management and skip links
|
|
160
|
+
- High contrast mode support"
|
|
161
|
+
|
|
162
|
+
### 6. Generate Responsive & Accessibility Content
|
|
163
|
+
|
|
164
|
+
Prepare the content to append to the document:
|
|
165
|
+
|
|
166
|
+
#### Content Structure:
|
|
167
|
+
|
|
168
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
169
|
+
|
|
170
|
+
```markdown
|
|
171
|
+
## Responsive Design & Accessibility
|
|
172
|
+
|
|
173
|
+
### Responsive Strategy
|
|
174
|
+
|
|
175
|
+
[Responsive strategy based on conversation]
|
|
176
|
+
|
|
177
|
+
### Breakpoint Strategy
|
|
178
|
+
|
|
179
|
+
[Breakpoint strategy based on conversation]
|
|
180
|
+
|
|
181
|
+
### Accessibility Strategy
|
|
182
|
+
|
|
183
|
+
[Accessibility strategy based on conversation]
|
|
184
|
+
|
|
185
|
+
### Testing Strategy
|
|
186
|
+
|
|
187
|
+
[Testing strategy based on conversation]
|
|
188
|
+
|
|
189
|
+
### Implementation Guidelines
|
|
190
|
+
|
|
191
|
+
[Implementation guidelines based on conversation]
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
### 7. Present Content and Menu
|
|
195
|
+
|
|
196
|
+
Show the generated responsive and accessibility content and present choices:
|
|
197
|
+
"I've defined the responsive design and accessibility strategy for {{project_name}}. This ensures your product works beautifully across all devices and is accessible to all users.
|
|
198
|
+
|
|
199
|
+
**Here's what I'll add to the document:**
|
|
200
|
+
|
|
201
|
+
[Show the complete markdown content from step 6]
|
|
202
|
+
|
|
203
|
+
**What would you like to do?**
|
|
204
|
+
[A] Advanced Elicitation - Let's refine our responsive/accessibility strategy
|
|
205
|
+
[P] Party Mode - Bring different perspectives on inclusive design
|
|
206
|
+
[C] Continue - Save this to the document and complete the workflow
|
|
207
|
+
|
|
208
|
+
### 8. Handle Menu Selection
|
|
209
|
+
|
|
210
|
+
#### If 'A' (Advanced Elicitation):
|
|
211
|
+
|
|
212
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current responsive/accessibility content
|
|
213
|
+
- Process the enhanced insights that come back
|
|
214
|
+
- Ask user: "Accept these improvements to the responsive/accessibility strategy? (y/n)"
|
|
215
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
216
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
217
|
+
|
|
218
|
+
#### If 'P' (Party Mode):
|
|
219
|
+
|
|
220
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current responsive/accessibility strategy
|
|
221
|
+
- Process the collaborative insights that come back
|
|
222
|
+
- Ask user: "Accept these changes to the responsive/accessibility strategy? (y/n)"
|
|
223
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
224
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
225
|
+
|
|
226
|
+
#### If 'C' (Continue):
|
|
227
|
+
|
|
228
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
229
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
230
|
+
- Load `./step-14-complete.md`
|
|
231
|
+
|
|
232
|
+
## APPEND TO DOCUMENT:
|
|
233
|
+
|
|
234
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
235
|
+
|
|
236
|
+
## SUCCESS METRICS:
|
|
237
|
+
|
|
238
|
+
✅ Responsive strategy clearly defined for all device types
|
|
239
|
+
✅ Appropriate breakpoint strategy established
|
|
240
|
+
✅ Accessibility requirements determined and documented
|
|
241
|
+
✅ Comprehensive testing strategy planned
|
|
242
|
+
✅ Implementation guidelines provided for development team
|
|
243
|
+
✅ A/P/C menu presented and handled correctly
|
|
244
|
+
✅ Content properly appended to document when C selected
|
|
245
|
+
|
|
246
|
+
## FAILURE MODES:
|
|
247
|
+
|
|
248
|
+
❌ Not considering all device types and screen sizes
|
|
249
|
+
❌ Accessibility requirements not properly researched
|
|
250
|
+
❌ Testing strategy not comprehensive enough
|
|
251
|
+
❌ Implementation guidelines too generic or unclear
|
|
252
|
+
❌ Not addressing specific accessibility challenges for your product
|
|
253
|
+
❌ Not presenting A/P/C menu after content generation
|
|
254
|
+
❌ Appending content without user selecting 'C'
|
|
255
|
+
|
|
256
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
257
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
258
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
259
|
+
|
|
260
|
+
## NEXT STEP:
|
|
261
|
+
|
|
262
|
+
After user selects 'C' and content is saved to document, load `./step-14-complete.md` to finalize the UX design workflow.
|
|
263
|
+
|
|
264
|
+
Remember: Do NOT proceed to step-14 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|