bmm-workflow-status.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # Workflow Status Template
  2. # This tracks progress through BMM methodology Analysis, Planning, and Solutioning phases.
  3. # Implementation phase is tracked separately in sprint-status.yaml
  4. # STATUS DEFINITIONS:
  5. # ==================
  6. # Initial Status (before completion):
  7. # - required: Must be completed to progress
  8. # - optional: Can be completed but not required
  9. # - recommended: Strongly suggested but not required
  10. # - conditional: Required only if certain conditions met (e.g., if_has_ui)
  11. #
  12. # Completion Status:
  13. # - {file-path}: File created/found (e.g., "docs/product-brief.md")
  14. # - skipped: Optional/conditional workflow that was skipped
  15. generated: "2026-01-07"
  16. project: "澳盈残保金管理系统"
  17. project_type: "brownfield"
  18. selected_track: "method"
  19. field_type: "brownfield"
  20. workflow_path: "method-brownfield.yaml"
  21. workflow_status:
  22. # Phase 0: Documentation (conditional)
  23. - id: "document-project"
  24. phase: 0
  25. status: "skipped"
  26. note: "项目已有完整文档"
  27. # Phase 1: Analysis (Optional)
  28. - id: "brainstorm-project"
  29. phase: 1
  30. status: "skipped"
  31. note: "未选择"
  32. - id: "research"
  33. phase: 1
  34. status: "skipped"
  35. note: "未选择"
  36. - id: "product-brief"
  37. phase: 1
  38. status: "docs/brief.md"
  39. agent: "analyst"
  40. # Phase 2: Planning
  41. - id: "prd"
  42. phase: 2
  43. status: "docs/prd.md"
  44. agent: "pm"
  45. - id: "create-ux-design"
  46. phase: 2
  47. status: "skipped"
  48. note: "无UI需求"
  49. # Phase 3: Solutioning
  50. - id: "create-architecture"
  51. phase: 3
  52. status: "docs/architecture.md"
  53. agent: "architect"
  54. - id: "create-epics-and-stories"
  55. phase: 3
  56. status: "docs/prd/ + docs/stories/"
  57. agent: "pm"
  58. - id: "testarch-test-design"
  59. phase: 3
  60. status: "docs/qa/gates/"
  61. agent: "tea"
  62. - id: "implementation-readiness"
  63. phase: 3
  64. status: "required"
  65. agent: "architect"
  66. command: "/bmad:bmm:workflows:check-implementation-readiness"
  67. # Phase 4: Implementation
  68. - id: "sprint-planning"
  69. phase: 4
  70. status: "required"
  71. agent: "sm"
  72. command: "/bmad:bmm:workflows:sprint-planning"