Verify Task Completions
sdd_verify_tasksReads TASKS.md and checks code paths to detect phantom completions—tasks marked done without implementation evidence—then writes VERIFICATION.md.
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 |
|---|---|---|---|
| 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 | |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |