agentsclimarketplace

Requirement parser

Skill allenli178/yuyan-skills/tech-evaluator/skills/requirement-parser

my skills collection

Install
npx -y skills add allenli178/yuyan-skills --skill requirement-parser

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 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

需求拆解Skill,将用户的模糊技术选型需求转化为结构化的评估维度,包括必选项和权重项。

SKILL.md

1.4 KB, as published. Nobody here has run it

需求拆解Skill

1. Goal (目标)

将用户的模糊技术选型需求转化为结构化的评估维度,为后续的技术选型分析提供明确的评估标准。

2. Input Format (输入格式)

用户的技术选型需求描述(字符串),例如:"帮我选一个适合中小团队的消息队列,要支持延迟消息,社区活跃"

3. Output Format (输出格式)

  • 必选项:必须满足的功能和指标(数组)
  • 权重项:各评估维度的权重(对象,键为评估维度,值为权重)

4. Workflow (工作流)

  1. 分析用户输入的需求描述
  2. 提取关键功能需求和约束条件
  3. 将需求转化为结构化的评估维度
  4. 根据技术类型和使用场景,为各评估维度分配合理权重
  5. 生成标准格式的输出

5. Output Template (输出模板)

{
  "must_haves": [
    "[必选功能1]",
    "[必选功能2]"
  ],
  "weights": {
    "[评估维度1]": [权重值],
    "[评估维度2]": [权重值]
  }
}

6. Self-Correction (自我纠错)

  • 验证必选项是否准确反映了用户的核心需求
  • 检查权重值之和是否为1
  • 确保评估维度与技术类型相匹配

Keep looking

Skills are one crate of 328,083. 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.