What problem does it solve?
This Skill automates the validation of Aether features by simulating consumer usage, logging any issues, and optionally providing judgment on rendered output.
Core Features & Use Cases
- Automated Dogfood Validation: Run the consumer-viewpoint validation on new features or before PRs are undrafted.
- Issue Detection: Identify potential issues like awkward compositions, missing primitives, or documentation gaps.
- Task Approval and Execution: Author a task, get approval if needed, and then execute it using a fresh Codex subagent.
- Judgment on Output: Optionally judge the rendered output with a separate subagent for additional validation.
- Rollup and Reporting: Summarize the findings, including totals, grouped friction, artifact verdicts, and soft holds, and persist the evidence.
Quick Start
Run the dogfood validation for the feature 'Feature XYZ' with the PR number 12345 using the command: dogfood validate -i 12345 -p 'Feature XYZ'.