What problem does it solve?
Implementations often miss subtle requirements from task files, leading to incomplete features that fail to meet stakeholder expectations and require costly rework after shipping.
Core Features & Use Cases
- Full Requirement Extraction: Pulls every spec scenario (WHEN/THEN), Done When criterion, and explicit background instruction from task files to build a complete compliance checklist.
- Implementation Cross-Check: Verifies each checklist item against the actual codebase, classifying items as addressed, missed, or partially addressed, with mandatory code verification before marking items as missed.
- Use Case: After completing a new payment processing feature per a task file, use this skill to confirm all required error handling, transaction logging, and success scenario implementations are present before opening a pull request.
Quick Start
Use the task-compliance skill to review the current feature implementation against its associated task file and report any missing or incomplete requirements.