arch-design-agent-skill-das.../design/business-architecture/02-capability-map.csv

12 lines
1.2 KiB
Plaintext
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.

capability_id,capability_name,description,priority,phase,related_value_flows
CAP-PROJ-REG,项目注册与切换,注册新项目路径并在多个项目间切换,must,MVP,VF-01
CAP-SCAN,设计扫描解析,扫描设计目录解析所有 CSV/MD/YAML 文件为结构化数据,must,MVP,VF-02
CAP-GAP,完成度检测,检测设计文件状态missing/sparse/placeholder/template-residue/ok,must,MVP,VF-02
CAP-GRAPH-PANORAMA,全景关系图,跨架构的部件依赖链分组可视化capability→module→entity→runtime component,must,MVP,VF-03
CAP-GRAPH-DRILL,关系图下钻,点击节点展开下一层细节(架构层→对象层→代码层),must,MVP,VF-03
CAP-PROGRESS-DESIGN,设计进度追踪,每个文档/节点的完成状态在图上以颜色体现,must,MVP,VF-02 VF-03
CAP-GRAPH-IMPACT,影响分析,选中一个节点高亮所有受影响的下游文档和对象,should,Phase2,VF-04
CAP-PROGRESS-IMPL,实现进度追踪,扫描代码目录结构 + LLM 辅助评估模块完成度 + 手动覆盖,should,Phase2,VF-05
CAP-EDIT-CSV,CSV 表格编辑,在 dashboard 中直接编辑 CSV 格式的设计文件,should,Phase2,VF-06
CAP-EDIT-MD,Markdown 编辑,在 dashboard 中直接编辑 Markdown 格式的设计文件,should,Phase2,VF-06