apdr-quality-evaluator

apdr-quality-evaluator is a skill for Claude Code, Codex from lazysheep-z/apdr-product-design-runtime. It costs 26 tokens per session (669 once invoked), scanned A, original, MIT.

A final review step for a product-design pipeline that checks project documents and feature coverage against defined quality criteria.

In plain words
What is it for?
It evaluates briefs, requirements, product plans, flows, site structures, wireframes, design specifications, review reports, and code bundles.
Why use it?
It helps find missing requirements, unclear user flows, incomplete screens, accessibility gaps, and other defects before handoff.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It evaluates briefs, requirements, product plans, flows, site structures, wireframes, design specifications, review reports, and code bundles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lazysheep-z/apdr-product-design-runtime/quality-evaluator
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 lazysheep-z/apdr-product-design-runtime --skill quality-evaluator
Clone the repo
git clone --depth 1 https://github.com/lazysheep-z/apdr-product-design-runtime

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/lazysheep-z/apdr-product-design-runtime/quality-evaluator/github.svg)](https://agentmods.dev/skills/lazysheep-z/apdr-product-design-runtime/quality-evaluator)
Your own site
<a href="https://agentmods.dev/skills/lazysheep-z/apdr-product-design-runtime/quality-evaluator"><img src="https://agentmods.dev/badge/skills/lazysheep-z/apdr-product-design-runtime/quality-evaluator/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 apdr-quality-evaluator

Your own site · 80×15
<a href="https://agentmods.dev/skills/lazysheep-z/apdr-product-design-runtime/quality-evaluator"><img src="https://agentmods.dev/badge/skills/lazysheep-z/apdr-product-design-runtime/quality-evaluator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 669 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.
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.00026 $0.00669
Opus 5 $0.00013 $0.00334
Sonnet 5 $0.00005 $0.00134
Haiku 4.5 $0.00003 $0.00067

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

Security

Grade A, and why

apdr-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 11d 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.

skills/quality-evaluator/SKILL.md · 65 lines

How it starts

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

Quality Evaluator (APDR)

Pipeline stage: quality_eval. Requires: HandoffDoc (and all upstream artifacts).

This stage runs two evaluation capabilities that were registered but never implemented:

Capability 1: eval.artifact.quality

For each artifact in the project, run a rubric-based quality check:

Artifact Type Rubric Dimensions
ProjectBrief Problem clarity, goal alignment, persona completeness, constraint coverage
RequirementsAnalysis JTBD completeness, risk identification, assumption flagging, open question quality
PRD Feature completeness, AC testability, priority clarity, dependency mapping
UserFlows Happy path clarity, error path coverage, permission coverage, diagram quality
InformationArchitecture Sitemap completeness, navigation logic, URL consistency, content type coverage
Wireframes Page coverage, layout structure, state coverage (default/error/loading/empty)
UIDesignSpec Token completeness, component coverage, accessibility consideration, responsive planning
DesignReviewReport Issue completeness, fix confirmation, pass/fail correctness
CodeBundle Structure, naming, accessibility attributes, responsive implementation
CodeIntelligenceReport Index completeness, route/component coverage vs CodeBundle
HandoffDoc Component docs completeness, build instructions clarity, API contract coverage
DecisionRecords ADR coverage (all critical stages), ADR quality (context+decision+consequences), numbering consistency

For each artifact:

  • Score 0-10 on each rubric dimension
  • List specific issues found
  • Calculate overall score (percentage)

Capability 2: eval.coverage.feature_flow

Cross-reference PRD features against downstream artifacts:

  1. get_latest_artifact: PRD, UserFlows, Wireframes, UIDesignSpec
  2. For each PRD feature:
    • Check UserFlows, Wireframes, UIDesignSpec coverage (existing)
    • Check CodeIntelligenceReport.routes / .components for implementation signals
    • Does it have a corresponding UserFlow? (yes/no)
    • Does it have Wireframe pages? (yes/no)
    • Does it map to UIDesignSpec components? (yes/no)
  3. Report coverage gaps: features missing flows, flows missing wireframes, wireframes missing components

Read the full file on GitHub · 65 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. 11d ago First seen · 65 lines · 26 tokens per session scan A 76984e417692

Subscribe to this mod's changes

apdr-quality-evaluator is a skill published in the GitHub repository lazysheep-z/apdr-product-design-runtime (2 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 669 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-31.