What problem does it solve?
This Skill helps you resolve schema drift when validators are stricter than the data your tools and agents actually produce. It prevents the cycle where fixing only the data, only the spec, or only the producer leaves the problem returning later.
Core Features & Use Cases
- Field Classification: Separates required fields into strict, recommended, and either-or categories so you can decide what truly must stay required.
- Spec Relaxation: Guides you to update validators with dual-acceptance logic so both canonical and simplified shapes pass safely.
- Migration Workflow: Recommends an idempotent CLI migration with dry-run defaults, JSON output, provenance preservation, and audit-friendly sentinels.
- Upstream Producer Fixes: Shows how to update skills, templates, or generation paths so drift does not reappear after migration.
- Use Case: A knowledge base lint job fails across dozens of existing records because common fields are missing; this Skill helps coordinate the validator change, backfill, and producer update together.
Quick Start
Ask the assistant to analyze the validator, classify the drifting fields, and draft a coordinated relaxation, migration, and producer-fix plan.