What problem does it solve?
This Skill addresses the inevitable divergence between specifications and code. It intelligently analyzes mismatches, recommends whether to update the spec or fix the code, and executes the resolution, ensuring your documentation and implementation always reflect the same truth.
Core Features & Use Cases
- Mismatch Detection: Identifies all differences between the current spec and the implemented code.
- AI-Guided Resolution: Analyzes each mismatch (e.g., missing in code, extra in code, different behavior) and recommends the best path: update spec, fix code, or clarify spec.
- User Control & Auto-Updates: Allows you to decide the resolution or automatically update minor spec changes based on configuration.
- Use Case: During a code review, a new
updated_at field is found in the API response that wasn't in the spec. This skill will detect it, recommend updating the spec, and (if configured) automatically make the change.
Quick Start
To reconcile any spec/code mismatches, simply say:
Evolve the spec and code to resolve any differences.