What problem does it solve? Implementing a single task from a PRD often involves juggling the task spec, techspec, ADRs, tests, and tracking files, and it is easy to skip validation or forget to update task status. This Skill enforces a disciplined end-to-end workflow so each PRD task is implemented, verified, and recorded consistently. ## Core Features & Use Cases - Context Grounding: Reads the task specification, PRD documents, techspec, and ADRs, then stops and reports conflicts instead of guessing when requirements contradict. - Checklist-Driven Implementation: Extracts deliverables, acceptance criteria, and validation items into a numbered checklist used as a gate before completion. - Mandatory Verification and Tracking: Runs all task-specified tests, performs self-review, updates memory and task tracking files in a fixed sequence, and optionally creates one local commit. - Use Case: Given a task file, a PRD directory, and master tasks file, implement the feature, run its validation commands, mark subtasks complete, and commit the change automatically. ## Quick Start Execute the task defined in this task specification file using the provided PRD directory and update the task tracking files with auto-commit enabled.