/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
$ 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.
- 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-information-prep
Context 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
SKILL.md
design-information-prep.SKILL.mdname: 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."
Design Information Prep
Purpose
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.
Runtime Boundary
- Treat user attachments and explicit user confirmations as the only sources of project facts.
- Read local award field specifications for field names, limits, routing, and drafting instructions.
- Do not connect to Supabase, read `.env`, query winner databases, or place full winner descriptions in model context.
- Use optional aggregate benchmark profiles only for coverage prompts such as what evidence to look for. Never use them as project facts, prose templates, hidden judging preferences, or winning probabilities.
- Verify current official rules at request time. Stored specifications record a checked date, not permanent truth.
Input Contract
Accept PDFs, presentations, documents, spreadsheets, images, videos, structured JSON, or plain text. Determine or request:
- exact award, cycle, route, and language;
- applicant type and project maturity when they affect routing;
- all user-authorized project materials;
- confidentiality or publication restrictions;
- whether the user wants a dossier, missing-information audit, draft fields, translation, or final text validation.
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.
Workflow
1. Lock the target
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.
2. Build the project dossier
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:
- value;
- status: `supported`, `inferred`, `confirmed_by_user`, or `missing`;
- confidence;
- attachment evidence and locator;
- whether user confirmation is required.
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.
3. Prepare an award-specific evidence packet
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.
4. Draft field by 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.
- Lead with the answer, not promotional framing.
- Prefer specific mechanisms and outcomes over unverified superlatives.
- Distinguish measured outcomes from intended benefits.
- Preserve units, denominators, dates, maturity, and uncertainty.
- Do not convert an inference into a confirmed claim through fluent wording.
- Count words and characters according to the field specification.
- Keep translations semantically aligned; do not introduce new claims in one language.
Prepare machine-checkable output using [references/entry-output-schema.json](references/entry-output-schema.json). Include `used_fact_ids` for every drafted field.
5. Validate the draft
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.
6. Report
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.
Supported Award Specifications
The `references/awards/` directory contains versioned public-field specifications for:
- iF DESIGN AWARD;
- iF DESIGN STUDENT AWARD;
- Red Dot Award: Product Design;
- IDEA;
- Design Intelligence Award, with separate Product and Concept routes;
- K-Design Award;
- GOOD DESIGN AWARD Japan;
- Core77 Design Awards;
- James Dyson Award;
- European Product Design Award, with Professional and Student
Read more
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."
Design Information Prep
Purpose
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.
Runtime Boundary
- Treat user attachments and explicit user confirmations as the only sources of project facts.
- Read local award field specifications for field names, limits, routing, and drafting instructions.
- Do not connect to Supabase, read `.env`, query winner databases, or place full winner descriptions in model context.
- Use optional aggregate benchmark profiles only for coverage prompts such as what evidence to look for. Never use them as project facts, prose templates, hidden judging preferences, or winning probabilities.
- Verify current official rules at request time. Stored specifications record a checked date, not permanent truth.
Input Contract
Accept PDFs, presentations, documents, spreadsheets, images, videos, structured JSON, or plain text. Determine or request:
- exact award, cycle, route, and language;
- applicant type and project maturity when they affect routing;
- all user-authorized project materials;
- confidentiality or publication restrictions;
- whether the user wants a dossier, missing-information audit, draft fields, translation, or final text validation.
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.
Workflow
1. Lock the target
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.
2. Build the project dossier
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:
- value;
- status: `supported`, `inferred`, `confirmed_by_user`, or `missing`;
- confidence;
- attachment evidence and locator;
- whether user confirmation is required.
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.
3. Prepare an award-specific evidence packet
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.
4. Draft field by 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.
- Lead with the answer, not promotional framing.
- Prefer specific mechanisms and outcomes over unverified superlatives.
- Distinguish measured outcomes from intended benefits.
- Preserve units, denominators, dates, maturity, and uncertainty.
- Do not convert an inference into a confirmed claim through fluent wording.
- Count words and characters according to the field specification.
- Keep translations semantically aligned; do not introduce new claims in one language.
Prepare machine-checkable output using [references/entry-output-schema.json](references/entry-output-schema.json). Include `used_fact_ids` for every drafted field.
5. Validate the draft
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.
6. Report
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.
Supported Award Specifications
The `references/awards/` directory contains versioned public-field specifications for:
- iF DESIGN AWARD;
- iF DESIGN STUDENT AWARD;
- Red Dot Award: Product Design;
- IDEA;
- Design Intelligence Award, with separate Product and Concept routes;
- K-Design Award;
- GOOD DESIGN AWARD Japan;
- Core77 Design Awards;
- James Dyson Award;
- European Product Design Award, with Professional and Student
面向设计奖全流程的证据驱动 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-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 - /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
Open skill

