Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

idea-evaluator想法评估员

Agent Skill

idea-evaluator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

192

周安装

8

GitHub Stars

484

下载量

64
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:idea-evaluator(想法评估员)
来源仓库:https://github.com/hkustdial/supervisor-skills
仓库路径:skills/idea-evaluator
安装命令:
npx skills add https://github.com/hkustdial/supervisor-skills --skill idea-evaluator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hkustdial/supervisor-skills --skill idea-evaluator

简介

idea-evaluator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于项目可行性分析、风险评估或优先级排序场景。
  • 通过关键词搜索和来源分析,帮助 Agent 快速获取评估标准、历史案例或专家意见。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Idea Evaluator

Overview

This skill evaluates a preliminary research idea from the combined perspective of a top-venue reviewer and an experienced advisor. It scores the idea against five improvement dimensions from the idea-generation guide (Higher, Faster, Stronger, Cheaper, Broader), matches the idea's lifecycle against the user's actual capability and available hours per week, probes whether the idea has paradigm-shift potential, flags fatal flaws, and returns one of three verdicts: Strong Accept, Accept with Revisions, or Reject and Pivot.

The goal is to kill weak ideas before the student invests months, and to shape promising-but-underdeveloped ideas into stronger forms before writing begins.

When to use this skill

  • The user has a draft idea and asks whether it is worth pursuing.
  • The user asks for novelty check, feasibility assessment, or scoring.
  • Before the user commits to a paper scope or starts implementation.
  • The user is comparing two or three candidate ideas and needs a structured trade-off.
  • The user suspects scope creep and wants an external check.
  • The user mentions 'evaluate this idea', 'score this idea', 'assess feasibility', or 'is this a good research direction'.

When NOT to use this skill

  • The user has already implemented the idea and is writing the paper. Use intro-drafter, tech-paper-template, or benchmark-paper-template (separate plugin) instead.
  • The user explicitly wants brainstorming of new ideas from scratch. Use plain conversation; see handbook 2.3 for a disruptive-innovation playbook.
  • The user asks for review of an existing manuscript. Use pre-submission-reviewer.
  • The user asks to evaluate a benchmark contribution specifically. Use benchmark-paper-template (separate plugin) in targeted mode.

Core procedure

Step 1: First impression and paper-type positioning

Read the user's idea description. In one paragraph, state whether the idea reads as Novel Problem, Novel Method, or New Setting. Is the story compelling in one sentence? If you cannot write that sentence, the idea itself is probably not yet clear enough for evaluation; ask the user to restate.

Step 2: Fatal-flaws audit (early gate)

See: references/fatal-flaws.md for the ten canonical fatal flaws, each with a detection rule and a defense strategy.

Run the fatal-flaws audit before the scoring steps rather than after them. Identify at most two fatal flaws. For each, state the flaw, cite the detection rule, and recommend a concrete defense.

Short-circuit rule. If any fatal flaw is tagged CRITICAL in the severity taxonomy (single-handedly causes rejection, unfixable within the lifecycle), stop here and emit the verdict directly:

  • Verdict: Reject and Pivot.
  • Output sections 1 (First impression), 2 (Fatal flaws with the CRITICAL flaw), and 8 (Verdict with the flaw-driven rationale) only.
  • Do not run the five-dimension scoring, paradigm-shift probe, feasibility check, or integrity gate. Those would be decoration on a rejection.

If no CRITICAL flaw is found, continue to Step 3.

Step 3: Lifecycle and capability matching

See: references/lifecycle-capability-matching.md for the six-category lifecycle matrix, capability self-assessment rubric, and mismatch recovery strategies.

Map the idea onto one of six categories (Application, Foundational Theory, Cross-Disciplinary, Frontier Exploration, Data-Intensive, Innovative Technique). Match against the user's declared capability (effective hours per week, skill depth, theoretical versus applied strength). Output a mismatch flag if lifecycle is shorter than the user's realistic execution window.

Step 4: Five-dimension scoring

See: references/five-dimensions.md for each dimension's entry strategies, scoring rubric, and worked examples.

Score the idea on each of:

  • Higher: effectiveness and accuracy gains.
  • Faster: efficiency and cost reduction.
  • Stronger: robustness, noise tolerance, generalisation.
  • Cheaper: data, annotation, or solution cost reduction.
  • Broader: cross-domain transplantation or unification.

Score each 1-10 with explicit evidence from the user's stated contribution. Identify the two or three dimensions where the idea has the highest ceiling and recommend emphasising those in the paper.

Step 5: Paradigm-shift probe

See: references/paradigm-shift-probe.md for the four probing principles (First Principles, Elephant in the Room, Technology Cycle, Hamming's Rule) and the cross-reference to handbook section 2.3 when deeper disruptive-innovation exploration is needed.

Test the idea against four questions:

  1. Does it challenge a hidden assumption the field takes for granted?
  2. Does it address an elephant-in-the-room problem everyone sees but nobody wants to touch?
  3. Does it ride a technology-cycle shift (for example, LLMs making a previously impractical approach now feasible)?
  4. If this problem solved itself, would the field change meaningfully? (Hamming's Rule)

Two or more yes answers means the idea has disruptive potential. Note that, and recommend reading handbook 2.3 to deepen the thinking on disruptive-innovation dimensions.

Step 6: Feasibility check

Against the user's stated resources (hardware, data access, team size, engineering skills, timeline), assess:

  • Compute risk: does the experiment fit on stated hardware?
  • Data risk: is the required data accessible, or does it need expensive annotation or private sources?
  • Engineering risk: does the implementation match the user's skill stack?
  • Timeline risk: does the estimated end-to-end duration (coding, experiments, writing, revision) fit within the idea's lifecycle?

If any risk is high, flag it explicitly with a suggested mitigation.

Step 7: Integrity gate

Before emitting the verdict, run the checks in the Integrity gate section below.

Step 8: Final verdict

Issue one of three verdicts:

  • Strong Accept: execute now. Two or more dimensions at 8+, no fatal flaws, capability match green, lifecycle fit.
  • Accept with Revisions: pivot the scope per recommendations before starting. Some dimensions weak, fixable flaws, or lifecycle mismatch that can be shortened.
  • Reject and Pivot: do not pursue this version. Dominated by a prior benchmark or method, unfixable capability mismatch, or more than one fatal flaw.

Emit the evaluation in the Output format below.

Integrity gate

Each bullet is tagged with an enforceability class. [inspection] means the LLM can verify the bullet from the produced output alone. [attestation] means the LLM states it has done the check, but the user remains responsible for verification. [user-attest] means the bullet is a user-side rule the skill cannot confirm.

Before returning the verdict:

  1. [inspection] Every dimension score cites specific evidence from the user's stated contribution; no score is "gut feeling".
  2. [inspection] Feasibility claims reference the user's stated resources, not generic assumptions.
  3. [inspection] Novelty claims either cite specific prior work or are labelled "unverified; literature check required".
  4. [inspection] Fatal flaws are specific and actionable; "this might not work" is not a flaw statement.
  5. [inspection] Verdict is consistent with scoring: Strong Accept requires at least two dimensions at 8+ and zero CRITICAL flaws.
  6. [inspection] Paradigm-shift claim cites which probing question was answered positively.
  7. [attestation] Lifecycle prediction is reasoned from the field's recent pace; the user should sanity-check against their own knowledge of the subfield before acting on it.

If any [inspection] check fails, downgrade the verdict and mark the corresponding output section as "needs user attention". For [attestation] bullets, the skill states the check was run and the user confirms the result.

Output format

1. First impression

  • Paper type:
  • One-sentence story: <...>

2. Fatal-flaws audit (early gate)

#FlawSeverityDefense
1...CRITICAL or MAJOR...

*If any CRITICAL flaw is present, skip sections 3-7 and go to section 8 with verdict Reject and Pivot.*

3. Lifecycle and capability match

AspectUser's inputAssessment
Idea category......
Lifecycle... months...
Weekly effective hours......
Fit...Green or Yellow or Red

4. Five-dimension radar

DimensionScore 1-10EvidenceLift suggestion
Higher.........
Faster.........
Stronger.........
Cheaper.........
Broader.........

5. Paradigm-shift probe

ProbeYes or NoRationale
First Principles......
Elephant in the Room......
Technology Cycle......
Hamming's Rule......

Disruptive potential: <none, possible, strong>.

6. Feasibility

RiskLevelMitigation
Compute......
Data......
Engineering......
Timeline......

7. Integrity gate result

  • Gate 1 through 7:

8. Verdict

****

Top three actions to take first:

  1. ...
  2. ...
  3. ...

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.05%
按下载量换算22

Claude

29.98%
按下载量换算19

Cursor

17.97%
按下载量换算12

Gemini CLI

8.4%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills