Server prompt: create a POM feed template
Call prompts/get with create_feed_template_pom. No arguments are defined.
The prompt grounds the client in the feed template schema, live feed merge tags, and detailed feed guide. It requires markup validation before pom_theme_upsert_html_template.
Feed templates render one repeated item. Tell the client what that item represents and where it will appear:
Create a compact feed card for the event post type. It needs the featured
image, title, event date when present, excerpt, and a translated call to
action. It must remain useful when the image or date is missing. Show the
complete validated HTML and a dry-run before saving.
After saving, the server prompt adds one feed-specific instruction: if an archive must use the template, assign it with the cpt_archive_feed target or reference the feed template in the coordinated content-model operation. Saving alone does not change an archive.
Review nested feeds carefully. feed_from_meta needs another real feed template and must not create a self-reference. WooCommerce tags should be used only for product items or with safe empty states.
Related guides: feed template resource, feed merge-tag catalog, and template assignment.