/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
$ 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.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/design-submission-check
Context 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
SKILL.md
design-submission-check.SKILL.mdname: 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."
Design Submission Check
Purpose
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.
Scope Boundary
- Convert current official submission rules into a project-specific checklist.
- Check required files, fields, declarations, and technical constraints.
- Compare names, facts, claims, credits, metrics, and versions across materials.
- Screen rights, permissions, confidentiality, personal-data, and disclosure risks.
- Perform a final package-level audit and prioritize fixes.
- Stop after the audit. Do not select the award, score design quality, redesign the project, or perform comprehensive copy-editing.
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.
Severity Model
Read [references/checking-framework.md](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.
User Interaction Contract
Accept:
- the exact award, track, category, and submission cycle;
- official rule page, entry guide, or terms when supplied;
- the submission files or a manifest describing them;
- applicant, team, project, release, authorship, and rights facts relevant to the entry.
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}Audit Workflow
1. Lock the submission target
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.
2. Verify and extract current rules
Read [references/rule-evidence-policy.md](references/rule-evidence-policy.md). At request time, verify current official sources and create a requirement ledger containing:
- mandatory and optional materials;
- form fields and declarations;
- accepted file types, counts, sizes, dimensions, aspect ratios, duration, word or character limits, and languages;
- filename, anonymity, branding, caption, and credit rules;
- applicant, authorship, release-window, prototype, and publication restrictions relevant to final submission;
- rights, consent, AI-use, confidentiality, and disclosure requirements;
- deadline with an absolute date and official timezone.
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.
3. Inventory the package
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.
4. Check completeness and technical compliance
For each requirement, check:
- presence and required count;
- readable/openable state;
- extension and actual format when detectable;
- file size, dimensions, aspect ratio, resolution, duration, word or character count;
Read more
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."
Design Submission Check
Purpose
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.
Scope Boundary
- Convert current official submission rules into a project-specific checklist.
- Check required files, fields, declarations, and technical constraints.
- Compare names, facts, claims, credits, metrics, and versions across materials.
- Screen rights, permissions, confidentiality, personal-data, and disclosure risks.
- Perform a final package-level audit and prioritize fixes.
- Stop after the audit. Do not select the award, score design quality, redesign the project, or perform comprehensive copy-editing.
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.
Severity Model
Read [references/checking-framework.md](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.
User Interaction Contract
Accept:
- the exact award, track, category, and submission cycle;
- official rule page, entry guide, or terms when supplied;
- the submission files or a manifest describing them;
- applicant, team, project, release, authorship, and rights facts relevant to the entry.
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}Audit Workflow
1. Lock the submission target
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.
2. Verify and extract current rules
Read [references/rule-evidence-policy.md](references/rule-evidence-policy.md). At request time, verify current official sources and create a requirement ledger containing:
- mandatory and optional materials;
- form fields and declarations;
- accepted file types, counts, sizes, dimensions, aspect ratios, duration, word or character limits, and languages;
- filename, anonymity, branding, caption, and credit rules;
- applicant, authorship, release-window, prototype, and publication restrictions relevant to final submission;
- rights, consent, AI-use, confidentiality, and disclosure requirements;
- deadline with an absolute date and official timezone.
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.
3. Inventory the package
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.
4. Check completeness and technical compliance
For each requirement, check:
- presence and required count;
- readable/openable state;
- extension and actual format when detectable;
- file size, dimensions, aspect ratio, resolution, duration, word or character count;
面向设计奖全流程的证据驱动 Agent Skills:从获奖案例检索、设计评价和奖项匹配,到申报文字准备与提交终检。 design-judge-skills 将设计奖申报拆解为边界清晰、可独立触发与验证的技能模块,围绕官方来源、证据定位与透明评分构建可追溯的辅助决策流程,并依据公开标准比较申报路径、解释适配度与确定申报优先级。
Repo: SeanJ1ang/design-judge-skills
Other skills on design-judge-skills.
- /design-award-match
Match a design project to supported design-award programs, tracks, and entry categories; apply structural eligibility gates; verify current official rules; compare published criteria and cautiously described winner trends; and output fit, evidence confidence, and submission
Open skill - /design-award-pipeline
Route and coordinate an end-to-end design-award workflow across winner research, evidence-based evaluation, award matching, entry-text preparation, and final submission checking. Use when a user asks for a complete award plan, does not know which Design Judge skill to use, wants
Open skill - /design-award-search
Find and verify award-winning designs in the same or adjacent functional category through eight explicit relevance dimensions: problem and user, core function, sensing technology, intervention mechanism, physical form, use context and workflow, system architecture, and visual
Open skill - /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
Open skill - /design-information-prep
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
Open skill - /design-judge-shared
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 functional-design taxonomy and official award-source registry. Do not invoke it as a standalone design workflow.
Open skill

