- 新增开发指南文档,包含环境设置、构建流程和最佳实践 - 添加项目概览文档,提供项目全面介绍和架构说明 - 创建技术栈分析文档,详细说明使用的技术和依赖 - 添加源树分析文档,解释项目目录结构和关键文件 - 创建文档索引页面,统一管理所有项目文档 - 生成项目扫描报告,记录文档生成过程 - 更新工作流状态配置,指定文档化前提条件 - 添加.gitignore规则,忽略NFS相关文件
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
# 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: docs/index.md
|
||
|
||
# 阶段1:规划
|
||
prd: required
|
||
validate-prd: optional
|
||
create-design: conditional
|
||
|
||
# 阶段2:解决方案设计
|
||
create-architecture: recommended
|
||
validate-architecture: optional
|
||
solutioning-gate-check: required
|
||
|
||
# 阶段3:实施
|
||
sprint-planning: required |