seanj1ang/design-evaluation
Evaluate one design or a user-approved maturity-mapped batch through a transparent evidence-based rubric. Classify each work, score design quality and presentation, identify Critical risks, report evidence confidence, and optionally shortlist works within separate maturity tracks. Use when a user asks to judge, score, critique, review, diagnose, batch-evaluate, or rank designs by evidence-aligned evaluation score. Do not use this skill to retrieve winners, choose an award, produce a redesign, audit submission-file compliance, simulate an official jury, or predict winning probability.
npx skills add https://github.com/SeanJ1ang/design-judge-skills --skill design-evaluation
Evaluate design quality consistently without pretending that a score is an award outcome. Keep design quality, presentation quality, and evidence confidence separate. Require the user to choose the maturity track.
Do not:
Route winner retrieval to $design-award-search, award selection to $design-award-match, concrete redesign work to $design-optimization when available, and final package compliance to $design-submission-check.
Accept images, a PDF, project text, a portfolio page, video frames, prototype evidence, test records, or a structured brief.
Maturity is mandatory and must come from the user. Accept exactly:
Student Concept / 学生概念Mature Work / 成熟作品If maturity is absent, ask exactly one question and stop scoring:
请选择作品成熟度:“学生概念”或“成熟作品”。
Never infer maturity from the author's identity, image finish, prototype appearance, commercial branding, or supplied metadata. If evidence conflicts with the selected maturity, preserve the user's selection and record Maturity evidence mismatch.
For a batch, an explicit user-approved mapping rule counts as user selection for every record matched by that rule. Reject unmatched values rather than inferring them. Record the mapping rule and maturity_source: user in the batch manifest.
Offer this template when the user asks how to use the skill:
Project: {name}
Maturity: Student Concept | Mature Work # selected by the user
Primary function: {what it does}
Target user: {who uses it}
Use context: {where and when}
Materials: {attachments or links}
Evaluation mode: General | optional named award-aligned lens
For batch work, first read references/batch-evaluation.md. Use scripts/batch_evaluation.py for deterministic scoring, failure isolation, and separate-track shortlisting. Use a project adapter for private database access; never bundle database rows, images, signed URLs, or credentials in the public Skill.
Record:
maturity: student_concept | mature_work
maturity_source: user
Do not proceed with a numeric score when maturity_source is missing or is not user.
Read references/classification-policy.md and references/profiles/classification.json.
Extract:
The classification confidence is separate from evaluation confidence. Ask no additional question when a reasonable classification can be stated as an assumption.
Read references/evidence-policy.md. For every scored dimension, assign exactly one evidence state:
VerifiedSupportedClaimedMissingAttach concise evidence references and distinguish observable facts from author claims and evaluator inference.
Read references/evaluation-framework.md.
Load:
references/profiles/core.json;references/profiles/sector-overlays.json;scripts/benchmark_profiles.py;references/profiles/award-lenses/ when the user names that target.Award lenses produce a separate alignment section. Never replace or mathematically blend the general score with an award-aligned result.
For the main iF context, read references/if-benchmark-methodology.md. Resolve an exact normalized category profile first, then its mapped discipline profile, then the core fallback.
For iF Student context, read references/if-student-benchmark-methodology.md. Load it only after the user has selected student_concept. Reject it for mature_work. Treat its 15 SDG categories as issue themes, never as evidence of product, communication, interface, spatial, or other design discipline. Resolve a high-sample SDG theme first and otherwise use the competition-wide student profile.
For Red Dot context, read references/red-dot-benchmark-methodology.md. Keep Product Design, Brands & Communication Design, and Design Concept separate. Resolve an exact high-sample category first, then an explicitly supplied competition line, then the mapped evaluation discipline, then the core fallback. Never infer the Red Dot competition line from maturity.
For IDEA context, read references/idea-benchmark-methodology.md. Resolve an exact high-sample category first, then a supplied or provisionally mapped discipline, then the program-wide context. Treat its discipline profiles as multi-label and non-additive. Load Student Designs only for student_concept, and never infer discipline from that category.
Treat every bundled benchmark profile as observed winner context with score_effect: none; use it to choose evidence questions and explain presentation coverage, never to change weights or predict an award result.
Assign a raw score from 0 to 5 to all seven design dimensions and six presentation dimensions. Give one short reason for every score.
The general score allocates 50 points to design quality and 50 points to presentation quality.
Use scripts/score_evaluation.py for deterministic weighting and profile validation. The score is:
weighted contribution = raw score / 5 * dimension weight
general score = design score + presentation score
Apply evidence caps from the framework. Evidence confidence does not otherwise add or subtract arbitrary points.
Separate:
Critical: a fundamental contradiction, unverified safety-critical mechanism, serious harm risk, or a failure that invalidates a core claim;Major: materially reduces design quality or credibility but does not invalidate the whole proposal;Minor: local weakness with limited effect.Critical findings cannot be cancelled by the average score. Evaluation findings describe the problem and its consequence; leave detailed redesign instructions to the optimization module.
Consume either:
$design-award-search; orstudent_concept.For bundled iF context, run:
python scripts/benchmark_profiles.py --category "{raw or normalized iF category}" --discipline "{evaluation discipline}" --pretty
For iF Student, run:
python scripts/benchmark_profiles.py --source if_student_observed_winners --maturity student_concept --category "{raw or normalized SDG theme}" --pretty
For Red Dot, run:
python scripts/benchmark_profiles.py --source red_dot_observed_winners --category "{raw or normalized Red Dot category}" --competition "{Product Design | Brands & Communication Design | Design Concept}" --discipline "{evaluation discipline}" --pretty
For IDEA, run:
python scripts/benchmark_profiles.py --source idea_observed_recognized --maturity "{student_concept | mature_work}" --category "{raw or normalized IDEA category}" --discipline "{evaluation discipline}" --pretty
Do not run or load the iF Student benchmark for mature_work; the resolver must raise an error. Do not use an SDG theme to infer or replace the user's project discipline. For Red Dot, treat the competition line as explicit target context and never infer it from the project maturity. For IDEA, reject Student Designs when maturity is mature_work; its student category must not infer or replace project discipline.
State the matched profile, fallback used, sample size, years, review status, and limitations. Keep the benchmark section outside the numeric score calculation. Use it to explain differentiation, missing evidence, and presentation coverage, not hidden jury preferences or winning probability.
Read references/output-template.md. Lead with:
Include the complete dimension table and evidence gaps. End with an explicit limitation statement.
{award}-aligned assessment, never {award} official jury simulation.evidence-aligned evaluation shortlist or within-track top decile, never award-probability shortlist.Use $design-evaluation on this fixed database snapshot. Apply my confirmed maturity mapping, score every evaluable work, and return the within-track top 10% evidence-aligned shortlist. Do not report award probability.使用 $design-evaluation 评价附件中的学生概念。成熟度由我确定为“学生概念”。Use $design-evaluation. Maturity: Mature Work. Evaluate the product photos, test summary, and entry boards.使用 $design-evaluation,以通用体系评价,并附加 iF-aligned 维度映射;不要预测获奖概率。Take seanj1ang/design-evaluation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.