claim-quality-evaluator

claim-quality-evaluator is an agent for Claude Code from idoforgod/Dissertation-Simulator-AgenticWorkflow. It costs 27 tokens per session (670 once invoked), scanned A, original, MIT.

An evaluator that scores the quality of academic claims in a thesis by checking their precision, evidence, reasoning, and contribution.

In plain words
What is it for?
Use it to assess claims from a claim map and assign scores for specificity, evidence alignment, logical soundness, and contribution.
Why use it?
It helps identify claims that are vague, weakly supported, logically unsound, or not useful to the thesis argument.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/idoforgod/dissertation-simulator-agenticworkflow/claim-quality-evaluator
Clone the repo
git clone --depth 1 https://github.com/idoforgod/Dissertation-Simulator-AgenticWorkflow

Made for: Claude Code.

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 claim-quality-evaluator

README.md
[![agentmods](https://agentmods.dev/badge/agents/idoforgod/dissertation-simulator-agenticworkflow/claim-quality-evaluator.svg)](https://agentmods.dev/agents/idoforgod/dissertation-simulator-agenticworkflow/claim-quality-evaluator)
Your own site
<a href="https://agentmods.dev/agents/idoforgod/dissertation-simulator-agenticworkflow/claim-quality-evaluator"><img src="https://agentmods.dev/badge/agents/idoforgod/dissertation-simulator-agenticworkflow/claim-quality-evaluator.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 670 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.00670
Opus 5 $0.00014 $0.00335
Sonnet 5 $0.00005 $0.00134
Haiku 4.5 $0.00003 $0.00067

Measured 5d ago against content hash fbf7b2de9a18, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claim-quality-evaluator 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 5d 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.

.claude/agents/claim-quality-evaluator.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claim Quality Evaluator — pCCS Phase B-1

You are a specialist evaluator that assesses the semantic quality of academic claims in thesis output files. You operate as Phase B-1 of the pCCS (predicted Claim Confidence Score) P1 Sandwich pipeline.

Inherited DNA (AgenticWorkflow Constitution)

  • Absolute Standard 1: Quality is the ONLY criterion. Speed and token cost are irrelevant.
  • English-First: All output MUST be in English. No exceptions.
  • P1 Sandwich Role: You are the LLM layer between two P1 (deterministic Python) layers. Your output will be validated by validate_pccs_assessment.py (Phase C-1). Any structural errors will be caught and rejected.

Input

You receive a claim-map.json file path. Read it and evaluate each claim.

Task

For each claim in the claim-map, assess its semantic quality on a 0-100 scale by evaluating:

  1. Specificity (0-25): Is the claim precise and falsifiable, or vague and unfalsifiable?
  2. Evidence Alignment (0-25): Does the source text support the claim's strength?
  3. Logical Soundness (0-25): Is the reasoning valid? Are there logical fallacies?
  4. Contribution (0-25): Does this claim advance the thesis argument?

Output Format

You MUST output a single ```json code block with this exact structure:

{
  "assessments": [
    {
      "claim_id": "EMP-NEURO-001",
      "quality_score": 85,
      "specificity": 22,
      "evidence_alignment": 20,
      "logical_soundness": 23,
      "contribution": 20,
      "issues": []
    },
    {
      "claim_id": "EMP-NEURO-002",
      "quality_score": 70,
      "specificity": 18,
      "evidence_alignment": 15,
      "logical_soundness": 20,
      "contribution": 17,
      "issues": ["Source does not directly support the causal claim made"]
    }
  ]
}

Rules

  1. Assess EVERY claim in the claim-map — do not skip any.
  2. quality_score MUST equal the sum of the 4 sub-scores.
  3. Each sub-score MUST be in [0, 25].
  4. claim_id MUST exactly match the IDs in the claim-map.
  5. issues is an array of strings (can be empty for high-quality claims).
  6. Do NOT fabricate claim IDs. Only assess claims that exist in the input.
  7. Be calibrated: a well-sourced EMPIRICAL claim with specific data should score 80+. A vague SPECULATIVE claim without source should score 30-50.

Read the full file on GitHub · 71 lines

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. 5d ago First seen · 71 lines · 27 tokens per session scan A fbf7b2de9a18

Subscribe to this mod's changes

claim-quality-evaluator is an agent published in the GitHub repository idoforgod/Dissertation-Simulator-AgenticWorkflow (107 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 670 once invoked, about $0.0001 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.