mcpbeat Sign in

Requirement Agent Skill

结构化需求分析工作流,适用于显式 requirement doc 与 interrogate 场景;不负责技术设计、bug 修复或正式代码审查。

458 tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1027
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/doccker/cc-use-exp --skill requirement

What comes with it

1 049 bytes besides the instruction
agents/openai.yaml
references/ambiguity-checks.md
references/interrogate-mode.md
references/requirement-scope.md
templates/interrogate-checklist.md
templates/requirement-doc.md

The instruction itself

1 sections, as written by the author

Requirement

当用户明确要求 requirement、requirement doc 或 interrogate 时,使用本技能。

不要用于:

  • 技术实现设计
  • bug 修复
  • 正式 code review
  • 语言实现细节

核心方式

  • 先明确业务目标和成功标准。
  • 找出模糊点、边界条件和例外场景。
  • 需要整理文档时使用 requirement 模板。
  • 需要高压盘问时使用 interrogate 清单。

按需展开

  • 需求范围:references/requirement-scope.md
  • interrogate 模式:references/interrogate-mode.md
  • 歧义检查:references/ambiguity-checks.md

How to use it

Copy the folder

Take doccker/requirement from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.