| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- # 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: "method-brownfield.yaml"
- workflow_status:
- # Phase 0: Documentation (conditional)
- - id: "document-project"
- phase: 0
- status: "skipped"
- note: "项目已有完整文档"
- # Phase 1: Analysis (Optional)
- - id: "brainstorm-project"
- phase: 1
- status: "skipped"
- note: "未选择"
- - id: "research"
- phase: 1
- status: "skipped"
- note: "未选择"
- - id: "product-brief"
- phase: 1
- status: "docs/brief.md"
- agent: "analyst"
- # Phase 2: Planning
- - id: "prd"
- phase: 2
- status: "docs/prd.md"
- agent: "pm"
- - id: "create-ux-design"
- phase: 2
- status: "skipped"
- note: "无UI需求"
- # Phase 3: Solutioning
- - id: "create-architecture"
- phase: 3
- status: "docs/architecture.md"
- agent: "architect"
- - id: "create-epics-and-stories"
- phase: 3
- status: "docs/prd/ + docs/stories/"
- agent: "pm"
- - id: "testarch-test-design"
- phase: 3
- status: "docs/qa/gates/"
- agent: "tea"
- - id: "implementation-readiness"
- phase: 3
- status: "required"
- agent: "architect"
- command: "/bmad:bmm:workflows:check-implementation-readiness"
- # Phase 4: Implementation
- - id: "sprint-planning"
- phase: 4
- status: "required"
- agent: "sm"
- command: "/bmad:bmm:workflows:sprint-planning"
|