What problem does it solve? Implementing a single task from a Product Requirements Document involves many error-prone steps: reading the spec, reconciling it with tech specs and ADRs, writing code, running validations, and updating tracking files. This Skill orchestrates that entire flow so no step is skipped and task status is only marked complete after verified evidence. ## Core Features & Use Cases - Structured Execution Checklist: Extracts deliverables, acceptance criteria, and validation items from the task specification into a numbered, gated checklist before any code is written. - Conflict Detection: Cross-checks the task spec against the techspec and ADRs, stopping and reporting contradictions instead of guessing. - Mandatory Verification and Tracking: Runs every validation command in the spec, performs self-review, then updates task files, the master tasks file, and optionally commits. - Use Case: A developer hands the Skill a task markdown file, the PRD directory, and tracking file paths; the Skill implements the feature, runs the specified tests, marks subtasks complete, and creates a single local commit. ## Quick Start Execute the task defined in this task specification file using the PRD directory and tracking file paths I provide, with auto-commit enabled.