Verify Task Completions
sdd_verify_tasksVerifies task completions in TASKS.md by scanning code paths for implementation evidence. Detects phantom completions (marked done but no code) and 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 |