validate-output
/digital-marketing-pro:validate-output
Purpose
Validate marketing content against expected structural schemas to ensure completeness, formatting consistency, and production-readiness. Checks required sections, word count ranges, markdown formatting compliance, placeholder text detection (unfilled template variables, lorem ipsum, TBD markers), and content-CTA consistency. Supports eight built-in schemas for common marketing content types plus custom schemas for brand-specific templates.
This command catches the structural and formatting issues that quality evaluation misses — the missing H2 that breaks SEO, the placeholder "[INSERT COMPANY NAME]" that slipped through, the blog post that is 300 words short of the brief requirement, or the email that has a CTA promising a demo but the body talks about a whitepaper. It is designed to be run as a final pre-publication check after content quality has been evaluated via /digital-marketing-pro:eval-content.
Input Required
The user must provide (or will be prompted for):
- Content to validate: The text to check — provided inline, as a pasted block, or as a file path. Supports any marketing content format
- Schema name or file (optional): One of the eight built-in schemas —
blog_post,email,ad_copy,social_post,landing_page,press_release,content_brief,campaign_plan— or a file path to a custom JSON schema. If omitted, the validator auto-detects the most likely schema based on content structure, length, and formatting patterns. Custom schemas follow the format defined inskills/context-engine/eval-framework-guide.md