spec-enforcer Skill
Verify code matches docs/spec/ENTRETIEN_PRESTIGE_FINAL_SPEC (1).md
When to use
Before completing a feature, before deploying
Example
/spec-enforcer Verify that photo upload matches spec
What it does
- •Reads docs/spec/ENTRETIEN_PRESTIGE_FINAL_SPEC (1).md
- •Checks your implementation
- •Lists what matches (✅), what's missing (⚠️), what's wrong (❌)
- •Suggests fixes if needed
Quality checks
- •All required fields present
- •Validation matches spec
- •French labels correct
- •Mobile responsive
- •Tests present where required by spec or changes