design-for-ai
Catalogue stub — full package: ryanthedev/design-for-ai
Decision tree
Is the package already installed? Check: your agent's skills directory contains
design-for-aiwith content beyond this stub.- Yes → invoke
design-for-aiand proceed - No → go to step 2
- Yes → invoke
Which agent are you on?
- Claude Code →
/plugin marketplace add ryanthedev/rtd-claude-innthen/plugin install design-for-ai@rtd - Cursor →
/plugin marketplace add ryanthedev/rtd-claude-innthen/plugin install design-for-ai@rtd - Other → see GitHub README
- Claude Code →
Install command
/plugin marketplace add ryanthedev/rtd-claude-inn
/plugin install design-for-ai@rtd
Note: install is a two-step process — add the marketplace source first, then install the plugin by name.
Invoke after install
- Skill name:
design-for-ai - Trigger phrases: "design checker", "design auditor", "design for AI", "rtd design", "design-for-ai"
What it does
Operates in two distinct modes. CHECKER mode audits an existing design across seven scored categories — purpose and clarity, typography, proportions, composition, visual hierarchy, color, and SEO readiness — and returns a structured report with actionable remediation for each failing category. APPLIER mode guides creation of a new design through six sequential phases: foundation (brief and constraints), layout structure, typographic system, color and contrast, component composition, and technical implementation. Together the two modes cover the full design lifecycle from blank canvas to quality-assured output.
When NOT to use
- Lightweight UI polish on an existing component (use
taste-skillfor faster, lower-overhead iteration) - Accessibility-specific audits focused on ARIA, keyboard navigation, or WCAG compliance (use
fixing-accessibilityorwcag-audit-patterns)