Dw requirement analysis
Skill pugyy/dw-harness/template/.claude/skills/dw-requirement-analysis
A Claude Code engineering template for reliable data warehouse AI development./面向数仓 AI 开发的 Claude Code 工程化模板:hooks、skills、subagents 与八步标准流程。
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.
One thing 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.
What its author says it does
Copied from the file, not written here
数仓需求分析流程,适用于 PRD 解读、字段口径梳理、上游表结构探索和待确认问题清单输出。直接调用命令:/dw-requirement-analysis。
SKILL.md
1.0 KB, as published. Nobody here has run it
Step 1: 需求分析
执行流程
- 用
dw-explorersubagent 读取上游表结构 - 分析 PRD/需求文档,提取关键信息
- 生成结构化需求摘要
输出格式
## 需求摘要(≤5 行)
[核心需求描述]
## 字段口径草稿
| 字段名 | 口径说明 | 数据来源 |
|--------|---------|---------|
| ... | ... | ... |
## 待确认问题清单
1. [问题 1]
2. [问题 2]
...
## 字段变更单(草稿)
| 变更类型 | 表名 | 字段 | 说明 |
|---------|------|------|------|
| 新增 | ... | ... | ... |
规则
- 需求摘要不超过 5 行
- 待确认问题必须列出,不能省略
- 字段口径必须标注数据来源
- 写入 CLAUDE.md 的 "本次迭代约束" 节