workflow_gaps
Scan workflow-store declarations against worklog execution to identify three gap types: missing personnel, missing capabilities, and pending upgrades. Outputs a consumable gap list for bounty conversion without writing data.
Instructions
workflow 能力缺口分析——扫描 workflow-store 声明节点 vs worklog 实际执行,产出三类缺口清单(缺人/缺能力/待升级),可被商业平台消费转悬赏。纯读零写入。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_dir | No | 数据根目录(缺省走 getDataDir 解析链) | |
| window_days | No | 统计窗口天数(缺省 30) |