Recipe: create a straightforward POM builder page
This manual recipe is useful when you need a regular content page rather than a conversion-oriented server prompt.
Create a draft WordPress page titled [TITLE] for [AUDIENCE] with this purpose:
[PURPOSE]. Read the site authoring context and POM builder guide. List only
the modules needed for the requested sections, read each exact shortcode
schema, and compose a valid vc_row/vc_column hierarchy. Use supported module
attributes instead of raw CSS. Validate the complete content, show me the
outline, full shortcode markup, page payload, and dry-run, then wait for my
confirmation before calling wp_create_page. Read the created draft back.
Add required sections and verified source material beneath the prompt. If the client cannot find a requested module in the live catalog, it should propose a supported alternative rather than inventing a shortcode.
Acceptance criteria
- Status remains
draft. - The page title and slug are intentional.
- Every visible claim comes from supplied or verified material.
- Rows contain valid columns and container modules have valid children.
- The validator has no errors.
- Warnings about discouraged tags are resolved where a supported replacement exists.
- The returned page ID and edit URL are recorded.
This recipe does not generate media. Upload and describe attachments separately before inserting IDs or URLs.
Related guides: builder resource, shortcode item schemas, and create page reference.