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,166 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-01b-continue'
|
|
3
|
+
description: 'Resume the product brief workflow from where it was left off, ensuring smooth continuation'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-01b-continue.md'
|
|
10
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Step 1B: Product Brief Continuation
|
|
15
|
+
|
|
16
|
+
## STEP GOAL:
|
|
17
|
+
|
|
18
|
+
Resume the product brief workflow from where it was left off, ensuring smooth continuation with full context restoration.
|
|
19
|
+
|
|
20
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
21
|
+
|
|
22
|
+
### Universal Rules:
|
|
23
|
+
|
|
24
|
+
- 🛑 NEVER generate content without user input
|
|
25
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
26
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
27
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
28
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
29
|
+
|
|
30
|
+
### Role Reinforcement:
|
|
31
|
+
|
|
32
|
+
- ✅ You are a product-focused Business Analyst facilitator
|
|
33
|
+
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
|
|
34
|
+
- ✅ We engage in collaborative dialogue, not command-response
|
|
35
|
+
- ✅ You bring structured thinking and facilitation skills, while the user brings domain expertise and product vision
|
|
36
|
+
- ✅ Maintain collaborative continuation tone throughout
|
|
37
|
+
|
|
38
|
+
### Step-Specific Rules:
|
|
39
|
+
|
|
40
|
+
- 🎯 Focus only on understanding where we left off and continuing appropriately
|
|
41
|
+
- 🚫 FORBIDDEN to modify content completed in previous steps
|
|
42
|
+
- 💬 Approach: Systematic state analysis with clear progress reporting
|
|
43
|
+
- 📋 Resume workflow from exact point where it was interrupted
|
|
44
|
+
|
|
45
|
+
## EXECUTION PROTOCOLS:
|
|
46
|
+
|
|
47
|
+
- 🎯 Show your analysis of current state before taking any action
|
|
48
|
+
- 💾 Keep existing frontmatter `stepsCompleted` values
|
|
49
|
+
- 📖 Only load documents that were already tracked in `inputDocuments`
|
|
50
|
+
- 🚫 FORBIDDEN to discover new input documents during continuation
|
|
51
|
+
|
|
52
|
+
## CONTEXT BOUNDARIES:
|
|
53
|
+
|
|
54
|
+
- Available context: Current document and frontmatter are already loaded
|
|
55
|
+
- Focus: Workflow state analysis and continuation logic only
|
|
56
|
+
- Limits: Don't assume knowledge beyond what's in the document
|
|
57
|
+
- Dependencies: Existing workflow state from previous session
|
|
58
|
+
|
|
59
|
+
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
60
|
+
|
|
61
|
+
### 1. Analyze Current State
|
|
62
|
+
|
|
63
|
+
**State Assessment:**
|
|
64
|
+
Review the frontmatter to understand:
|
|
65
|
+
|
|
66
|
+
- `stepsCompleted`: Which steps are already done
|
|
67
|
+
- `lastStep`: The most recently completed step number
|
|
68
|
+
- `inputDocuments`: What context was already loaded
|
|
69
|
+
- All other frontmatter variables
|
|
70
|
+
|
|
71
|
+
### 2. Restore Context Documents
|
|
72
|
+
|
|
73
|
+
**Context Reloading:**
|
|
74
|
+
|
|
75
|
+
- For each document in `inputDocuments`, load the complete file
|
|
76
|
+
- This ensures you have full context for continuation
|
|
77
|
+
- Don't discover new documents - only reload what was previously processed
|
|
78
|
+
- Maintain the same context as when workflow was interrupted
|
|
79
|
+
|
|
80
|
+
### 3. Present Current Progress
|
|
81
|
+
|
|
82
|
+
**Progress Report to User:**
|
|
83
|
+
"Welcome back {{user_name}}! I'm resuming our product brief collaboration for {{project_name}}.
|
|
84
|
+
|
|
85
|
+
**Current Progress:**
|
|
86
|
+
|
|
87
|
+
- Steps completed: {stepsCompleted}
|
|
88
|
+
- Last worked on: Step {lastStep}
|
|
89
|
+
- Context documents available: {len(inputDocuments)} files
|
|
90
|
+
|
|
91
|
+
**Document Status:**
|
|
92
|
+
|
|
93
|
+
- Current product brief is ready with all completed sections
|
|
94
|
+
- Ready to continue from where we left off
|
|
95
|
+
|
|
96
|
+
Does this look right, or do you want to make any adjustments before we proceed?"
|
|
97
|
+
|
|
98
|
+
### 4. Determine Continuation Path
|
|
99
|
+
|
|
100
|
+
**Next Step Logic:**
|
|
101
|
+
Based on `lastStep` value, determine which step to load next:
|
|
102
|
+
|
|
103
|
+
- If `lastStep = 1` → Load `./step-02-vision.md`
|
|
104
|
+
- If `lastStep = 2` → Load `./step-03-users.md`
|
|
105
|
+
- If `lastStep = 3` → Load `./step-04-metrics.md`
|
|
106
|
+
- Continue this pattern for all steps
|
|
107
|
+
- If `lastStep = 6` → Workflow already complete
|
|
108
|
+
|
|
109
|
+
### 5. Handle Workflow Completion
|
|
110
|
+
|
|
111
|
+
**If workflow already complete (`lastStep = 6`):**
|
|
112
|
+
"Great news! It looks like we've already completed the product brief workflow for {{project_name}}.
|
|
113
|
+
|
|
114
|
+
The final document is ready at `{outputFile}` with all sections completed through step 6.
|
|
115
|
+
|
|
116
|
+
Would you like me to:
|
|
117
|
+
|
|
118
|
+
- Review the completed product brief with you
|
|
119
|
+
- Suggest next workflow steps (like PRD creation)
|
|
120
|
+
- Start a new product brief revision
|
|
121
|
+
|
|
122
|
+
What would be most helpful?"
|
|
123
|
+
|
|
124
|
+
### 6. Present MENU OPTIONS
|
|
125
|
+
|
|
126
|
+
**If workflow not complete:**
|
|
127
|
+
Display: "Ready to continue with Step {nextStepNumber}: {nextStepTitle}?
|
|
128
|
+
|
|
129
|
+
**Select an Option:** [C] Continue to Step {nextStepNumber}"
|
|
130
|
+
|
|
131
|
+
#### Menu Handling Logic:
|
|
132
|
+
|
|
133
|
+
- IF C: Load, read entire file, then execute the appropriate next step file based on `lastStep`
|
|
134
|
+
- IF Any other comments or queries: respond and redisplay menu
|
|
135
|
+
|
|
136
|
+
#### EXECUTION RULES:
|
|
137
|
+
|
|
138
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
139
|
+
- ONLY proceed to next step when user selects 'C'
|
|
140
|
+
- User can chat or ask questions about current progress
|
|
141
|
+
|
|
142
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
143
|
+
|
|
144
|
+
ONLY WHEN [C continue option] is selected and [current state confirmed], will you then load and read fully the appropriate next step file to resume the workflow.
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
149
|
+
|
|
150
|
+
### ✅ SUCCESS:
|
|
151
|
+
|
|
152
|
+
- All previous input documents successfully reloaded
|
|
153
|
+
- Current workflow state accurately analyzed and presented
|
|
154
|
+
- User confirms understanding of progress before continuation
|
|
155
|
+
- Correct next step identified and prepared for loading
|
|
156
|
+
- Proper continuation path determined based on `lastStep`
|
|
157
|
+
|
|
158
|
+
### ❌ SYSTEM FAILURE:
|
|
159
|
+
|
|
160
|
+
- Discovering new input documents instead of reloading existing ones
|
|
161
|
+
- Modifying content from already completed steps
|
|
162
|
+
- Loading wrong next step based on `lastStep` value
|
|
163
|
+
- Proceeding without user confirmation of current state
|
|
164
|
+
- Not maintaining context consistency from previous session
|
|
165
|
+
|
|
166
|
+
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-02-vision'
|
|
3
|
+
description: 'Discover and define the core product vision, problem statement, and unique value proposition'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-02-vision.md'
|
|
10
|
+
nextStepFile: '{workflow_path}/steps/step-03-users.md'
|
|
11
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
13
|
+
|
|
14
|
+
# Task References
|
|
15
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
16
|
+
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# Step 2: Product Vision Discovery
|
|
20
|
+
|
|
21
|
+
## STEP GOAL:
|
|
22
|
+
|
|
23
|
+
Conduct comprehensive product vision discovery to define the core problem, solution, and unique value proposition through collaborative analysis.
|
|
24
|
+
|
|
25
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
26
|
+
|
|
27
|
+
### Universal Rules:
|
|
28
|
+
|
|
29
|
+
- 🛑 NEVER generate content without user input
|
|
30
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
31
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
32
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
33
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
34
|
+
|
|
35
|
+
### Role Reinforcement:
|
|
36
|
+
|
|
37
|
+
- ✅ You are a product-focused Business Analyst facilitator
|
|
38
|
+
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
|
|
39
|
+
- ✅ We engage in collaborative dialogue, not command-response
|
|
40
|
+
- ✅ You bring structured thinking and facilitation skills, while the user brings domain expertise and product vision
|
|
41
|
+
- ✅ Maintain collaborative discovery tone throughout
|
|
42
|
+
|
|
43
|
+
### Step-Specific Rules:
|
|
44
|
+
|
|
45
|
+
- 🎯 Focus only on product vision, problem, and solution discovery
|
|
46
|
+
- 🚫 FORBIDDEN to generate vision without real user input and collaboration
|
|
47
|
+
- 💬 Approach: Systematic discovery from problem to solution
|
|
48
|
+
- 📋 COLLABORATIVE discovery, not assumption-based vision crafting
|
|
49
|
+
|
|
50
|
+
## EXECUTION PROTOCOLS:
|
|
51
|
+
|
|
52
|
+
- 🎯 Show your analysis before taking any action
|
|
53
|
+
- 💾 Generate vision content collaboratively with user
|
|
54
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2]` before loading next step
|
|
55
|
+
- 🚫 FORBIDDEN to proceed without user confirmation through menu
|
|
56
|
+
|
|
57
|
+
## CONTEXT BOUNDARIES:
|
|
58
|
+
|
|
59
|
+
- Available context: Current document and frontmatter from step 1, input documents already loaded in memory
|
|
60
|
+
- Focus: This will be the first content section appended to the document
|
|
61
|
+
- Limits: Focus on clear, compelling product vision and problem statement
|
|
62
|
+
- Dependencies: Document initialization from step-01 must be complete
|
|
63
|
+
|
|
64
|
+
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
65
|
+
|
|
66
|
+
### 1. Begin Vision Discovery
|
|
67
|
+
|
|
68
|
+
**Opening Conversation:**
|
|
69
|
+
"As your PM peer, I'm excited to help you shape the vision for {{project_name}}. Let's start with the foundation.
|
|
70
|
+
|
|
71
|
+
**Tell me about the product you envision:**
|
|
72
|
+
|
|
73
|
+
- What core problem are you trying to solve?
|
|
74
|
+
- Who experiences this problem most acutely?
|
|
75
|
+
- What would success look like for the people you're helping?
|
|
76
|
+
- What excites you most about this solution?
|
|
77
|
+
|
|
78
|
+
Let's start with the problem space before we get into solutions."
|
|
79
|
+
|
|
80
|
+
### 2. Deep Problem Understanding
|
|
81
|
+
|
|
82
|
+
**Problem Discovery:**
|
|
83
|
+
Explore the problem from multiple angles using targeted questions:
|
|
84
|
+
|
|
85
|
+
- How do people currently solve this problem?
|
|
86
|
+
- What's frustrating about current solutions?
|
|
87
|
+
- What happens if this problem goes unsolved?
|
|
88
|
+
- Who feels this pain most intensely?
|
|
89
|
+
|
|
90
|
+
### 3. Current Solutions Analysis
|
|
91
|
+
|
|
92
|
+
**Competitive Landscape:**
|
|
93
|
+
|
|
94
|
+
- What solutions exist today?
|
|
95
|
+
- Where do they fall short?
|
|
96
|
+
- What gaps are they leaving open?
|
|
97
|
+
- Why haven't existing solutions solved this completely?
|
|
98
|
+
|
|
99
|
+
### 4. Solution Vision
|
|
100
|
+
|
|
101
|
+
**Collaborative Solution Crafting:**
|
|
102
|
+
|
|
103
|
+
- If we could solve this perfectly, what would that look like?
|
|
104
|
+
- What's the simplest way we could make a meaningful difference?
|
|
105
|
+
- What makes your approach different from what's out there?
|
|
106
|
+
- What would make users say 'this is exactly what I needed'?
|
|
107
|
+
|
|
108
|
+
### 5. Unique Differentiators
|
|
109
|
+
|
|
110
|
+
**Competitive Advantage:**
|
|
111
|
+
|
|
112
|
+
- What's your unfair advantage?
|
|
113
|
+
- What would be hard for competitors to copy?
|
|
114
|
+
- What insight or approach is uniquely yours?
|
|
115
|
+
- Why is now the right time for this solution?
|
|
116
|
+
|
|
117
|
+
### 6. Generate Executive Summary Content
|
|
118
|
+
|
|
119
|
+
**Content to Append:**
|
|
120
|
+
Prepare the following structure for document append:
|
|
121
|
+
|
|
122
|
+
```markdown
|
|
123
|
+
## Executive Summary
|
|
124
|
+
|
|
125
|
+
[Executive summary content based on conversation]
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
## Core Vision
|
|
130
|
+
|
|
131
|
+
### Problem Statement
|
|
132
|
+
|
|
133
|
+
[Problem statement content based on conversation]
|
|
134
|
+
|
|
135
|
+
### Problem Impact
|
|
136
|
+
|
|
137
|
+
[Problem impact content based on conversation]
|
|
138
|
+
|
|
139
|
+
### Why Existing Solutions Fall Short
|
|
140
|
+
|
|
141
|
+
[Analysis of existing solution gaps based on conversation]
|
|
142
|
+
|
|
143
|
+
### Proposed Solution
|
|
144
|
+
|
|
145
|
+
[Proposed solution description based on conversation]
|
|
146
|
+
|
|
147
|
+
### Key Differentiators
|
|
148
|
+
|
|
149
|
+
[Key differentiators based on conversation]
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
### 7. Present MENU OPTIONS
|
|
153
|
+
|
|
154
|
+
**Content Presentation:**
|
|
155
|
+
"I've drafted the executive summary and core vision based on our conversation. This captures the essence of {{project_name}} and what makes it special.
|
|
156
|
+
|
|
157
|
+
**Here's what I'll add to the document:**
|
|
158
|
+
[Show the complete markdown content from step 6]
|
|
159
|
+
|
|
160
|
+
**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Continue"
|
|
161
|
+
|
|
162
|
+
#### Menu Handling Logic:
|
|
163
|
+
|
|
164
|
+
- IF A: Execute {advancedElicitationTask} with current vision content to dive deeper and refine
|
|
165
|
+
- IF P: Execute {partyModeWorkflow} to bring different perspectives to positioning and differentiation
|
|
166
|
+
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2], then only then load, read entire file, then execute {nextStepFile}
|
|
167
|
+
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
|
|
168
|
+
|
|
169
|
+
#### EXECUTION RULES:
|
|
170
|
+
|
|
171
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
172
|
+
- ONLY proceed to next step when user selects 'C'
|
|
173
|
+
- After other menu items execution, return to this menu with updated content
|
|
174
|
+
- User can chat or ask questions - always respond and then end with display again of the menu options
|
|
175
|
+
|
|
176
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
177
|
+
|
|
178
|
+
ONLY WHEN [C continue option] is selected and [vision content finalized and saved to document with frontmatter updated], will you then load and read fully `{nextStepFile}` to execute and begin target user discovery.
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
183
|
+
|
|
184
|
+
### ✅ SUCCESS:
|
|
185
|
+
|
|
186
|
+
- Clear problem statement that resonates with target users
|
|
187
|
+
- Compelling solution vision that addresses the core problem
|
|
188
|
+
- Unique differentiators that provide competitive advantage
|
|
189
|
+
- Executive summary that captures the product essence
|
|
190
|
+
- A/P/C menu presented and handled correctly with proper task execution
|
|
191
|
+
- Content properly appended to document when C selected
|
|
192
|
+
- Frontmatter updated with stepsCompleted: [1, 2]
|
|
193
|
+
|
|
194
|
+
### ❌ SYSTEM FAILURE:
|
|
195
|
+
|
|
196
|
+
- Accepting vague problem statements without pushing for specificity
|
|
197
|
+
- Creating solution vision without fully understanding the problem
|
|
198
|
+
- Missing unique differentiators or competitive insights
|
|
199
|
+
- Generating vision without real user input and collaboration
|
|
200
|
+
- Not presenting standard A/P/C menu after content generation
|
|
201
|
+
- Appending content without user selecting 'C'
|
|
202
|
+
- Not updating frontmatter properly
|
|
203
|
+
|
|
204
|
+
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-03-users'
|
|
3
|
+
description: 'Define target users with rich personas and map their key interactions with the product'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-03-users.md'
|
|
10
|
+
nextStepFile: '{workflow_path}/steps/step-04-metrics.md'
|
|
11
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
13
|
+
|
|
14
|
+
# Task References
|
|
15
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
16
|
+
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# Step 3: Target Users Discovery
|
|
20
|
+
|
|
21
|
+
## STEP GOAL:
|
|
22
|
+
|
|
23
|
+
Define target users with rich personas and map their key interactions with the product through collaborative user research and journey mapping.
|
|
24
|
+
|
|
25
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
26
|
+
|
|
27
|
+
### Universal Rules:
|
|
28
|
+
|
|
29
|
+
- 🛑 NEVER generate content without user input
|
|
30
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
31
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
32
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
33
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
34
|
+
|
|
35
|
+
### Role Reinforcement:
|
|
36
|
+
|
|
37
|
+
- ✅ You are a product-focused Business Analyst facilitator
|
|
38
|
+
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
|
|
39
|
+
- ✅ We engage in collaborative dialogue, not command-response
|
|
40
|
+
- ✅ You bring structured thinking and facilitation skills, while the user brings domain expertise and product vision
|
|
41
|
+
- ✅ Maintain collaborative discovery tone throughout
|
|
42
|
+
|
|
43
|
+
### Step-Specific Rules:
|
|
44
|
+
|
|
45
|
+
- 🎯 Focus only on defining who this product serves and how they interact with it
|
|
46
|
+
- 🚫 FORBIDDEN to create generic user profiles without specific details
|
|
47
|
+
- 💬 Approach: Systematic persona development with journey mapping
|
|
48
|
+
- 📋 COLLABORATIVE persona development, not assumption-based user creation
|
|
49
|
+
|
|
50
|
+
## EXECUTION PROTOCOLS:
|
|
51
|
+
|
|
52
|
+
- 🎯 Show your analysis before taking any action
|
|
53
|
+
- 💾 Generate user personas and journeys collaboratively with user
|
|
54
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2, 3]` before loading next step
|
|
55
|
+
- 🚫 FORBIDDEN to proceed without user confirmation through menu
|
|
56
|
+
|
|
57
|
+
## CONTEXT BOUNDARIES:
|
|
58
|
+
|
|
59
|
+
- Available context: Current document and frontmatter from previous steps, product vision and problem already defined
|
|
60
|
+
- Focus: Creating vivid, actionable user personas that align with product vision
|
|
61
|
+
- Limits: Focus on users who directly experience the problem or benefit from the solution
|
|
62
|
+
- Dependencies: Product vision and problem statement from step-02 must be complete
|
|
63
|
+
|
|
64
|
+
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
65
|
+
|
|
66
|
+
### 1. Begin User Discovery
|
|
67
|
+
|
|
68
|
+
**Opening Exploration:**
|
|
69
|
+
"Now that we understand what {{project_name}} does, let's define who it's for.
|
|
70
|
+
|
|
71
|
+
**User Discovery:**
|
|
72
|
+
|
|
73
|
+
- Who experiences the problem we're solving?
|
|
74
|
+
- Are there different types of users with different needs?
|
|
75
|
+
- Who gets the most value from this solution?
|
|
76
|
+
- Are there primary users and secondary users we should consider?
|
|
77
|
+
|
|
78
|
+
Let's start by identifying the main user groups."
|
|
79
|
+
|
|
80
|
+
### 2. Primary User Segment Development
|
|
81
|
+
|
|
82
|
+
**Persona Development Process:**
|
|
83
|
+
For each primary user segment, create rich personas:
|
|
84
|
+
|
|
85
|
+
**Name & Context:**
|
|
86
|
+
|
|
87
|
+
- Give them a realistic name and brief backstory
|
|
88
|
+
- Define their role, environment, and context
|
|
89
|
+
- What motivates them? What are their goals?
|
|
90
|
+
|
|
91
|
+
**Problem Experience:**
|
|
92
|
+
|
|
93
|
+
- How do they currently experience the problem?
|
|
94
|
+
- What workarounds are they using?
|
|
95
|
+
- What are the emotional and practical impacts?
|
|
96
|
+
|
|
97
|
+
**Success Vision:**
|
|
98
|
+
|
|
99
|
+
- What would success look like for them?
|
|
100
|
+
- What would make them say "this is exactly what I needed"?
|
|
101
|
+
|
|
102
|
+
**Primary User Questions:**
|
|
103
|
+
|
|
104
|
+
- "Tell me about a typical person who would use {{project_name}}"
|
|
105
|
+
- "What's their day like? Where does our product fit in?"
|
|
106
|
+
- "What are they trying to accomplish that's hard right now?"
|
|
107
|
+
|
|
108
|
+
### 3. Secondary User Segment Exploration
|
|
109
|
+
|
|
110
|
+
**Secondary User Considerations:**
|
|
111
|
+
|
|
112
|
+
- "Who else benefits from this solution, even if they're not the primary user?"
|
|
113
|
+
- "Are there admin, support, or oversight roles we should consider?"
|
|
114
|
+
- "Who influences the decision to adopt or purchase this product?"
|
|
115
|
+
- "Are there partner or stakeholder users who matter?"
|
|
116
|
+
|
|
117
|
+
### 4. User Journey Mapping
|
|
118
|
+
|
|
119
|
+
**Journey Elements:**
|
|
120
|
+
Map key interactions for each user segment:
|
|
121
|
+
|
|
122
|
+
- **Discovery:** How do they find out about the solution?
|
|
123
|
+
- **Onboarding:** What's their first experience like?
|
|
124
|
+
- **Core Usage:** How do they use the product day-to-day?
|
|
125
|
+
- **Success Moment:** When do they realize the value?
|
|
126
|
+
- **Long-term:** How does it become part of their routine?
|
|
127
|
+
|
|
128
|
+
**Journey Questions:**
|
|
129
|
+
|
|
130
|
+
- "Walk me through how [Persona Name] would discover and start using {{project_name}}"
|
|
131
|
+
- "What's their 'aha!' moment?"
|
|
132
|
+
- "How does this product change how they work or live?"
|
|
133
|
+
|
|
134
|
+
### 5. Generate Target Users Content
|
|
135
|
+
|
|
136
|
+
**Content to Append:**
|
|
137
|
+
Prepare the following structure for document append:
|
|
138
|
+
|
|
139
|
+
```markdown
|
|
140
|
+
## Target Users
|
|
141
|
+
|
|
142
|
+
### Primary Users
|
|
143
|
+
|
|
144
|
+
[Primary user segment content based on conversation]
|
|
145
|
+
|
|
146
|
+
### Secondary Users
|
|
147
|
+
|
|
148
|
+
[Secondary user segment content based on conversation, or N/A if not discussed]
|
|
149
|
+
|
|
150
|
+
### User Journey
|
|
151
|
+
|
|
152
|
+
[User journey content based on conversation, or N/A if not discussed]
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
### 6. Present MENU OPTIONS
|
|
156
|
+
|
|
157
|
+
**Content Presentation:**
|
|
158
|
+
"I've mapped out who {{project_name}} serves and how they'll interact with it. This helps us ensure we're building something that real people will love to use.
|
|
159
|
+
|
|
160
|
+
**Here's what I'll add to the document:**
|
|
161
|
+
[Show the complete markdown content from step 5]
|
|
162
|
+
|
|
163
|
+
**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Continue"
|
|
164
|
+
|
|
165
|
+
#### Menu Handling Logic:
|
|
166
|
+
|
|
167
|
+
- IF A: Execute {advancedElicitationTask} with current user content to dive deeper into personas and journeys
|
|
168
|
+
- IF P: Execute {partyModeWorkflow} to bring different perspectives to validate user understanding
|
|
169
|
+
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3], then only then load, read entire file, then execute {nextStepFile}
|
|
170
|
+
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
|
171
|
+
|
|
172
|
+
#### EXECUTION RULES:
|
|
173
|
+
|
|
174
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
175
|
+
- ONLY proceed to next step when user selects 'C'
|
|
176
|
+
- After other menu items execution, return to this menu with updated content
|
|
177
|
+
- User can chat or ask questions - always respond and then end with display again of the menu options
|
|
178
|
+
|
|
179
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
180
|
+
|
|
181
|
+
ONLY WHEN [C continue option] is selected and [user personas finalized and saved to document with frontmatter updated], will you then load and read fully `{nextStepFile}` to execute and begin success metrics definition.
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
186
|
+
|
|
187
|
+
### ✅ SUCCESS:
|
|
188
|
+
|
|
189
|
+
- Rich, believable user personas with clear motivations
|
|
190
|
+
- Clear distinction between primary and secondary users
|
|
191
|
+
- User journeys that show key interaction points and value creation
|
|
192
|
+
- User segments that align with product vision and problem statement
|
|
193
|
+
- A/P/C menu presented and handled correctly with proper task execution
|
|
194
|
+
- Content properly appended to document when C selected
|
|
195
|
+
- Frontmatter updated with stepsCompleted: [1, 2, 3]
|
|
196
|
+
|
|
197
|
+
### ❌ SYSTEM FAILURE:
|
|
198
|
+
|
|
199
|
+
- Creating generic user profiles without specific details
|
|
200
|
+
- Missing key user segments that are important to success
|
|
201
|
+
- User journeys that don't show how the product creates value
|
|
202
|
+
- Not connecting user needs back to the problem statement
|
|
203
|
+
- Not presenting standard A/P/C menu after content generation
|
|
204
|
+
- Appending content without user selecting 'C'
|
|
205
|
+
- Not updating frontmatter properly
|
|
206
|
+
|
|
207
|
+
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|