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,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-architecture
|
|
3
|
+
description: Collaborative architectural decision facilitation for AI-agent consistency. Replaces template-driven architecture with intelligent, adaptive conversation that produces a decision-focused architecture document optimized for preventing agent conflicts.
|
|
4
|
+
web_bundle: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Architecture Workflow
|
|
8
|
+
|
|
9
|
+
**Goal:** Create comprehensive architecture decisions through collaborative step-by-step discovery that ensures AI agents implement consistently.
|
|
10
|
+
|
|
11
|
+
**Your Role:** You are an architectural facilitator collaborating with a peer. This is a partnership, not a client-vendor relationship. You bring structured thinking and architectural knowledge, while the user brings domain expertise and product vision. Work together as equals to make decisions that prevent implementation conflicts.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## WORKFLOW ARCHITECTURE
|
|
16
|
+
|
|
17
|
+
This uses **micro-file architecture** for disciplined execution:
|
|
18
|
+
|
|
19
|
+
- Each step is a self-contained file with embedded rules
|
|
20
|
+
- Sequential progression with user control at each step
|
|
21
|
+
- Document state tracked in frontmatter
|
|
22
|
+
- Append-only document building through conversation
|
|
23
|
+
- You NEVER proceed to a step file if the current step file indicates the user must approve and indicate continuation.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## INITIALIZATION
|
|
28
|
+
|
|
29
|
+
### Configuration Loading
|
|
30
|
+
|
|
31
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
32
|
+
|
|
33
|
+
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`
|
|
34
|
+
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
35
|
+
- `date` as system-generated current datetime
|
|
36
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
37
|
+
|
|
38
|
+
### Paths
|
|
39
|
+
|
|
40
|
+
- `installed_path` = `{project-root}/_bmad/bmm/workflows/3-solutioning/architecture`
|
|
41
|
+
- `template_path` = `{installed_path}/architecture-decision-template.md`
|
|
42
|
+
- `data_files_path` = `{installed_path}/data/`
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## EXECUTION
|
|
47
|
+
|
|
48
|
+
Load and execute `steps/step-01-init.md` to begin the workflow.
|
|
49
|
+
|
|
50
|
+
**Note:** Input document discovery and all initialization protocols are handled in step-01-init.md.
|
package/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md
ADDED
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-01-validate-prerequisites'
|
|
3
|
+
description: 'Validate required documents exist and extract all requirements for epic and story creation'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-01-validate-prerequisites.md'
|
|
10
|
+
nextStepFile: '{workflow_path}/steps/step-02-design-epics.md'
|
|
11
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
+
outputFile: '{planning_artifacts}/epics.md'
|
|
13
|
+
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
14
|
+
|
|
15
|
+
# Task References
|
|
16
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
17
|
+
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
18
|
+
|
|
19
|
+
# Template References
|
|
20
|
+
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# Step 1: Validate Prerequisites and Extract Requirements
|
|
24
|
+
|
|
25
|
+
## STEP GOAL:
|
|
26
|
+
|
|
27
|
+
To validate that all required input documents exist and extract all requirements (FRs, NFRs, and additional requirements from UX/Architecture) needed for epic and story creation.
|
|
28
|
+
|
|
29
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
30
|
+
|
|
31
|
+
### Universal Rules:
|
|
32
|
+
|
|
33
|
+
- 🛑 NEVER generate content without user input
|
|
34
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
35
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
36
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
37
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
38
|
+
|
|
39
|
+
### Role Reinforcement:
|
|
40
|
+
|
|
41
|
+
- ✅ You are a product strategist and technical specifications writer
|
|
42
|
+
- ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
|
|
43
|
+
- ✅ We engage in collaborative dialogue, not command-response
|
|
44
|
+
- ✅ You bring requirements extraction expertise
|
|
45
|
+
- ✅ User brings their product vision and context
|
|
46
|
+
|
|
47
|
+
### Step-Specific Rules:
|
|
48
|
+
|
|
49
|
+
- 🎯 Focus ONLY on extracting and organizing requirements
|
|
50
|
+
- 🚫 FORBIDDEN to start creating epics or stories in this step
|
|
51
|
+
- 💬 Extract requirements from ALL available documents
|
|
52
|
+
- 🚪 POPULATE the template sections exactly as needed
|
|
53
|
+
|
|
54
|
+
## EXECUTION PROTOCOLS:
|
|
55
|
+
|
|
56
|
+
- 🎯 Extract requirements systematically from all documents
|
|
57
|
+
- 💾 Populate {outputFile} with extracted requirements
|
|
58
|
+
- 📖 Update frontmatter with extraction progress
|
|
59
|
+
- 🚫 FORBIDDEN to load next step until user selects 'C' and requirements are extracted
|
|
60
|
+
|
|
61
|
+
## REQUIREMENTS EXTRACTION PROCESS:
|
|
62
|
+
|
|
63
|
+
### 1. Welcome and Overview
|
|
64
|
+
|
|
65
|
+
Welcome {user_name} to comprehensive epic and story creation!
|
|
66
|
+
|
|
67
|
+
**CRITICAL PREREQUISITE VALIDATION:**
|
|
68
|
+
|
|
69
|
+
Verify required documents exist and are complete:
|
|
70
|
+
|
|
71
|
+
1. **PRD.md** - Contains requirements (FRs and NFRs) and product scope
|
|
72
|
+
2. **Architecture.md** - Contains technical decisions, API contracts, data models
|
|
73
|
+
3. **UX Design.md** (if UI exists) - Contains interaction patterns, mockups, user flows
|
|
74
|
+
|
|
75
|
+
### 2. Document Discovery and Validation
|
|
76
|
+
|
|
77
|
+
Search for required documents using these patterns (sharded means a large document was split into multiple small files with an index.md into a folder) - if the whole document is found, use that instead of the sharded version:
|
|
78
|
+
|
|
79
|
+
**PRD Document Search Priority:**
|
|
80
|
+
|
|
81
|
+
1. `{planning_artifacts}/*prd*.md` (whole document)
|
|
82
|
+
2. `{planning_artifacts}/*prd*/index.md` (sharded version)
|
|
83
|
+
|
|
84
|
+
**Architecture Document Search Priority:**
|
|
85
|
+
|
|
86
|
+
1. `{planning_artifacts}/*architecture*.md` (whole document)
|
|
87
|
+
2. `{planning_artifacts}/*architecture*/index.md` (sharded version)
|
|
88
|
+
|
|
89
|
+
**UX Design Document Search (Optional):**
|
|
90
|
+
|
|
91
|
+
1. `{planning_artifacts}/*ux*.md` (whole document)
|
|
92
|
+
2. `{planning_artifacts}/*ux*/index.md` (sharded version)
|
|
93
|
+
|
|
94
|
+
Before proceeding, Ask the user if there are any other documents to include for analysis, and if anything found should be excluded. Wait for user confirmation. Once confirmed, create the {outputFile} from the {epicsTemplate} and in the front matter list the files in the array of `inputDocuments: []`.
|
|
95
|
+
|
|
96
|
+
### 3. Extract Functional Requirements (FRs)
|
|
97
|
+
|
|
98
|
+
From the PRD document (full or sharded), read then entire document and extract ALL functional requirements:
|
|
99
|
+
|
|
100
|
+
**Extraction Method:**
|
|
101
|
+
|
|
102
|
+
- Look for numbered items like "FR1:", "Functional Requirement 1:", or similar
|
|
103
|
+
- Identify requirement statements that describe what the system must DO
|
|
104
|
+
- Include user actions, system behaviors, and business rules
|
|
105
|
+
|
|
106
|
+
**Format the FR list as:**
|
|
107
|
+
|
|
108
|
+
```
|
|
109
|
+
FR1: [Clear, testable requirement description]
|
|
110
|
+
FR2: [Clear, testable requirement description]
|
|
111
|
+
...
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
### 4. Extract Non-Functional Requirements (NFRs)
|
|
115
|
+
|
|
116
|
+
From the PRD document, extract ALL non-functional requirements:
|
|
117
|
+
|
|
118
|
+
**Extraction Method:**
|
|
119
|
+
|
|
120
|
+
- Look for performance, security, usability, reliability requirements
|
|
121
|
+
- Identify constraints and quality attributes
|
|
122
|
+
- Include technical standards and compliance requirements
|
|
123
|
+
|
|
124
|
+
**Format the NFR list as:**
|
|
125
|
+
|
|
126
|
+
```
|
|
127
|
+
NFR1: [Performance/Security/Usability requirement]
|
|
128
|
+
NFR2: [Performance/Security/Usability requirement]
|
|
129
|
+
...
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### 5. Extract Additional Requirements from Architecture
|
|
133
|
+
|
|
134
|
+
Review the Architecture document for technical requirements that impact epic and story creation:
|
|
135
|
+
|
|
136
|
+
**Look for:**
|
|
137
|
+
|
|
138
|
+
- **Starter Template**: Does Architecture specify a starter/greenfield template? If YES, document this for Epic 1 Story 1
|
|
139
|
+
- Infrastructure and deployment requirements
|
|
140
|
+
- Integration requirements with external systems
|
|
141
|
+
- Data migration or setup requirements
|
|
142
|
+
- Monitoring and logging requirements
|
|
143
|
+
- API versioning or compatibility requirements
|
|
144
|
+
- Security implementation requirements
|
|
145
|
+
|
|
146
|
+
**IMPORTANT**: If a starter template is mentioned in Architecture, note it prominently. This will impact Epic 1 Story 1.
|
|
147
|
+
|
|
148
|
+
**Format Additional Requirements as:**
|
|
149
|
+
|
|
150
|
+
```
|
|
151
|
+
- [Technical requirement from Architecture that affects implementation]
|
|
152
|
+
- [Infrastructure setup requirement]
|
|
153
|
+
- [Integration requirement]
|
|
154
|
+
...
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### 6. Extract Additional Requirements from UX (if exists)
|
|
158
|
+
|
|
159
|
+
Review the UX document for requirements that affect epic and story creation:
|
|
160
|
+
|
|
161
|
+
**Look for:**
|
|
162
|
+
|
|
163
|
+
- Responsive design requirements
|
|
164
|
+
- Accessibility requirements
|
|
165
|
+
- Browser/device compatibility
|
|
166
|
+
- User interaction patterns that need implementation
|
|
167
|
+
- Animation or transition requirements
|
|
168
|
+
- Error handling UX requirements
|
|
169
|
+
|
|
170
|
+
**Add these to Additional Requirements list.**
|
|
171
|
+
|
|
172
|
+
### 7. Load and Initialize Template
|
|
173
|
+
|
|
174
|
+
Load {epicsTemplate} and initialize {outputFile}:
|
|
175
|
+
|
|
176
|
+
1. Copy the entire template to {outputFile}
|
|
177
|
+
2. Replace {{project_name}} with the actual project name
|
|
178
|
+
3. Replace placeholder sections with extracted requirements:
|
|
179
|
+
- {{fr_list}} → extracted FRs
|
|
180
|
+
- {{nfr_list}} → extracted NFRs
|
|
181
|
+
- {{additional_requirements}} → extracted additional requirements
|
|
182
|
+
4. Leave {{requirements_coverage_map}} and {{epics_list}} as placeholders for now
|
|
183
|
+
|
|
184
|
+
### 8. Present Extracted Requirements
|
|
185
|
+
|
|
186
|
+
Display to user:
|
|
187
|
+
|
|
188
|
+
**Functional Requirements Extracted:**
|
|
189
|
+
|
|
190
|
+
- Show count of FRs found
|
|
191
|
+
- Display the first few FRs as examples
|
|
192
|
+
- Ask if any FRs are missing or incorrectly captured
|
|
193
|
+
|
|
194
|
+
**Non-Functional Requirements Extracted:**
|
|
195
|
+
|
|
196
|
+
- Show count of NFRs found
|
|
197
|
+
- Display key NFRs
|
|
198
|
+
- Ask if any constraints were missed
|
|
199
|
+
|
|
200
|
+
**Additional Requirements:**
|
|
201
|
+
|
|
202
|
+
- Summarize technical requirements from Architecture
|
|
203
|
+
- Summarize UX requirements (if applicable)
|
|
204
|
+
- Verify completeness
|
|
205
|
+
|
|
206
|
+
### 9. Get User Confirmation
|
|
207
|
+
|
|
208
|
+
Ask: "Do these extracted requirements accurately represent what needs to be built? Any additions or corrections?"
|
|
209
|
+
|
|
210
|
+
Update the requirements based on user feedback until confirmation is received.
|
|
211
|
+
|
|
212
|
+
## CONTENT TO SAVE TO DOCUMENT:
|
|
213
|
+
|
|
214
|
+
After extraction and confirmation, update {outputFile} with:
|
|
215
|
+
|
|
216
|
+
- Complete FR list in {{fr_list}} section
|
|
217
|
+
- Complete NFR list in {{nfr_list}} section
|
|
218
|
+
- All additional requirements in {{additional_requirements}} section
|
|
219
|
+
|
|
220
|
+
### 10. Present MENU OPTIONS
|
|
221
|
+
|
|
222
|
+
Display: `**Confirm the Requirements are complete and correct to [C] continue:**`
|
|
223
|
+
|
|
224
|
+
#### EXECUTION RULES:
|
|
225
|
+
|
|
226
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
227
|
+
- ONLY proceed to next step when user selects 'C'
|
|
228
|
+
- User can chat or ask questions - always respond and then end with display again of the menu option
|
|
229
|
+
|
|
230
|
+
#### Menu Handling Logic:
|
|
231
|
+
|
|
232
|
+
- IF C: Save all to {outputFile}, update frontmatter, only then load, read entire file, then execute {nextStepFile}
|
|
233
|
+
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#10-present-menu-options)
|
|
234
|
+
|
|
235
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
236
|
+
|
|
237
|
+
ONLY WHEN C is selected and all requirements are saved to document and frontmatter is updated, will you then load, read entire file, then execute {nextStepFile} to execute and begin epic design step.
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
242
|
+
|
|
243
|
+
### ✅ SUCCESS:
|
|
244
|
+
|
|
245
|
+
- All required documents found and validated
|
|
246
|
+
- All FRs extracted and formatted correctly
|
|
247
|
+
- All NFRs extracted and formatted correctly
|
|
248
|
+
- Additional requirements from Architecture/UX identified
|
|
249
|
+
- Template initialized with requirements
|
|
250
|
+
- User confirms requirements are complete and accurate
|
|
251
|
+
|
|
252
|
+
### ❌ SYSTEM FAILURE:
|
|
253
|
+
|
|
254
|
+
- Missing required documents
|
|
255
|
+
- Incomplete requirements extraction
|
|
256
|
+
- Template not properly initialized
|
|
257
|
+
- Not saving requirements to output file
|
|
258
|
+
|
|
259
|
+
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-02-design-epics'
|
|
3
|
+
description: 'Design and approve the epics_list that will organize all requirements into user-value-focused epics'
|
|
4
|
+
|
|
5
|
+
# Path Definitions
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
+
|
|
8
|
+
# File References
|
|
9
|
+
thisStepFile: '{workflow_path}/steps/step-02-design-epics.md'
|
|
10
|
+
nextStepFile: '{workflow_path}/steps/step-03-create-stories.md'
|
|
11
|
+
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
+
outputFile: '{planning_artifacts}/epics.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
|
+
# Template References
|
|
19
|
+
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# Step 2: Design Epic List
|
|
23
|
+
|
|
24
|
+
## STEP GOAL:
|
|
25
|
+
|
|
26
|
+
To design and get approval for the epics_list that will organize all requirements into user-value-focused epics.
|
|
27
|
+
|
|
28
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
29
|
+
|
|
30
|
+
### Universal Rules:
|
|
31
|
+
|
|
32
|
+
- 🛑 NEVER generate content without user input
|
|
33
|
+
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
34
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
35
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
36
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
37
|
+
|
|
38
|
+
### Role Reinforcement:
|
|
39
|
+
|
|
40
|
+
- ✅ You are a product strategist and technical specifications writer
|
|
41
|
+
- ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
|
|
42
|
+
- ✅ We engage in collaborative dialogue, not command-response
|
|
43
|
+
- ✅ You bring product strategy and epic design expertise
|
|
44
|
+
- ✅ User brings their product vision and priorities
|
|
45
|
+
|
|
46
|
+
### Step-Specific Rules:
|
|
47
|
+
|
|
48
|
+
- 🎯 Focus ONLY on creating the epics_list
|
|
49
|
+
- 🚫 FORBIDDEN to create individual stories in this step
|
|
50
|
+
- 💬 Organize epics around user value, not technical layers
|
|
51
|
+
- 🚪 GET explicit approval for the epics_list
|
|
52
|
+
- 🔗 **CRITICAL: Each epic must be standalone and enable future epics without requiring future epics to function**
|
|
53
|
+
|
|
54
|
+
## EXECUTION PROTOCOLS:
|
|
55
|
+
|
|
56
|
+
- 🎯 Design epics collaboratively based on extracted requirements
|
|
57
|
+
- 💾 Update {{epics_list}} in {outputFile}
|
|
58
|
+
- 📖 Document the FR coverage mapping
|
|
59
|
+
- 🚫 FORBIDDEN to load next step until user approves epics_list
|
|
60
|
+
|
|
61
|
+
## EPIC DESIGN PROCESS:
|
|
62
|
+
|
|
63
|
+
### 1. Review Extracted Requirements
|
|
64
|
+
|
|
65
|
+
Load {outputFile} and review:
|
|
66
|
+
|
|
67
|
+
- **Functional Requirements:** Count and review FRs from Step 1
|
|
68
|
+
- **Non-Functional Requirements:** Review NFRs that need to be addressed
|
|
69
|
+
- **Additional Requirements:** Review technical and UX requirements
|
|
70
|
+
|
|
71
|
+
### 2. Explain Epic Design Principles
|
|
72
|
+
|
|
73
|
+
**EPIC DESIGN PRINCIPLES:**
|
|
74
|
+
|
|
75
|
+
1. **User-Value First**: Each epic must enable users to accomplish something meaningful
|
|
76
|
+
2. **Requirements Grouping**: Group related FRs that deliver cohesive user outcomes
|
|
77
|
+
3. **Incremental Delivery**: Each epic should deliver value independently
|
|
78
|
+
4. **Logical Flow**: Natural progression from user's perspective
|
|
79
|
+
5. **🔗 Dependency-Free Within Epic**: Stories within an epic must NOT depend on future stories
|
|
80
|
+
|
|
81
|
+
**⚠️ CRITICAL PRINCIPLE:**
|
|
82
|
+
Organize by USER VALUE, not technical layers:
|
|
83
|
+
|
|
84
|
+
**✅ CORRECT Epic Examples (Standalone & Enable Future Epics):**
|
|
85
|
+
|
|
86
|
+
- Epic 1: User Authentication & Profiles (users can register, login, manage profiles) - **Standalone: Complete auth system**
|
|
87
|
+
- Epic 2: Content Creation (users can create, edit, publish content) - **Standalone: Uses auth, creates content**
|
|
88
|
+
- Epic 3: Social Interaction (users can follow, comment, like content) - **Standalone: Uses auth + content**
|
|
89
|
+
- Epic 4: Search & Discovery (users can find content and other users) - **Standalone: Uses all previous**
|
|
90
|
+
|
|
91
|
+
**❌ WRONG Epic Examples (Technical Layers or Dependencies):**
|
|
92
|
+
|
|
93
|
+
- Epic 1: Database Setup (creates all tables upfront) - **No user value**
|
|
94
|
+
- Epic 2: API Development (builds all endpoints) - **No user value**
|
|
95
|
+
- Epic 3: Frontend Components (creates reusable components) - **No user value**
|
|
96
|
+
- Epic 4: Deployment Pipeline (CI/CD setup) - **No user value**
|
|
97
|
+
|
|
98
|
+
**🔗 DEPENDENCY RULES:**
|
|
99
|
+
|
|
100
|
+
- Each epic must deliver COMPLETE functionality for its domain
|
|
101
|
+
- Epic 2 must not require Epic 3 to function
|
|
102
|
+
- Epic 3 can build upon Epic 1 & 2 but must stand alone
|
|
103
|
+
|
|
104
|
+
### 3. Design Epic Structure Collaboratively
|
|
105
|
+
|
|
106
|
+
**Step A: Identify User Value Themes**
|
|
107
|
+
|
|
108
|
+
- Look for natural groupings in the FRs
|
|
109
|
+
- Identify user journeys or workflows
|
|
110
|
+
- Consider user types and their goals
|
|
111
|
+
|
|
112
|
+
**Step B: Propose Epic Structure**
|
|
113
|
+
For each proposed epic:
|
|
114
|
+
|
|
115
|
+
1. **Epic Title**: User-centric, value-focused
|
|
116
|
+
2. **User Outcome**: What users can accomplish after this epic
|
|
117
|
+
3. **FR Coverage**: Which FR numbers this epic addresses
|
|
118
|
+
4. **Implementation Notes**: Any technical or UX considerations
|
|
119
|
+
|
|
120
|
+
**Step C: Create the epics_list**
|
|
121
|
+
|
|
122
|
+
Format the epics_list as:
|
|
123
|
+
|
|
124
|
+
```
|
|
125
|
+
## Epic List
|
|
126
|
+
|
|
127
|
+
### Epic 1: [Epic Title]
|
|
128
|
+
[Epic goal statement - what users can accomplish]
|
|
129
|
+
**FRs covered:** FR1, FR2, FR3, etc.
|
|
130
|
+
|
|
131
|
+
### Epic 2: [Epic Title]
|
|
132
|
+
[Epic goal statement - what users can accomplish]
|
|
133
|
+
**FRs covered:** FR4, FR5, FR6, etc.
|
|
134
|
+
|
|
135
|
+
[Continue for all epics]
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### 4. Present Epic List for Review
|
|
139
|
+
|
|
140
|
+
Display the complete epics_list to user with:
|
|
141
|
+
|
|
142
|
+
- Total number of epics
|
|
143
|
+
- FR coverage per epic
|
|
144
|
+
- User value delivered by each epic
|
|
145
|
+
- Any natural dependencies
|
|
146
|
+
|
|
147
|
+
### 5. Create Requirements Coverage Map
|
|
148
|
+
|
|
149
|
+
Create {{requirements_coverage_map}} showing how each FR maps to an epic:
|
|
150
|
+
|
|
151
|
+
```
|
|
152
|
+
### FR Coverage Map
|
|
153
|
+
|
|
154
|
+
FR1: Epic 1 - [Brief description]
|
|
155
|
+
FR2: Epic 1 - [Brief description]
|
|
156
|
+
FR3: Epic 2 - [Brief description]
|
|
157
|
+
...
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
This ensures no FRs are missed.
|
|
161
|
+
|
|
162
|
+
### 6. Collaborative Refinement
|
|
163
|
+
|
|
164
|
+
Ask user:
|
|
165
|
+
|
|
166
|
+
- "Does this epic structure align with your product vision?"
|
|
167
|
+
- "Are all user outcomes properly captured?"
|
|
168
|
+
- "Should we adjust any epic groupings?"
|
|
169
|
+
- "Are there natural dependencies we've missed?"
|
|
170
|
+
|
|
171
|
+
### 7. Get Final Approval
|
|
172
|
+
|
|
173
|
+
**CRITICAL:** Must get explicit user approval:
|
|
174
|
+
"Do you approve this epic structure for proceeding to story creation?"
|
|
175
|
+
|
|
176
|
+
If user wants changes:
|
|
177
|
+
|
|
178
|
+
- Make the requested adjustments
|
|
179
|
+
- Update the epics_list
|
|
180
|
+
- Re-present for approval
|
|
181
|
+
- Repeat until approval is received
|
|
182
|
+
|
|
183
|
+
## CONTENT TO UPDATE IN DOCUMENT:
|
|
184
|
+
|
|
185
|
+
After approval, update {outputFile}:
|
|
186
|
+
|
|
187
|
+
1. Replace {{epics_list}} placeholder with the approved epic list
|
|
188
|
+
2. Replace {{requirements_coverage_map}} with the coverage map
|
|
189
|
+
3. Ensure all FRs are mapped to epics
|
|
190
|
+
|
|
191
|
+
### 8. Present MENU OPTIONS
|
|
192
|
+
|
|
193
|
+
Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Continue"
|
|
194
|
+
|
|
195
|
+
#### Menu Handling Logic:
|
|
196
|
+
|
|
197
|
+
- IF A: Execute {advancedElicitationTask}
|
|
198
|
+
- IF P: Execute {partyModeWorkflow}
|
|
199
|
+
- IF C: Save approved epics_list to {outputFile}, update frontmatter, then only then load, read entire file, then execute {nextStepFile}
|
|
200
|
+
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#8-present-menu-options)
|
|
201
|
+
|
|
202
|
+
#### EXECUTION RULES:
|
|
203
|
+
|
|
204
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
205
|
+
- ONLY proceed to next step when user selects 'C'
|
|
206
|
+
- After other menu items execution completes, redisplay the menu
|
|
207
|
+
- User can chat or ask questions - always respond when conversation ends, redisplay the menu options
|
|
208
|
+
|
|
209
|
+
## CRITICAL STEP COMPLETION NOTE
|
|
210
|
+
|
|
211
|
+
ONLY WHEN C is selected and the approved epics_list is saved to document, will you then load, read entire file, then execute {nextStepFile} to execute and begin story creation step.
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
215
|
+
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
216
|
+
|
|
217
|
+
### ✅ SUCCESS:
|
|
218
|
+
|
|
219
|
+
- Epics designed around user value
|
|
220
|
+
- All FRs mapped to specific epics
|
|
221
|
+
- epics_list created and formatted correctly
|
|
222
|
+
- Requirements coverage map completed
|
|
223
|
+
- User gives explicit approval for epic structure
|
|
224
|
+
- Document updated with approved epics
|
|
225
|
+
|
|
226
|
+
### ❌ SYSTEM FAILURE:
|
|
227
|
+
|
|
228
|
+
- Epics organized by technical layers
|
|
229
|
+
- Missing FRs in coverage map
|
|
230
|
+
- No user approval obtained
|
|
231
|
+
- epics_list not saved to document
|
|
232
|
+
|
|
233
|
+
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|