📝 docs(workflow): 添加 BMM 工作流状态跟踪模板
- 新增工作流状态跟踪配置文件 - 定义项目阶段和状态要求(必需/可选/推荐/条件性) - 包含项目元数据和工作流路径信息 - 支持方法轨道棕地项目的状态跟踪
This commit is contained in:
46
docs/bmm-workflow-status.yaml
Normal file
46
docs/bmm-workflow-status.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user