| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- # BMad Enterprise Method - Greenfield
- # Extended enterprise planning with security/devops/test for greenfield (30+ stories typically)
- method_name: "Enterprise BMad Method"
- track: "enterprise-bmad-method"
- field_type: "greenfield"
- description: "Complete enterprise-grade planning with security, devops, and test strategy"
- phases:
- - phase: 1
- name: "Analysis (Optional)"
- optional: true
- note: "User-selected during workflow-init"
- workflows:
- - id: "brainstorm-project"
- exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md"
- optional: true
- agent: "analyst"
- command: "/bmad:bmm:workflows:brainstorming"
- included_by: "user_choice"
- note: "Uses core brainstorming workflow with project context template"
- - id: "research"
- exec: "{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow.md"
- optional: true
- agent: "analyst"
- command: "/bmad:bmm:workflows:research"
- included_by: "user_choice"
- note: "Can have multiple research workflows"
- - id: "product-brief"
- exec: "{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md"
- optional: true
- agent: "analyst"
- command: "/bmad:bmm:workflows:create-product-brief"
- included_by: "user_choice"
- note: "Recommended for greenfield Method projects"
- - phase: 2
- name: "Planning"
- required: true
- workflows:
- - id: "prd"
- exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md"
- required: true
- agent: "pm"
- command: "/bmad:bmm:workflows:create-prd"
- output: "Product Requirements Document with FRs and NFRs"
- - id: "create-ux-design"
- conditional: "if_has_ui"
- exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
- agent: "ux-designer"
- command: "/bmad:bmm:workflows:create-ux-design"
- note: "Determined after PRD - user/agent decides if needed"
- - phase: 3
- name: "Solutioning"
- required: true
- workflows:
- - id: "create-architecture"
- required: true
- exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md"
- agent: "architect"
- command: "/bmad:bmm:workflows:create-architecture"
- output: "System architecture document"
- note: "Complete system design for greenfield projects"
- - id: "create-epics-and-stories"
- required: true
- exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md"
- agent: "pm"
- command: "/bmad:bmm:workflows:create-epics-and-stories"
- note: "Required: Break down PRD into implementable epics and stories with full context (PRD + UX + Architecture)"
- - id: "test-design"
- optional: true
- workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml"
- agent: "tea"
- command: "/bmad:bmm:workflows:test-design"
- output: "System-level testability review"
- note: "Testability assessment before gate check - auto-detects system-level mode"
- - id: "implementation-readiness"
- required: true
- exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
- agent: "architect"
- command: "/bmad:bmm:workflows:implementation-readiness"
- note: "Validates PRD + Architecture + Epics + UX (optional)"
- - phase: 4
- name: "Implementation"
- required: true
- workflows:
- - id: "sprint-planning"
- required: true
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml"
- agent: "sm"
- command: "/bmad:bmm:workflows:sprint-planning"
- note: "Creates sprint plan - subsequent work tracked there"
|