{
	"_meta": {
		"version": "1.0",
		"description": "Curated prompts that map to MCP Content Manager Lite abilities."
	},
	"categories": [
		{
			"slug": "discovery",
			"label": "Discovery",
			"prompts": [
				{ "title": "Show me my site structure", "description": "Returns all CPTs, taxonomies and meta fields.", "prompt": "List all custom post types, taxonomies and meta fields in this site so I understand the schema before editing." },
				{ "title": "List my custom post types", "description": "Quick directory of CPTs.", "prompt": "List all post types registered on this site, public and private, with their labels and supports." },
				{ "title": "Inspect the product CPT", "description": "Drill into one specific CPT.", "prompt": "Inspect the post type \"product\" and tell me which taxonomies and ACF fields it has." },
				{ "title": "Show me my taxonomies", "description": "List taxonomies and what CPTs they apply to.", "prompt": "List every taxonomy on this site, which post types it applies to, whether it is hierarchical and public." },
				{ "title": "Show registered shortcodes", "description": "Useful before suggesting shortcode-based content.", "prompt": "List all shortcodes registered on this site so I know what is available to use in posts." }
			]
		},
		{
			"slug": "content",
			"label": "Content",
			"prompts": [
				{ "title": "Create a 800-word blog post about X", "description": "Generate and publish content.", "prompt": "Create a draft blog post titled \"<your topic>\" with around 800 words structured in Gutenberg blocks (intro, three H2 sections, conclusion). Set the category to \"news\" and leave it as draft for review." },
				{ "title": "Update the title of my last post", "description": "Quick edit to the most recent post.", "prompt": "Find my most recent published post and update its title to \"<new title>\". Keep all other fields unchanged." },
				{ "title": "Find drafts from last month", "description": "Audit pending work.", "prompt": "Search for all posts in status \"draft\" modified in the last 30 days and list them with id, title and last modified date." },
				{ "title": "List my scheduled posts", "description": "What is queued to publish.", "prompt": "List all posts scheduled to be published in the future, ordered by date ASC, with id, title and scheduled date." },
				{ "title": "List trashed posts before purging", "description": "Audit before destructive cleanup.", "prompt": "List all posts currently in the trash so I can review what would be permanently deleted." },
				{ "title": "Show revisions of post #ID", "description": "Inspect history without restoring.", "prompt": "List the revisions of post #<ID> (autosaves and saved revisions) with their dates and content lengths." },
				{ "title": "Add a featured image", "description": "Set the featured image of a post.", "prompt": "Set attachment ID #<MEDIA_ID> as the featured image of post #<POST_ID>." },
				{ "title": "Search posts by keyword", "description": "Universal search across CPTs.", "prompt": "Search all post types for the keyword \"<your keyword>\" and return the top 10 matches with id, title and post type." },
				{ "title": "Add a category to many posts", "description": "Tag content in bulk.", "prompt": "For every published post that contains the word \"tutorial\" in the title, add the category \"tutorials\"." },
				{ "title": "Create a page from outline", "description": "Generate a structured static page.", "prompt": "Create a draft page titled \"About\" with these sections (Mission, Team, Contact) using H2 headings and a paragraph block under each." }
			]
		},
		{
			"slug": "comments",
			"label": "Comments",
			"prompts": [
				{ "title": "List pending comments", "description": "Triage moderation queue.", "prompt": "List all comments awaiting moderation (status hold) with author, date and a 200-char excerpt." },
				{ "title": "Approve all pending from trusted authors", "description": "Bulk approve.", "prompt": "List pending comments. Approve any whose author email matches \"@<your-domain>.com\" and report what you did." },
				{ "title": "Trash spam comments", "description": "Cleanup.", "prompt": "List comments marked as spam and move all of them to the trash." }
			]
		},
		{
			"slug": "media",
			"label": "Media",
			"prompts": [
				{ "title": "Find images without alt text", "description": "Accessibility audit.", "prompt": "List media library items of mime image/jpeg or image/png whose alt text is empty, paginated 20 per page." },
				{ "title": "Upload an image from URL", "description": "Quick upload.", "prompt": "Upload the image at \"<URL>\" to the media library and set it as featured image of post #<POST_ID>." },
				{ "title": "Audit media usage", "description": "Storage check.", "prompt": "Show me total media count by mime type and the total size on disk used by the uploads folder." }
			]
		},
		{
			"slug": "stats",
			"label": "Stats",
			"prompts": [
				{ "title": "Content audit summary", "description": "Quick health overview.", "prompt": "Give me a content audit: posts per CPT broken down by status, comments by status, users per role, and total media." },
				{ "title": "How many drafts do I have?", "description": "Single-shot count.", "prompt": "How many draft posts do I have right now in each post type?" },
				{ "title": "Disk usage by mime", "description": "Storage breakdown.", "prompt": "Break down the media library by mime type and tell me which type uses the most disk space." }
			]
		},
		{
			"slug": "wc-read",
			"label": "WooCommerce read-only",
			"prompts": [
				{ "title": "Top 10 products by name", "description": "Quick catalog view.", "prompt": "List the first 10 products in my WooCommerce store with name, price and stock status." },
				{ "title": "Recent orders pending", "description": "Order triage.", "prompt": "List the 20 most recent WooCommerce orders in status \"processing\" or \"on-hold\". Show id, status, total and date." },
				{ "title": "Active coupons", "description": "Coupon audit.", "prompt": "List all WooCommerce coupons with code, discount type, amount, usage count and expiry date." },
				{ "title": "Store info snapshot", "description": "Quick store config.", "prompt": "Show me the WooCommerce store info: name, base country, currency, weight unit and whether prices include tax." },
				{ "title": "Coupons close to expiry", "description": "Find coupons to revisit.", "prompt": "List WooCommerce coupons whose expiry_date is in the next 30 days." }
			]
		},
		{
			"slug": "seo-read",
			"label": "SEO read-only",
			"prompts": [
				{ "title": "Read SEO meta of my homepage", "description": "Quick SEO inspection.", "prompt": "Read the SEO meta (title, description, focus keyword, canonical, noindex) of my homepage." },
				{ "title": "Find posts with no meta description", "description": "SEO audit.", "prompt": "For my last 50 published posts, read their SEO meta and report which ones have an empty description." },
				{ "title": "Detect which SEO plugin is active", "description": "Diagnostics.", "prompt": "Read the SEO meta of post #1 and tell me which SEO plugin is providing the data (Yoast, Rank Math, AIOSEO, etc.)." }
			]
		},
		{
			"slug": "i18n",
			"label": "Multilingual",
			"prompts": [
				{ "title": "List my languages", "description": "Show active languages.", "prompt": "List the languages currently active on this site (code, name, locale, default flag)." },
				{ "title": "Show translations of a post", "description": "Translation map.", "prompt": "List the translations of post #<POST_ID> across all languages with their translated post id and status." },
				{ "title": "Get my About page in French", "description": "Cross-language read.", "prompt": "Find my About page and return its content in the French translation if it exists." }
			]
		},
		{
			"slug": "premium-teaser",
			"label": "Explore Premium",
			"prompts": [
				{ "title": "What can I do with WooCommerce in Premium?", "description": "Discover Premium WC features.", "prompt": "What WooCommerce-related abilities does the Premium edition unlock that the Lite version does not have?" },
				{ "title": "What can Premium do for SEO?", "description": "Discover Premium SEO features.", "prompt": "What SEO write/edit abilities does the Premium edition unlock?" },
				{ "title": "Catalog of Premium features", "description": "Full catalog.", "prompt": "Show me the full catalog of features available in the Premium edition grouped by category." }
			]
		}
	]
}
