design-award-match
Match a design project to supported design-award programs, tracks, and entry categories; apply structural eligibility gates; verify current official rules;…
Extract evidence-grounded project facts from user-provided design attachments, identify missing information, and prepare the exact written fields required by supported design-award entry forms. Use when a user asks to prepare, draft, adapt, translate, or validate application
$ npx -y skills add SeanJ1ang/design-judge-skills --skill design-information-prep --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-information-prepContext preview
The summary Claude sees to decide when to auto-load this skill.
Extract evidence-grounded project facts from user-provided design attachments, identify missing information, and prepare the exact written fields required by supported design-award entry forms. Use when a user asks to prepare, draft, adapt, translate, or validate application
name: design-information-prep description: "Extract evidence-grounded project facts from user-provided design attachments, identify missing information, and prepare the exact written fields required by supported design-award entry forms. Use when a user asks to prepare, draft, adapt, translate, or validate application text for iF, iF Student, Red Dot Product Design, IDEA, DIA, K-Design, GOOD DESIGN AWARD Japan, Core77, James Dyson, or EPDA. Also use to build a reusable project dossier from briefs, decks, reports, manuals, patents, research, images, or prior application materials. Do not use for award selection alone, winner retrieval, design-quality scoring, final file-format auditing, or winning-probability prediction."
Turn user-authorized attachments into a reusable, evidence-linked project dossier, then compile that dossier into the exact text fields required by one supported award route. Generate no project fact from past-winner copy or unsupported inference.
Accept PDFs, presentations, documents, spreadsheets, images, videos, structured JSON, or plain text. Determine or request:
If the award or route is unknown, use `$design-award-match` first. If the user only wants final file and portal compliance, use `$design-submission-check` after drafting.
Read the selected file under `references/awards/`. Record the exact award id, cycle, route, stage, language, official sources, and checked date. Verify any current cycle rule that could have changed, including requiredness, limits, language, conditional fields, and publication behavior.
Do not silently merge professional, student, product, and concept routes.
Read [references/evidence-policy.md](references/evidence-policy.md) and [references/project-dossier-schema.json](references/project-dossier-schema.json). Extract canonical facts into `facts` records containing:
Preserve contradictions as separate findings. Do not choose a convenient value without reporting the conflict. Mark unavailable facts `missing`; never fill them from general knowledge or a past winner.
Save the dossier as structured JSON and run:
python scripts/prepare_entry_packet.py ` --dossier examples/project-dossier.example.json ` --award idea ` --route general ` --pretty
The packet identifies ready fields, missing essential facts, available evidence, limits, and drafting instructions. Ask only the questions that block required fields. Continue with partial output when the user prefers, labeling every unresolved field.
Use only facts listed in each field's prepared evidence packet. Follow the official field purpose rather than forcing one generic description into every form.
Prepare machine-checkable output using [references/entry-output-schema.json](references/entry-output-schema.json). Include `used_fact_ids` for every drafted field.
Run:
python scripts/validate_entry_output.py ` --dossier examples/project-dossier.example.json ` --entry examples/idea-entry-output.example.json ` --pretty
Resolve every Blocker before presenting a field as submission-ready. Treat unsupported or inferred claims awaiting confirmation as Important. The validator checks required fields, route alignment, list limits, word/character limits, and fact provenance; it does not verify scientific truth or live portal behavior.
Follow [references/output-template.md](references/output-template.md). Return:
1. target award, route, cycle, language, and rule freshness; 2. prepared field text with limit usage; 3. evidence coverage and assumptions; 4. missing information as concise user questions; 5. fields requiring confirmation; 6. validation decision and remaining findings.
The `references/awards/` directory contains versioned public-field specifications for:
面向设计奖全流程的证据驱动 Agent Skills:从获奖案例检索、设计评价和奖项匹配,到申报文字准备与提交终检。 design-judge-skills 将设计奖申报拆解为边界清晰、可独立触发与验证的技能模块,围绕官方来源、证据定位与透明评分构建可追溯的辅助决策流程,并依据公开标准比较申报路径、解释适配度与确定申报优先级。
Repo: SeanJ1ang/design-judge-skills
Match a design project to supported design-award programs, tracks, and entry categories; apply structural eligibility gates; verify current official rules;…
Route and coordinate an end-to-end design-award workflow across winner research, evidence-based evaluation, award matching, entry-text preparation, and final…
Find and verify award-winning designs in the same or adjacent functional category through eight explicit relevance dimensions: problem and user, core function,…
Evaluate one design or a user-approved maturity-mapped batch through a transparent evidence-based rubric. Classify each work, score design quality and…
Shared support package for the Design Judge skill collection. Install it with design-award-search and design-award-match so those skills can read the canonical…
Audit a design-award submission package against the current official rules for a specific award cycle. Check required materials and technical constraints,…