design-award-match
Match a design project to supported design-award programs, tracks, and entry categories; apply structural eligibility gates; verify current official rules;…
Audit a design-award submission package against the current official rules for a specific award cycle. Check required materials and technical constraints, cross-material facts and claims, rights and disclosure risks, and final submission readiness. Use when a user asks for a
$ npx -y skills add SeanJ1ang/design-judge-skills --skill design-submission-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-submission-checkContext preview
The summary Claude sees to decide when to auto-load this skill.
Audit a design-award submission package against the current official rules for a specific award cycle. Check required materials and technical constraints, cross-material facts and claims, rights and disclosure risks, and final submission readiness. Use when a user asks for a
name: design-submission-check description: "Audit a design-award submission package against the current official rules for a specific award cycle. Check required materials and technical constraints, cross-material facts and claims, rights and disclosure risks, and final submission readiness. Use when a user asks for a pre-submission check, compliance review, missing-material audit, consistency check, or final go/no-go decision. Do not use this skill to choose an award, retrieve winners, judge the design itself, rewrite the whole entry, or give a legal clearance opinion."
Determine whether a concrete design-award submission package is complete, internally consistent, and ready to submit under the current official rules for one exact award, track, category, and cycle.
Return one of three decisions:
Use `$design-award-match` before this skill when the award, track, or category has not been selected. Route design-quality questions to `design-evaluation` and substantive redesign or rewriting to `design-optimization` when those skills are available.
Read [references/checking-framework.md](references/checking-framework.md). Classify every finding:
Never hide an unresolved rule or unreadable file inside an overall percentage. The highest unresolved severity controls the final decision.
Accept:
If the award, track/category, or cycle is missing, ask one concise question containing only the missing identifiers. If materials are incomplete, audit what is available and list everything that could not be checked; do not invent a pass.
Offer this template when the user asks how to use the skill:
Award / cycle: {exact award and year}
Track / category: {exact official names}
Official rules: {URL or attached guide, optional}
Applicant / team: {names, roles, organization, country or student status}
Submission materials: {attach files or provide paths}
Known third-party content: {images, fonts, music, data, trademarks, AI-generated content}
Requested mode: {full audit / technical check / consistency check / final check}Record the exact award program, cycle, track, category, applicant type, submission stage, deadline, and official timezone. Do not combine requirements from different cycles, categories, or judging stages.
If the selected target appears inconsistent with the package, report it and refer category selection back to `$design-award-match`; do not silently change the target.
Read [references/rule-evidence-policy.md](references/rule-evidence-policy.md). At request time, verify current official sources and create a requirement ledger containing:
Attach an official URL and `checked on` date to each rule group. Search snippets and third-party summaries are discovery evidence only. When official sources conflict, the most specific current official terms control; report unresolved conflicts as Blockers.
List every supplied file and form field. Assign each item to exactly one requirement ID and record its version, file type, size, technical metadata, language, and readable/openable status.
Use `scripts/check_submission_manifest.py` for deterministic checks when a local package or structured manifest is available. Prepare inputs using the schemas in [examples/rules.example.json](examples/rules.example.json) and [examples/manifest.example.json](examples/manifest.example.json).
python scripts/check_submission_manifest.py ` --rules examples/rules.example.json ` --manifest examples/manifest.example.json ` --pretty
The script checks declared metadata and available filesystem facts. It does not replace opening documents, inspecting images, playing videos, or verifying portal behavior.
For each requirement, check:
面向设计奖全流程的证据驱动 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…
Extract evidence-grounded project facts from user-provided design attachments, identify missing information, and prepare the exact written fields required by…
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…