Judge a paper's stated research question against the FINER criteria (Feasible, Interesting, Novel, Ethical, Relevant) — five independent judgments with justification, evaluating the question itself, not the paper's results. Use this whenever the user wants to know whether a paper is asking a good research question, distinct from whether it answered that question well.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill research-question-appraisal --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Research Question Appraisal?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-research-question-appraisal)More formats (shields.io, HTML) on the badges page.
---
name: research-question-appraisal
description: Judge a paper's stated research question against the FINER criteria (Feasible, Interesting, Novel, Ethical, Relevant) — five independent judgments with justification, evaluating the question itself, not the paper's results. Use this whenever the user wants to know whether a paper is asking a good research question, distinct from whether it answered that question well.
version: 1.0.0
category: paper-reading
type: sop
execution: subagent
prompt: ./prompt.md
input: 'source_path (string), meta_path (string)'
reads: 'abstract, introduction, and any limitations or ethics section'
output: 'finer_appraisal (dict — feasible, interesting, novel, ethical, relevant, each with a judgment and one-sentence justification)'
dependencies:
sops:
- spawn-agent
---
# Research Question Appraisal
FINER: five independent judgments on the paper's stated research question (not on its execution or results). Structurally closer to a quality-appraisal checklist than to slot-filling — do not merge with question-framing (graph correction M15: PICO/PECO/SPIDER fill slots, FINER judges).
## Execution
Subagent — spawned via spawn-agent skill.
<!-- BEGIN available-tables (generated) -->
## Available SOPs
| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. |
<!-- END available-tables (generated) -->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!