requirement-evaluation

requirement-evaluation is a skill for Claude Code, Codex from protect-my-hair/nucleus-marketplace. It costs 33 tokens per session (966 once invoked), scanned A, original, MIT.

A process for estimating how well a clarified product request fits the current product and system. It records gaps, the work needed to meet the request, a lightweight technical approach, effort, risks, and confidence.

In plain words
What is it for?
Use it after requirements are clarified to assess fit, identify missing pages or system support, outline the work, and estimate effort without writing a full technical design.
Why use it?
It prevents unsupported effort estimates by requiring product and system evidence, concrete gaps, and a plausible way to satisfy the request first.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the nucleus plugin — 27 skills, 1 agent, 1 hook shipped together

Good fit Use it after requirements are clarified to assess fit, identify missing pages or system support, outline the work, and estimate effort without writing a full technical design.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/protect-my-hair/nucleus-marketplace/requirement-evaluation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add protect-my-hair/nucleus-marketplace --skill requirement-evaluation
Clone the repo
git clone --depth 1 https://github.com/protect-my-hair/nucleus-marketplace

Made for: Claude Code, Codex.

Or install nucleus, the plugin that ships this one along with the rest of its 27 skills, 1 agent, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for requirement-evaluation

README.md
[![agentmods](https://agentmods.dev/badge/skills/protect-my-hair/nucleus-marketplace/requirement-evaluation/github.svg)](https://agentmods.dev/skills/protect-my-hair/nucleus-marketplace/requirement-evaluation)
Your own site
<a href="https://agentmods.dev/skills/protect-my-hair/nucleus-marketplace/requirement-evaluation"><img src="https://agentmods.dev/badge/skills/protect-my-hair/nucleus-marketplace/requirement-evaluation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for requirement-evaluation

Your own site · 80×15
<a href="https://agentmods.dev/skills/protect-my-hair/nucleus-marketplace/requirement-evaluation"><img src="https://agentmods.dev/badge/skills/protect-my-hair/nucleus-marketplace/requirement-evaluation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 966 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00966
Opus 5 $0.00016 $0.00483
Sonnet 5 $0.00007 $0.00193
Haiku 4.5 $0.00003 $0.00097

Measured 12d ago against content hash 1c56ba786595, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

requirement-evaluation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/nucleus/skills/requirement-evaluation/SKILL.md · 97 lines

What it actually says

需求评估

核心原则

没有满足度 gap 和轻量实现口径,不得估工作量。

什么时候使用

当需求分析已经完成关键澄清,需要判断当前产品满足度、接纳成本和工作量可信度时使用。

本 Skill 解决什么

  • 当前产品和系统满足度。
  • 产品与系统 gap。
  • 满足需求需要做哪些事。
  • 只服务估算的轻量实现口径。
  • 工作量、风险和可信度。

本 Skill 不解决什么

  • 不做需求设计。
  • 不写正式技术方案。
  • 不拆正式特性。
  • 不写开发计划或测试计划。
  • 不写接口、数据表、权限码或迁移方案。
  • 不替产品经理或 PMS 做最终接纳裁决。

执行纪律

必须按顺序完成:

  1. 读取已澄清需求事实。
    • 包括需求目标、背景、用户、场景、首版范围、边界、验收标准和澄清答案。
    • STOP:关键澄清未完成时,不得进入评估。
  2. 读取产品和系统证据。
    • 包括产品定位、docs/features/**、架构文档、实现线索和外部依赖边界。
    • STOP:未读产品和系统证据时,不得只凭用户原话估工作量。
  3. 写满足度结论。
    • 说明当前是 fit、partial-fit、misfit 还是 unknown。
    • 说明已有能力能覆盖哪些部分。
  4. 写 gap。
    • gap 必须具体到页面/入口、数据来源、后端支撑、权限、验证、外部依赖等可判断对象。
    • STOP:gap 只有“需要开发”“需要确认”这类空话时,不得继续。
  5. 写满足路径。
    • 用产品和工程活动语言说明满足需求需要做哪些事。
    • 不写接口、表结构、权限码或任务拆分。
  6. 写轻量实现口径。
    • 只为估算服务,用一句或几句说明技术路径。
    • 例如“读取已有调用日志做聚合统计,新增只读控制台入口和权限校验,不接入外部监控栈”。
  7. 估工作量。
    • 每个工作项的依据必须引用 gap、满足路径或轻量实现口径。
    • 不能只写 baseline 或“需人工校准”。

工作量纪律

工作量由 agent 根据证据推导,不问用户“工作量是否清楚”“成本项是否清楚”“设计、穿刺、编码、验证、联调是否清楚”。

只有当工作量背后是产品事实或边界选择时,才允许继续澄清,例如:

  • 指标必须实时,还是分钟级快照可接受。
  • token 统计必须接入计费明细,还是先用已有调用日志。
  • 外部监控栈是否纳入首版。

输出要求

输出必须形成一条可读链路:

  1. 需求澄清结论。
  2. 当前满足度。
  3. 产品与系统 gap。
  4. 满足需求需要做哪些事。
  5. 轻量实现口径。
  6. 工作量评估。
  7. 风险和可信度。

反模式

  • 直接从澄清答案跳到人日估算。
  • “满足需求需要做哪些事”只有固定模板句。
  • 工作量依据只写“基于需求分析 baseline”。
  • 用“需要技术设计”替代轻量实现口径。
  • 把接口、数据表、权限码、开发任务写进需求评估。
  • 让用户确认设计、编码、测试、联调这些成本项是否清楚。
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 97 lines · 33 tokens per session scan A 1c56ba786595

Subscribe to this mod's changes

requirement-evaluation is a skill published in the GitHub repository protect-my-hair/nucleus-marketplace (162 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 966 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens