Create a WordPress site from a rough idea using Studio and shared WordPress skills.
48
49%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/site-creator/SKILL.mdUse this skill when the user wants a new WordPress site created from a prompt, brief, or rough idea.
This skill is an orchestrator. It should:
design-previews-creator to present the user with design directionstheme-creator for theme implementationauditing for post-build performance, accessibility, or QA requestsstudio for WordPress site operations, review, and iterationDo not duplicate specialist guidance here when another skill already owns it.
Use studio.
Use studio to decide whether to create a new site or use an existing one.
Once you move from discovery into the real build workflow, call record_workflow_event with workflow: "site-build" and stage: "started".
Extract or infer:
If the user shared images, logos, or design documents, inspect them for clues about the brand and visual direction.
Guidance:
Layout Intent and carry it into the implementationPresent the brief in this exact shape:
Site Name: ... Site Type: ... Primary Goal: ... Target Audience: ... Tone: ... Brand Keywords: ... Key Sections: ... Layout Intent: ...
Then ask a single combined question that both validates the brief and chooses the next step.
Use this exact wording:
"Does this brief look right? If you'd like changes, tell me what to adjust. Otherwise, do you want to see some design options, or just proceed with the build?"
Wait for the user's answer before continuing.
If the user requests changes to the brief:
If the user wants design options:
design-previews-creator to generate three previews in paralleltheme-creatorIf the user wants to proceed with the build:
theme-creator to create or update the theme from the confirmed briefUse studio for any required WordPress configuration.
Use the review and iteration workflow from studio after content or visible site changes.
If this workflow writes serialized block content into theme files or wp_cli page/post content, the studio validation loop is mandatory before considering the work complete.
If the user asks for performance tuning, accessibility review, or a general polish pass after the build, hand off to auditing.
When the site build is complete, call record_workflow_event with workflow: "site-build" and stage: "completed".
studio for MCP preference, site-path handling, and fallback behavior.1c076c2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.