seanj1ang/design-submission-check
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.
npx skills add https://github.com/SeanJ1ang/design-judge-skills --skill design-submission-check
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:
Ready: no Blocker or Important findings remain.Conditionally ready: no Blocker remains, but one or more Important findings require attention.Not ready: at least one Blocker remains.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. Classify every finding:
Blocker: likely prevents submission, violates an explicit hard rule, invalidates eligibility, or leaves a mandatory item absent.Important: materially weakens clarity, credibility, consistency, or rights readiness but is not a confirmed hard-rule failure.Optimization: optional improvement that does not affect basic submission readiness.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. 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 and 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:
Mark an unverified mandatory constraint Not checked, never Pass. Treat a required missing item or confirmed hard-limit failure as a Blocker.
Read references/consistency-rights-checklist.md. Establish a canonical fact sheet, then compare every material against it:
Flag contradictions, unsupported superlatives, missing units, inconsistent denominators, obsolete versions, and claims that exceed the supplied evidence. Do not independently validate scientific or commercial truth unless authoritative evidence is supplied; state the verification limit.
Evaluate narrative only for submission integrity: required content coverage, logical continuity, comprehensibility, and agreement with evidence. Do not perform general stylistic polishing or rewrite the entire entry unless separately requested through the appropriate skill.
Check the provenance and declared permission status of photographs, illustrations, video, music, sound, fonts, icons, maps, datasets, research, code, trademarks, product imagery, personal information, and AI-generated or AI-assisted content.
Use only these statuses:
Cleared: the user supplies a credible ownership, license, consent, or permitted-use basis.Pending: permission or required disclosure is being obtained.Unknown: provenance or permission is not established.Restricted: supplied terms appear incompatible with the intended submission use.This is risk screening, not legal advice or a guarantee of non-infringement. Never mark content legally cleared from appearance alone. Escalate ambiguity in official terms or third-party licenses for qualified review.
Follow references/output-template.md. Before declaring Ready, confirm:
If portal behavior, payment, account permissions, or an upload preview cannot be accessed, state that this portion remains a user-executed check.
Pending, Unknown, or Restricted cannot be reported as cleared.Ready for time-sensitive requirements.Not checked.使用 $design-submission-check,按照附件中的 iF 当届规则,对这个提交包进行完整终检。使用 $design-submission-check,只检查所有图片、PDF和视频的数量、格式、大小及命名是否合规。使用 $design-submission-check,核对表单、展板、说明文档和视频中的项目数据是否一致,并筛查授权风险。Take seanj1ang/design-submission-check 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.