# YG-Rules Output Skill Use this skill to inspect, validate, or maintain generated YG-Rules output folders. Run from the repository root: ```powershell python skill\yg-rules-output\scripts\validate_task_output.py output\rules-{task_id} ``` Expected output shape: ```text output/ rules-{task_id}/ rules-{task_id}.xlsx rules-{task_id}.md tasks/ {task_id}.json ``` Rules: - Excel and Markdown must be sibling files. - Markdown must reflect actual generated risk domains, not demo-only fixed categories. - If Markdown generation fails after Excel succeeds, keep the Excel file and record `markdown_error`.