| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- # Workflow Status Template
- # This tracks progress through BMM methodology Analysis, Planning, and Solutioning phases.
- # Implementation phase is tracked separately in sprint-status.yaml
- # STATUS DEFINITIONS:
- # ==================
- # Initial Status (before completion):
- # - required: Must be completed to progress
- # - optional: Can be completed but not required
- # - recommended: Strongly suggested but not required
- # - conditional: Required only if certain conditions met (e.g., if_has_ui)
- #
- # Completion Status:
- # - {file-path}: File created/found (e.g., "docs/product-brief.md")
- # - skipped: Optional/conditional workflow that was skipped
- generated: "2026-01-07"
- project: "澳盈残保金管理系统"
- project_type: "brownfield"
- selected_track: "method"
- field_type: "brownfield"
- workflow_path: "{project-root}/_bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml"
- workflow_status:
- - phase: 0
- name: "Documentation"
- conditional: "if_undocumented"
- note: "Prerequisite for brownfield without docs"
- workflows:
- - id: "document-project"
- status: "required"
- workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
- agent: "analyst"
- command: "/bmad:bmm:workflows:document-project"
- output: "Comprehensive project documentation"
- purpose: "Understand existing codebase before planning"
- - phase: 1
- name: "Analysis (Optional)"
- optional: true
- note: "User-selected during workflow-init"
- workflows:
- - id: "brainstorm-project"
- status: "skipped"
- 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"
- status: "skipped"
- 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"
- status: "skipped"
- 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"
- status: "required"
- 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"
- status: "conditional"
- 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"
- status: "required"
- 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"
- status: "required"
- 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"
- status: "optional"
- 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"
- status: "required"
- 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"
- status: "required"
- 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"
|