Install
openclaw skills install @duding-engicool/skill-qfd-quality-managementopenclaw skills install @duding-engicool/skill-qfd-quality-management需求收集
需求结构化
需求优先级排序
{
"customer_requirements": [
{"id": "CR1", "name": "易用性", "weight": 5, "category": "体验"},
{"id": "CR2", "name": "可靠性", "weight": 4, "category": "功能"}
],
"technical_requirements": [
{"id": "TR1", "name": "响应时间", "unit": "ms"},
{"id": "TR2", "name": "MTBF", "unit": "小时"}
]
}
构建质量屋矩阵
python scripts/qfd_matrix.py build --input voc_data.json --output hoq_matrix.json评估关系强度
python scripts/qfd_matrix.py template --cr 5 --tr 8 --output template.json计算技术权重
python scripts/qfd_matrix.py weight --matrix hoq_matrix.json --output weights.json历史数据参考分析
python scripts/data_analysis.py analyze --history data.csv --current current_requirements.json迭代优化
python scripts/qfd_matrix.py update --base hoq_matrix.json --changes changes.json| 维度 | 评分 | 说明 |
|---|---|---|
| T — 可信任度 | 9/10 | 纯文档/脚本技能,无外部依赖风险,支持中文交互 |
| R — 可靠性 | 9/10 | 有异常处理说明; 输出格式明确 |
| A — 适用性 | 9/10 | 有适用范围声明; 触发条件明确 |
| C — 规范性 | 10/10 | frontmatter 完整; 文档结构清晰; 内容充分 |
| E — 有效性 | 10/10 | 输出明确; 含使用示例; 文档详尽 |
| 总分 | 47/50 | 通过 |