بنقرة واحدة
design-previews-creator
// Generate three parallel design preview options for a Studio-backed site and collect the user's preferred direction before theme implementation.
// Generate three parallel design preview options for a Studio-backed site and collect the user's preferred direction before theme implementation.
Audit a Studio-backed WordPress site for performance, accessibility, and visible frontend quality issues, then recommend or validate improvements.
Create, edit, build, and review a custom WordPress Gutenberg block plugin inside a Studio-backed site.
Create or update a custom WordPress plugin for site functionality that should not live in a theme or a block. Use when the user needs reusable behavior, admin/settings UI, hooks, REST endpoints, scheduled tasks, integrations, or server-side logic for a Studio-backed site.
Create a WordPress site from a rough idea using Studio and shared WordPress skills.
Use WordPress Studio for local WordPress development, preferring MCP and falling back to the Studio CLI when needed.
Create a modern WordPress block theme.
| name | design-previews-creator |
| description | Generate three parallel design preview options for a Studio-backed site and collect the user's preferred direction before theme implementation. |
Use this skill when the user wants visual options before a site theme is built.
This skill owns:
Use studio for site-path resolution and screenshot review when that adds value.
<site-path> provided by the calling workflow<site-path>/design/<site-path>/design/design-1.html<site-path>/design/design-2.html<site-path>/design/design-3.htmlUse the confirmed site brief to define three genuinely different visual directions.
Each direction should vary across multiple axes, not just color:
Keep the directions grounded in the site's topic and audience. Avoid generic "AI default" aesthetics.
Spawn three subagents in parallel, one per direction.
Each subagent should:
prefers-reduced-motion fallbackIf the user provided design assets:
<site-path>/design/After all three files are generated, summarize them briefly in this shape:
<site-path>/design/design-1.html — [short description]<site-path>/design/design-2.html — [short description]<site-path>/design/design-3.html — [short description]Then ask the user to:
1, 2, or 3Once the user picks a direction, pass these values into theme implementation:
theme-creator for implementation.