Verify Task Completions
sdd_verify_tasksChecks code paths for implementation evidence of tasks from TASKS.md, detects phantom completions, and writes a VERIFICATION.md report.
Instructions
Reads TASKS.md and checks code_paths for implementation evidence. Detects phantom completions — tasks marked [x] but with no corresponding code. Writes VERIFICATION.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| code_paths | Yes | Array of code file/directory paths to check for task implementation evidence |