What problem does it solve?
This skill helps engineering teams plan and execute the full integration of a new evitaDB query constraint (filter, order, or require) by producing a detailed, layer-spanning implementation plan with exact file paths.
Core Features & Use Cases
- Gather requirements from stakeholders to define constraint type, behavior, and scope.
- Identify the closest existing constraint template and trace its influence across all layers (query model, EvitaQL grammar, engine translation, serializer, tests, and docs).
- Produce a complete plan listing every target file path to create or modify, plus notes on deviations from the template, and save the plan to docs/plans with a clear filename.
- Validate critical rules (Kryo registration, grammar regeneration, test coverage guidelines) to ensure a production-ready rollout.
Quick Start
Provide a complete end-to-end plan for a new constraint and save it to docs/plans with a descriptive filename.