Files
alibabacloud-eci/docs/bmm-workflow-status.yaml
D8D Developer ceb5f90b45 📝 docs(workflow): 添加 BMM 工作流状态跟踪模板
- 新增工作流状态跟踪配置文件
- 定义项目阶段和状态要求(必需/可选/推荐/条件性)
- 包含项目元数据和工作流路径信息
- 支持方法轨道棕地项目的状态跟踪
2025-11-06 07:21:03 +00:00

46 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Workflow Status Template
# This tracks progress through BMM methodology phases
# Phase 3/4 (Implementation) is tracked separately in sprint-status.yaml
# generated: 2025-11-06
# project: vk-eci
# project_type: software
# selected_track: method
# field_type: brownfield
# workflow_path: bmad/bmm/workflows/workflow-status/paths/method-brownfield.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: "2025-11-06"
project: "vk-eci"
project_type: "software"
selected_track: "method"
field_type: "brownfield"
workflow_path: "bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml"
workflow_status:
# 前提条件:文档化
document-project: required
# 阶段1规划
prd: required
validate-prd: optional
create-design: conditional
# 阶段2解决方案设计
create-architecture: recommended
validate-architecture: optional
solutioning-gate-check: required
# 阶段3实施
sprint-planning: required