/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
$ npx -y skills add SeanJ1ang/design-judge-skills --skill design-award-search --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-award-search
Context preview
The summary Claude sees to decide when to auto-load this skill.
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
SKILL.md
design-award-search.SKILL.mdname: design-award-search
description: "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 language. Use when a user asks for same-category winners, comparable precedents, design benchmarks, appearance-related award winners, or examples from iF Design, Red Dot, IDEA, or iF Design Student Award. Do not use this skill to score, judge, optimize, or match the user's design to an award."
Design Award Search
Purpose
Retrieve a small, high-precision set of verified award-winning designs. Keep the functional design category as a mandatory boundary, then search separately across eight relevance dimensions. Search public official sources at request time. Do not connect to, package, or depend on a private award database.
Scope Boundary
- Identify the user's canonical design category.
- Search selected relevance dimensions independently.
- Verify award identity, year, category, relation evidence, and official URL.
- Explain exactly which dimension makes each result relevant.
- Stop after retrieval. Do not score the design, predict winning probability, recommend changes, or select an award to enter.
User Interaction Contract
Accept a project description, image set, PDF, project page, or brief. Accept optional dimensions, award sources, years, and result count.
Require enough information to identify the object or service and its primary function. If the primary function remains ambiguous, ask exactly one short question: `What is the design's primary function and who uses it?` Otherwise state reasonable assumptions and continue.
When the user does not select dimensions, use balanced mode across every dimension supported by the supplied evidence. Use user images to infer physical-form and visual-language terms. If no image is supplied, do not activate visual-language relevance unless the user supplies explicit visual descriptors.
Offer this template when the user asks how to use the skill:
Project: {name or object}
Primary function: {problem solved or job performed}
Target user: {optional}
Use context: {optional}
Relevance dimensions: {all or selected dimensions}
Preferences: {optional award sources, years, and result count}Retrieval Workflow
1. Build the profile
Read [../design-judge-shared/category-taxonomy.md](../design-judge-shared/category-taxonomy.md) and [references/relevance-dimensions.md](references/relevance-dimensions.md). Extract:
- canonical and adjacent categories;
- designed object or service;
- problem and target user;
- primary function;
- sensing technology;
- intervention mechanism;
- physical form and wear mode;
- use context and workflow;
- system components and information flow;
- visible form and CMF descriptors;
- source, year, dimension, and result-count constraints.
Classify by primary function before appearance. Keep physical form and visual language separate.
2. Select dimensions
Use these eight dimension keys:
1. `problem-user` 2. `core-function` 3. `sensing-technology` 4. `intervention-mechanism` 5. `physical-form` 6. `use-context` 7. `system-architecture` 8. `visual-language`
Search only user-selected dimensions. Otherwise activate every dimension supported by the input and use balanced mode.
3. Generate official-source queries
Read [../design-judge-shared/source-registry.md](../design-judge-shared/source-registry.md). Use `scripts/build_search_queries.py` when a shell is available. Translate profile terms into concise English first.
Example:
python scripts/build_search_queries.py `
--category "Medical and Health" `
--function "detect stress and prevent relapse" `
--object "wearable health monitor" `
--problem "alcohol use disorder relapse" `
--user "people in addiction recovery" `
--sensing "ECG HRV stress detection" `
--intervention "haptic paced breathing biofeedback" `
--form "adhesive chest patch" `
--context "daily out-of-clinic high-risk moments" `
--system "wearable sensor app personalized feedback" `
--visual "discreet soft white blue medical wearable"
Execute dimension queries progressively. Stop searching a dimension after its target quota has enough verified candidates. Use official gallery search when available; otherwise use site-restricted discovery queries.
For visual-language retrieval, first build a visual-review pool of up to five same-category candidates found through every active dimension. Use visual-specific queries only when that pool is too small. Keep visual queries short: combine the designed object, physical form, and two or three unquoted visual descriptors. A domain-restricted image search may discover candidates, but only official project-page images can verify them. Do not use visual similarity outside the canonical or declared adjacent category.
4. Verify candidates
Open every official project page. Use `scripts/verify_official_urls.py` to reject unsupported domains and paths.
Verify:
- winner or officially recognized status;
- award organization and year;
- project identity and stable URL;
- same or declared adjacent canonical category;
- explicit evidence for the assigned primary relation.
Treat search snippets as discovery evidence only. For visual-language matches, inspect accessible official images directly; never infer visual similarity from text alone.
Before opening a full browser page, probe the visual-review pool with `scripts/verify_visual_evidence.py`. The script validates the project URL, extracts hero, thumbnail, lazy-load, and `srcset` image URLs from the official page, restricts assets to allowlisted official hosts, and fetches each image with the project page as `Referer`. It never prints image payloads. Its default mode keeps pixels in memory; use `--review-dir` only when the avai
Read more
name: design-award-search description: "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 language. Use when a user asks for same-category winners, comparable precedents, design benchmarks, appearance-related award winners, or examples from iF Design, Red Dot, IDEA, or iF Design Student Award. Do not use this skill to score, judge, optimize, or match the user's design to an award."
Design Award Search
Purpose
Retrieve a small, high-precision set of verified award-winning designs. Keep the functional design category as a mandatory boundary, then search separately across eight relevance dimensions. Search public official sources at request time. Do not connect to, package, or depend on a private award database.
Scope Boundary
- Identify the user's canonical design category.
- Search selected relevance dimensions independently.
- Verify award identity, year, category, relation evidence, and official URL.
- Explain exactly which dimension makes each result relevant.
- Stop after retrieval. Do not score the design, predict winning probability, recommend changes, or select an award to enter.
User Interaction Contract
Accept a project description, image set, PDF, project page, or brief. Accept optional dimensions, award sources, years, and result count.
Require enough information to identify the object or service and its primary function. If the primary function remains ambiguous, ask exactly one short question: `What is the design's primary function and who uses it?` Otherwise state reasonable assumptions and continue.
When the user does not select dimensions, use balanced mode across every dimension supported by the supplied evidence. Use user images to infer physical-form and visual-language terms. If no image is supplied, do not activate visual-language relevance unless the user supplies explicit visual descriptors.
Offer this template when the user asks how to use the skill:
Project: {name or object}
Primary function: {problem solved or job performed}
Target user: {optional}
Use context: {optional}
Relevance dimensions: {all or selected dimensions}
Preferences: {optional award sources, years, and result count}Retrieval Workflow
1. Build the profile
Read [../design-judge-shared/category-taxonomy.md](../design-judge-shared/category-taxonomy.md) and [references/relevance-dimensions.md](references/relevance-dimensions.md). Extract:
- canonical and adjacent categories;
- designed object or service;
- problem and target user;
- primary function;
- sensing technology;
- intervention mechanism;
- physical form and wear mode;
- use context and workflow;
- system components and information flow;
- visible form and CMF descriptors;
- source, year, dimension, and result-count constraints.
Classify by primary function before appearance. Keep physical form and visual language separate.
2. Select dimensions
Use these eight dimension keys:
1. `problem-user` 2. `core-function` 3. `sensing-technology` 4. `intervention-mechanism` 5. `physical-form` 6. `use-context` 7. `system-architecture` 8. `visual-language`
Search only user-selected dimensions. Otherwise activate every dimension supported by the input and use balanced mode.
3. Generate official-source queries
Read [../design-judge-shared/source-registry.md](../design-judge-shared/source-registry.md). Use `scripts/build_search_queries.py` when a shell is available. Translate profile terms into concise English first.
Example:
python scripts/build_search_queries.py ` --category "Medical and Health" ` --function "detect stress and prevent relapse" ` --object "wearable health monitor" ` --problem "alcohol use disorder relapse" ` --user "people in addiction recovery" ` --sensing "ECG HRV stress detection" ` --intervention "haptic paced breathing biofeedback" ` --form "adhesive chest patch" ` --context "daily out-of-clinic high-risk moments" ` --system "wearable sensor app personalized feedback" ` --visual "discreet soft white blue medical wearable"
Execute dimension queries progressively. Stop searching a dimension after its target quota has enough verified candidates. Use official gallery search when available; otherwise use site-restricted discovery queries.
For visual-language retrieval, first build a visual-review pool of up to five same-category candidates found through every active dimension. Use visual-specific queries only when that pool is too small. Keep visual queries short: combine the designed object, physical form, and two or three unquoted visual descriptors. A domain-restricted image search may discover candidates, but only official project-page images can verify them. Do not use visual similarity outside the canonical or declared adjacent category.
4. Verify candidates
Open every official project page. Use `scripts/verify_official_urls.py` to reject unsupported domains and paths.
Verify:
- winner or officially recognized status;
- award organization and year;
- project identity and stable URL;
- same or declared adjacent canonical category;
- explicit evidence for the assigned primary relation.
Treat search snippets as discovery evidence only. For visual-language matches, inspect accessible official images directly; never infer visual similarity from text alone.
Before opening a full browser page, probe the visual-review pool with `scripts/verify_visual_evidence.py`. The script validates the project URL, extracts hero, thumbnail, lazy-load, and `srcset` image URLs from the official page, restricts assets to allowlisted official hosts, and fetches each image with the project page as `Referer`. It never prints image payloads. Its default mode keeps pixels in memory; use `--review-dir` only when the avai
面向设计奖全流程的证据驱动 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-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 - /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

