Dw requirement analysis
Skill pugyy/dw-harness/template/.claude/skills/dw-requirement-analysis
数仓需求分析流程,适用于 PRD 解读、字段口径梳理、上游表结构探索和待确认问题清单输出。直接调用命令:/dw-requirement-analysis。From its SKILL.md
npx -y skills add pugyy/dw-harness --skill dw-requirement-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `/dw-requirement-analysis`.
SKILL.md
1.0 KB, 286 tokens by cl100k_base, as published. Nobody here has run it
Step 1: 需求分析
执行流程
- 用
dw-explorersubagent 读取上游表结构 - 分析 PRD/需求文档,提取关键信息
- 生成结构化需求摘要
输出格式
## 需求摘要(≤5 行)
[核心需求描述]
## 字段口径草稿
| 字段名 | 口径说明 | 数据来源 |
|--------|---------|---------|
| ... | ... | ... |
## 待确认问题清单
1. [问题 1]
2. [问题 2]
...
## 字段变更单(草稿)
| 变更类型 | 表名 | 字段 | 说明 |
|---------|------|------|------|
| 新增 | ... | ... | ... |
规则
- 需求摘要不超过 5 行
- 待确认问题必须列出,不能省略
- 字段口径必须标注数据来源
- 写入 CLAUDE.md 的 "本次迭代约束" 节
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.