Agent Skills for the Design Award Paper Trail
It decomposes design-award logistics into six agent skills that research winners, evaluate entries, match categories, and check submission rules against live official sources.

What it does
design-judge-skills ships six agent-installable modules that handle the unglamorous logistics of industrial-design awards. Each skill owns a distinct phase—searching verified winner databases, evaluating design maturity, matching projects to the right award and category, drafting entry text from user materials, and running a final compliance check against current official rules. A shared support package keeps the taxonomy and source registry consistent across the workflow.
The interesting bit
Most AI design tools generate images; this one generates paperwork. The project explicitly refuses to estimate win probabilities or mimic secret judge preferences, instead anchoring every claim to official sources and separating hard facts from model inference. That kind of epistemic humility is rare in agent tooling.
Key highlights
- Covers major awards including iF, Red Dot, IDEA, Core77, James Dyson, and GOOD DESIGN AWARD Japan.
- Built-in descriptive background draws on 22,125 observed works from iF, Red Dot, and IDEA—used for context, not scoring.
- Skills are composable: trigger
design-award-pipelinefor a full workflow, or invokedesign-award-searchordesign-evaluationindependently. - Deadlines, fees, and eligibility rules are verified at runtime from official pages; nothing is hardcoded for a specific year.
- Most skills are marked Beta; only
design-award-searchis currently Stable.
Caveats
- The 22,125 observed records provide descriptive background only; the README is explicit that they do not change core scores or predict outcomes.
- Five of the six user-facing skills are still in Beta, so boundary cases remain likely.
- Requires an agent environment that supports
SKILL.mdfrontmatter (Claude Code, Codex, OpenClaw, Hermes, etc.).
Verdict
Industrial designers and studios already drowning in award-season admin should look here. If you are hoping for an AI that guarantees a Red Dot win, this is explicitly not it.
Frequently asked
- What is SeanJ1ang/design-judge-skills?
- It decomposes design-award logistics into six agent skills that research winners, evaluate entries, match categories, and check submission rules against live official sources.
- Is design-judge-skills open source?
- Yes — SeanJ1ang/design-judge-skills is open source, released under the Apache-2.0 license.
- What language is design-judge-skills written in?
- SeanJ1ang/design-judge-skills is primarily written in Python.
- How popular is design-judge-skills?
- SeanJ1ang/design-judge-skills has 1k stars on GitHub.
- Where can I find design-judge-skills?
- SeanJ1ang/design-judge-skills is on GitHub at https://github.com/SeanJ1ang/design-judge-skills.