Dw Requirement Analysis

数仓需求分析流程,适用于 PRD 解读、字段口径梳理、上游表结构探索和待确认问题清单输出。直接调用命令:/dw-requirement-analysis。

pugyy 3e30936 988 B Updated

File contents

Step 1: 需求分析

执行流程

  1. dw-explorer subagent 读取上游表结构
  2. 分析 PRD/需求文档,提取关键信息
  3. 生成结构化需求摘要

输出格式

## 需求摘要(≤5 行)
[核心需求描述]

## 字段口径草稿
| 字段名 | 口径说明 | 数据来源 |
|--------|---------|---------|
| ...    | ...     | ...     |

## 待确认问题清单
1. [问题 1]
2. [问题 2]
...

## 字段变更单(草稿)
| 变更类型 | 表名 | 字段 | 说明 |
|---------|------|------|------|
| 新增    | ...  | ...  | ...  |

规则

  • 需求摘要不超过 5 行
  • 待确认问题必须列出,不能省略
  • 字段口径必须标注数据来源
  • 写入 CLAUDE.md 的 "本次迭代约束" 节

pugyy/dw-harness/tree/main/template/.claude/skills/dw-requirement-analysis commit 3e30936620

Frequently asked questions

npx skillmds@latest add pugyy/dw-requirement-analysis