What problem does it solve? Planning a full week of meals that must satisfy strict dietary constraints (gluten-free, no cashews or pistachios, anti-inflammatory) is error-prone and time-consuming, and a single mistake is treated like a security vulnerability. This Skill automates the entire owner-run workflow: agreeing the target week, drafting schema-valid week and recipe JSON files, running deterministic safety gates, performing an adversarial dietary-safety review, and opening a human-reviewed PR. ## Core Features & Use Cases - Interactive week selection: Computes candidate Sunday-start weeks in America/Denver time via a tested helper script, then asks the owner which week to generate or regenerate. - Use-it-up planning: Incorporates on-hand ingredients about to spoil, scheduling the most perishable items early in the week while never overriding the dietary golden rules. - Deterministic safety gates: Runs content schema validation, a dietary linter, and the full preflight suite before any PR is opened. - Adversarial review round: Dispatches a fresh subagent to audit the diff for dietary safety, correctness, copyright, and variety before shipping. - Use Case: The owner invokes /generate-week on Thursday after a reminder issue fires; the Skill drafts content/weeks/2026-08-16.json plus new recipe files, passes all gates, and opens a safe:human PR titled "feat(plan): week of 2026-08-16". ## Quick Start Invoke /generate-week with no arguments and answer the two prompts about the target week and any fresh ingredients on hand that need using up.