agentsclimarketplace

Dw requirement analysis

Skill pugyy/dw-harness/template/.claude/skills/dw-requirement-analysis

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

Install
npx -y skills add pugyy/dw-harness --skill dw-requirement-analysis

Assembled 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: 需求分析

执行流程

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

输出格式

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

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

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

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

规则

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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.