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,254 @@
|
|
|
1
|
+
# Step 7: Defining Core Experience
|
|
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 interaction that defines the product
|
|
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 defining 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 core 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
|
+
- Core experience from step 3 provides foundation
|
|
42
|
+
- Design system choice from step 6 informs implementation
|
|
43
|
+
- Focus on the defining interaction that makes the product special
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Define the core interaction that, if nailed, makes everything else follow in the user experience.
|
|
48
|
+
|
|
49
|
+
## DEFINING EXPERIENCE SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Identify the Defining Experience
|
|
52
|
+
|
|
53
|
+
Focus on the core interaction:
|
|
54
|
+
"Every successful product has a defining experience - the core interaction that, if we nail it, everything else follows.
|
|
55
|
+
|
|
56
|
+
**Think about these famous examples:**
|
|
57
|
+
|
|
58
|
+
- Tinder: "Swipe to match with people"
|
|
59
|
+
- Snapchat: "Share photos that disappear"
|
|
60
|
+
- Instagram: "Share perfect moments with filters"
|
|
61
|
+
- Spotify: "Discover and play any song instantly"
|
|
62
|
+
|
|
63
|
+
**For {{project_name}}:**
|
|
64
|
+
What's the core action that users will describe to their friends?
|
|
65
|
+
What's the interaction that makes users feel successful?
|
|
66
|
+
If we get ONE thing perfectly right, what should it be?"
|
|
67
|
+
|
|
68
|
+
### 2. Explore the User's Mental Model
|
|
69
|
+
|
|
70
|
+
Understand how users think about the core task:
|
|
71
|
+
"**User Mental Model Questions:**
|
|
72
|
+
|
|
73
|
+
- How do users currently solve this problem?
|
|
74
|
+
- What mental model do they bring to this task?
|
|
75
|
+
- What's their expectation for how this should work?
|
|
76
|
+
- Where are they likely to get confused or frustrated?
|
|
77
|
+
|
|
78
|
+
**Current Solutions:**
|
|
79
|
+
|
|
80
|
+
- What do users love/hate about existing approaches?
|
|
81
|
+
- What shortcuts or workarounds do they use?
|
|
82
|
+
- What makes existing solutions feel magical or terrible?"
|
|
83
|
+
|
|
84
|
+
### 3. Define Success Criteria for Core Experience
|
|
85
|
+
|
|
86
|
+
Establish what makes the core interaction successful:
|
|
87
|
+
"**Core Experience Success Criteria:**
|
|
88
|
+
|
|
89
|
+
- What makes users say 'this just works'?
|
|
90
|
+
- When do they feel smart or accomplished?
|
|
91
|
+
- What feedback tells them they're doing it right?
|
|
92
|
+
- How fast should it feel?
|
|
93
|
+
- What should happen automatically?
|
|
94
|
+
|
|
95
|
+
**Success Indicators:**
|
|
96
|
+
|
|
97
|
+
- [Success indicator 1]
|
|
98
|
+
- [Success indicator 2]
|
|
99
|
+
- [Success indicator 3]"
|
|
100
|
+
|
|
101
|
+
### 4. Identify Novel vs. Established Patterns
|
|
102
|
+
|
|
103
|
+
Determine if we need to innovate or can use proven patterns:
|
|
104
|
+
"**Pattern Analysis:**
|
|
105
|
+
Looking at your core experience, does this:
|
|
106
|
+
|
|
107
|
+
- Use established UX patterns that users already understand?
|
|
108
|
+
- Require novel interaction design that needs user education?
|
|
109
|
+
- Combine familiar patterns in innovative ways?
|
|
110
|
+
|
|
111
|
+
**If Novel:**
|
|
112
|
+
|
|
113
|
+
- What makes this different from existing approaches?
|
|
114
|
+
- How will we teach users this new pattern?
|
|
115
|
+
- What familiar metaphors can we use?
|
|
116
|
+
|
|
117
|
+
**If Established:**
|
|
118
|
+
|
|
119
|
+
- Which proven patterns should we adopt?
|
|
120
|
+
- How can we innovate within familiar patterns?
|
|
121
|
+
- What's our unique twist on established interactions?"
|
|
122
|
+
|
|
123
|
+
### 5. Define Experience Mechanics
|
|
124
|
+
|
|
125
|
+
Break down the core interaction into details:
|
|
126
|
+
"**Core Experience Mechanics:**
|
|
127
|
+
Let's design the step-by-step flow for [defining experience]:
|
|
128
|
+
|
|
129
|
+
**1. Initiation:**
|
|
130
|
+
|
|
131
|
+
- How does the user start this action?
|
|
132
|
+
- What triggers or invites them to begin?
|
|
133
|
+
|
|
134
|
+
**2. Interaction:**
|
|
135
|
+
|
|
136
|
+
- What does the user actually do?
|
|
137
|
+
- What controls or inputs do they use?
|
|
138
|
+
- How does the system respond?
|
|
139
|
+
|
|
140
|
+
**3. Feedback:**
|
|
141
|
+
|
|
142
|
+
- What tells users they're succeeding?
|
|
143
|
+
- How do they know when it's working?
|
|
144
|
+
- What happens if they make a mistake?
|
|
145
|
+
|
|
146
|
+
**4. Completion:**
|
|
147
|
+
|
|
148
|
+
- How do users know they're done?
|
|
149
|
+
- What's the successful outcome?
|
|
150
|
+
- What's next?"
|
|
151
|
+
|
|
152
|
+
### 6. Generate Defining Experience Content
|
|
153
|
+
|
|
154
|
+
Prepare the content to append to the document:
|
|
155
|
+
|
|
156
|
+
#### Content Structure:
|
|
157
|
+
|
|
158
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
159
|
+
|
|
160
|
+
```markdown
|
|
161
|
+
## 2. Core User Experience
|
|
162
|
+
|
|
163
|
+
### 2.1 Defining Experience
|
|
164
|
+
|
|
165
|
+
[Defining experience description based on conversation]
|
|
166
|
+
|
|
167
|
+
### 2.2 User Mental Model
|
|
168
|
+
|
|
169
|
+
[User mental model analysis based on conversation]
|
|
170
|
+
|
|
171
|
+
### 2.3 Success Criteria
|
|
172
|
+
|
|
173
|
+
[Success criteria for core experience based on conversation]
|
|
174
|
+
|
|
175
|
+
### 2.4 Novel UX Patterns
|
|
176
|
+
|
|
177
|
+
[Novel UX patterns analysis based on conversation]
|
|
178
|
+
|
|
179
|
+
### 2.5 Experience Mechanics
|
|
180
|
+
|
|
181
|
+
[Detailed mechanics for core experience based on conversation]
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
### 7. Present Content and Menu
|
|
185
|
+
|
|
186
|
+
Show the generated defining experience content and present choices:
|
|
187
|
+
"I've defined the core experience for {{project_name}} - the interaction that will make users love this product.
|
|
188
|
+
|
|
189
|
+
**Here's what I'll add to the document:**
|
|
190
|
+
|
|
191
|
+
[Show the complete markdown content from step 6]
|
|
192
|
+
|
|
193
|
+
**What would you like to do?**
|
|
194
|
+
[A] Advanced Elicitation - Let's refine the core experience definition
|
|
195
|
+
[P] Party Mode - Bring different perspectives on the defining interaction
|
|
196
|
+
[C] Continue - Save this to the document and move to visual foundation
|
|
197
|
+
|
|
198
|
+
### 8. Handle Menu Selection
|
|
199
|
+
|
|
200
|
+
#### If 'A' (Advanced Elicitation):
|
|
201
|
+
|
|
202
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current defining experience content
|
|
203
|
+
- Process the enhanced experience insights that come back
|
|
204
|
+
- Ask user: "Accept these improvements to the defining experience? (y/n)"
|
|
205
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
206
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
207
|
+
|
|
208
|
+
#### If 'P' (Party Mode):
|
|
209
|
+
|
|
210
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current defining experience
|
|
211
|
+
- Process the collaborative experience insights that come back
|
|
212
|
+
- Ask user: "Accept these changes to the defining experience? (y/n)"
|
|
213
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
214
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
215
|
+
|
|
216
|
+
#### If 'C' (Continue):
|
|
217
|
+
|
|
218
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
219
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
220
|
+
- Load `./step-08-visual-foundation.md`
|
|
221
|
+
|
|
222
|
+
## APPEND TO DOCUMENT:
|
|
223
|
+
|
|
224
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
225
|
+
|
|
226
|
+
## SUCCESS METRICS:
|
|
227
|
+
|
|
228
|
+
✅ Defining experience clearly articulated
|
|
229
|
+
✅ User mental model thoroughly analyzed
|
|
230
|
+
✅ Success criteria established for core interaction
|
|
231
|
+
✅ Novel vs. established patterns properly evaluated
|
|
232
|
+
✅ Experience mechanics designed in detail
|
|
233
|
+
✅ A/P/C menu presented and handled correctly
|
|
234
|
+
✅ Content properly appended to document when C selected
|
|
235
|
+
|
|
236
|
+
## FAILURE MODES:
|
|
237
|
+
|
|
238
|
+
❌ Not identifying the true core interaction
|
|
239
|
+
❌ Missing user's mental model and expectations
|
|
240
|
+
❌ Not establishing clear success criteria
|
|
241
|
+
❌ Not properly evaluating novel vs. established patterns
|
|
242
|
+
❌ Experience mechanics too vague or incomplete
|
|
243
|
+
❌ Not presenting A/P/C menu after content generation
|
|
244
|
+
❌ Appending content without user selecting 'C'
|
|
245
|
+
|
|
246
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
247
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
248
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
249
|
+
|
|
250
|
+
## NEXT STEP:
|
|
251
|
+
|
|
252
|
+
After user selects 'C' and content is saved to document, load `./step-08-visual-foundation.md` to establish visual design foundation.
|
|
253
|
+
|
|
254
|
+
Remember: Do NOT proceed to step-08 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
# Step 8: Visual Foundation
|
|
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 visual design foundation (colors, typography, spacing)
|
|
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 visual foundation 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 visual insights
|
|
28
|
+
- **P (Party Mode)**: Bring multiple perspectives to define visual foundation
|
|
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
|
+
- Design system choice from step 6 provides component foundation
|
|
42
|
+
- Emotional response goals from step 4 inform visual decisions
|
|
43
|
+
- Focus on colors, typography, spacing, and layout foundation
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Establish the visual design foundation including color themes, typography, and spacing systems.
|
|
48
|
+
|
|
49
|
+
## VISUAL FOUNDATION SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Brand Guidelines Assessment
|
|
52
|
+
|
|
53
|
+
Check for existing brand requirements:
|
|
54
|
+
"Do you have existing brand guidelines or a specific color palette I should follow? (y/n)
|
|
55
|
+
|
|
56
|
+
If yes, I'll extract and document your brand colors and create semantic color mappings.
|
|
57
|
+
If no, I'll generate theme options based on your project's personality and emotional goals from our earlier discussion."
|
|
58
|
+
|
|
59
|
+
### 2. Generate Color Theme Options (If no brand guidelines)
|
|
60
|
+
|
|
61
|
+
Create visual exploration opportunities:
|
|
62
|
+
"If no existing brand guidelines, I'll create a color theme visualizer to help you explore options.
|
|
63
|
+
|
|
64
|
+
🎨 I can generate comprehensive HTML color theme visualizers with multiple theme options, complete UI examples, and the ability to see how colors work in real interface contexts.
|
|
65
|
+
|
|
66
|
+
This will help you make an informed decision about the visual direction for {{project_name}}."
|
|
67
|
+
|
|
68
|
+
### 3. Define Typography System
|
|
69
|
+
|
|
70
|
+
Establish the typographic foundation:
|
|
71
|
+
"**Typography Questions:**
|
|
72
|
+
|
|
73
|
+
- What should the overall tone feel like? (Professional, friendly, modern, classic?)
|
|
74
|
+
- How much text content will users read? (Headings only? Long-form content?)
|
|
75
|
+
- Any accessibility requirements for font sizes or contrast?
|
|
76
|
+
- Any brand fonts we must use?
|
|
77
|
+
|
|
78
|
+
**Typography Strategy:**
|
|
79
|
+
|
|
80
|
+
- Choose primary and secondary typefaces
|
|
81
|
+
- Establish type scale (h1, h2, h3, body, etc.)
|
|
82
|
+
- Define line heights and spacing relationships
|
|
83
|
+
- Consider readability and accessibility"
|
|
84
|
+
|
|
85
|
+
### 4. Establish Spacing and Layout Foundation
|
|
86
|
+
|
|
87
|
+
Define the structural foundation:
|
|
88
|
+
"**Spacing and Layout Foundation:**
|
|
89
|
+
|
|
90
|
+
- How should the overall layout feel? (Dense and efficient? Airy and spacious?)
|
|
91
|
+
- What spacing unit should we use? (4px, 8px, 12px base?)
|
|
92
|
+
- How much white space should be between elements?
|
|
93
|
+
- Should we use a grid system? If so, what column structure?
|
|
94
|
+
|
|
95
|
+
**Layout Principles:**
|
|
96
|
+
|
|
97
|
+
- [Layout principle 1 based on product type]
|
|
98
|
+
- [Layout principle 2 based on user needs]
|
|
99
|
+
- [Layout principle 3 based on platform requirements]"
|
|
100
|
+
|
|
101
|
+
### 5. Create Visual Foundation Strategy
|
|
102
|
+
|
|
103
|
+
Synthesize all visual decisions:
|
|
104
|
+
"**Visual Foundation Strategy:**
|
|
105
|
+
|
|
106
|
+
**Color System:**
|
|
107
|
+
|
|
108
|
+
- [Color strategy based on brand guidelines or generated themes]
|
|
109
|
+
- Semantic color mapping (primary, secondary, success, warning, error, etc.)
|
|
110
|
+
- Accessibility compliance (contrast ratios)
|
|
111
|
+
|
|
112
|
+
**Typography System:**
|
|
113
|
+
|
|
114
|
+
- [Typography strategy based on content needs and tone]
|
|
115
|
+
- Type scale and hierarchy
|
|
116
|
+
- Font pairing rationale
|
|
117
|
+
|
|
118
|
+
**Spacing & Layout:**
|
|
119
|
+
|
|
120
|
+
- [Spacing strategy based on content density and platform]
|
|
121
|
+
- Grid system approach
|
|
122
|
+
- Component spacing relationships
|
|
123
|
+
|
|
124
|
+
This foundation will ensure consistency across all our design decisions."
|
|
125
|
+
|
|
126
|
+
### 6. Generate Visual Foundation Content
|
|
127
|
+
|
|
128
|
+
Prepare the content to append to the document:
|
|
129
|
+
|
|
130
|
+
#### Content Structure:
|
|
131
|
+
|
|
132
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
133
|
+
|
|
134
|
+
```markdown
|
|
135
|
+
## Visual Design Foundation
|
|
136
|
+
|
|
137
|
+
### Color System
|
|
138
|
+
|
|
139
|
+
[Color system strategy based on conversation]
|
|
140
|
+
|
|
141
|
+
### Typography System
|
|
142
|
+
|
|
143
|
+
[Typography system strategy based on conversation]
|
|
144
|
+
|
|
145
|
+
### Spacing & Layout Foundation
|
|
146
|
+
|
|
147
|
+
[Spacing and layout foundation based on conversation]
|
|
148
|
+
|
|
149
|
+
### Accessibility Considerations
|
|
150
|
+
|
|
151
|
+
[Accessibility considerations based on conversation]
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### 7. Present Content and Menu
|
|
155
|
+
|
|
156
|
+
Show the generated visual foundation content and present choices:
|
|
157
|
+
"I've established the visual design foundation for {{project_name}}. This provides the building blocks for consistent, beautiful design.
|
|
158
|
+
|
|
159
|
+
**Here's what I'll add to the document:**
|
|
160
|
+
|
|
161
|
+
[Show the complete markdown content from step 6]
|
|
162
|
+
|
|
163
|
+
**What would you like to do?**
|
|
164
|
+
[A] Advanced Elicitation - Let's refine our visual foundation
|
|
165
|
+
[P] Party Mode - Bring design perspectives on visual choices
|
|
166
|
+
[C] Continue - Save this to the document and move to design directions
|
|
167
|
+
|
|
168
|
+
### 8. Handle Menu Selection
|
|
169
|
+
|
|
170
|
+
#### If 'A' (Advanced Elicitation):
|
|
171
|
+
|
|
172
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current visual foundation content
|
|
173
|
+
- Process the enhanced visual insights that come back
|
|
174
|
+
- Ask user: "Accept these improvements to the visual foundation? (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 'P' (Party Mode):
|
|
179
|
+
|
|
180
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current visual foundation
|
|
181
|
+
- Process the collaborative visual insights that come back
|
|
182
|
+
- Ask user: "Accept these changes to the visual foundation? (y/n)"
|
|
183
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
184
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
185
|
+
|
|
186
|
+
#### If 'C' (Continue):
|
|
187
|
+
|
|
188
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
189
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
190
|
+
- Load `./step-09-design-directions.md`
|
|
191
|
+
|
|
192
|
+
## APPEND TO DOCUMENT:
|
|
193
|
+
|
|
194
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
195
|
+
|
|
196
|
+
## SUCCESS METRICS:
|
|
197
|
+
|
|
198
|
+
✅ Brand guidelines assessed and incorporated if available
|
|
199
|
+
✅ Color system established with accessibility consideration
|
|
200
|
+
✅ Typography system defined with appropriate hierarchy
|
|
201
|
+
✅ Spacing and layout foundation created
|
|
202
|
+
✅ Visual foundation strategy documented
|
|
203
|
+
✅ A/P/C menu presented and handled correctly
|
|
204
|
+
✅ Content properly appended to document when C selected
|
|
205
|
+
|
|
206
|
+
## FAILURE MODES:
|
|
207
|
+
|
|
208
|
+
❌ Not checking for existing brand guidelines first
|
|
209
|
+
❌ Color palette not aligned with emotional goals
|
|
210
|
+
❌ Typography not suitable for content type or readability needs
|
|
211
|
+
❌ Spacing system not appropriate for content density
|
|
212
|
+
❌ Missing accessibility considerations
|
|
213
|
+
❌ Not presenting A/P/C menu after content generation
|
|
214
|
+
❌ Appending content without user selecting 'C'
|
|
215
|
+
|
|
216
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
217
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
218
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
219
|
+
|
|
220
|
+
## NEXT STEP:
|
|
221
|
+
|
|
222
|
+
After user selects 'C' and content is saved to document, load `./step-09-design-directions.md` to generate design direction mockups.
|
|
223
|
+
|
|
224
|
+
Remember: Do NOT proceed to step-09 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
# Step 9: Design Direction Mockups
|
|
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 generating and evaluating design direction variations
|
|
12
|
+
- 🎯 COLLABORATIVE exploration, 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 design direction content
|
|
19
|
+
- 💾 Generate HTML visualizer for design directions
|
|
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 insights
|
|
28
|
+
- **P (Party Mode)**: Bring multiple perspectives to evaluate design directions
|
|
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
|
+
- Visual foundation from step 8 provides design tokens
|
|
42
|
+
- Core experience from step 7 informs layout and interaction design
|
|
43
|
+
- Focus on exploring different visual design directions
|
|
44
|
+
|
|
45
|
+
## YOUR TASK:
|
|
46
|
+
|
|
47
|
+
Generate comprehensive design direction mockups showing different visual approaches for the product.
|
|
48
|
+
|
|
49
|
+
## DESIGN DIRECTIONS SEQUENCE:
|
|
50
|
+
|
|
51
|
+
### 1. Generate Design Direction Variations
|
|
52
|
+
|
|
53
|
+
Create diverse visual explorations:
|
|
54
|
+
"I'll generate 6-8 different design direction variations exploring:
|
|
55
|
+
|
|
56
|
+
- Different layout approaches and information hierarchy
|
|
57
|
+
- Various interaction patterns and visual weights
|
|
58
|
+
- Alternative color applications from our foundation
|
|
59
|
+
- Different density and spacing approaches
|
|
60
|
+
- Various navigation and component arrangements
|
|
61
|
+
|
|
62
|
+
Each mockup will show a complete vision for {{project_name}} with all our design decisions applied."
|
|
63
|
+
|
|
64
|
+
### 2. Create HTML Design Direction Showcase
|
|
65
|
+
|
|
66
|
+
Generate interactive visual exploration:
|
|
67
|
+
"🎨 Design Direction Mockups Generated!
|
|
68
|
+
|
|
69
|
+
I'm creating a comprehensive HTML design direction showcase at `{planning_artifacts}/ux-design-directions.html`
|
|
70
|
+
|
|
71
|
+
**What you'll see:**
|
|
72
|
+
|
|
73
|
+
- 6-8 full-screen mockup variations
|
|
74
|
+
- Interactive states and hover effects
|
|
75
|
+
- Side-by-side comparison tools
|
|
76
|
+
- Complete UI examples with real content
|
|
77
|
+
- Responsive behavior demonstrations
|
|
78
|
+
|
|
79
|
+
Each mockup represents a complete visual direction for your app's look and feel."
|
|
80
|
+
|
|
81
|
+
### 3. Present Design Exploration Framework
|
|
82
|
+
|
|
83
|
+
Guide evaluation criteria:
|
|
84
|
+
"As you explore the design directions, look for:
|
|
85
|
+
|
|
86
|
+
✅ **Layout Intuitiveness** - Which information hierarchy matches your priorities?
|
|
87
|
+
✅ **Interaction Style** - Which interaction style fits your core experience?
|
|
88
|
+
✅ **Visual Weight** - Which visual density feels right for your brand?
|
|
89
|
+
✅ **Navigation Approach** - Which navigation pattern matches user expectations?
|
|
90
|
+
✅ **Component Usage** - How well do the components support your user journeys?
|
|
91
|
+
✅ **Brand Alignment** - Which direction best supports your emotional goals?
|
|
92
|
+
|
|
93
|
+
Take your time exploring - this is a crucial decision that will guide all our design work!"
|
|
94
|
+
|
|
95
|
+
### 4. Facilitate Design Direction Selection
|
|
96
|
+
|
|
97
|
+
Help user choose or combine elements:
|
|
98
|
+
"After exploring all the design directions:
|
|
99
|
+
|
|
100
|
+
**Which approach resonates most with you?**
|
|
101
|
+
|
|
102
|
+
- Pick a favorite direction as-is
|
|
103
|
+
- Combine elements from multiple directions
|
|
104
|
+
- Request modifications to any direction
|
|
105
|
+
- Use one direction as a base and iterate
|
|
106
|
+
|
|
107
|
+
**Tell me:**
|
|
108
|
+
|
|
109
|
+
- Which layout feels most intuitive for your users?
|
|
110
|
+
- Which visual weight matches your brand personality?
|
|
111
|
+
- Which interaction style supports your core experience?
|
|
112
|
+
- Are there elements from different directions you'd like to combine?"
|
|
113
|
+
|
|
114
|
+
### 5. Document Design Direction Decision
|
|
115
|
+
|
|
116
|
+
Capture the chosen approach:
|
|
117
|
+
"Based on your exploration, I'm understanding your design direction preference:
|
|
118
|
+
|
|
119
|
+
**Chosen Direction:** [Direction number or combination]
|
|
120
|
+
**Key Elements:** [Specific elements you liked]
|
|
121
|
+
**Modifications Needed:** [Any changes requested]
|
|
122
|
+
**Rationale:** [Why this direction works for your product]
|
|
123
|
+
|
|
124
|
+
This will become our design foundation moving forward. Are we ready to lock this in, or do you want to explore variations?"
|
|
125
|
+
|
|
126
|
+
### 6. Generate Design Direction Content
|
|
127
|
+
|
|
128
|
+
Prepare the content to append to the document:
|
|
129
|
+
|
|
130
|
+
#### Content Structure:
|
|
131
|
+
|
|
132
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
133
|
+
|
|
134
|
+
```markdown
|
|
135
|
+
## Design Direction Decision
|
|
136
|
+
|
|
137
|
+
### Design Directions Explored
|
|
138
|
+
|
|
139
|
+
[Summary of design directions explored based on conversation]
|
|
140
|
+
|
|
141
|
+
### Chosen Direction
|
|
142
|
+
|
|
143
|
+
[Chosen design direction based on conversation]
|
|
144
|
+
|
|
145
|
+
### Design Rationale
|
|
146
|
+
|
|
147
|
+
[Rationale for design direction choice based on conversation]
|
|
148
|
+
|
|
149
|
+
### Implementation Approach
|
|
150
|
+
|
|
151
|
+
[Implementation approach based on chosen direction]
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### 7. Present Content and Menu
|
|
155
|
+
|
|
156
|
+
Show the generated design direction content and present choices:
|
|
157
|
+
"I've documented our design direction decision for {{project_name}}. This visual approach will guide all our detailed design work.
|
|
158
|
+
|
|
159
|
+
**Here's what I'll add to the document:**
|
|
160
|
+
|
|
161
|
+
[Show the complete markdown content from step 6]
|
|
162
|
+
|
|
163
|
+
**What would you like to do?**
|
|
164
|
+
[A] Advanced Elicitation - Let's refine our design direction
|
|
165
|
+
[P] Party Mode - Bring different perspectives on visual choices
|
|
166
|
+
[C] Continue - Save this to the document and move to user journey flows
|
|
167
|
+
|
|
168
|
+
### 8. Handle Menu Selection
|
|
169
|
+
|
|
170
|
+
#### If 'A' (Advanced Elicitation):
|
|
171
|
+
|
|
172
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current design direction content
|
|
173
|
+
- Process the enhanced design insights that come back
|
|
174
|
+
- Ask user: "Accept these improvements to the design direction? (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 'P' (Party Mode):
|
|
179
|
+
|
|
180
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current design direction
|
|
181
|
+
- Process the collaborative design insights that come back
|
|
182
|
+
- Ask user: "Accept these changes to the design direction? (y/n)"
|
|
183
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
184
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
185
|
+
|
|
186
|
+
#### If 'C' (Continue):
|
|
187
|
+
|
|
188
|
+
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
189
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
190
|
+
- Load `./step-10-user-journeys.md`
|
|
191
|
+
|
|
192
|
+
## APPEND TO DOCUMENT:
|
|
193
|
+
|
|
194
|
+
When user selects 'C', append the content directly to the document using the structure from step 6.
|
|
195
|
+
|
|
196
|
+
## SUCCESS METRICS:
|
|
197
|
+
|
|
198
|
+
✅ Multiple design direction variations generated
|
|
199
|
+
✅ HTML showcase created with interactive elements
|
|
200
|
+
✅ Design evaluation criteria clearly established
|
|
201
|
+
✅ User able to explore and compare directions effectively
|
|
202
|
+
✅ Design direction decision made with clear rationale
|
|
203
|
+
✅ A/P/C menu presented and handled correctly
|
|
204
|
+
✅ Content properly appended to document when C selected
|
|
205
|
+
|
|
206
|
+
## FAILURE MODES:
|
|
207
|
+
|
|
208
|
+
❌ Not creating enough variation in design directions
|
|
209
|
+
❌ Design directions not aligned with established foundation
|
|
210
|
+
❌ Missing interactive elements in HTML showcase
|
|
211
|
+
❌ Not providing clear evaluation criteria
|
|
212
|
+
❌ Rushing decision without thorough exploration
|
|
213
|
+
❌ Not presenting A/P/C menu after content generation
|
|
214
|
+
❌ Appending content without user selecting 'C'
|
|
215
|
+
|
|
216
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
217
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
218
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
219
|
+
|
|
220
|
+
## NEXT STEP:
|
|
221
|
+
|
|
222
|
+
After user selects 'C' and content is saved to document, load `./step-10-user-journeys.md` to design user journey flows.
|
|
223
|
+
|
|
224
|
+
Remember: Do NOT proceed to step-10 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|