From autodesign
This skill should be used when the user asks to "start design exploration", "run autonomous design", "explore design variations", "optimize my design", "begin design loop", "run autodesign", or needs to start or resume an autonomous web design exploration loop. This is the top-level entry point that orchestrates setup and loop execution. For internal keep/revert methodology, see the design-loop skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autodesign:designThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start an autonomous web design exploration loop.
Start an autonomous web design exploration loop.
/design # Interactive setup
/design cafe-top # Start with tag "cafe-top"
design/<tag> branch)When initial_prompt is present in config and target files do not yet exist:
design(baseline): initial generation from promptstatus=keep, axis=baselineSpawn the designer agent via the Agent tool:
Agent(
prompt="Run the next design exploration iteration. Config: <config>. Current best: <score>.",
name="designer"
)
The designer agent is defined in ${CLAUDE_PLUGIN_ROOT}/agents/designer.md.
For continuous operation, launch multiple sequential iterations. Each agent invocation handles one exploration cycle (hypothesize, modify, evaluate, decide).
If design-results.tsv has existing entries, resume from the current git state. Report progress so far before continuing.
See design-config.yaml fields:
tag — branch name suffix (design/<tag>)target_files — files the designer may modifyeval_target — URL or file path to evaluateeval_command — evaluation commandinitial_prompt — optional prompt for initial generationevaluators — which evaluators to use and their weightsconstraints — quality floor thresholdsexploration_axes — design dimensions to explorenpx claudepluginhub hironow/dotfiles --plugin autodesignInteractive wizard guiding frontend design process: discovery questions, trend research, moodboard creation, aesthetic selection, and code generation for production-ready UI.
Initiates design workflows for HTML pages, slide decks, interactive prototypes, UI kits, and brand systems. Establishes designer role, taste rules, manages design systems, and routes to specialist skills.
Designs, builds, critiques, and polishes frontend interfaces with production-grade code. Covers UX research, accessibility, responsive design, animations, typography, and design systems.