task-compliance
Installation
SKILL.md
Task Compliance
Review the implementation against the task file(s). Extract every spec scenario (WHEN/THEN) and every Done When criterion, then verify each one was addressed. Report what's missing.
Review Process
1. Extract Checklist
From each task file, extract every:
- Spec scenario (WHEN/THEN)
- Done When criterion
- Explicit instruction in the Background or Goal sections
This is your checklist. Every item must be accounted for.
2. Check Compliance
For each checklist item, check whether the implementation addresses it.
Related skills